Rich Felker 262003ad9d fix missing newline in herror output il y a 4 ans
..
accept.c 5ce3737931 reduce spurious inclusion of libc.h il y a 6 ans
accept4.c 5ce3737931 reduce spurious inclusion of libc.h il y a 6 ans
bind.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs il y a 14 ans
connect.c 5ce3737931 reduce spurious inclusion of libc.h il y a 6 ans
dn_comp.c 3fe595de83 remove or make static various unused __-prefixed symbols il y a 6 ans
dn_expand.c 5ce3737931 reduce spurious inclusion of libc.h il y a 6 ans
dn_skipname.c 2a0ff45b36 handle labels with 8-bit byte values in dn_skipname il y a 6 ans
dns_parse.c c98bf5b869 move and deduplicate declarations of __dns_parse to make it checkable il y a 6 ans
ent.c 5ce3737931 reduce spurious inclusion of libc.h il y a 6 ans
ether.c fbcd82040c add stubs for additional legacy ether.h functions il y a 12 ans
freeaddrinfo.c d1395c43c0 allow freeaddrinfo of arbitrary sublists of addrinfo list il y a 6 ans
gai_strerror.c c5b8f19305 add support for LC_TIME and LC_MESSAGES translations il y a 11 ans
getaddrinfo.c ad795d56ba fix spurious undefined behavior in getaddrinfo il y a 6 ans
gethostbyaddr.c 571744447c include cleanups: remove unused headers and add feature test macros il y a 11 ans
gethostbyaddr_r.c 5978eb703c fix gethostbyaddr_r to fill struct hostent.h_length as appropriate il y a 9 ans
gethostbyname.c 7c82870d45 remove obsolete and unused gethostbyaddr implementation il y a 9 ans
gethostbyname2.c 571744447c include cleanups: remove unused headers and add feature test macros il y a 11 ans
gethostbyname2_r.c d917ef0b84 remove dead case in gethostbyname2_r il y a 8 ans
gethostbyname_r.c 0b44a0315b initial check-in, version 0.5.0 il y a 14 ans
getifaddrs.c 7b712844e3 properly handle point-to-point interfaces in getifaddrs() il y a 9 ans
getnameinfo.c fd7ec068ef set AD bit in dns queries, suppress for internal use il y a 5 ans
getpeername.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
getservbyname.c af7c308ee6 improve getservbyname_r using new resolver backend il y a 11 ans
getservbyname_r.c 565dbee24d don't treat numeric port strings as servent records in getservby*() il y a 7 ans
getservbyport.c 0b44a0315b initial check-in, version 0.5.0 il y a 14 ans
getservbyport_r.c 565dbee24d don't treat numeric port strings as servent records in getservby*() il y a 7 ans
getsockname.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
getsockopt.c ae388becb5 implement SO_TIMESTAMP[NS] fallback for kernels without time64 versions il y a 5 ans
h_errno.c cf27184d00 restore h_errno ABI compatibility with ancient binaries il y a 4 ans
herror.c 262003ad9d fix missing newline in herror output il y a 4 ans
hstrerror.c c5b8f19305 add support for LC_TIME and LC_MESSAGES translations il y a 11 ans
htonl.c c89862660b optimize ntohl etc. in terms of bswap functions il y a 14 ans
htons.c c89862660b optimize ntohl etc. in terms of bswap functions il y a 14 ans
if_freenameindex.c fc0ecd35d8 implement if_nameindex and if_freenameindex il y a 14 ans
if_indextoname.c 32055d52ca fix if_indextoname error case il y a 8 ans
if_nameindex.c 08e4052c43 reimplement if_nameindex and getifaddrs using netlink il y a 11 ans
if_nametoindex.c 3cdbfb99c3 fix if_nametoindex return value when socket open fails il y a 9 ans
in6addr_any.c 0b44a0315b initial check-in, version 0.5.0 il y a 14 ans
in6addr_loopback.c 0b44a0315b initial check-in, version 0.5.0 il y a 14 ans
inet_addr.c 13d1afa46f overhaul internally-public declarations using wrapper headers il y a 6 ans
inet_aton.c 5ce3737931 reduce spurious inclusion of libc.h il y a 6 ans
inet_legacy.c 76f440cff7 remove cruft from old resolver and numeric ip parsing il y a 11 ans
inet_ntoa.c bb93ac3358 split inet_addr and inet_ntoa back into their own files il y a 11 ans
inet_ntop.c 5c8e69267b inet_ntop: do not compress single zeros in IPv6 il y a 7 ans
inet_pton.c fc13acc3dc fix internal buffer overrun in inet_pton il y a 10 ans
listen.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs il y a 14 ans
lookup.h d1395c43c0 allow freeaddrinfo of arbitrary sublists of addrinfo list il y a 6 ans
lookup_ipliteral.c 13d1afa46f overhaul internally-public declarations using wrapper headers il y a 6 ans
lookup_name.c f1198ea3cf in hosts file lookups, honor first canonical name regardless of family il y a 4 ans
lookup_serv.c 5ce3737931 reduce spurious inclusion of libc.h il y a 6 ans
netlink.c 08e4052c43 reimplement if_nameindex and getifaddrs using netlink il y a 11 ans
netlink.h 7e399fabd3 apply hidden visibility to various remaining internal interfaces il y a 6 ans
netname.c c3c5e88c31 "implement" getnetbyaddr and getnetbyname il y a 14 ans
ns_parse.c e8cbe0bad4 fix negated return value of ns_skiprr, breakage in related functions il y a 10 ans
ntohl.c c89862660b optimize ntohl etc. in terms of bswap functions il y a 14 ans
ntohs.c c89862660b optimize ntohl etc. in terms of bswap functions il y a 14 ans
proto.c 4b619e5c61 fix incorrect protocol name and number for egp il y a 9 ans
recv.c 571744447c include cleanups: remove unused headers and add feature test macros il y a 11 ans
recvfrom.c 5ce3737931 reduce spurious inclusion of libc.h il y a 6 ans
recvmmsg.c 114178dc8d hook recvmmsg up to SO_TIMESTAMP[NS] fallback for pre-time64 kernels il y a 5 ans
recvmsg.c 114178dc8d hook recvmmsg up to SO_TIMESTAMP[NS] fallback for pre-time64 kernels il y a 5 ans
res_init.c 8312f7f60f implement new dns backend, res_send and other legacy resolver functions il y a 11 ans
res_mkquery.c fd7ec068ef set AD bit in dns queries, suppress for internal use il y a 5 ans
res_msend.c 6a209f14ff fix possible fd leak, unrestored cancellation state on dns socket fail il y a 8 ans
res_query.c 19f8642494 report res_query failures, including nxdomain/nodata, via h_errno il y a 4 ans
res_querydomain.c 07355f503a accept trailing . and empty domain names il y a 11 ans
res_send.c 1b4e84c56d fix return value of res_send, res_query on errors from nameserver il y a 5 ans
res_state.c 97d0988fd8 add _res (__res_state()) dummy il y a 14 ans
resolvconf.c 5ce3737931 reduce spurious inclusion of libc.h il y a 6 ans
send.c 571744447c include cleanups: remove unused headers and add feature test macros il y a 11 ans
sendmmsg.c 2e5d256984 fix sendmmsg emulation return value for zero-length vector il y a 11 ans
sendmsg.c 5ce3737931 reduce spurious inclusion of libc.h il y a 6 ans
sendto.c 5ce3737931 reduce spurious inclusion of libc.h il y a 6 ans
serv.c 571744447c include cleanups: remove unused headers and add feature test macros il y a 11 ans
setsockopt.c ae388becb5 implement SO_TIMESTAMP[NS] fallback for kernels without time64 versions il y a 5 ans
shutdown.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs il y a 14 ans
sockatmark.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs il y a 14 ans
socket.c 7063c459e7 use __socketcall to simplify socket() il y a 5 ans
socketpair.c 1d348566e6 add SOCK_CLOEXEC fallback for socketpair on old kernels il y a 11 ans