aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_socket_local.cc
AgeCommit message (Expand)AuthorFilesLines
2018-10-29Cygwin: fix memory corruption/SEGV if certain socket functions failCorinna Vinschen1-2/+1
2018-07-06Fix a problem that connection to syslogd fails.Takashi Yano1-1/+1
2018-07-04Cygwin: Include local ntsecapi.hTakashi Yano1-1/+1
2018-06-22Fix the handling of out-of-band (OOB) data in a socket.Takashi Yano1-5/+28
2018-03-26Cygwin: AF_LOCAL: fix identifing abstract sockets in FS-related functionsCorinna Vinschen1-6/+6
2018-03-26Cygwin: fix typo in accept on inet and local socketsCorinna Vinschen1-1/+1
2018-03-02Cygwin: accept4: Fix resource leakCorinna Vinschen1-0/+2
2018-02-28Cygwin: cleanup header including within network-releated filesCorinna Vinschen1-18/+10
2018-02-26Cygwin: sockets: move type and proto checks into fhandler_socket classesCorinna Vinschen1-0/+20
2018-02-26Cygwin: fhandler_socket: define socketpair as virtual functionCorinna Vinschen1-1/+3
2018-02-23Cygwin: fix upcalls in some fhandler_socket_local methodsCorinna Vinschen1-8/+7
2018-02-23Cygwin: encapsulate Winsock based fhandler_socket classesCorinna Vinschen1-423/+4
2018-02-23Cygwin: fix fhandler_socket_local::fchmodCorinna Vinschen1-1/+1
2018-02-22Cygwin: fhandler_socket: Add derived fcntl methodsCorinna Vinschen1-0/+26
2018-02-22Cygwin: fhandler_socket: Add derived ioctl methodsCorinna Vinschen1-0/+57
2018-02-22Cygwin: fhandler_socket: Move shutdown and close methods into derived classesCorinna Vinschen1-11/+77
2018-02-22Cygwin: make socketpair an AF_LOCAL-only methodCorinna Vinschen1-2/+1
2018-02-21Cygwin: fix whitespaces in socket codeCorinna Vinschen1-1/+1
2018-02-21Cygwin: split out fhandler_socket into inet and local classesCorinna Vinschen1-0/+1844