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
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
2007-01-04 (get_ifconf): Set MTU for loopback to more correct value.Corinna Vinschen
2007-01-04 * fhandler_socket.cc (fhandler_socket::ioctl): Don't fake resultsCorinna Vinschen
2006-11-23 * net.cc (get_ipv6_funcs): Fix formatting.Corinna Vinschen
2006-10-20 * net.cc (cygwin_getnameinfo): Fix typo in comment.Corinna Vinschen
2006-07-27 * fhandler_socket.cc (fhandler_socket::recvmsg): Remove unused totCorinna Vinschen
2006-07-27 * fhandler.h (class fhandler_socket): Remove prot_info_ptr.Corinna Vinschen
2006-07-252006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen
2006-07-07 * Makefile.in (DLL_OFILES): Add inet_addr.o and inet_network.o.Corinna Vinschen
2006-07-05 * Makefile.in (DLL_OFILES): Add rexec.o.Corinna Vinschen
2006-07-03 * net.cc (cygwin_sendto): Define appropriate parameters usingCorinna Vinschen
2006-06-30 * net.cc (cygwin_sendto): Allow zero-sized packets.Corinna Vinschen
2006-06-26 Revert patches from 2005-10-22 and 2006-06-14 to use event drivenCorinna Vinschen
2006-06-12 * net.cc (fdsock): Disable raising buffer sizes. Add comment toCorinna Vinschen