index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
net.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Throughout, update copyrights to reflect dates which correspond to main-branch
Christopher Faylor
2013-01-21
1
-2
/
+2
*
* fhandler_registry.cc: Drop Mingw.org considerations.
Corinna Vinschen
2012-11-26
1
-63
/
+0
*
* net.cc (get_adapters_addresses): Drop FIXME part of comment.
Christopher Faylor
2012-08-21
1
-3
/
+1
*
whitespace cleanup
Christopher Faylor
2012-08-16
1
-1
/
+1
*
Add files missing in previous checkin
Corinna Vinschen
2012-07-06
1
-58
/
+43
*
* Makefile.in: Add some more optimization flags for cygwait, malloc and path....
Christopher Faylor
2012-07-02
1
-0
/
+2
*
* net.cc (cygwin_recvfrom): Don't shortcircuit if len == 0. Add comment
Corinna Vinschen
2012-05-21
1
-3
/
+15
*
* net.cc (get_adapters_addresses): Only create thread on affected
Corinna Vinschen
2012-05-03
1
-4
/
+8
*
* net.cc (call_gaa): New thread function to call GetAdaptersAddresses.
Corinna Vinschen
2012-03-08
1
-15
/
+50
*
* cygtls.cc (dll_cmp): New comparison function for bsearch.
Corinna Vinschen
2012-02-27
1
-12
/
+26
*
Clean up whitespace.
Christopher Faylor
2011-12-17
1
-1
/
+1
*
Throughout, remove extra space after function name from debugging output.
Christopher Faylor
2011-12-03
1
-18
/
+18
*
* net.cc (socketpair): Bind first socket to loopback only as well.
Corinna Vinschen
2011-10-05
1
-1
/
+1
*
* net.cc (cygwin_getsockopt): Drop erroneous double conversion of error
Corinna Vinschen
2011-09-02
1
-12
/
+3
*
2011-08-16 Pierre Humblet <Pierre.Humblet@ieee.org>
Pierre Humblet
2011-08-16
1
-50
/
+17
*
* net.cc (socketpair): Release sb0 if there's no space left for sb1.
Corinna Vinschen
2011-08-04
1
-0
/
+2
*
Throughout change "WinSock" to "Winsock" in comments.
Corinna Vinschen
2011-07-29
1
-5
/
+22
*
whitespace elimination
Christopher Faylor
2011-06-06
1
-6
/
+6
*
* net.cc (fdsock): Drop setting uninterruptible_io to true.
Corinna Vinschen
2011-05-01
1
-1
/
+0
*
* net.cc (get_ipv4fromreg_ipcnt): Rearrange to fetch all registry
Corinna Vinschen
2011-04-19
1
-66
/
+83
*
Drop NT4 support.
Corinna Vinschen
2011-04-04
1
-4
/
+1
*
* net.cc (SIO_BASE_HANDLE): Define.
Corinna Vinschen
2011-03-29
1
-36
/
+59
*
* fhandler_socket (fhandler_socket::readv): Call recv_internal directly,
Corinna Vinschen
2011-02-21
1
-4
/
+24
*
* Throughout fix copyright dates.
Corinna Vinschen
2011-02-15
1
-1
/
+1
*
* fhandler_socket.cc (address_in_use): Disable. Add comment.
Corinna Vinschen
2011-01-30
1
-5
/
+14
*
* net.cc (get_xp_ifs): Fix counting of idx to return stable interface
Corinna Vinschen
2010-12-02
1
-3
/
+4
*
* autoload.cc (SendARP): Remove.
Corinna Vinschen
2010-11-23
1
-9
/
+5
*
* net.cc (get_ipv4fromreg_ipcnt): Fix debug output. Only create debug
Corinna Vinschen
2010-11-22
1
-2
/
+4
*
* net.cc (getdomainname): Drop special case for NT4.
Corinna Vinschen
2010-09-28
1
-16
/
+0
*
* fhandler_socket.cc (fhandler_socket::bind): Drop has_exclusiveaddruse
Corinna Vinschen
2010-09-25
1
-257
/
+5
*
* autoload.cc (LoadDLLprime): Change dllname storage to string16.
Corinna Vinschen
2010-08-28
1
-21
/
+19
*
* net.cc (cygwin_getsockopt): Make sure SO_PEERCRED is only handled
Corinna Vinschen
2010-07-02
1
-1
/
+29
*
* net.cc: Remove calls to sig_dispatch_pending throughout.
Corinna Vinschen
2010-03-30
1
-20
/
+0
*
Throughout change all calls of low_priority_sleep (0) to yield ().
Christopher Faylor
2010-03-12
1
-1
/
+1
*
* fhandler_socket.cc (fhandler_socket::accept4): Set nonblocking
Corinna Vinschen
2010-01-15
1
-1
/
+1
*
* cygwin.din (accept4): Export.
Corinna Vinschen
2010-01-15
1
-4
/
+57
*
* net.cc (cygwin_setsockopt): Only skip calling setsockopt(SO_REUSEADDR)
Corinna Vinschen
2009-12-15
1
-4
/
+5
*
* fhandler_socket.cc (fhandler_socket::fixup_before_fork_exec): Add
Corinna Vinschen
2009-11-23
1
-2
/
+12
*
Reintegrate socket duplication via WSADuplicateSocket/WSASocket.
Corinna Vinschen
2009-11-17
1
-0
/
+28
*
* net.cc (fdsock): Fill _rmem and _wmem with valid values returned
Corinna Vinschen
2009-11-13
1
-3
/
+16
*
* (fhandler_socket::getsockname): Fix length returned for unbound
Corinna Vinschen
2009-08-14
1
-4
/
+0
*
* fhandler.h (class fhandler_socket): Add peer_sun_path member.
Corinna Vinschen
2009-08-13
1
-0
/
+2
*
* net.cc (cygwin_getnameinfo): Force setting NI_NUMERICSERV only
Corinna Vinschen
2009-08-06
1
-12
/
+19
*
* fhandler_socket.cc (fhandler_socket::send_internal): Just use wmem size if
Christopher Faylor
2009-08-04
1
-2
/
+2
*
* net.cc (get_xp_ifs): Fix typo in comment.
Corinna Vinschen
2009-07-01
1
-1
/
+1
*
* fhandler.h (class fhandler_socket): Add class members and methods
Corinna Vinschen
2009-07-01
1
-13
/
+29
*
* net.cc (fdsock): Set default socket buffer sizes to 65520. Change
Corinna Vinschen
2009-06-30
1
-12
/
+9
*
* net.cc (get_flags): New static function to generate interface flags
Corinna Vinschen
2009-06-15
1
-115
/
+287
*
* path.cc (cwdstuff::set): Avoid removing a nonexistent trailing slash.
Christopher Faylor
2009-05-28
1
-2
/
+0
*
* net.cc (gethostby_helper): Use correct signedness.
Christopher Faylor
2009-05-20
1
-35
/
+36
[next]