summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/net.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor2005-07-031-58/+61
* * cygwin.din (inet_pton): Export.Corinna Vinschen2005-06-171-0/+46
* white space and minor comment cleanup.Christopher Faylor2005-05-021-1/+1
* * net.cc (cygwin_getservbyname): Return (possibly NULL) return value of dup_entChristopher Faylor2005-04-061-11/+13
* * fhandler.h (fhandler_socket::secret_event): Remove.Corinna Vinschen2005-03-241-2/+3
* * net.cc (cygwin_getprotobyname): Don't try to be fancy with return values.Christopher Faylor2005-03-181-2/+2
* * cygtls.cc (free_local): New macro.Christopher Faylor2005-03-161-83/+47
* * net.cc (dup_ent): Revert older stupid test for null. Don't copy name if itChristopher Faylor2005-03-091-6/+8
* * net.cc (dup_ent): Revert previous stupid change.Christopher Faylor2005-03-091-1/+1
* * net.cc (dup_ent): Avoid dereferencing a null pointer in a debug_printf.Christopher Faylor2005-03-091-1/+1
* * fhandler_clipboard.cc (fhandler_dev_clipboard::write): Never setCorinna Vinschen2005-03-011-3/+0
* * fhandler.h (class fhandler_socket): Declare new methodCorinna Vinschen2005-02-281-0/+4