Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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