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
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
2009-03-06 * cygwin.din: Export gethostbyname2.Corinna Vinschen
2009-03-03 * net.cc: Include asm/byteorder.h.Corinna Vinschen
2008-09-16* cygtls.h (unionent): Move from net.cc.Christopher Faylor
2008-09-11* net.cc (in6addr_any, in6addr_loopback): Add appropriate number of bracesChristopher Faylor
2008-07-14 * autoload.cc (GetExtendedTcpTable): Define.Corinna Vinschen
2008-07-09 * fhandler_socket.cc (fhandler_socket::bind): Don't run explicitCorinna Vinschen
2008-07-08 * net.cc (ipv6_inited): Make NO_COPY.Corinna Vinschen
2008-06-24 * net.cc (cygwin_bindresvport_sa): Fix usage of last_used_bindresvport.Corinna Vinschen
2008-06-10 * net.cc (if_nametoindex): Fix typo in call to get_adapters_addresses.Corinna Vinschen
2008-06-10 * fhandler_procnet.cc (format_procnet_ifinet6): Use sprintf rather thanCorinna Vinschen
2008-04-19 * fhandler.h (-struct wsa_event): Move to wsa_event.h. IncludeCorinna Vinschen
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2008-04-07Add miscfuncs.h to files as needed throughout.Christopher Faylor
2008-04-03 Cleanup.Corinna Vinschen
2007-10-31 * net.cc (load_ipv6_funcs): Use MAX_PATH instead of CYG_MAX_PATH.Corinna Vinschen
2007-07-07* fork.cc: White space.Christopher Faylor
2007-06-21 * autoload.cc (WSAIoctl): Remove.Corinna Vinschen
2007-06-14 * autoload.cc (GetIpForwardTable): Define.Corinna Vinschen
2007-02-26 * fhandler_registry.cc (registry_listing): Drop name of HKEY_DYN_DATA.Corinna Vinschen
2007-02-22 * fhandler.cc (fhandler_base::set_no_inheritance): Always useCorinna Vinschen
2007-02-22 * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen
2007-02-20Remove extraneous whitespace.Christopher Faylor
2007-02-01 * net.cc (ga_dup): New function, taken from ga_clone with v4-in-v6Corinna Vinschen
2007-01-31 * net.cc (cygwin_getaddrinfo): Fix thinko in AI_ADDRCONFIG handling.Corinna Vinschen
2007-01-31 * net.cc (cygwin_getaddrinfo): Check ai_flags for valid values.Corinna Vinschen
2007-01-24 * net.cc (if_nametoindex): This time, really free IP_ADAPTER_ADDRESSESCorinna Vinschen
2007-01-23 * net.cc (gai_errmap): Add EAI_OVERFLOW entry. Fix formatting.Corinna Vinschen
2007-01-23 * net.cc (if_nametoindex): Free IP_ADAPTER_ADDRESSES memory.Corinna Vinschen
2007-01-22 * autoload.cc (WSAIoctl): Define.Corinna Vinschen
2007-01-16 * fhandler_socket.cc (fhandler_socket::ioctl): Handle SIOCGIFINDEX.Corinna Vinschen