summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/net.cc
Commit message (Expand)AuthorAgeFilesLines
* * (fhandler_socket::getsockname): Fix length returned for unboundCorinna Vinschen2009-08-141-4/+0
* * fhandler.h (class fhandler_socket): Add peer_sun_path member.Corinna Vinschen2009-08-131-0/+2
* * net.cc (cygwin_getnameinfo): Force setting NI_NUMERICSERV onlyCorinna Vinschen2009-08-061-12/+19
* * fhandler_socket.cc (fhandler_socket::send_internal): Just use wmem size ifChristopher Faylor2009-08-041-2/+2
* * net.cc (get_xp_ifs): Fix typo in comment.Corinna Vinschen2009-07-011-1/+1
* * fhandler.h (class fhandler_socket): Add class members and methodsCorinna Vinschen2009-07-011-13/+29
* * net.cc (fdsock): Set default socket buffer sizes to 65520. ChangeCorinna Vinschen2009-06-301-12/+9
* * net.cc (get_flags): New static function to generate interface flagsCorinna Vinschen2009-06-151-115/+287
* * path.cc (cwdstuff::set): Avoid removing a nonexistent trailing slash.Christopher Faylor2009-05-281-2/+0
* * net.cc (gethostby_helper): Use correct signedness.Christopher Faylor2009-05-201-35/+36
* * net.cc: Undefine NOERROR and DELETE to avoid compiler warnings.Christopher Faylor2009-04-051-0/+6
* * net.cc (inet_ntop6): Convert to lowercase hex digits on the fly.Corinna Vinschen2009-03-271-1/+6
* * net.cc (cygwin_getaddrinfo): Check hints for non-NULL beforeCorinna Vinschen2009-03-271-0/+1
* * gethostby_helper: Fix typos in DEBUGGING case.Corinna Vinschen2009-03-121-4/+4
* * cygwin.din: Export gethostbyname2.Corinna Vinschen2009-03-061-13/+309
* * net.cc: Include asm/byteorder.h.Corinna Vinschen2009-03-031-33/+39
* * cygtls.h (unionent): Move from net.cc.Christopher Faylor2008-09-161-39/+36
* * net.cc (in6addr_any, in6addr_loopback): Add appropriate number of bracesChristopher Faylor2008-09-111-8/+8
* * autoload.cc (GetExtendedTcpTable): Define.Corinna Vinschen2008-07-141-1/+1
* * fhandler_socket.cc (fhandler_socket::bind): Don't run explicitCorinna Vinschen2008-07-081-2/+10
* * net.cc (ipv6_inited): Make NO_COPY.Corinna Vinschen2008-07-081-1/+1
* * net.cc (cygwin_bindresvport_sa): Fix usage of last_used_bindresvport.Corinna Vinschen2008-06-241-2/+2
* * net.cc (if_nametoindex): Fix typo in call to get_adapters_addresses.Corinna Vinschen2008-06-101-1/+22
* * fhandler_procnet.cc (format_procnet_ifinet6): Use sprintf rather thanCorinna Vinschen2008-06-101-4/+4
* * 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