Rich Felker aac59c1164 add basic dns record parsing functions 10 anos atrás
..
accept.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 anos atrás
accept4.c dc01e2cbfb add fallback emulation for accept4 on old kernels 11 anos atrás
bind.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 anos atrás
connect.c feee98903c overhaul pthread cancellation 14 anos atrás
dn_comp.c abce315639 implement dn_comp RFC 1035 domain name compression 11 anos atrás
dn_expand.c 49d2c8c6bc fix dn_expand empty name handling and offsets to 0 10 anos atrás
dn_skipname.c b6f9941201 implement dn_skipname (legacy resolver function) 12 anos atrás
dns_parse.c ac2a789342 fix some validation checks in dns response parsing code 11 anos atrás
ent.c 934aa1350b remove some dummy "ent" function aliases that duplicated real ones 11 anos atrás
ether.c fbcd82040c add stubs for additional legacy ether.h functions 12 anos atrás
freeaddrinfo.c 0b44a0315b initial check-in, version 0.5.0 14 anos atrás
gai_strerror.c c5b8f19305 add support for LC_TIME and LC_MESSAGES translations 11 anos atrás
getaddrinfo.c bdad2fefb2 add support for ipv6 scope_id to getaddrinfo and getnameinfo 11 anos atrás
gethostbyaddr.c 571744447c include cleanups: remove unused headers and add feature test macros 11 anos atrás
gethostbyaddr_r.c fe82bb9b92 fix gethostby*_r result pointer value on error 11 anos atrás
gethostbyname.c 0b44a0315b initial check-in, version 0.5.0 14 anos atrás
gethostbyname2.c 571744447c include cleanups: remove unused headers and add feature test macros 11 anos atrás
gethostbyname2_r.c fe82bb9b92 fix gethostby*_r result pointer value on error 11 anos atrás
gethostbyname_r.c 0b44a0315b initial check-in, version 0.5.0 14 anos atrás
getifaddrs.c 08e4052c43 reimplement if_nameindex and getifaddrs using netlink 11 anos atrás
getnameinfo.c 633183b5d1 fix potential read past end of buffer in getnameinfo service name lookup 10 anos atrás
getpeername.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 anos atrás
getservbyname.c af7c308ee6 improve getservbyname_r using new resolver backend 11 anos atrás
getservbyname_r.c af7c308ee6 improve getservbyname_r using new resolver backend 11 anos atrás
getservbyport.c 0b44a0315b initial check-in, version 0.5.0 14 anos atrás
getservbyport_r.c 75fff40b9b make getservby*_r return error code rather than -1 (and using errno) 13 anos atrás
getsockname.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 anos atrás
getsockopt.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 anos atrás
h_errno.c 01e94c4623 fix misplaced semicolon in preprocessor directive (#undef h_errno) 13 anos atrás
herror.c 18144af297 implement legacy function herror 11 anos atrás
hstrerror.c c5b8f19305 add support for LC_TIME and LC_MESSAGES translations 11 anos atrás
htonl.c c89862660b optimize ntohl etc. in terms of bswap functions 14 anos atrás
htons.c c89862660b optimize ntohl etc. in terms of bswap functions 14 anos atrás
if_freenameindex.c fc0ecd35d8 implement if_nameindex and if_freenameindex 14 anos atrás
if_indextoname.c 0716b10ac8 fix missing SOCK_CLOEXEC in various functions that use sockets internally 12 anos atrás
if_nameindex.c 08e4052c43 reimplement if_nameindex and getifaddrs using netlink 11 anos atrás
if_nametoindex.c 8041af5988 fix if_nametoindex return value when interface does not exist 11 anos atrás
in6addr_any.c 0b44a0315b initial check-in, version 0.5.0 14 anos atrás
in6addr_loopback.c 0b44a0315b initial check-in, version 0.5.0 14 anos atrás
inet_addr.c 76f440cff7 remove cruft from old resolver and numeric ip parsing 11 anos atrás
inet_aton.c 76f440cff7 remove cruft from old resolver and numeric ip parsing 11 anos atrás
inet_legacy.c 76f440cff7 remove cruft from old resolver and numeric ip parsing 11 anos atrás
inet_ntoa.c bb93ac3358 split inet_addr and inet_ntoa back into their own files 11 anos atrás
inet_ntop.c 571744447c include cleanups: remove unused headers and add feature test macros 11 anos atrás
inet_pton.c ac45692a53 remove an unnecessary check in inet_pton 11 anos atrás
listen.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 anos atrás
lookup.h 3c42605a60 implement result address sorting in the resolver (getaddrinfo, etc.) 11 anos atrás
lookup_ipliteral.c 7e222f46a8 fix missing function declarations in refactored ip literal parsing code 11 anos atrás
lookup_name.c 3c42605a60 implement result address sorting in the resolver (getaddrinfo, etc.) 11 anos atrás
lookup_serv.c 4ec2d25a6a remove incorrect and useless check in network service name lookup code 10 anos atrás
netlink.c 08e4052c43 reimplement if_nameindex and getifaddrs using netlink 11 anos atrás
netlink.h 08e4052c43 reimplement if_nameindex and getifaddrs using netlink 11 anos atrás
netname.c c3c5e88c31 "implement" getnetbyaddr and getnetbyname 14 anos atrás
ns_parse.c aac59c1164 add basic dns record parsing functions 10 anos atrás
ntohl.c c89862660b optimize ntohl etc. in terms of bswap functions 14 anos atrás
ntohs.c c89862660b optimize ntohl etc. in terms of bswap functions 14 anos atrás
proto.c 5abfd55d6e add routing protocols to getprotoent-family functions 11 anos atrás
recv.c 571744447c include cleanups: remove unused headers and add feature test macros 11 anos atrás
recvfrom.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 anos atrás
recvmmsg.c acb7e049b8 implement sendmmsg and recvmmsg 11 anos atrás
recvmsg.c feee98903c overhaul pthread cancellation 14 anos atrás
res_init.c 8312f7f60f implement new dns backend, res_send and other legacy resolver functions 11 anos atrás
res_mkquery.c 07355f503a accept trailing . and empty domain names 11 anos atrás
res_msend.c 246e752d9e avoid spurious lookup failures from badly-behaved nameservers 11 anos atrás
res_query.c 8312f7f60f implement new dns backend, res_send and other legacy resolver functions 11 anos atrás
res_querydomain.c 07355f503a accept trailing . and empty domain names 11 anos atrás
res_send.c 8312f7f60f implement new dns backend, res_send and other legacy resolver functions 11 anos atrás
res_state.c 97d0988fd8 add _res (__res_state()) dummy 14 anos atrás
send.c 571744447c include cleanups: remove unused headers and add feature test macros 11 anos atrás
sendmmsg.c 2e5d256984 fix sendmmsg emulation return value for zero-length vector 11 anos atrás
sendmsg.c 96107564e2 workaround another sendmsg kernel bug on 64-bit machines 13 anos atrás
sendto.c feee98903c overhaul pthread cancellation 14 anos atrás
serv.c 571744447c include cleanups: remove unused headers and add feature test macros 11 anos atrás
setsockopt.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 anos atrás
shutdown.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 anos atrás
sockatmark.c 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 14 anos atrás
socket.c 1cacc01dc0 optimize SOCK_CLOEXEC fallback for socket function 11 anos atrás
socketpair.c 1d348566e6 add SOCK_CLOEXEC fallback for socketpair on old kernels 11 anos atrás