OSDN Git Service

document riscv64 support in INSTALL document
[android-x86/external-musl-libc.git] / src / network /
2019-03-13 Ryan Fairfaxhandle labels with 8-bit byte values in dn_skipname
2019-02-20 Rich Felkerfix spurious undefined behavior in getaddrinfo
2019-02-20 Rich Felkerfix invalid free of partial addrinfo list with multiple...
2018-10-05 Rich Felkerallow freeaddrinfo of arbitrary sublists of addrinfo...
2018-09-19 Rich Felkerfix getaddrinfo regression with AI_ADDRCONFIG on some...
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkerremove or make static various unused __-prefixed symbols
2018-09-12 Rich Felkerapply hidden visibility to various remaining internal...
2018-09-12 Rich Felkeroverhaul internally-public declarations using wrapper...
2018-09-12 Rich Felkermove __res_msend_rc declaration to lookup.h
2018-09-12 Rich Felkermove and deduplicate declarations of __dns_parse to...
2018-09-12 Rich Felkerfix issues from public functions defined without declar...
2018-09-02 Rich Felkerfix stack-based oob memory clobber in resolver's result...
2018-07-15 Rich Felkerimplement getaddrinfo's AI_ADDRCONFIG flag
2018-07-11 Rich Felkerresolver: don't depend on v4mapped ipv6 to probe routab...
2018-06-26 Arthur Jonesinet_ntop: do not compress single zeros in IPv6
2018-06-26 Rich Felkerresolver: omit final dot (root/suppress-search) in...
2017-11-10 A. Wilcoxfix getaddrinfo error code for non-numeric service...
2017-10-18 Rich Felkerin dns parsing callback, enforce MAXADDRS to preclude...
2017-09-07 Rich Felkerdon't treat numeric port strings as servent records...
2017-04-21 Rich Felkerfix regression in support for resolv.conf attempts...
2017-04-12 Rich Felkerfix read past end of buffer in getaddrinfo backend
2017-03-14 Rich Felkerfix possible fd leak, unrestored cancellation state...
2016-09-24 Daniel Sabogalfix getservby*_r result pointer value on error
2016-09-24 Daniel Sabogalremove dead case in gethostbyname2_r
2016-09-16 Daniel Sabogalfix if_indextoname error case
2016-07-07 Rich Felkerremove obsolete and unused gethostbyaddr implementation
2016-06-29 Natanael Coparefactor name_from_dns in hostname lookup backend
2016-06-29 Natanael Copain performing dns lookups, check result from res_mkquery
2016-06-27 Rich Felkerfix misaligned address buffers in gethostbyname[2]...
2016-05-04 Andrew Kelleyfix incorrect protocol name and number for egp
2016-04-18 Petr Vaněkremove dead store in res_msend
2016-03-24 Timo Teräsfix gethostbyaddr_r to fill struct hostent.h_length...
2016-03-02 Rich Felkerhandle non-matching address family entries in hosts...
2016-01-29 Rich Felkerreuse parsed resolv.conf in dns core to avoid re-readin...
2016-01-29 Rich Felkerfix uninitialized variable in new resolv.conf parser
2016-01-29 Rich Felkeradd support for search domains to dns resolver
2016-01-29 Rich Felkerfix handling of dns response codes
2016-01-29 Rich Felkerfix logic for matching search/domain keywords in resolv...
2016-01-28 Rich Felkerfactor resolv.conf parsing out of res_msend to its...
2016-01-17 Ron Yorstonfix if_nametoindex return value when socket open fails
2016-01-06 Timo Teräsadd missing protocols to protoent lookup functions
2015-11-30 Jo-Philipp Wichproperly handle point-to-point interfaces in getifaddrs()
2015-10-27 Hauke Mehrtensgetnameinfo: make size check not fail for bigger sizes
2015-10-26 Rich Felkersafely handle failure to open hosts, services, resolv...
2015-09-25 Rich Felkeravoid attempting to lookup IP literals as hostnames
2015-09-25 Rich Felkermake getaddrinfo return error if both host and service...
2015-09-11 Timo Teräsfix uninitialized scopeid in lookups from hosts file...
2015-07-08 Rich Felkerfix negated return value of ns_skiprr, breakage in...
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
next