index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cygwin: drop unused device nodes and clean up socket devices
Corinna Vinschen
2018-02-23
8
-49
/
+25
*
Cygwin: fhandler_socket: Move select functions into derived classes
Corinna Vinschen
2018-02-22
2
-6
/
+72
*
Cygwin: fhandler_socket: Rearrange methods
Corinna Vinschen
2018-02-22
2
-144
/
+145
*
Cygwin: fhandler_socket: Add derived fcntl methods
Corinna Vinschen
2018-02-22
4
-14
/
+57
*
Cygwin: fhandler_socket: Add derived ioctl methods
Corinna Vinschen
2018-02-22
4
-50
/
+128
*
Cygwin: fhandler_socket: Move shutdown and close methods into derived classes
Corinna Vinschen
2018-02-22
4
-90
/
+160
*
Cygwin: make socketpair an AF_LOCAL-only method
Corinna Vinschen
2018-02-22
4
-32
/
+5
*
doc/ntsec.xml: Fix typo
David Macek
2018-02-21
1
-1
/
+1
*
Cygwin: inline get_socket_flags()
Corinna Vinschen
2018-02-21
4
-20
/
+33
*
Cygwin: fix whitespaces in socket code
Corinna Vinschen
2018-02-21
3
-7
/
+7
*
Cygwin: split out fhandler_socket into inet and local classes
Corinna Vinschen
2018-02-21
10
-2213
/
+3288
*
Cygwin: net.cc: drop redundant declarations
Corinna Vinschen
2018-02-20
1
-4
/
+1
*
Cygwin: set/getsockopt: Move implementation into fhandler_socket class
Corinna Vinschen
2018-02-20
4
-334
/
+348
*
Cygwin: clean error mapping
Corinna Vinschen
2018-02-20
4
-23
/
+18
*
Cygwin: Make sure fraction of seconds constants enforce 64 bit computation
Corinna Vinschen
2018-02-20
1
-4
/
+4
*
Cygwin: fix declaration of fhandler_socket::socketpair
Corinna Vinschen
2018-02-16
1
-2
/
+2
*
Cygwin: fix utils path handling in case cygdrive path is just '/'
Corinna Vinschen
2018-02-16
2
-12
/
+22
*
Cygwin: net: Improve standars conformance comments
Corinna Vinschen
2018-02-16
1
-30
/
+35
*
Cygwin: fhandler_socket: Add :: to potentially colliding WinSock calls
Corinna Vinschen
2018-02-16
1
-6
/
+6
*
Cygwin: socketpair: Move socketpair creation inside fhandler_socket class
Corinna Vinschen
2018-02-16
3
-174
/
+197
*
Cygwin: sockets: move common settings into set_socket_handle()
Corinna Vinschen
2018-02-16
2
-18
/
+21
*
add forward declaration to main() to prevent warnings
Jaap de Wolff
2018-02-16
1
-0
/
+2
*
adapt prototypes arm/syscalls.c to usual prototypes, and do not rely on impli...
Jaap de Wolff
2018-02-16
1
-48
/
+49
*
add forward declaration to __cxa_atexit to aeabi_atexit, to prevent warnings
Jaap de Wolff
2018-02-16
1
-0
/
+3
*
Add prototype to _malloc_lock() and *unlock() to malloc.h, and inlude this fr...
Jaap de Wolff
2018-02-16
2
-15
/
+5
*
Add define _COMPILING_NEWLIB for arm to configure.host, as it is obviously ne...
Jaap de Wolff
2018-02-16
1
-0
/
+1
*
Cygwin: socket: move socket creation inside fhandler_socket class
Corinna Vinschen
2018-02-14
3
-46
/
+166
*
Cygwin: improve O_TMPFILE handling
Corinna Vinschen
2018-02-14
3
-13
/
+29
*
Cygwin: fix file-related functions on unix sockets
Corinna Vinschen
2018-02-14
1
-6
/
+33
*
Cygwin: improve a comment in fhandler_socket::getsockname
Corinna Vinschen
2018-02-14
1
-3
/
+2
*
Cygwin: /proc/<pid>/stat: Fix time handling
Corinna Vinschen
2018-02-12
1
-36
/
+19
*
Cygwin: Drop HZ usage in favor of MSPERSEC and CLOCKS_PER_SEC
Corinna Vinschen
2018-02-12
6
-19
/
+25
*
Cygwin: Define MSPERSEC and fix USPERSEC comment
Corinna Vinschen
2018-02-12
1
-1
/
+3
*
Cygwin: Fix x86 compiler warning
Corinna Vinschen
2018-02-07
1
-1
/
+1
*
Cygwin: sockets: Handle SO_RCVTIMEO and SO_SNDTIMEO
Corinna Vinschen
2018-02-07
6
-2
/
+98
*
Cygwin: setsockopt/getsockopt: Add missing optlen checks
Corinna Vinschen
2018-02-07
1
-2
/
+21
*
Cygwin: Cleanup time handling
Corinna Vinschen
2018-02-07
13
-97
/
+115
*
Cygwin: setsockopt/getsockopt: Clean up code
Corinna Vinschen
2018-02-06
1
-118
/
+207
*
Cygwin: bindresvport: Guard prototypes with __MISC_VISIBLE
Corinna Vinschen
2018-02-05
1
-0
/
+2
*
Cygwin: bindresvport: Try hard to find unused port
Corinna Vinschen
2018-02-05
2
-8
/
+84
*
Cygwin: bindresvport: check correctness of address family
Corinna Vinschen
2018-02-05
1
-1
/
+10
*
Cygwin: bindresvport_sa: Ignore incoming port number
Corinna Vinschen
2018-02-05
1
-12
/
+4
*
Cygwin: Use SO_EXCLUSIVEADDRUSE
Corinna Vinschen
2018-02-05
1
-1
/
+1
*
Cygwin: bump version to 2.10.1
Corinna Vinschen
2018-02-02
1
-1
/
+1
*
newlib: drop Cygwin license from sys/select.h
cygwin-2_10_0-release
Corinna Vinschen
2018-02-02
1
-11
/
+0
*
Fix vprintf and vfscanf for GCC PR 14577
Jon Beniston
2018-02-01
2
-33
/
+24
*
epiphany: Additional setjmp() and longjmp() syms
Sebastian Huber
2018-01-31
1
-0
/
+4
*
ssp: do not use __ssp_protected_ symbol prefixes
Yaakov Selkowitz
2018-01-26
1
-1
/
+0
*
Disable powf/log2?f/exp2?f optimization for single-precision Arm FPU
Thomas Preudhomme
2018-01-25
1
-1
/
+3
*
Define internal function mythreadname() -- revised
Mark Geisert
2018-01-24
5
-4
/
+21
[next]