aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/net.cc
AgeCommit message (Expand)AuthorFilesLines
2012-08-10This commit was manufactured by cvs2svn to create tag 'cygwin-cygwin-1_7_14-releasecvs2svn1-68/+65
2012-07-06Add files missing in previous checkinCorinna Vinschen1-58/+43
2012-07-02* Makefile.in: Add some more optimization flags for cygwait, malloc and path....Christopher Faylor1-0/+2
2012-05-21 * net.cc (cygwin_recvfrom): Don't shortcircuit if len == 0. Add commentCorinna Vinschen1-3/+15
2012-05-03 * net.cc (get_adapters_addresses): Only create thread on affectedCorinna Vinschen1-4/+8
2012-03-08 * net.cc (call_gaa): New thread function to call GetAdaptersAddresses.Corinna Vinschen1-15/+50
2012-02-27 * cygtls.cc (dll_cmp): New comparison function for bsearch.Corinna Vinschen1-12/+26
2011-12-17Clean up whitespace.Christopher Faylor1-1/+1
2011-12-03Throughout, remove extra space after function name from debugging output.Christopher Faylor1-18/+18
2011-10-05 * net.cc (socketpair): Bind first socket to loopback only as well.Corinna Vinschen1-1/+1
2011-09-02 * net.cc (cygwin_getsockopt): Drop erroneous double conversion of errorCorinna Vinschen1-12/+3
2011-08-162011-08-16 Pierre Humblet <Pierre.Humblet@ieee.org>Pierre Humblet1-50/+17
2011-08-04 * net.cc (socketpair): Release sb0 if there's no space left for sb1.Corinna Vinschen1-0/+2
2011-07-29 Throughout change "WinSock" to "Winsock" in comments.Corinna Vinschen1-5/+22
2011-06-06whitespace eliminationChristopher Faylor1-6/+6
2011-05-01 * net.cc (fdsock): Drop setting uninterruptible_io to true.Corinna Vinschen1-1/+0
2011-04-19 * net.cc (get_ipv4fromreg_ipcnt): Rearrange to fetch all registryCorinna Vinschen1-66/+83
2011-04-04 Drop NT4 support.Corinna Vinschen1-4/+1
2011-03-29 * net.cc (SIO_BASE_HANDLE): Define.Corinna Vinschen1-36/+59
2011-02-21 * fhandler_socket (fhandler_socket::readv): Call recv_internal directly,Corinna Vinschen1-4/+24
2011-02-15 * Throughout fix copyright dates.Corinna Vinschen1-1/+1
2011-01-30 * fhandler_socket.cc (address_in_use): Disable. Add comment.Corinna Vinschen1-5/+14
2010-12-02 * net.cc (get_xp_ifs): Fix counting of idx to return stable interfaceCorinna Vinschen1-3/+4
2010-11-23 * autoload.cc (SendARP): Remove.Corinna Vinschen1-9/+5
2010-11-22 * net.cc (get_ipv4fromreg_ipcnt): Fix debug output. Only create debugCorinna Vinschen1-2/+4
2010-09-28 * net.cc (getdomainname): Drop special case for NT4.Corinna Vinschen1-16/+0
2010-09-25 * fhandler_socket.cc (fhandler_socket::bind): Drop has_exclusiveaddruseCorinna Vinschen1-257/+5
2010-08-28 * autoload.cc (LoadDLLprime): Change dllname storage to string16.Corinna Vinschen1-21/+19
2010-07-02 * net.cc (cygwin_getsockopt): Make sure SO_PEERCRED is only handledCorinna Vinschen1-1/+29
2010-03-30 * net.cc: Remove calls to sig_dispatch_pending throughout.Corinna Vinschen1-20/+0
2010-03-12Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor1-1/+1
2010-01-15 * fhandler_socket.cc (fhandler_socket::accept4): Set nonblockingCorinna Vinschen1-1/+1
2010-01-15 * cygwin.din (accept4): Export.Corinna Vinschen1-4/+57
2009-12-15 * net.cc (cygwin_setsockopt): Only skip calling setsockopt(SO_REUSEADDR)Corinna Vinschen1-4/+5
2009-11-23 * fhandler_socket.cc (fhandler_socket::fixup_before_fork_exec): AddCorinna Vinschen1-2/+12
2009-11-17 Reintegrate socket duplication via WSADuplicateSocket/WSASocket.Corinna Vinschen1-0/+28
2009-11-13 * net.cc (fdsock): Fill _rmem and _wmem with valid values returnedCorinna Vinschen1-3/+16
2009-08-14 * (fhandler_socket::getsockname): Fix length returned for unboundCorinna Vinschen1-4/+0
2009-08-13 * fhandler.h (class fhandler_socket): Add peer_sun_path member.Corinna Vinschen1-0/+2
2009-08-06 * net.cc (cygwin_getnameinfo): Force setting NI_NUMERICSERV onlyCorinna Vinschen1-12/+19
2009-08-04* fhandler_socket.cc (fhandler_socket::send_internal): Just use wmem size ifChristopher Faylor1-2/+2
2009-07-01 * net.cc (get_xp_ifs): Fix typo in comment.Corinna Vinschen1-1/+1
2009-07-01 * fhandler.h (class fhandler_socket): Add class members and methodsCorinna Vinschen1-13/+29
2009-06-30 * net.cc (fdsock): Set default socket buffer sizes to 65520. ChangeCorinna Vinschen1-12/+9
2009-06-15 * net.cc (get_flags): New static function to generate interface flagsCorinna Vinschen1-115/+287
2009-05-28* path.cc (cwdstuff::set): Avoid removing a nonexistent trailing slash.Christopher Faylor1-2/+0
2009-05-20* net.cc (gethostby_helper): Use correct signedness.Christopher Faylor1-35/+36
2009-04-05* net.cc: Undefine NOERROR and DELETE to avoid compiler warnings.Christopher Faylor1-0/+6
2009-03-27 * net.cc (inet_ntop6): Convert to lowercase hex digits on the fly.Corinna Vinschen1-1/+6
2009-03-27 * net.cc (cygwin_getaddrinfo): Check hints for non-NULL beforeCorinna Vinschen1-0/+1