aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/net.cc
AgeCommit message (Expand)AuthorFilesLines
2024-08-13Cygwin: Fix warnings about narrowing conversions of socket ioctlsJon Turney1-1/+1
2024-02-03Cygwin: net: Make if_nametoindex, etc. consistent with if_nameindex.Takashi Yano1-2/+29
2022-08-04Cygwin: net.cc: convert wsock_errmap into a simple array of error codesCorinna Vinschen1-52/+82
2022-08-04Cygwin: net.cc: create own type host_errmap_t for host_errmapCorinna Vinschen1-5/+6
2022-08-04Cygwin: net.cc: constify gai_errmapCorinna Vinschen1-1/+1
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_CHECK_FOR_OLD_IFREQCorinna Vinschen1-51/+2
2022-05-29Cygwin: remove miscellaneous 32-bit codeKen Brown1-8/+0
2022-05-13Cygwin: wincap: drop has_gaa_largeaddress_bug flag and related codeCorinna Vinschen1-46/+9
2021-10-29Cygwin: remove support for Vista entirelyCorinna Vinschen1-6/+6
2021-07-30Cygwin: getaddrinfo: return valid ai_socktype and ai_protocol valuesCorinna Vinschen1-2/+50
2021-07-28Cygwin: getifaddrs: don't return a zero IPv4 addressKen Brown1-6/+23
2021-07-28Cygwin: getifaddrs: fix address family for IPv6 netmasksKen Brown1-0/+1
2020-12-07Fix trace output for getdomainname()Anton Lavrentiev via Cygwin-patches1-1/+1
2020-03-11Cygwin: fix formatting: drop trailing whitespaceCorinna Vinschen1-5/+5
2020-03-11Cygwin: fix formatting: collapse whitespace-only linesCorinna Vinschen1-1/+1
2020-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen1-4/+4
2020-01-30Cygwin: AF_LOCAL: set appropriate errno on system callsKen Brown1-4/+15
2019-04-23Minor improvements to socket error handling:Erik M. Bray1-1/+4
2019-01-24Cygwin: net: unify gethostname/getdomainnameCorinna Vinschen1-41/+36
2019-01-24Cygwin: gethostname: fix fetching hostname from non-winsock functionCorinna Vinschen1-1/+1
2019-01-13Cygwin: minor cleanupsCorinna Vinschen1-1/+1
2018-10-29Cygwin: fix memory corruption/SEGV if certain socket functions failCorinna Vinschen1-10/+2
2018-06-26Cygwin: Allow to build without experimental AF_UNIX code by defaultCorinna Vinschen1-0/+8
2018-03-09Cygwin: fix socketpair prototypeCorinna Vinschen1-3/+3
2018-02-28Cygwin: cleanup header including within network-releated filesCorinna Vinschen1-20/+4
2018-02-26Cygwin: sockets: Add missing cleanup if socket/socketpair creation failsCorinna Vinschen1-1/+6
2018-02-26Cygwin: sockets: move type and proto checks into fhandler_socket classesCorinna Vinschen1-25/+0
2018-02-26Cygwin: fhandler_socket: define socketpair as virtual functionCorinna Vinschen1-3/+3
2018-02-23Cygwin: Create empty fhandler_socket_unixCorinna Vinschen1-2/+4
2018-02-23Cygwin: encapsulate Winsock based fhandler_socket classesCorinna Vinschen1-2/+1
2018-02-23Cygwin: drop unused device nodes and clean up socket devicesCorinna Vinschen1-3/+3
2018-02-22Cygwin: make socketpair an AF_LOCAL-only methodCorinna Vinschen1-15/+3
2018-02-21Cygwin: split out fhandler_socket into inet and local classesCorinna Vinschen1-140/+0
2018-02-20Cygwin: net.cc: drop redundant declarationsCorinna Vinschen1-4/+1
2018-02-20Cygwin: set/getsockopt: Move implementation into fhandler_socket classCorinna Vinschen1-334/+13
2018-02-20Cygwin: clean error mappingCorinna Vinschen1-14/+7
2018-02-16Cygwin: net: Improve standars conformance commentsCorinna Vinschen1-30/+35
2018-02-16Cygwin: socketpair: Move socketpair creation inside fhandler_socket classCorinna Vinschen1-174/+71
2018-02-14Cygwin: socket: move socket creation inside fhandler_socket classCorinna Vinschen1-46/+44
2018-02-12Cygwin: Drop HZ usage in favor of MSPERSEC and CLOCKS_PER_SECCorinna Vinschen1-2/+2
2018-02-07Cygwin: sockets: Handle SO_RCVTIMEO and SO_SNDTIMEOCorinna Vinschen1-0/+42
2018-02-07Cygwin: setsockopt/getsockopt: Add missing optlen checksCorinna Vinschen1-2/+21
2018-02-06Cygwin: setsockopt/getsockopt: Clean up codeCorinna Vinschen1-118/+207
2018-02-05Cygwin: bindresvport: Try hard to find unused portCorinna Vinschen1-8/+82
2018-02-05Cygwin: bindresvport: check correctness of address familyCorinna Vinschen1-1/+10
2018-02-05Cygwin: bindresvport_sa: Ignore incoming port numberCorinna Vinschen1-12/+4
2017-10-10cygwin: fix gethostbyaddr argument typesYaakov Selkowitz1-2/+2
2017-02-03Fix limited Internet speeds caused by inappropriate socket bufferingCorinna Vinschen1-3/+11
2017-01-09Return the correct value for getsockopt(SO_REUSEADDR) after setting setsockop...Erik M. Bray1-0/+8
2016-08-23Send thread names to debuggerJon Turney1-0/+1