| .. |
|
__dns.c
|
support mix of IPv4 and v6 nameservers in resolv.conf
|
13 years ago |
|
__dns.h
|
initial check-in, version 0.5.0
|
15 years ago |
|
__ipparse.c
|
include cleanups: remove unused headers and add feature test macros
|
13 years ago |
|
accept.c
|
use restrict everywhere it's required by c99 and/or posix 2008
|
14 years ago |
|
accept4.c
|
add fallback emulation for accept4 on old kernels
|
12 years ago |
|
bind.c
|
cleanup socketcall syscall interface to ease porting to sane(r) archs
|
15 years ago |
|
connect.c
|
overhaul pthread cancellation
|
15 years ago |
|
dn_comp.c
|
Fix dn_comp prototype and add stub
|
13 years ago |
|
dn_expand.c
|
Fix dn_expand pointer following
|
13 years ago |
|
dn_skipname.c
|
implement dn_skipname (legacy resolver function)
|
13 years ago |
|
ent.c
|
initial check-in, version 0.5.0
|
15 years ago |
|
ether.c
|
add stubs for additional legacy ether.h functions
|
13 years ago |
|
freeaddrinfo.c
|
initial check-in, version 0.5.0
|
15 years ago |
|
gai_strerror.c
|
fix wrong messages in gai_strerror
|
15 years ago |
|
getaddrinfo.c
|
refactor getaddrinfo and add support for most remaining features
|
12 years ago |
|
gethostbyaddr.c
|
include cleanups: remove unused headers and add feature test macros
|
13 years ago |
|
gethostbyaddr_r.c
|
fix error returns in gethostby*_r functions
|
13 years ago |
|
gethostbyname.c
|
initial check-in, version 0.5.0
|
15 years ago |
|
gethostbyname2.c
|
include cleanups: remove unused headers and add feature test macros
|
13 years ago |
|
gethostbyname2_r.c
|
improve gethostbyname2_r using new resolver backend
|
12 years ago |
|
gethostbyname_r.c
|
initial check-in, version 0.5.0
|
15 years ago |
|
getifaddrs.c
|
include cleanups: remove unused headers and add feature test macros
|
13 years ago |
|
getnameinfo.c
|
include cleanups: remove unused headers and add feature test macros
|
13 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
|
improve getservbyname_r using new resolver backend
|
12 years ago |
|
getservbyport.c
|
initial check-in, version 0.5.0
|
15 years ago |
|
getservbyport_r.c
|
make getservby*_r return error code rather than -1 (and using errno)
|
14 years ago |
|
getsockname.c
|
use restrict everywhere it's required by c99 and/or posix 2008
|
14 years ago |
|
getsockopt.c
|
use restrict everywhere it's required by c99 and/or posix 2008
|
14 years ago |
|
h_errno.c
|
fix misplaced semicolon in preprocessor directive (#undef h_errno)
|
14 years ago |
|
herror.c
|
implement legacy function herror
|
13 years ago |
|
hstrerror.c
|
initial check-in, version 0.5.0
|
15 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 missing SOCK_CLOEXEC in various functions that use sockets internally
|
13 years ago |
|
if_nameindex.c
|
include cleanups: remove unused headers and add feature test macros
|
13 years ago |
|
if_nametoindex.c
|
fix missing SOCK_CLOEXEC in various functions that use sockets internally
|
13 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
|
fix regression in inet_aton due to misinterpretation of __ipparse return
|
13 years ago |
|
inet_legacy.c
|
fix argument types for legacy function inet_makeaddr
|
13 years ago |
|
inet_ntoa.c
|
split inet_addr and inet_ntoa back into their own files
|
13 years ago |
|
inet_ntop.c
|
include cleanups: remove unused headers and add feature test macros
|
13 years ago |
|
inet_pton.c
|
remove an unnecessary check in inet_pton
|
13 years ago |
|
listen.c
|
cleanup socketcall syscall interface to ease porting to sane(r) archs
|
15 years ago |
|
lookup.h
|
refactor getaddrinfo and add support for most remaining features
|
12 years ago |
|
lookup_name.c
|
fix off-by-one in checking hostname length in new resolver backend
|
12 years ago |
|
lookup_serv.c
|
refactor getaddrinfo and add support for most remaining features
|
12 years ago |
|
netname.c
|
"implement" getnetbyaddr and getnetbyname
|
15 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
|
add ipsec and tunneling protocols to getprotoent-family functions
|
12 years ago |
|
recv.c
|
include cleanups: remove unused headers and add feature test macros
|
13 years ago |
|
recvfrom.c
|
use restrict everywhere it's required by c99 and/or posix 2008
|
14 years ago |
|
recvmsg.c
|
overhaul pthread cancellation
|
15 years ago |
|
res_init.c
|
initial check-in, version 0.5.0
|
15 years ago |
|
res_query.c
|
include cleanups: remove unused headers and add feature test macros
|
13 years ago |
|
res_state.c
|
add _res (__res_state()) dummy
|
15 years ago |
|
send.c
|
include cleanups: remove unused headers and add feature test macros
|
13 years ago |
|
sendmsg.c
|
workaround another sendmsg kernel bug on 64-bit machines
|
14 years ago |
|
sendto.c
|
overhaul pthread cancellation
|
15 years ago |
|
serv.c
|
include cleanups: remove unused headers and add feature test macros
|
13 years ago |
|
setsockopt.c
|
cleanup socketcall syscall interface to ease porting to sane(r) archs
|
15 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
|
improve SOCK_NONBLOCK/SOCK_CLOEXEC fallback code
|
14 years ago |
|
socketpair.c
|
cleanup socketcall syscall interface to ease porting to sane(r) archs
|
15 years ago |