aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/net.cc
AgeCommit message (Expand)AuthorFilesLines
2013-11-24 Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen1-1/+0
2013-11-19 * net.cc (cygwin_getaddrinfo): Fix a comment. Only memset whints ifCorinna Vinschen1-7/+10
2013-11-19 * autoload.cc (IdnToAscii): Define.Corinna Vinschen1-965/+223
2013-10-24 * devices.in (dev_storage): Map /dev/zero and /dev/full to \Device\Null.Corinna Vinschen1-0/+5
2013-06-13 * net.cc (gen_old_if_name): New function to generate short interfaceCorinna Vinschen1-2/+52
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-268/+103
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-2/+2
2012-11-26 * fhandler_registry.cc: Drop Mingw.org considerations.Corinna Vinschen1-63/+0
2012-08-21* net.cc (get_adapters_addresses): Drop FIXME part of comment.Christopher Faylor1-3/+1
2012-08-16whitespace cleanupChristopher Faylor1-1/+1
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