aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/net.cc
AgeCommit message (Expand)AuthorFilesLines
2009-08-14 * (fhandler_socket::getsockname): Fix length returned for unboundCorinna Vinschen1-4/+0
2009-08-13 * fhandler.h (class fhandler_socket): Add peer_sun_path member.Corinna Vinschen1-0/+2
2009-08-06 * net.cc (cygwin_getnameinfo): Force setting NI_NUMERICSERV onlyCorinna Vinschen1-12/+19
2009-08-04* fhandler_socket.cc (fhandler_socket::send_internal): Just use wmem size ifChristopher Faylor1-2/+2
2009-07-01 * net.cc (get_xp_ifs): Fix typo in comment.Corinna Vinschen1-1/+1
2009-07-01 * fhandler.h (class fhandler_socket): Add class members and methodsCorinna Vinschen1-13/+29
2009-06-30 * net.cc (fdsock): Set default socket buffer sizes to 65520. ChangeCorinna Vinschen1-12/+9
2009-06-15 * net.cc (get_flags): New static function to generate interface flagsCorinna Vinschen1-115/+287
2009-05-28* path.cc (cwdstuff::set): Avoid removing a nonexistent trailing slash.Christopher Faylor1-2/+0
2009-05-20* net.cc (gethostby_helper): Use correct signedness.Christopher Faylor1-35/+36
2009-04-05* net.cc: Undefine NOERROR and DELETE to avoid compiler warnings.Christopher Faylor1-0/+6
2009-03-27 * net.cc (inet_ntop6): Convert to lowercase hex digits on the fly.Corinna Vinschen1-1/+6
2009-03-27 * net.cc (cygwin_getaddrinfo): Check hints for non-NULL beforeCorinna Vinschen1-0/+1
2009-03-12 * gethostby_helper: Fix typos in DEBUGGING case.Corinna Vinschen1-4/+4
2009-03-06 * cygwin.din: Export gethostbyname2.Corinna Vinschen1-13/+309
2009-03-03 * net.cc: Include asm/byteorder.h.Corinna Vinschen1-33/+39
2008-09-16* cygtls.h (unionent): Move from net.cc.Christopher Faylor1-39/+36
2008-09-11* net.cc (in6addr_any, in6addr_loopback): Add appropriate number of bracesChristopher Faylor1-8/+8
2008-07-14 * autoload.cc (GetExtendedTcpTable): Define.Corinna Vinschen1-1/+1
2008-07-08 * fhandler_socket.cc (fhandler_socket::bind): Don't run explicitCorinna Vinschen1-2/+10
2008-07-08 * net.cc (ipv6_inited): Make NO_COPY.Corinna Vinschen1-1/+1
2008-06-24 * net.cc (cygwin_bindresvport_sa): Fix usage of last_used_bindresvport.Corinna Vinschen1-2/+2
2008-06-10 * net.cc (if_nametoindex): Fix typo in call to get_adapters_addresses.Corinna Vinschen1-1/+22
2008-06-10 * fhandler_procnet.cc (format_procnet_ifinet6): Use sprintf rather thanCorinna Vinschen1-4/+4
2008-04-18 * fhandler.h (-struct wsa_event): Move to wsa_event.h. IncludeCorinna Vinschen1-4/+3
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-4/+0
2008-04-07Add miscfuncs.h to files as needed throughout.Christopher Faylor1-0/+1
2008-04-03 Cleanup.Corinna Vinschen1-20/+13
2007-10-31 * net.cc (load_ipv6_funcs): Use MAX_PATH instead of CYG_MAX_PATH.Corinna Vinschen1-86/+84
2007-07-07* fork.cc: White space.Christopher Faylor1-11/+11
2007-06-21 * autoload.cc (WSAIoctl): Remove.Corinna Vinschen1-447/+544
2007-06-14 * autoload.cc (GetIpForwardTable): Define.Corinna Vinschen1-0/+45
2007-02-26 * fhandler_registry.cc (registry_listing): Drop name of HKEY_DYN_DATA.Corinna Vinschen1-1/+1
2007-02-22 * fhandler.cc (fhandler_base::set_no_inheritance): Always useCorinna Vinschen1-10/+0
2007-02-22 * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen1-190/+5
2007-02-20Remove extraneous whitespace.Christopher Faylor1-44/+44
2007-02-01 * net.cc (ga_dup): New function, taken from ga_clone with v4-in-v6Corinna Vinschen1-19/+130
2007-01-31 * net.cc (cygwin_getaddrinfo): Fix thinko in AI_ADDRCONFIG handling.Corinna Vinschen1-2/+1
2007-01-31 * net.cc (cygwin_getaddrinfo): Check ai_flags for valid values.Corinna Vinschen1-1/+34
2007-01-24 * net.cc (if_nametoindex): This time, really free IP_ADAPTER_ADDRESSESCorinna Vinschen1-7/+7
2007-01-23 * net.cc (gai_errmap): Add EAI_OVERFLOW entry. Fix formatting.Corinna Vinschen1-15/+16
2007-01-23 * net.cc (if_nametoindex): Free IP_ADAPTER_ADDRESSES memory.Corinna Vinschen1-19/+34
2007-01-21 * autoload.cc (WSAIoctl): Define.Corinna Vinschen1-6/+497
2007-01-16 * fhandler_socket.cc (fhandler_socket::ioctl): Handle SIOCGIFINDEX.Corinna Vinschen1-0/+15
2007-01-04 (get_ifconf): Set MTU for loopback to more correct value.Corinna Vinschen1-2/+2
2007-01-04 * fhandler_socket.cc (fhandler_socket::ioctl): Don't fake resultsCorinna Vinschen1-107/+106
2006-11-23 * net.cc (get_ipv6_funcs): Fix formatting.Corinna Vinschen1-3/+3
2006-10-20 * net.cc (cygwin_getnameinfo): Fix typo in comment.Corinna Vinschen1-1/+1
2006-07-27 * fhandler_socket.cc (fhandler_socket::recvmsg): Remove unused totCorinna Vinschen1-2/+3
2006-07-27 * fhandler.h (class fhandler_socket): Remove prot_info_ptr.Corinna Vinschen1-7/+8