Rich Felker 1563587b45 reuse parsed resolv.conf in dns core to avoid re-reading/re-parsing il y a 9 ans
..
accept.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
accept4.c dc01e2cbfb add fallback emulation for accept4 on old kernels il y a 11 ans
bind.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs il y a 14 ans
connect.c feee98903c overhaul pthread cancellation il y a 14 ans
dn_comp.c abce315639 implement dn_comp RFC 1035 domain name compression il y a 10 ans
dn_expand.c 49d2c8c6bc fix dn_expand empty name handling and offsets to 0 il y a 10 ans
dn_skipname.c b6f9941201 implement dn_skipname (legacy resolver function) il y a 12 ans
dns_parse.c ac2a789342 fix some validation checks in dns response parsing code il y a 10 ans
ent.c 934aa1350b remove some dummy "ent" function aliases that duplicated real ones il y a 10 ans
ether.c fbcd82040c add stubs for additional legacy ether.h functions il y a 11 ans
freeaddrinfo.c 0b44a0315b initial check-in, version 0.5.0 il y a 14 ans
gai_strerror.c c5b8f19305 add support for LC_TIME and LC_MESSAGES translations il y a 10 ans
getaddrinfo.c 06bcf9bc94 make getaddrinfo return error if both host and service name are null il y a 9 ans
gethostbyaddr.c 571744447c include cleanups: remove unused headers and add feature test macros il y a 11 ans
gethostbyaddr_r.c fe82bb9b92 fix gethostby*_r result pointer value on error il y a 10 ans
gethostbyname.c 0b44a0315b initial check-in, version 0.5.0 il y a 14 ans
gethostbyname2.c 571744447c include cleanups: remove unused headers and add feature test macros il y a 11 ans
gethostbyname2_r.c fe82bb9b92 fix gethostby*_r result pointer value on error il y a 10 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 6eada2edb3 getnameinfo: make size check not fail for bigger sizes il y a 9 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 10 ans
getservbyname_r.c c63c98a606 make getaddrinfo support SOCK_RAW and other socket types il y a 10 ans
getservbyport.c 0b44a0315b initial check-in, version 0.5.0 il y a 14 ans
getservbyport_r.c 75fff40b9b make getservby*_r return error code rather than -1 (and using errno) il y a 12 ans
getsockname.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
getsockopt.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
h_errno.c 01e94c4623 fix misplaced semicolon in preprocessor directive (#undef h_errno) il y a 13 ans
herror.c 18144af297 implement legacy function herror il y a 11 ans
hstrerror.c c5b8f19305 add support for LC_TIME and LC_MESSAGES translations il y a 10 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 13 ans
if_indextoname.c 0716b10ac8 fix missing SOCK_CLOEXEC in various functions that use sockets internally il y a 11 ans
if_nameindex.c 08e4052c43 reimplement if_nameindex and getifaddrs using netlink il y a 10 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 76f440cff7 remove cruft from old resolver and numeric ip parsing il y a 10 ans
inet_aton.c 76f440cff7 remove cruft from old resolver and numeric ip parsing il y a 10 ans
inet_legacy.c 76f440cff7 remove cruft from old resolver and numeric ip parsing il y a 10 ans
inet_ntoa.c bb93ac3358 split inet_addr and inet_ntoa back into their own files il y a 11 ans
inet_ntop.c 571744447c include cleanups: remove unused headers and add feature test macros il y a 11 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 d6cb08bcac factor resolv.conf parsing out of res_msend to its own file il y a 9 ans
lookup_ipliteral.c 2a6e1f0f5a avoid attempting to lookup IP literals as hostnames il y a 9 ans
lookup_name.c 1563587b45 reuse parsed resolv.conf in dns core to avoid re-reading/re-parsing il y a 9 ans
lookup_serv.c 2683e267fa safely handle failure to open hosts, services, resolv.conf files il y a 9 ans
netlink.c 08e4052c43 reimplement if_nameindex and getifaddrs using netlink il y a 10 ans
netlink.h 08e4052c43 reimplement if_nameindex and getifaddrs using netlink il y a 10 ans
netname.c c3c5e88c31 "implement" getnetbyaddr and getnetbyname il y a 13 ans
ns_parse.c e8cbe0bad4 fix negated return value of ns_skiprr, breakage in related functions il y a 9 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 d5f8394f6e add missing protocols to protoent lookup functions 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 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
recvmmsg.c acb7e049b8 implement sendmmsg and recvmmsg il y a 10 ans
recvmsg.c feee98903c overhaul pthread cancellation il y a 14 ans
res_init.c 8312f7f60f implement new dns backend, res_send and other legacy resolver functions il y a 10 ans
res_mkquery.c 07355f503a accept trailing . and empty domain names il y a 10 ans
res_msend.c 1563587b45 reuse parsed resolv.conf in dns core to avoid re-reading/re-parsing il y a 9 ans
res_query.c 8312f7f60f implement new dns backend, res_send and other legacy resolver functions il y a 10 ans
res_querydomain.c 07355f503a accept trailing . and empty domain names il y a 10 ans
res_send.c 8312f7f60f implement new dns backend, res_send and other legacy resolver functions il y a 10 ans
res_state.c 97d0988fd8 add _res (__res_state()) dummy il y a 14 ans
resolvconf.c dcad020c9c fix uninitialized variable in new resolv.conf parser il y a 9 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 10 ans
sendmsg.c 96107564e2 workaround another sendmsg kernel bug on 64-bit machines il y a 12 ans
sendto.c feee98903c overhaul pthread cancellation il y a 14 ans
serv.c 571744447c include cleanups: remove unused headers and add feature test macros il y a 11 ans
setsockopt.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs il y a 14 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 1cacc01dc0 optimize SOCK_CLOEXEC fallback for socket function il y a 10 ans
socketpair.c 1d348566e6 add SOCK_CLOEXEC fallback for socketpair on old kernels il y a 10 ans