summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/net.cc
Commit message (Expand)AuthorAgeFilesLines
* * fhandler.h (-struct wsa_event): Move to wsa_event.h. IncludeCorinna Vinschen2008-04-181-4/+3
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-4/+0
* Add miscfuncs.h to files as needed throughout.Christopher Faylor2008-04-071-0/+1
* Cleanup.Corinna Vinschen2008-04-031-20/+13
* * net.cc (load_ipv6_funcs): Use MAX_PATH instead of CYG_MAX_PATH.Corinna Vinschen2007-10-311-86/+84
* * fork.cc: White space.Christopher Faylor2007-07-071-11/+11
* * autoload.cc (WSAIoctl): Remove.Corinna Vinschen2007-06-211-447/+544
* * autoload.cc (GetIpForwardTable): Define.Corinna Vinschen2007-06-141-0/+45
* * fhandler_registry.cc (registry_listing): Drop name of HKEY_DYN_DATA.Corinna Vinschen2007-02-261-1/+1
* * fhandler.cc (fhandler_base::set_no_inheritance): Always useCorinna Vinschen2007-02-221-10/+0
* * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen2007-02-221-190/+5
* Remove extraneous whitespace.Christopher Faylor2007-02-201-44/+44
* * net.cc (ga_dup): New function, taken from ga_clone with v4-in-v6Corinna Vinschen2007-02-011-19/+130
* * net.cc (cygwin_getaddrinfo): Fix thinko in AI_ADDRCONFIG handling.Corinna Vinschen2007-01-311-2/+1
* * net.cc (cygwin_getaddrinfo): Check ai_flags for valid values.Corinna Vinschen2007-01-311-1/+34
* * net.cc (if_nametoindex): This time, really free IP_ADAPTER_ADDRESSESCorinna Vinschen2007-01-241-7/+7
* * net.cc (gai_errmap): Add EAI_OVERFLOW entry. Fix formatting.Corinna Vinschen2007-01-231-15/+16
* * net.cc (if_nametoindex): Free IP_ADAPTER_ADDRESSES memory.Corinna Vinschen2007-01-231-19/+34
* * autoload.cc (WSAIoctl): Define.Corinna Vinschen2007-01-211-6/+497
* * fhandler_socket.cc (fhandler_socket::ioctl): Handle SIOCGIFINDEX.Corinna Vinschen2007-01-161-0/+15
* (get_ifconf): Set MTU for loopback to more correct value.Corinna Vinschen2007-01-041-2/+2
* * fhandler_socket.cc (fhandler_socket::ioctl): Don't fake resultsCorinna Vinschen2007-01-041-107/+106
* * net.cc (get_ipv6_funcs): Fix formatting.Corinna Vinschen2006-11-231-3/+3
* * net.cc (cygwin_getnameinfo): Fix typo in comment.Corinna Vinschen2006-10-201-1/+1
* * fhandler_socket.cc (fhandler_socket::recvmsg): Remove unused totCorinna Vinschen2006-07-271-2/+3
* * fhandler.h (class fhandler_socket): Remove prot_info_ptr.Corinna Vinschen2006-07-271-7/+8
* 2006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen2006-07-251-214/+1438
* * Makefile.in (DLL_OFILES): Add inet_addr.o and inet_network.o.Corinna Vinschen2006-07-071-41/+4
* * Makefile.in (DLL_OFILES): Add rexec.o.Corinna Vinschen2006-07-041-60/+1
* * net.cc (cygwin_sendto): Define appropriate parameters usingCorinna Vinschen2006-07-031-13/+14
* * net.cc (cygwin_sendto): Allow zero-sized packets.Corinna Vinschen2006-06-301-3/+2
* Revert patches from 2005-10-22 and 2006-06-14 to use event drivenCorinna Vinschen2006-06-261-2/+63
* * net.cc (fdsock): Disable raising buffer sizes. Add comment toCorinna Vinschen2006-06-121-2/+13
* white spaceChristopher Faylor2006-05-281-7/+7
* * fhandler_socket.cc: Move iptypes.h include after winsock2 since it now reliesChristopher Faylor2006-04-051-1/+1
* * net.cc (fdsock): Raise default SO_RCVBUF/SO_SNDBUF buffer sizes toCorinna Vinschen2006-04-041-0/+9
* * fhandler.h (class fhandler_socket): Add saw_reuseaddr status flag.Corinna Vinschen2006-01-291-0/+2
* * net.cc (rresvport): Remove extern declaration.Corinna Vinschen2006-01-181-1/+0
* * autoload.cc (rresvport): Remove.Corinna Vinschen2006-01-181-1/+59
* * net.cc (cygwin_setsockopt): Ignore errors when setting IP_TOS onCorinna Vinschen2006-01-131-21/+33
* whitespace cleanup to force snapshot.Christopher Faylor2005-12-221-3/+3
* Remove unneeded whitespace.Christopher Faylor2005-12-051-1/+1
* * fhandler_socket.cc (fhandler_socket::connect): Don't restrictCorinna Vinschen2005-10-221-13/+1
* * fhandler.h (class fhandler_socket): Add timeout parameter to wait()Corinna Vinschen2005-10-221-50/+1
* * autoload.cc: Never load wsock32.dll. Load all wsock32 functionCorinna Vinschen2005-10-171-102/+52
* * net.cc (cygwin_gethostbyname): Remove debugging.Christopher Faylor2005-10-111-3/+0
* * net.cc (cygwin_gethostbyname): Remove debugging cruft.Christopher Faylor2005-09-231-2/+0
* * net.cc (cygwin_inet_ntop): Change len argument to socklen_t toCorinna Vinschen2005-09-171-2/+2
* * cygtls.h (san): New structure.Christopher Faylor2005-09-141-2/+7
* white spaceChristopher Faylor2005-08-121-2/+2