Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-30Cygwin: remove miscellaneous 32-bit codeKen Brown
2022-05-30Cygwin: remove regparm.hKen Brown
2022-05-30Cygwin: simplify some function namesKen Brown
2021-04-27Cygwin: connect: implement resetting a connected DGRAM socketKen Brown
2021-04-26Cygwin: connect: set connect state for DGRAM socketsKen Brown
2021-02-26Cygwin: fix linkat(2) on sockets that are not socket filesKen Brown
2021-02-26Cygwin: fix facl on sockets that are not socket filesKen Brown
2021-02-26Cygwin: fix fchown on sockets that are not socket filesKen Brown
2021-02-26Cygwin: fix fchmod on sockets that are not socket filesKen Brown
2021-02-26Cygwin: fix fstatvfs on sockets that are not socket filesKen Brown
2021-02-26Cygwin: fix fstat on sockets that are not socket filesKen Brown
2020-12-07Cygwin: Allow to set SO_PEERCRED zero (v2)Mark Geisert
2020-10-23Cygwin: AF_INET and AF_LOCAL: recv_internal: fix MSG_WAITALL supportKen Brown via Cygwin-patches
2020-01-30Cygwin: AF_LOCAL: fix fcntl and dup if O_PATH is setKen Brown
2020-01-30Cygwin: AF_LOCAL::fstatvfs: use our handle if O_PATH is setKen Brown
2020-01-30Cygwin: AF_LOCAL: allow opening with the O_PATH flagKen Brown
2018-10-29Cygwin: fix memory corruption/SEGV if certain socket functions failCorinna Vinschen
2018-07-06Fix a problem that connection to syslogd fails.Takashi Yano
2018-07-04Cygwin: Include local ntsecapi.hTakashi Yano
2018-06-22Fix the handling of out-of-band (OOB) data in a socket.Takashi Yano
2018-03-26Cygwin: AF_LOCAL: fix identifing abstract sockets in FS-related functionsCorinna Vinschen
2018-03-26Cygwin: fix typo in accept on inet and local socketsCorinna Vinschen
2018-03-03Cygwin: accept4: Fix resource leakCorinna Vinschen
2018-02-28Cygwin: cleanup header including within network-releated filesCorinna Vinschen
2018-02-26Cygwin: sockets: move type and proto checks into fhandler_socket classesCorinna Vinschen
2018-02-26Cygwin: fhandler_socket: define socketpair as virtual functionCorinna Vinschen
2018-02-23Cygwin: fix upcalls in some fhandler_socket_local methodsCorinna Vinschen
2018-02-23Cygwin: encapsulate Winsock based fhandler_socket classesCorinna Vinschen
2018-02-23Cygwin: fix fhandler_socket_local::fchmodCorinna Vinschen
2018-02-22Cygwin: fhandler_socket: Add derived fcntl methodsCorinna Vinschen
2018-02-22Cygwin: fhandler_socket: Add derived ioctl methodsCorinna Vinschen
2018-02-22Cygwin: fhandler_socket: Move shutdown and close methods into derived classesCorinna Vinschen
2018-02-22Cygwin: make socketpair an AF_LOCAL-only methodCorinna Vinschen
2018-02-21Cygwin: fix whitespaces in socket codeCorinna Vinschen
2018-02-21Cygwin: split out fhandler_socket into inet and local classesCorinna Vinschen