summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/net.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* * 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