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