aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_socket_unix.cc
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Cygwin: Reorganize cygwin source dirCorinna Vinschen1-2406/+0
2022-08-04Cygwin: drop all usages of WINAPICorinna Vinschen1-1/+1
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_CHECK_FOR_OLD_O_NONBLOCKCorinna Vinschen1-3/+1
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown1-3/+3
2022-05-29Cygwin: remove miscellaneous 32-bit codeKen Brown1-4/+0
2022-05-29Cygwin: remove regparm.hKen Brown1-3/+3
2021-09-13Cygwin: add fhandler_base::npfs_handleKen Brown1-30/+0
2021-04-27Cygwin: connect: implement resetting a connected DGRAM socketKen Brown1-0/+7
2021-02-25Cygwin: fix linkat(2) on sockets that are not socket filesKen Brown1-3/+6
2021-02-25Cygwin: fix facl on sockets that are not socket filesKen Brown1-3/+5
2021-02-25Cygwin: fix fchown on sockets that are not socket filesKen Brown1-3/+5
2021-02-25Cygwin: fix fchmod on sockets that are not socket filesKen Brown1-3/+5
2021-02-25Cygwin: fix fstatvfs on sockets that are not socket filesKen Brown1-3/+11
2021-02-25Cygwin: fix fstat on sockets that are not socket filesKen Brown1-6/+5
2021-02-24Cygwin: AF_UNIX: allow opening with the O_PATH flagKen Brown1-0/+24
2020-10-04Cygwin: AF_UNIX: open_pipe: call recv_peer_infoKen Brown1-1/+5
2020-10-04Cygwin: AF_UNIX: listen_pipe: check for STATUS_SUCCESSKen Brown1-2/+5
2020-10-04Cygwin: AF_UNIX: socket: set the O_RDWR flagKen Brown1-0/+1
2020-10-04Cygwin: always recognize AF_UNIX sockets as reparse pointsKen Brown1-8/+9
2020-02-28Cygwin: AF_UNIX: rework fixup_after_execCorinna Vinschen1-8/+13
2020-02-28Cygwin: AF_UNIX: use Nt functions within Nt functionsCorinna Vinschen1-3/+3
2020-02-28Cygwin: AF_UNIX: fix creating shared mem region in dupCorinna Vinschen1-6/+6
2019-03-30Cygwin: [gs]et_io_handle(): renamed to [gs]et_handle().Takashi Yano1-8/+8
2018-11-29Cygwin: implement extensible clock interfaceCorinna Vinschen1-3/+3
2018-10-29Cygwin: fix memory corruption/SEGV if certain socket functions failCorinna Vinschen1-1/+0
2018-08-24CYgwin: fix typo in commentCorinna Vinschen1-1/+1
2018-06-26Cygwin: Allow to build without experimental AF_UNIX code by defaultCorinna Vinschen1-0/+4
2018-03-18Cygwin: AF_UNIX: Redesign various aspectsCorinna Vinschen1-158/+375
2018-03-18Cygwin: AF_UNIX: Add state_lock to guard manipulating shared state infoCorinna Vinschen1-0/+4
2018-03-14Revert "ctype: align size of category bit fields to small targets needs"Corinna Vinschen1-133/+96
2018-03-14ctype: align size of category bit fields to small targets needsCorinna Vinschen1-96/+133
2018-03-12Cygwin: AF_UNIX: store per-socket info in shared memoryCorinna Vinschen1-46/+133
2018-03-11Cygwin: AF_UNIX: fix up thread parameter block allocationCorinna Vinschen1-3/+4
2018-03-11Cygwin: AF_UNIX: use get_unique_id to create pipe nameCorinna Vinschen1-1/+1
2018-03-10Cygwin: AF_UNIX: fix dupCorinna Vinschen1-1/+15
2018-03-10Cygwin: AF_UNIX: Add fixup_after_exec methodCorinna Vinschen1-2/+9
2018-03-10Cygwin: AF_UNIX: fix creating abstract socket symlink nameCorinna Vinschen1-1/+2
2018-03-09Cygwin: AF_UNIX: Implemant socketpairCorinna Vinschen1-19/+65
2018-03-07Cygwin: AF_UNIX: implement getsockopt SO_RCVBUF/SO_SNDBUFCorinna Vinschen1-0/+10
2018-03-07Cygwin: AF_UNIX: define AF_UNIX_CONNECT_TIMEOUTCorinna Vinschen1-2/+5
2018-03-07Cygwin: AF_UNIX: Implement read, readv, recvfrom, write, writev, sendtoCorinna Vinschen1-20/+88
2018-03-07Cygwin: AF_UNIX: fix accept behaviourCorinna Vinschen1-15/+37
2018-03-07Cygwin: AF_UNIX: make sure connect wait thread is cleanly interruptibleCorinna Vinschen1-8/+48
2018-03-07Cygwin: AF_UNIX: some pipe errors may have multiple status codesCorinna Vinschen1-3/+26
2018-03-07Cygwin: AF_UNIX: fix SEGV when sending an empty socket name from connectCorinna Vinschen1-2/+5
2018-03-07Cygwin: AF_UNIX: fix creation of npfs handleCorinna Vinschen1-16/+21
2018-03-07Cygwin: AF_UNIX: Add create_event helper and use throughoutCorinna Vinschen1-15/+25
2018-03-07Cygwin: AF_UNIX: fix comments and move a macroCorinna Vinschen1-6/+3
2018-03-06Cygwin: AF_UNIX: Implement listen, accept4, connect, and othersCorinna Vinschen1-45/+736
2018-03-06Cygwin: AF_UNIX: fix a couple of thinkos and typosCorinna Vinschen1-26/+18