Rich Felker 224d938c5e fix invalid free of partial addrinfo list with multiple services 6 years ago
..
accept.c 5ce3737931 reduce spurious inclusion of libc.h 6 years ago
accept4.c 5ce3737931 reduce spurious inclusion of libc.h 6 years ago
bind.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 years ago
connect.c 5ce3737931 reduce spurious inclusion of libc.h 6 years ago
dn_comp.c 3fe595de83 remove or make static various unused __-prefixed symbols 6 years ago
dn_expand.c 5ce3737931 reduce spurious inclusion of libc.h 6 years ago
dn_skipname.c b6f9941201 implement dn_skipname (legacy resolver function) 12 years ago
dns_parse.c c98bf5b869 move and deduplicate declarations of __dns_parse to make it checkable 6 years ago
ent.c 5ce3737931 reduce spurious inclusion of libc.h 6 years ago
ether.c fbcd82040c add stubs for additional legacy ether.h functions 11 years ago
freeaddrinfo.c d1395c43c0 allow freeaddrinfo of arbitrary sublists of addrinfo list 6 years ago
gai_strerror.c c5b8f19305 add support for LC_TIME and LC_MESSAGES translations 10 years ago
getaddrinfo.c 224d938c5e fix invalid free of partial addrinfo list with multiple services 6 years ago
gethostbyaddr.c 571744447c include cleanups: remove unused headers and add feature test macros 11 years ago
gethostbyaddr_r.c 5978eb703c fix gethostbyaddr_r to fill struct hostent.h_length as appropriate 9 years ago
gethostbyname.c 7c82870d45 remove obsolete and unused gethostbyaddr implementation 8 years ago
gethostbyname2.c 571744447c include cleanups: remove unused headers and add feature test macros 11 years ago
gethostbyname2_r.c d917ef0b84 remove dead case in gethostbyname2_r 8 years ago
gethostbyname_r.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
getifaddrs.c 7b712844e3 properly handle point-to-point interfaces in getifaddrs() 9 years ago
getnameinfo.c 5ce3737931 reduce spurious inclusion of libc.h 6 years ago
getpeername.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 years ago
getservbyname.c af7c308ee6 improve getservbyname_r using new resolver backend 10 years ago
getservbyname_r.c 565dbee24d don't treat numeric port strings as servent records in getservby*() 7 years ago
getservbyport.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
getservbyport_r.c 565dbee24d don't treat numeric port strings as servent records in getservby*() 7 years ago
getsockname.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 years ago
getsockopt.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 years ago
h_errno.c 01e94c4623 fix misplaced semicolon in preprocessor directive (#undef h_errno) 13 years ago
herror.c 18144af297 implement legacy function herror 11 years ago
hstrerror.c c5b8f19305 add support for LC_TIME and LC_MESSAGES translations 10 years ago
htonl.c c89862660b optimize ntohl etc. in terms of bswap functions 14 years ago
htons.c c89862660b optimize ntohl etc. in terms of bswap functions 14 years ago
if_freenameindex.c fc0ecd35d8 implement if_nameindex and if_freenameindex 13 years ago
if_indextoname.c 32055d52ca fix if_indextoname error case 8 years ago
if_nameindex.c 08e4052c43 reimplement if_nameindex and getifaddrs using netlink 10 years ago
if_nametoindex.c 3cdbfb99c3 fix if_nametoindex return value when socket open fails 9 years ago
in6addr_any.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
in6addr_loopback.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
inet_addr.c 13d1afa46f overhaul internally-public declarations using wrapper headers 6 years ago
inet_aton.c 5ce3737931 reduce spurious inclusion of libc.h 6 years ago
inet_legacy.c 76f440cff7 remove cruft from old resolver and numeric ip parsing 10 years ago
inet_ntoa.c bb93ac3358 split inet_addr and inet_ntoa back into their own files 11 years ago
inet_ntop.c 5c8e69267b inet_ntop: do not compress single zeros in IPv6 6 years ago
inet_pton.c fc13acc3dc fix internal buffer overrun in inet_pton 10 years ago
listen.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 years ago
lookup.h d1395c43c0 allow freeaddrinfo of arbitrary sublists of addrinfo list 6 years ago
lookup_ipliteral.c 13d1afa46f overhaul internally-public declarations using wrapper headers 6 years ago
lookup_name.c 13d1afa46f overhaul internally-public declarations using wrapper headers 6 years ago
lookup_serv.c 5ce3737931 reduce spurious inclusion of libc.h 6 years ago
netlink.c 08e4052c43 reimplement if_nameindex and getifaddrs using netlink 10 years ago
netlink.h 7e399fabd3 apply hidden visibility to various remaining internal interfaces 6 years ago
netname.c c3c5e88c31 "implement" getnetbyaddr and getnetbyname 13 years ago
ns_parse.c e8cbe0bad4 fix negated return value of ns_skiprr, breakage in related functions 9 years ago
ntohl.c c89862660b optimize ntohl etc. in terms of bswap functions 14 years ago
ntohs.c c89862660b optimize ntohl etc. in terms of bswap functions 14 years ago
proto.c 4b619e5c61 fix incorrect protocol name and number for egp 8 years ago
recv.c 571744447c include cleanups: remove unused headers and add feature test macros 11 years ago
recvfrom.c 5ce3737931 reduce spurious inclusion of libc.h 6 years ago
recvmmsg.c acb7e049b8 implement sendmmsg and recvmmsg 10 years ago
recvmsg.c 5ce3737931 reduce spurious inclusion of libc.h 6 years ago
res_init.c 8312f7f60f implement new dns backend, res_send and other legacy resolver functions 10 years ago
res_mkquery.c 5ce3737931 reduce spurious inclusion of libc.h 6 years ago
res_msend.c 6a209f14ff fix possible fd leak, unrestored cancellation state on dns socket fail 8 years ago
res_query.c 5ce3737931 reduce spurious inclusion of libc.h 6 years ago
res_querydomain.c 07355f503a accept trailing . and empty domain names 10 years ago
res_send.c 5ce3737931 reduce spurious inclusion of libc.h 6 years ago
res_state.c 97d0988fd8 add _res (__res_state()) dummy 14 years ago
resolvconf.c 5ce3737931 reduce spurious inclusion of libc.h 6 years ago
send.c 571744447c include cleanups: remove unused headers and add feature test macros 11 years ago
sendmmsg.c 2e5d256984 fix sendmmsg emulation return value for zero-length vector 10 years ago
sendmsg.c 5ce3737931 reduce spurious inclusion of libc.h 6 years ago
sendto.c 5ce3737931 reduce spurious inclusion of libc.h 6 years ago
serv.c 571744447c include cleanups: remove unused headers and add feature test macros 11 years ago
setsockopt.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 years ago
shutdown.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 years ago
sockatmark.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 years ago
socket.c 1cacc01dc0 optimize SOCK_CLOEXEC fallback for socket function 10 years ago
socketpair.c 1d348566e6 add SOCK_CLOEXEC fallback for socketpair on old kernels 10 years ago