summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/net.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* * cygtls.cc (dll_cmp): New comparison function for bsearch.Corinna Vinschen2012-02-271-12/+26
* Clean up whitespace.Christopher Faylor2011-12-171-1/+1
* Throughout, remove extra space after function name from debugging output.Christopher Faylor2011-12-031-18/+18
* * net.cc (socketpair): Bind first socket to loopback only as well.Corinna Vinschen2011-10-051-1/+1
* * net.cc (cygwin_getsockopt): Drop erroneous double conversion of errorCorinna Vinschen2011-09-021-12/+3
* 2011-08-16 Pierre Humblet <Pierre.Humblet@ieee.org>Pierre Humblet2011-08-161-50/+17
* * net.cc (socketpair): Release sb0 if there's no space left for sb1.Corinna Vinschen2011-08-041-0/+2
* Throughout change "WinSock" to "Winsock" in comments.Corinna Vinschen2011-07-291-5/+22
* whitespace eliminationChristopher Faylor2011-06-061-6/+6
* * net.cc (fdsock): Drop setting uninterruptible_io to true.Corinna Vinschen2011-05-011-1/+0