summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Cygwin: fhandler_socket_unix: Tiny cleanupCorinna Vinschen2018-02-261-29/+10
* Cygwin: sockets: move type and proto checks into fhandler_socket classesCorinna Vinschen2018-02-264-25/+47
* Cygwin: fhandler_socket: define socketpair as virtual functionCorinna Vinschen2018-02-265-7/+21
* doc/faq-using.xml: Add BeyondTrust and Cylance to BLODADavid Macek2018-02-231-0/+2
* Cygwin: Define SO_PASSCRED and SCM_CREDENTIALSCorinna Vinschen2018-02-232-1/+3
* Cygwin: Create empty fhandler_socket_unixCorinna Vinschen2018-02-2311-19/+832
* Cygwin: fix upcalls in some fhandler_socket_local methodsCorinna Vinschen2018-02-231-8/+7
* Cygwin: Introduce FH_SOCKET for generic socket file opsCorinna Vinschen2018-02-234-3/+12
* Cygwin: encapsulate Winsock based fhandler_socket classesCorinna Vinschen2018-02-238-1157/+711
* Cygwin: eliminate unused fhandler method hcloseCorinna Vinschen2018-02-231-3/+0
* Cygwin: fix fhandler_socket_local::fchmodCorinna Vinschen2018-02-231-1/+1
* Cygwin: socket.h: Add SIOCINQ, equivalent to FIONREADCorinna Vinschen2018-02-231-0/+1
* Cygwin: drop unused device nodes and clean up socket devicesCorinna Vinschen2018-02-238-49/+25
* Cygwin: fhandler_socket: Move select functions into derived classesCorinna Vinschen2018-02-222-6/+72
* Cygwin: fhandler_socket: Rearrange methodsCorinna Vinschen2018-02-222-144/+145
* Cygwin: fhandler_socket: Add derived fcntl methodsCorinna Vinschen2018-02-224-14/+57
* Cygwin: fhandler_socket: Add derived ioctl methodsCorinna Vinschen2018-02-224-50/+128
* Cygwin: fhandler_socket: Move shutdown and close methods into derived classesCorinna Vinschen2018-02-224-90/+160
* Cygwin: make socketpair an AF_LOCAL-only methodCorinna Vinschen2018-02-224-32/+5
* doc/ntsec.xml: Fix typoDavid Macek2018-02-211-1/+1
* Cygwin: inline get_socket_flags()Corinna Vinschen2018-02-214-20/+33
* Cygwin: fix whitespaces in socket codeCorinna Vinschen2018-02-213-7/+7
* Cygwin: split out fhandler_socket into inet and local classesCorinna Vinschen2018-02-2110-2213/+3288
* Cygwin: net.cc: drop redundant declarationsCorinna Vinschen2018-02-201-4/+1
* Cygwin: set/getsockopt: Move implementation into fhandler_socket classCorinna Vinschen2018-02-204-334/+348
* Cygwin: clean error mappingCorinna Vinschen2018-02-204-23/+18
* Cygwin: Make sure fraction of seconds constants enforce 64 bit computationCorinna Vinschen2018-02-201-4/+4
* Cygwin: fix declaration of fhandler_socket::socketpairCorinna Vinschen2018-02-161-2/+2
* Cygwin: fix utils path handling in case cygdrive path is just '/'Corinna Vinschen2018-02-162-12/+22
* Cygwin: net: Improve standars conformance commentsCorinna Vinschen2018-02-161-30/+35
* Cygwin: fhandler_socket: Add :: to potentially colliding WinSock callsCorinna Vinschen2018-02-161-6/+6
* Cygwin: socketpair: Move socketpair creation inside fhandler_socket classCorinna Vinschen2018-02-163-174/+197
* Cygwin: sockets: move common settings into set_socket_handle()Corinna Vinschen2018-02-162-18/+21
* add forward declaration to main() to prevent warningsJaap de Wolff2018-02-161-0/+2
* adapt prototypes arm/syscalls.c to usual prototypes, and do not rely on impli...Jaap de Wolff2018-02-161-48/+49
* add forward declaration to __cxa_atexit to aeabi_atexit, to prevent warningsJaap de Wolff2018-02-161-0/+3
* Add prototype to _malloc_lock() and *unlock() to malloc.h, and inlude this fr...Jaap de Wolff2018-02-162-15/+5
* Add define _COMPILING_NEWLIB for arm to configure.host, as it is obviously ne...Jaap de Wolff2018-02-161-0/+1
* Cygwin: socket: move socket creation inside fhandler_socket classCorinna Vinschen2018-02-143-46/+166
* Cygwin: improve O_TMPFILE handlingCorinna Vinschen2018-02-143-13/+29
* Cygwin: fix file-related functions on unix socketsCorinna Vinschen2018-02-141-6/+33
* Cygwin: improve a comment in fhandler_socket::getsocknameCorinna Vinschen2018-02-141-3/+2
* Cygwin: /proc/<pid>/stat: Fix time handlingCorinna Vinschen2018-02-121-36/+19
* Cygwin: Drop HZ usage in favor of MSPERSEC and CLOCKS_PER_SECCorinna Vinschen2018-02-126-19/+25
* Cygwin: Define MSPERSEC and fix USPERSEC commentCorinna Vinschen2018-02-121-1/+3
* Cygwin: Fix x86 compiler warningCorinna Vinschen2018-02-071-1/+1
* Cygwin: sockets: Handle SO_RCVTIMEO and SO_SNDTIMEOCorinna Vinschen2018-02-076-2/+98
* Cygwin: setsockopt/getsockopt: Add missing optlen checksCorinna Vinschen2018-02-071-2/+21
* Cygwin: Cleanup time handlingCorinna Vinschen2018-02-0713-97/+115
* Cygwin: setsockopt/getsockopt: Clean up codeCorinna Vinschen2018-02-061-118/+207