fix build regression in sh-nofpu subarch due to missing symbol
[oweals/musl.git] / src / network /
2015-03-23 Rich Felkerfix internal buffer overrun in inet_pton
2015-02-10 Timo Teräsmake protocol table zero byte separated and add ipv6...
2015-02-07 Rich Felkermake getaddrinfo support SOCK_RAW and other socket...
2014-12-17 Rich Felkeradd basic dns record parsing functions
2014-09-05 Rich Felkerfix potential read past end of buffer in getnameinfo...
2014-09-05 Rich Felkerremove incorrect and useless check in network service...
2014-09-05 Rich Felkerremove an extra layer of buffer copying in getnameinfo...
2014-09-05 Szabolcs Nagyfix dn_expand empty name handling and offsets to 0
2014-07-30 Timo Teräsreimplement if_nameindex and getifaddrs using netlink
2014-07-26 Rich Felkeradd support for LC_TIME and LC_MESSAGES translations
2014-06-24 Timo Teräsadd routing protocols to getprotoent-family functions
2014-06-21 Rich Felkerimplement result address sorting in the resolver (getad...
2014-06-20 Timo Teräsfix gethostby*_r result pointer value on error
2014-06-20 Rich Felkerfix sendmmsg emulation return value for zero-length...
2014-06-20 Rich Felkerimplement sendmmsg and recvmmsg
2014-06-07 Rich Felkeravoid spurious lookup failures from badly-behaved names...
2014-06-06 Rich Felkeroptimize SOCK_CLOEXEC fallback for socket function
2014-06-06 Rich Felkeradd SOCK_CLOEXEC fallback for socketpair on old kernels
2014-06-06 Szabolcs Nagyimplement dn_comp RFC 1035 domain name compression
2014-06-06 Szabolcs Nagyaccept trailing . and empty domain names
2014-06-05 Szabolcs Nagyfix the domain name length limit checks
2014-06-05 Szabolcs Nagyfix multiple validation issues in dns response label...
2014-06-05 Rich Felkerfix missing function declarations in refactored ip...
2014-06-04 Rich Felkeradd support for reverse port lookups from services...
2014-06-04 Rich Felkeradd support for reverse name lookups from hosts file...
2014-06-04 Rich Felkerremove some dummy "ent" function aliases that duplicate...
2014-06-04 Rich Felkeradd support for ipv6 scope_id to getaddrinfo and getnam...
2014-06-03 Rich Felkerfix if_nametoindex return value when interface does...
2014-06-03 Rich Felkerfix negative response and non-response handling for...
2014-06-03 Rich Felkerfix some validation checks in dns response parsing...
2014-06-02 Rich Felkerremove cruft from old resolver and numeric ip parsing
2014-06-02 Rich Felkerswitch standard resolver functions to use the new dns...
2014-06-02 Rich Felkerfix uninitialized variable in new __res_msend dns function
2014-06-02 Rich Felkerimplement new dns backend, res_send and other legacy...
2014-06-02 Timo Teräsadd ipsec and tunneling protocols to getprotoent-family...
2014-06-02 Rich Felkerfix off-by-one in checking hostname length in new resol...
2014-06-01 Rich Felkerimprove getservbyname_r using new resolver backend
2014-06-01 Rich Felkerimprove gethostbyname2_r using new resolver backend
2014-06-01 Rich Felkerrefactor getaddrinfo and add support for most remaining...
2014-02-22 Rich Felkeradd fallback emulation for accept4 on old kernels
2014-02-13 Rich Felkeradd ipv6 and icmpv6 to getprotoent-family functions
2014-02-13 Rich Felkerfix typo in table for getprotoent that caused out-of...
2014-01-07 Rich Felkerfix argument types for legacy function inet_makeaddr
2013-12-20 Rich Felkerimplement legacy function herror
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-12-12 Szabolcs Nagyremove an unnecessary check in inet_pton
2013-11-30 Rich Felkersupport mix of IPv4 and v6 nameservers in resolv.conf
2013-11-27 Rich Felkerreject invalid address families in getaddrinfo
2013-11-25 Szabolcs Nagyremove duplicate includes from dynlink.c, strfmon.c...
2013-11-24 Michael ForneyFix dn_comp prototype and add stub
2013-11-23 Michael ForneyFix dn_expand pointer following
2013-11-21 Rich Felkerfix fd leak (missing close-on-exec) in getifaddrs
2013-11-02 Rich Felkerfix regression in inet_aton due to misinterpretation...
2013-10-23 Szabolcs Nagyfix inet_pton
2013-10-22 Szabolcs Nagyfix __ipparse to parse the generic numbers-and-dots...
2013-10-22 Szabolcs Nagyfix inet_aton to accept the generic "numbers-and-dots...
2013-10-22 Rich Felkersplit inet_addr and inet_ntoa back into their own files
2013-10-20 Rich Felkerfix return value for inet_pton in ipv6 failure cases
2013-08-24 Rich Felkerfix regression in dn_expand/reverse dns
2013-08-14 Rich Felkerfix length computation in dn_expand
2013-08-14 Rich Felkerde-duplicate dn_expand, fix return value and signature...
2013-07-25 Rich Felkerfix undefined strcpy call in inet_ntop
2013-07-25 Rich Felkermake inet_ntop format v4-mapped ipv6 addresses properly
2013-07-24 Rich Felkermake getaddrinfo with AF_UNSPEC and null host return...
2013-07-09 Rich Felkerfix missing SOCK_CLOEXEC in various functions that...
2013-07-01 Rich Felkeradd stubs for additional legacy ether.h functions
2013-06-26 Rich Felkerimplement inet_lnaof, inet_netof, and inet_makeaddr
2013-06-26 Rich Felkeradd ether_aton[_r] and ether_ntoa[_r] functions
2013-04-09 rofl0rgetifaddrs: implement proper ipv6 netmasks
2013-04-05 rofl0rgetifaddrs: remove unused label
2013-04-05 rofl0rgetifaddrs: use if_nameindex to enumerate interfaces
2013-04-05 rofl0rgetifaddrs: one less indent level
2013-04-05 rofl0rgetifaddrs: less malloc
2013-04-05 rofl0radd getifaddrs
2013-04-05 Rich Felkerimplement dn_skipname (legacy resolver function)
2013-02-02 Rich Felkerdynamically allocate storage for gethostby* buffers
2013-02-02 Rich Felkerfix blank ai_canonname from getaddrinfo for non-CNAMEs
2013-02-02 Rich Felkerfix memory leak due to double call to getaddrinfo in...
2013-02-02 Rich Felkerfix error returns in gethostby*_r functions
2012-12-19 Rich Felkermerge a few fixes by sh4rm4
2012-12-19 rofl0radd inet_network (required for wine)
2012-11-05 Rich Felkerimprove SOCK_NONBLOCK/SOCK_CLOEXEC fallback code
2012-09-29 Rich Felkerfix some more O_CLOEXEC/SOCK_CLOEXEC issues
2012-09-29 Rich Felkermove accept4, dup3, and pipe2 to non-linux-specific...
2012-09-29 Rich Felkeremulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre...
2012-09-22 Rich Felkerfix getaddrinfo to accept port 0 (zero)
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-07-23 Rich Felkerremove scanf dependency from getaddrinfo /etc/services...
2012-07-22 Rich Felkergetaddrinfo /etc/services lookup support
2012-07-22 Rich Felkermake getservby*_r return error code rather than -1...
2012-07-21 Rich Felkerfix logic error for skipping failed interfaces in if_na...
2012-07-15 Rich Felkerfix getservby*() with null pointer for protocol argument
2012-07-13 Rich Felkerworkaround another sendmsg kernel bug on 64-bit machines
2012-05-17 Rich Felkerfix misplaced semicolon in preprocessor directive ...
2012-05-13 Rich Felkeruse __h_errno_location for h_errno
2012-04-02 Rich Felkerimprove name lookup performance in corner cases
2012-02-23 Rich Felkerfix for previous incorrect fix of cancellation in dns...
2012-02-11 Rich Felkerfix default nameserver when resolv.conf doesn't exist
2012-02-11 Rich Felkerfix illegal goto out of cleanup context in dns lookups
2011-09-22 Rich Felkermake dns lookups (and thus getaddrinfo) cancellable
next