summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/net.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * net.cc (get_ipv4fromreg_ipcnt): Rearrange to fetch all registryCorinna Vinschen2011-04-191-66/+83
* Drop NT4 support.Corinna Vinschen2011-04-041-4/+1
* * net.cc (SIO_BASE_HANDLE): Define.Corinna Vinschen2011-03-291-36/+59
* * fhandler_socket (fhandler_socket::readv): Call recv_internal directly,Corinna Vinschen2011-02-211-4/+24
* * Throughout fix copyright dates.Corinna Vinschen2011-02-151-1/+1
* * fhandler_socket.cc (address_in_use): Disable. Add comment.Corinna Vinschen2011-01-301-5/+14
* * net.cc (get_xp_ifs): Fix counting of idx to return stable interfaceCorinna Vinschen2010-12-021-3/+4
* * autoload.cc (SendARP): Remove.Corinna Vinschen2010-11-231-9/+5
* * net.cc (get_ipv4fromreg_ipcnt): Fix debug output. Only create debugCorinna Vinschen2010-11-221-2/+4
* * net.cc (getdomainname): Drop special case for NT4.Corinna Vinschen2010-09-281-16/+0
* * fhandler_socket.cc (fhandler_socket::bind): Drop has_exclusiveaddruseCorinna Vinschen2010-09-251-257/+5
* * autoload.cc (LoadDLLprime): Change dllname storage to string16.Corinna Vinschen2010-08-281-21/+19
* * net.cc (cygwin_getsockopt): Make sure SO_PEERCRED is only handledCorinna Vinschen2010-07-021-1/+29
* * net.cc: Remove calls to sig_dispatch_pending throughout.Corinna Vinschen2010-03-301-20/+0
* Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor2010-03-121-1/+1
* * fhandler_socket.cc (fhandler_socket::accept4): Set nonblockingCorinna Vinschen2010-01-151-1/+1
* * cygwin.din (accept4): Export.Corinna Vinschen2010-01-151-4/+57
* * net.cc (cygwin_setsockopt): Only skip calling setsockopt(SO_REUSEADDR)Corinna Vinschen2009-12-151-4/+5
* * fhandler_socket.cc (fhandler_socket::fixup_before_fork_exec): AddCorinna Vinschen2009-11-231-2/+12
* Reintegrate socket duplication via WSADuplicateSocket/WSASocket.Corinna Vinschen2009-11-171-0/+28
* * net.cc (fdsock): Fill _rmem and _wmem with valid values returnedCorinna Vinschen2009-11-131-3/+16
* * (fhandler_socket::getsockname): Fix length returned for unboundCorinna Vinschen2009-08-141-4/+0
* * fhandler.h (class fhandler_socket): Add peer_sun_path member.Corinna Vinschen2009-08-131-0/+2
* * net.cc (cygwin_getnameinfo): Force setting NI_NUMERICSERV onlyCorinna Vinschen2009-08-061-12/+19
* * fhandler_socket.cc (fhandler_socket::send_internal): Just use wmem size ifChristopher Faylor2009-08-041-2/+2
* * net.cc (get_xp_ifs): Fix typo in comment.Corinna Vinschen2009-07-011-1/+1
* * fhandler.h (class fhandler_socket): Add class members and methodsCorinna Vinschen2009-07-011-13/+29
* * net.cc (fdsock): Set default socket buffer sizes to 65520. ChangeCorinna Vinschen2009-06-301-12/+9
* * net.cc (get_flags): New static function to generate interface flagsCorinna Vinschen2009-06-151-115/+287
* * path.cc (cwdstuff::set): Avoid removing a nonexistent trailing slash.Christopher Faylor2009-05-281-2/+0
* * net.cc (gethostby_helper): Use correct signedness.Christopher Faylor2009-05-201-35/+36
* * net.cc: Undefine NOERROR and DELETE to avoid compiler warnings.Christopher Faylor2009-04-051-0/+6
* * net.cc (inet_ntop6): Convert to lowercase hex digits on the fly.Corinna Vinschen2009-03-271-1/+6
* * net.cc (cygwin_getaddrinfo): Check hints for non-NULL beforeCorinna Vinschen2009-03-271-0/+1
* * gethostby_helper: Fix typos in DEBUGGING case.Corinna Vinschen2009-03-121-4/+4
* * cygwin.din: Export gethostbyname2.Corinna Vinschen2009-03-061-13/+309
* * net.cc: Include asm/byteorder.h.Corinna Vinschen2009-03-031-33/+39
* * cygtls.h (unionent): Move from net.cc.Christopher Faylor2008-09-161-39/+36
* * net.cc (in6addr_any, in6addr_loopback): Add appropriate number of bracesChristopher Faylor2008-09-111-8/+8
* * autoload.cc (GetExtendedTcpTable): Define.Corinna Vinschen2008-07-141-1/+1
* * fhandler_socket.cc (fhandler_socket::bind): Don't run explicitCorinna Vinschen2008-07-081-2/+10
* * net.cc (ipv6_inited): Make NO_COPY.Corinna Vinschen2008-07-081-1/+1
* * net.cc (cygwin_bindresvport_sa): Fix usage of last_used_bindresvport.Corinna Vinschen2008-06-241-2/+2