index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
network
Age
Commit message (
Expand
)
Author
Lines
2015-11-30
properly handle point-to-point interfaces in getifaddrs()
Jo-Philipp Wich
-3
/
+16
2015-10-26
getnameinfo: make size check not fail for bigger sizes
Hauke Mehrtens
-2
/
+2
2015-10-26
safely handle failure to open hosts, services, resolv.conf files
Rich Felker
-4
/
+29
2015-09-25
avoid attempting to lookup IP literals as hostnames
Rich Felker
-27
/
+32
2015-09-25
make getaddrinfo return error if both host and service name are null
Rich Felker
-0
/
+2
2015-09-11
fix uninitialized scopeid in lookups from hosts file and ip literals
Timo Teräs
-2
/
+2
2015-07-08
fix negated return value of ns_skiprr, breakage in related functions
Rich Felker
-1
/
+1
2015-03-23
fix internal buffer overrun in inet_pton
Rich Felker
-2
/
+3
2015-02-10
make protocol table zero byte separated and add ipv6 protocols
Timo Teräs
-22
/
+26
2015-02-07
make getaddrinfo support SOCK_RAW and other socket types
Rich Felker
-34
/
+42
2014-12-17
add basic dns record parsing functions
Rich Felker
-0
/
+171
2014-09-05
fix potential read past end of buffer in getnameinfo service name lookup
Rich Felker
-1
/
+1
2014-09-05
remove incorrect and useless check in network service name lookup code
Rich Felker
-1
/
+0
2014-09-05
remove an extra layer of buffer copying in getnameinfo reverse dns
Rich Felker
-3
/
+2
2014-09-04
fix dn_expand empty name handling and offsets to 0
Szabolcs Nagy
-6
/
+9
2014-07-29
reimplement if_nameindex and getifaddrs using netlink
Timo Teräs
-184
/
+411
2014-07-26
add support for LC_TIME and LC_MESSAGES translations
Rich Felker
-2
/
+6
2014-06-24
add routing protocols to getprotoent-family functions
Timo Teräs
-0
/
+2
2014-06-21
implement result address sorting in the resolver (getaddrinfo, etc.)
Rich Felker
-0
/
+136
2014-06-20
fix gethostby*_r result pointer value on error
Timo Teräs
-0
/
+3
2014-06-20
fix sendmmsg emulation return value for zero-length vector
Rich Felker
-0
/
+1
2014-06-19
implement sendmmsg and recvmmsg
Rich Felker
-0
/
+44
2014-06-07
avoid spurious lookup failures from badly-behaved nameservers
Rich Felker
-5
/
+22
2014-06-06
optimize SOCK_CLOEXEC fallback for socket function
Rich Felker
-2
/
+2
2014-06-06
add SOCK_CLOEXEC fallback for socketpair on old kernels
Rich Felker
-1
/
+19
2014-06-06
implement dn_comp RFC 1035 domain name compression
Szabolcs Nagy
-1
/
+102
2014-06-06
accept trailing . and empty domain names
Szabolcs Nagy
-12
/
+16
2014-06-05
fix the domain name length limit checks
Szabolcs Nagy
-8
/
+8
2014-06-05
fix multiple validation issues in dns response label parsing
Szabolcs Nagy
-4
/
+6
2014-06-05
fix missing function declarations in refactored ip literal parsing code
Rich Felker
-0
/
+1
2014-06-04
add support for reverse port lookups from services file to getnameinfo
Rich Felker
-4
/
+35
2014-06-04
add support for reverse name lookups from hosts file to getnameinfo
Rich Felker
-50
/
+122
2014-06-04
remove some dummy "ent" function aliases that duplicated real ones
Rich Felker
-8
/
+0
2014-06-04
add support for ipv6 scope_id to getaddrinfo and getnameinfo
Rich Felker
-8
/
+56
2014-06-03
fix if_nametoindex return value when interface does not exist
Rich Felker
-1
/
+1
2014-06-03
fix negative response and non-response handling for dns queries
Rich Felker
-1
/
+4
2014-06-03
fix some validation checks in dns response parsing code
Rich Felker
-2
/
+3
2014-06-02
remove cruft from old resolver and numeric ip parsing
Rich Felker
-79
/
+49
2014-06-02
switch standard resolver functions to use the new dns backend
Rich Felker
-309
/
+145
2014-06-02
fix uninitialized variable in new __res_msend dns function
Rich Felker
-0
/
+1
2014-06-02
implement new dns backend, res_send and other legacy resolver functions
Rich Felker
-18
/
+263
2014-06-02
add ipsec and tunneling protocols to getprotoent-family functions
Timo Teräs
-0
/
+4
2014-06-02
fix off-by-one in checking hostname length in new resolver backend
Rich Felker
-2
/
+2
2014-06-01
improve getservbyname_r using new resolver backend
Rich Felker
-22
/
+16
2014-06-01
improve gethostbyname2_r using new resolver backend
Rich Felker
-35
/
+22
2014-05-31
refactor getaddrinfo and add support for most remaining features
Rich Felker
-228
/
+360
2014-02-21
add fallback emulation for accept4 on old kernels
Rich Felker
-1
/
+12
2014-02-13
add ipv6 and icmpv6 to getprotoent-family functions
Rich Felker
-1
/
+3
2014-02-13
fix typo in table for getprotoent that caused out-of-bound reads
Rich Felker
-1
/
+1
2014-01-06
fix argument types for legacy function inet_makeaddr
Rich Felker
-2
/
+1
[next]