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
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
2006-05-28white spaceChristopher Faylor
2006-04-05* fhandler_socket.cc: Move iptypes.h include after winsock2 since it now reliesChristopher Faylor
2006-04-04 * net.cc (fdsock): Raise default SO_RCVBUF/SO_SNDBUF buffer sizes toCorinna Vinschen
2006-01-29 * fhandler.h (class fhandler_socket): Add saw_reuseaddr status flag.Corinna Vinschen
2006-01-18 * net.cc (rresvport): Remove extern declaration.Corinna Vinschen
2006-01-18 * autoload.cc (rresvport): Remove.Corinna Vinschen
2006-01-13 * net.cc (cygwin_setsockopt): Ignore errors when setting IP_TOS onCorinna Vinschen
2005-12-22whitespace cleanup to force snapshot.Christopher Faylor
2005-12-05Remove unneeded whitespace.Christopher Faylor
2005-10-22 * fhandler_socket.cc (fhandler_socket::connect): Don't restrictCorinna Vinschen
2005-10-22 * fhandler.h (class fhandler_socket): Add timeout parameter to wait()Corinna Vinschen
2005-10-18 * autoload.cc: Never load wsock32.dll. Load all wsock32 functionCorinna Vinschen
2005-10-11* net.cc (cygwin_gethostbyname): Remove debugging.Christopher Faylor
2005-09-24* net.cc (cygwin_gethostbyname): Remove debugging cruft.Christopher Faylor
2005-09-17 * net.cc (cygwin_inet_ntop): Change len argument to socklen_t toCorinna Vinschen
2005-09-15* cygtls.h (san): New structure.Christopher Faylor
2005-08-12white spaceChristopher Faylor