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-08-04Cygwin: net.cc: convert wsock_errmap into a simple array of error codesCorinna Vinschen
2022-08-04Cygwin: net.cc: create own type host_errmap_t for host_errmapCorinna Vinschen
2022-08-04Cygwin: net.cc: constify gai_errmapCorinna Vinschen
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_CHECK_FOR_OLD_IFREQCorinna Vinschen
2022-05-30Cygwin: remove miscellaneous 32-bit codeKen Brown
2022-05-13Cygwin: wincap: drop has_gaa_largeaddress_bug flag and related codeCorinna Vinschen
2021-10-29Cygwin: remove support for Vista entirelyCorinna Vinschen
2021-07-30Cygwin: getaddrinfo: return valid ai_socktype and ai_protocol valuesCorinna Vinschen
2021-07-28Cygwin: getifaddrs: don't return a zero IPv4 addressKen Brown
2021-07-28Cygwin: getifaddrs: fix address family for IPv6 netmasksKen Brown
2020-12-07Fix trace output for getdomainname()Anton Lavrentiev via Cygwin-patches
2020-03-11Cygwin: fix formatting: drop trailing whitespaceCorinna Vinschen
2020-03-11Cygwin: fix formatting: collapse whitespace-only linesCorinna Vinschen
2020-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen
2020-01-30Cygwin: AF_LOCAL: set appropriate errno on system callsKen Brown
2019-04-23Minor improvements to socket error handling:Erik M. Bray
2019-01-24Cygwin: net: unify gethostname/getdomainnameCorinna Vinschen
2019-01-24Cygwin: gethostname: fix fetching hostname from non-winsock functionCorinna Vinschen
2019-01-14Cygwin: minor cleanupsCorinna Vinschen
2018-10-29Cygwin: fix memory corruption/SEGV if certain socket functions failCorinna Vinschen
2018-06-26Cygwin: Allow to build without experimental AF_UNIX code by defaultCorinna Vinschen
2018-03-09Cygwin: fix socketpair prototypeCorinna Vinschen
2018-02-28Cygwin: cleanup header including within network-releated filesCorinna Vinschen
2018-02-26Cygwin: sockets: Add missing cleanup if socket/socketpair creation failsCorinna 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: Create empty fhandler_socket_unixCorinna Vinschen
2018-02-23Cygwin: encapsulate Winsock based fhandler_socket classesCorinna Vinschen
2018-02-23Cygwin: drop unused device nodes and clean up socket devicesCorinna Vinschen
2018-02-22Cygwin: make socketpair an AF_LOCAL-only methodCorinna Vinschen
2018-02-21Cygwin: split out fhandler_socket into inet and local classesCorinna Vinschen
2018-02-20Cygwin: net.cc: drop redundant declarationsCorinna Vinschen
2018-02-20Cygwin: set/getsockopt: Move implementation into fhandler_socket classCorinna Vinschen
2018-02-20Cygwin: clean error mappingCorinna Vinschen
2018-02-16Cygwin: net: Improve standars conformance commentsCorinna Vinschen
2018-02-16Cygwin: socketpair: Move socketpair creation inside fhandler_socket classCorinna Vinschen
2018-02-15Cygwin: socket: move socket creation inside fhandler_socket classCorinna Vinschen
2018-02-13Cygwin: Drop HZ usage in favor of MSPERSEC and CLOCKS_PER_SECCorinna Vinschen
2018-02-07Cygwin: sockets: Handle SO_RCVTIMEO and SO_SNDTIMEOCorinna Vinschen
2018-02-07Cygwin: setsockopt/getsockopt: Add missing optlen checksCorinna Vinschen
2018-02-06Cygwin: setsockopt/getsockopt: Clean up codeCorinna Vinschen
2018-02-05Cygwin: bindresvport: Try hard to find unused portCorinna Vinschen
2018-02-05Cygwin: bindresvport: check correctness of address familyCorinna Vinschen
2018-02-05Cygwin: bindresvport_sa: Ignore incoming port numberCorinna Vinschen
2017-10-10cygwin: fix gethostbyaddr argument typesYaakov Selkowitz
2017-02-03Fix limited Internet speeds caused by inappropriate socket bufferingCorinna Vinschen
2017-01-09Return the correct value for getsockopt(SO_REUSEADDR) after setting setsockop...Erik M. Bray
2016-08-23Send thread names to debuggerJon Turney
2016-06-25Remove CYGWIN=detect_bloda optionCorinna Vinschen
2016-06-25Fix various OS-related commentsCorinna Vinschen