summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_socket_local.cc
Commit message (Expand)AuthorAgeFilesLines
* Cygwin: fix linkat(2) on sockets that are not socket filesKen Brown2021-02-251-1/+6
* Cygwin: fix facl on sockets that are not socket filesKen Brown2021-02-251-1/+5
* Cygwin: fix fchown on sockets that are not socket filesKen Brown2021-02-251-1/+5
* Cygwin: fix fchmod on sockets that are not socket filesKen Brown2021-02-251-1/+5
* Cygwin: fix fstatvfs on sockets that are not socket filesKen Brown2021-02-251-1/+4
* Cygwin: fix fstat on sockets that are not socket filesKen Brown2021-02-251-4/+5
* Cygwin: Allow to set SO_PEERCRED zero (v2)Mark Geisert2020-12-071-3/+7
* Cygwin: AF_INET and AF_LOCAL: recv_internal: fix MSG_WAITALL supportKen Brown via Cygwin-patches2020-10-231-1/+1
* Cygwin: AF_LOCAL: fix fcntl and dup if O_PATH is setKen Brown2020-01-301-0/+16
* Cygwin: AF_LOCAL::fstatvfs: use our handle if O_PATH is setKen Brown2020-01-301-0/+7
* Cygwin: AF_LOCAL: allow opening with the O_PATH flagKen Brown2020-01-301-0/+20
* Cygwin: fix memory corruption/SEGV if certain socket functions failCorinna Vinschen2018-10-291-2/+1
* Fix a problem that connection to syslogd fails.Takashi Yano2018-07-061-1/+1
* Cygwin: Include local ntsecapi.hTakashi Yano2018-07-041-1/+1
* Fix the handling of out-of-band (OOB) data in a socket.Takashi Yano2018-06-221-5/+28
* Cygwin: AF_LOCAL: fix identifing abstract sockets in FS-related functionsCorinna Vinschen2018-03-261-6/+6
* Cygwin: fix typo in accept on inet and local socketsCorinna Vinschen2018-03-261-1/+1
* Cygwin: accept4: Fix resource leakCorinna Vinschen2018-03-021-0/+2
* Cygwin: cleanup header including within network-releated filesCorinna Vinschen2018-02-281-18/+10
* Cygwin: sockets: move type and proto checks into fhandler_socket classesCorinna Vinschen2018-02-261-0/+20
* Cygwin: fhandler_socket: define socketpair as virtual functionCorinna Vinschen2018-02-261-1/+3
* Cygwin: fix upcalls in some fhandler_socket_local methodsCorinna Vinschen2018-02-231-8/+7
* Cygwin: encapsulate Winsock based fhandler_socket classesCorinna Vinschen2018-02-231-423/+4
* Cygwin: fix fhandler_socket_local::fchmodCorinna Vinschen2018-02-231-1/+1
* Cygwin: fhandler_socket: Add derived fcntl methodsCorinna Vinschen2018-02-221-0/+26
* Cygwin: fhandler_socket: Add derived ioctl methodsCorinna Vinschen2018-02-221-0/+57
* Cygwin: fhandler_socket: Move shutdown and close methods into derived classesCorinna Vinschen2018-02-221-11/+77
* Cygwin: make socketpair an AF_LOCAL-only methodCorinna Vinschen2018-02-221-2/+1
* Cygwin: fix whitespaces in socket codeCorinna Vinschen2018-02-211-1/+1
* Cygwin: split out fhandler_socket into inet and local classesCorinna Vinschen2018-02-211-0/+1844