summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/net.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix limited Internet speeds caused by inappropriate socket bufferingCorinna Vinschen2017-02-031-3/+11
* Return the correct value for getsockopt(SO_REUSEADDR) after setting setsockop...Erik M. Bray2017-01-091-0/+8
* Send thread names to debuggerJon Turney2016-08-231-0/+1
* Remove CYGWIN=detect_bloda optionCorinna Vinschen2016-06-251-12/+0
* Fix various OS-related commentsCorinna Vinschen2016-06-241-5/+5
* net.cc (fdsock): Fix commentCorinna Vinschen2016-06-241-12/+9
* Rename if_indextoname to cygwin_if_indextoname (analag for if_nametoindex)Corinna Vinschen2016-06-241-66/+4
* Drop supports_all_posix_ai_flagsCorinna Vinschen2016-06-231-75/+2
* Drop has_gaa_on_link_prefix flag and remove obsolete functions thuslyCorinna Vinschen2016-06-231-155/+3
* Handle up to 63 partitions per driveCorinna Vinschen2016-06-231-1/+1
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Throughout Cygwin, use u_intN_t or uintN_tCorinna Vinschen2016-03-241-28/+27
* Fix return type of get_routedstCorinna Vinschen2016-03-241-1/+1
* Remove unused function convert_ifr_flagsCorinna Vinschen2016-03-241-14/+0
* cygwin_getaddrinfo: workaround Winsock getaddrinfo issue with broken DNSCorinna Vinschen2016-03-141-1/+10
* getifaddrs: Return pointer to extended interface info in ifa_data memberCorinna Vinschen2016-03-101-22/+23
* Fix length returned from sys_cp_wcstombs in case nwc > # of wcharsCorinna Vinschen2015-10-221-1/+1
* Add sethostnameCorinna Vinschen2015-06-171-0/+14
* Handle more Winsock error codes.Corinna Vinschen2015-06-151-0/+3
* * net.cc: Define _NETIOAPI_H_ to accomodate newer w32api.Takashi Yano2015-05-271-1/+2
* Fix buffer size error handling in gethostname.Renato Silva2015-04-231-1/+4
* net.cc: Remove extra braces.Alexey Pavlov2015-03-131-2/+2
* * net.cc (cygwin_inet_pton): Declare.Corinna Vinschen2015-01-231-7/+113
* * common.din (sockatmark): Export.Corinna Vinschen2015-01-201-1/+14
* * net.cc (fdsock): Change default values for socket buffers on 32 bitCorinna Vinschen2014-11-201-2/+9
* * net.cc (cygwin_setsockopt): Drop redundant test for AF_LOCAL andCorinna Vinschen2014-10-131-3/+1
* Add setsockopt(sd, SOL_SOCKET, SO_PEERCRED, NULL, 0) to disableCorinna Vinschen2014-10-111-0/+19
* * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen2014-08-221-854/+919
* * net.cc (if_freenameindex): Don't catch a SEGV from free to failCorinna Vinschen2014-08-211-3/+0
* * net.cc (cygwin_getaddrinfo): Fix value of hint->ai_addrlen on 64 bit.Corinna Vinschen2014-06-231-0/+10
* * net.cc (call_gaa): Fix setting pa_ret pointer in case of an errorCorinna Vinschen2014-05-191-6/+8
* * net.cc (cygwin_getsockopt): Rearrange code slightly and handleCorinna Vinschen2014-05-051-24/+19
* * fhandler_socket.cc: On x86_64, define u_long as __ms_u_long beforeCorinna Vinschen2014-04-241-0/+9
* * net.cc (cygwin_setsockopt): Ignore IPV6_TCLASS the same way as IP_TOS.Corinna Vinschen2014-04-161-1/+10
* * fhandler_disk_file.cc (fhandler_disk_file::fchown): Fix typo inCorinna Vinschen2014-02-061-2/+2
* Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen2013-11-241-1/+0
* * net.cc (cygwin_getaddrinfo): Fix a comment. Only memset whints ifCorinna Vinschen2013-11-191-7/+10
* * autoload.cc (IdnToAscii): Define.Corinna Vinschen2013-11-191-965/+223
* * devices.in (dev_storage): Map /dev/zero and /dev/full to \Device\Null.Corinna Vinschen2013-10-241-0/+5
* * net.cc (gen_old_if_name): New function to generate short interfaceCorinna Vinschen2013-06-131-2/+52
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-268/+103
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-2/+2
* * fhandler_registry.cc: Drop Mingw.org considerations.Corinna Vinschen2012-11-261-63/+0
* * net.cc (get_adapters_addresses): Drop FIXME part of comment.Christopher Faylor2012-08-211-3/+1
* whitespace cleanupChristopher Faylor2012-08-161-1/+1
* Add files missing in previous checkinCorinna Vinschen2012-07-061-58/+43
* * Makefile.in: Add some more optimization flags for cygwait, malloc and path....Christopher Faylor2012-07-021-0/+2
* * net.cc (cygwin_recvfrom): Don't shortcircuit if len == 0. Add commentCorinna Vinschen2012-05-211-3/+15
* * net.cc (get_adapters_addresses): Only create thread on affectedCorinna Vinschen2012-05-031-4/+8
* * net.cc (call_gaa): New thread function to call GetAdaptersAddresses.Corinna Vinschen2012-03-081-15/+50