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
path:
root
/
winsup
/
cygwin
/
fhandler_socket.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cygwin: Add 'fallthrough' pseudo keyword for switch/case use
Corinna Vinschen
2020-08-05
1
-1
/
+1
*
Cygwin: AF_UNIX: store per-socket info in shared memory
Corinna Vinschen
2018-03-12
1
-2
/
+1
*
Cygwin: cleanup header including within network-releated files
Corinna Vinschen
2018-02-28
1
-34
/
+4
*
Cygwin: sockets: Fix fstat on unnamed sockets
Corinna Vinschen
2018-02-27
1
-1
/
+1
*
Cygwin: encapsulate Winsock based fhandler_socket classes
Corinna Vinschen
2018-02-23
1
-559
/
+0
*
Cygwin: drop unused device nodes and clean up socket devices
Corinna Vinschen
2018-02-23
1
-1
/
+1
*
Cygwin: fhandler_socket: Rearrange methods
Corinna Vinschen
2018-02-22
1
-108
/
+108
*
Cygwin: fhandler_socket: Add derived fcntl methods
Corinna Vinschen
2018-02-22
1
-12
/
+0
*
Cygwin: fhandler_socket: Add derived ioctl methods
Corinna Vinschen
2018-02-22
1
-50
/
+1
*
Cygwin: fhandler_socket: Move shutdown and close methods into derived classes
Corinna Vinschen
2018-02-22
1
-66
/
+0
*
Cygwin: inline get_socket_flags()
Corinna Vinschen
2018-02-21
1
-11
/
+0
*
Cygwin: split out fhandler_socket into inet and local classes
Corinna Vinschen
2018-02-21
1
-1992
/
+68
*
Cygwin: set/getsockopt: Move implementation into fhandler_socket class
Corinna Vinschen
2018-02-20
1
-0
/
+330
*
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
1
-0
/
+124
*
Cygwin: sockets: move common settings into set_socket_handle()
Corinna Vinschen
2018-02-16
1
-17
/
+20
*
Cygwin: socket: move socket creation inside fhandler_socket class
Corinna Vinschen
2018-02-14
1
-0
/
+117
*
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: sockets: Handle SO_RCVTIMEO and SO_SNDTIMEO
Corinna Vinschen
2018-02-07
1
-2
/
+19
*
Cygwin: Use SO_EXCLUSIVEADDRUSE
Corinna Vinschen
2018-02-05
1
-1
/
+1
*
cygwin: cleanup fhandler_socket::release_events
Corinna Vinschen
2017-11-27
1
-7
/
+9
*
cygwin: fix stray semicolon
Corinna Vinschen
2017-11-07
1
-1
/
+1
*
Fix two bugs in the limit of large numbers of sockets:
Erik M. Bray
2017-11-07
1
-2
/
+9
*
Ensure that send() interrupted by a signal returns sucessfully
Erik M. Bray
2017-06-19
1
-4
/
+4
*
Define RtlGenRandom correctly in ntsecapi.h wrapper
Corinna Vinschen
2016-12-14
1
-0
/
+1
*
Rearrange RNG code slightly
Corinna Vinschen
2016-12-13
1
-1
/
+1
*
Make sure to use the Winsock definition of FIONREAD in ioctlsocket call
Corinna Vinschen
2016-07-01
1
-1
/
+2
*
Drop has_sendmsg flag
Corinna Vinschen
2016-06-23
1
-2
/
+1
*
Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option
cygwin-2_5_2-release
Corinna Vinschen
2016-06-23
1
-3
/
+0
*
Drop usage of old-age BSD types in generically used Cygwin headers
Corinna Vinschen
2016-03-24
1
-2
/
+2
*
Implement getentropy for Cygwin
Corinna Vinschen
2016-03-18
1
-2
/
+1
*
Implement POSIX.1e ACL functions
Corinna Vinschen
2016-03-08
1
-1
/
+1
*
Fix previous fix for generating unique inode numbers for sockets
Corinna Vinschen
2016-01-11
1
-2
/
+4
*
Return unique inode numbers when calling stat/fstat on pipes and IP sockets
Corinna Vinschen
2016-01-11
1
-2
/
+3
*
Fix race condition when waiting for a signal
Corinna Vinschen
2015-11-27
1
-7
/
+11
*
Reapply POSIX ACL changes.
Corinna Vinschen
2015-11-18
1
-6
/
+5
*
Fix compiler errors/warnings when compiling with -O3
Corinna Vinschen
2015-10-20
1
-2
/
+2
*
cygwin: Fix copyright dates
Corinna Vinschen
2015-07-29
1
-1
/
+1
*
Try to handle concurrent close on socket more gracefully
Corinna Vinschen
2015-06-15
1
-14
/
+40
*
Drop defining _BSDTYPES_DEFINED before including winsup.h.
Corinna Vinschen
2015-03-12
1
-2
/
+0
*
* fhandler_socket.cc (fhandler_socket::af_local_connect): Drop
Corinna Vinschen
2014-10-26
1
-16
/
+6
*
* fhandler_socket.cc (fhandler_socket::connect): Don't change state
Corinna Vinschen
2014-10-14
1
-2
/
+3
*
* fhandler_socket.cc (fhandler_socket::connect): Init connect_state to
Corinna Vinschen
2014-10-14
1
-4
/
+21
*
Add setsockopt(sd, SOL_SOCKET, SO_PEERCRED, NULL, 0) to disable
Corinna Vinschen
2014-10-11
1
-2
/
+33
*
* fhandler_socket.cc (fhandler_socket::af_local_connect): Drop outdated
Corinna Vinschen
2014-10-11
1
-12
/
+22
*
* fhandler_socket.cc (fhandler_socket::evaluate_events): Handle
Corinna Vinschen
2014-10-11
1
-45
/
+51
*
* fhandler_socket.cc (fhandler_socket::evaluate_events): Slightly
Corinna Vinschen
2014-10-11
1
-3
/
+3
*
* Throughout, use __try/__except/__endtry blocks, rather than myfault
Corinna Vinschen
2014-08-22
1
-10
/
+13
*
* fhandler.h (enum conn_state): Add "connect_credxchg" state.
Corinna Vinschen
2014-08-19
1
-4
/
+14
[next]