A. Wilcox 30fdda6c99 fix getaddrinfo error code for non-numeric service with AI_NUMERICSERV 7 年之前
..
accept.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 年之前
accept4.c dc01e2cbfb add fallback emulation for accept4 on old kernels 11 年之前
bind.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 年之前
connect.c feee98903c overhaul pthread cancellation 14 年之前
dn_comp.c abce315639 implement dn_comp RFC 1035 domain name compression 11 年之前
dn_expand.c 49d2c8c6bc fix dn_expand empty name handling and offsets to 0 10 年之前
dn_skipname.c b6f9941201 implement dn_skipname (legacy resolver function) 12 年之前
dns_parse.c ac2a789342 fix some validation checks in dns response parsing code 11 年之前
ent.c 934aa1350b remove some dummy "ent" function aliases that duplicated real ones 11 年之前
ether.c fbcd82040c add stubs for additional legacy ether.h functions 12 年之前
freeaddrinfo.c 0b44a0315b initial check-in, version 0.5.0 14 年之前
gai_strerror.c c5b8f19305 add support for LC_TIME and LC_MESSAGES translations 11 年之前
getaddrinfo.c 06bcf9bc94 make getaddrinfo return error if both host and service name are null 9 年之前
gethostbyaddr.c 571744447c include cleanups: remove unused headers and add feature test macros 11 年之前
gethostbyaddr_r.c 5978eb703c fix gethostbyaddr_r to fill struct hostent.h_length as appropriate 9 年之前
gethostbyname.c 7c82870d45 remove obsolete and unused gethostbyaddr implementation 9 年之前
gethostbyname2.c 571744447c include cleanups: remove unused headers and add feature test macros 11 年之前
gethostbyname2_r.c d917ef0b84 remove dead case in gethostbyname2_r 8 年之前
gethostbyname_r.c 0b44a0315b initial check-in, version 0.5.0 14 年之前
getifaddrs.c 7b712844e3 properly handle point-to-point interfaces in getifaddrs() 9 年之前
getnameinfo.c 6eada2edb3 getnameinfo: make size check not fail for bigger sizes 9 年之前
getpeername.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 年之前
getservbyname.c af7c308ee6 improve getservbyname_r using new resolver backend 11 年之前
getservbyname_r.c 565dbee24d don't treat numeric port strings as servent records in getservby*() 7 年之前
getservbyport.c 0b44a0315b initial check-in, version 0.5.0 14 年之前
getservbyport_r.c 565dbee24d don't treat numeric port strings as servent records in getservby*() 7 年之前
getsockname.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 年之前
getsockopt.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 年之前
h_errno.c 01e94c4623 fix misplaced semicolon in preprocessor directive (#undef h_errno) 13 年之前
herror.c 18144af297 implement legacy function herror 11 年之前
hstrerror.c c5b8f19305 add support for LC_TIME and LC_MESSAGES translations 11 年之前
htonl.c c89862660b optimize ntohl etc. in terms of bswap functions 14 年之前
htons.c c89862660b optimize ntohl etc. in terms of bswap functions 14 年之前
if_freenameindex.c fc0ecd35d8 implement if_nameindex and if_freenameindex 14 年之前
if_indextoname.c 32055d52ca fix if_indextoname error case 8 年之前
if_nameindex.c 08e4052c43 reimplement if_nameindex and getifaddrs using netlink 11 年之前
if_nametoindex.c 3cdbfb99c3 fix if_nametoindex return value when socket open fails 9 年之前
in6addr_any.c 0b44a0315b initial check-in, version 0.5.0 14 年之前
in6addr_loopback.c 0b44a0315b initial check-in, version 0.5.0 14 年之前
inet_addr.c 76f440cff7 remove cruft from old resolver and numeric ip parsing 11 年之前
inet_aton.c 76f440cff7 remove cruft from old resolver and numeric ip parsing 11 年之前
inet_legacy.c 76f440cff7 remove cruft from old resolver and numeric ip parsing 11 年之前
inet_ntoa.c bb93ac3358 split inet_addr and inet_ntoa back into their own files 11 年之前
inet_ntop.c 571744447c include cleanups: remove unused headers and add feature test macros 11 年之前
inet_pton.c fc13acc3dc fix internal buffer overrun in inet_pton 10 年之前
listen.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 年之前
lookup.h d6cb08bcac factor resolv.conf parsing out of res_msend to its own file 9 年之前
lookup_ipliteral.c 2a6e1f0f5a avoid attempting to lookup IP literals as hostnames 9 年之前
lookup_name.c 45ca5d3fcb in dns parsing callback, enforce MAXADDRS to preclude overflow 7 年之前
lookup_serv.c 30fdda6c99 fix getaddrinfo error code for non-numeric service with AI_NUMERICSERV 7 年之前
netlink.c 08e4052c43 reimplement if_nameindex and getifaddrs using netlink 11 年之前
netlink.h 08e4052c43 reimplement if_nameindex and getifaddrs using netlink 11 年之前
netname.c c3c5e88c31 "implement" getnetbyaddr and getnetbyname 14 年之前
ns_parse.c e8cbe0bad4 fix negated return value of ns_skiprr, breakage in related functions 10 年之前
ntohl.c c89862660b optimize ntohl etc. in terms of bswap functions 14 年之前
ntohs.c c89862660b optimize ntohl etc. in terms of bswap functions 14 年之前
proto.c 4b619e5c61 fix incorrect protocol name and number for egp 9 年之前
recv.c 571744447c include cleanups: remove unused headers and add feature test macros 11 年之前
recvfrom.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 年之前
recvmmsg.c acb7e049b8 implement sendmmsg and recvmmsg 11 年之前
recvmsg.c feee98903c overhaul pthread cancellation 14 年之前
res_init.c 8312f7f60f implement new dns backend, res_send and other legacy resolver functions 11 年之前
res_mkquery.c 07355f503a accept trailing . and empty domain names 11 年之前
res_msend.c 6a209f14ff fix possible fd leak, unrestored cancellation state on dns socket fail 8 年之前
res_query.c 8312f7f60f implement new dns backend, res_send and other legacy resolver functions 11 年之前
res_querydomain.c 07355f503a accept trailing . and empty domain names 11 年之前
res_send.c 8312f7f60f implement new dns backend, res_send and other legacy resolver functions 11 年之前
res_state.c 97d0988fd8 add _res (__res_state()) dummy 14 年之前
resolvconf.c 1a7fa5e521 fix regression in support for resolv.conf attempts option 8 年之前
send.c 571744447c include cleanups: remove unused headers and add feature test macros 11 年之前
sendmmsg.c 2e5d256984 fix sendmmsg emulation return value for zero-length vector 11 年之前
sendmsg.c 96107564e2 workaround another sendmsg kernel bug on 64-bit machines 13 年之前
sendto.c feee98903c overhaul pthread cancellation 14 年之前
serv.c 571744447c include cleanups: remove unused headers and add feature test macros 11 年之前
setsockopt.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 年之前
shutdown.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 年之前
sockatmark.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 年之前
socket.c 1cacc01dc0 optimize SOCK_CLOEXEC fallback for socket function 11 年之前
socketpair.c 1d348566e6 add SOCK_CLOEXEC fallback for socketpair on old kernels 11 年之前