aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/net.cc
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-25Remove CYGWIN=detect_bloda optionCorinna Vinschen1-12/+0
2016-06-24Fix various OS-related commentsCorinna Vinschen1-5/+5
2016-06-24net.cc (fdsock): Fix commentCorinna Vinschen1-12/+9
2016-06-24Rename if_indextoname to cygwin_if_indextoname (analag for if_nametoindex)Corinna Vinschen1-66/+4
2016-06-23Drop supports_all_posix_ai_flagsCorinna Vinschen1-75/+2
2016-06-23Drop has_gaa_on_link_prefix flag and remove obsolete functions thuslyCorinna Vinschen1-155/+3
2016-06-23Handle up to 63 partitions per driveCorinna Vinschen1-1/+1
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2016-03-24Throughout Cygwin, use u_intN_t or uintN_tCorinna Vinschen1-28/+27
2016-03-24Fix return type of get_routedstCorinna Vinschen1-1/+1
2016-03-24Remove unused function convert_ifr_flagsCorinna Vinschen1-14/+0
2016-03-14cygwin_getaddrinfo: workaround Winsock getaddrinfo issue with broken DNSCorinna Vinschen1-1/+10
2016-03-10getifaddrs: Return pointer to extended interface info in ifa_data memberCorinna Vinschen1-22/+23
2015-10-22Fix length returned from sys_cp_wcstombs in case nwc > # of wcharsCorinna Vinschen1-1/+1
2015-06-17Add sethostnameCorinna Vinschen1-0/+14
2015-06-15Handle more Winsock error codes.Corinna Vinschen1-0/+3
2015-05-27* net.cc: Define _NETIOAPI_H_ to accomodate newer w32api.Takashi Yano1-1/+2
2015-04-23Fix buffer size error handling in gethostname.Renato Silva1-1/+4
2015-03-13net.cc: Remove extra braces.Alexey Pavlov1-2/+2
2015-01-23 * net.cc (cygwin_inet_pton): Declare.Corinna Vinschen1-7/+113
2015-01-20 * common.din (sockatmark): Export.Corinna Vinschen1-1/+14
2014-11-20 * net.cc (fdsock): Change default values for socket buffers on 32 bitCorinna Vinschen1-2/+9
2014-10-13 * net.cc (cygwin_setsockopt): Drop redundant test for AF_LOCAL andCorinna Vinschen1-3/+1