index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
network
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix getservby*_r result pointer value on error
Daniel Sabogal
2016-09-24
2
-0
/
+3
*
remove dead case in gethostbyname2_r
Daniel Sabogal
2016-09-24
1
-2
/
+0
*
fix if_indextoname error case
Daniel Sabogal
2016-09-16
1
-1
/
+6
*
remove obsolete and unused gethostbyaddr implementation
Rich Felker
2016-07-06
1
-52
/
+0
*
refactor name_from_dns in hostname lookup backend
Natanael Copa
2016-06-29
1
-14
/
+13
*
in performing dns lookups, check result from res_mkquery
Natanael Copa
2016-06-29
1
-0
/
+4
*
fix misaligned address buffers in gethostbyname[2][_r] results
Rich Felker
2016-06-27
1
-7
/
+7
*
fix incorrect protocol name and number for egp
Andrew Kelley
2016-05-04
1
-1
/
+1
*
remove dead store in res_msend
Petr Vaněk
2016-04-18
1
-1
/
+0
*
fix gethostbyaddr_r to fill struct hostent.h_length as appropriate
Timo Teräs
2016-03-24
1
-0
/
+1
*
handle non-matching address family entries in hosts file
Rich Felker
2016-03-02
1
-3
/
+11
*
reuse parsed resolv.conf in dns core to avoid re-reading/re-parsing
Rich Felker
2016-01-28
2
-16
/
+22
*
fix uninitialized variable in new resolv.conf parser
Rich Felker
2016-01-28
1
-1
/
+1
*
add support for search domains to dns resolver
Rich Felker
2016-01-28
1
-1
/
+41
*
fix handling of dns response codes
Rich Felker
2016-01-28
1
-1
/
+2
*
fix logic for matching search/domain keywords in resolv.conf
Rich Felker
2016-01-28
1
-1
/
+1
*
factor resolv.conf parsing out of res_msend to its own file
Rich Felker
2016-01-28
3
-60
/
+126
*
fix if_nametoindex return value when socket open fails
Ron Yorston
2016-01-17
1
-1
/
+1
*
add missing protocols to protoent lookup functions
Timo Teräs
2016-01-06
1
-1
/
+16
*
properly handle point-to-point interfaces in getifaddrs()
Jo-Philipp Wich
2015-11-30
1
-3
/
+16
*
getnameinfo: make size check not fail for bigger sizes
Hauke Mehrtens
2015-10-26
1
-2
/
+2
*
safely handle failure to open hosts, services, resolv.conf files
Rich Felker
2015-10-26
3
-4
/
+29
*
avoid attempting to lookup IP literals as hostnames
Rich Felker
2015-09-25
1
-27
/
+32
*
make getaddrinfo return error if both host and service name are null
Rich Felker
2015-09-25
1
-0
/
+2
*
fix uninitialized scopeid in lookups from hosts file and ip literals
Timo Teräs
2015-09-11
1
-2
/
+2
*
fix negated return value of ns_skiprr, breakage in related functions
Rich Felker
2015-07-08
1
-1
/
+1
*
fix internal buffer overrun in inet_pton
Rich Felker
2015-03-23
1
-2
/
+3
*
make protocol table zero byte separated and add ipv6 protocols
Timo Teräs
2015-02-10
1
-22
/
+26
*
make getaddrinfo support SOCK_RAW and other socket types
Rich Felker
2015-02-07
4
-34
/
+42
*
add basic dns record parsing functions
Rich Felker
2014-12-17
1
-0
/
+171
*
fix potential read past end of buffer in getnameinfo service name lookup
Rich Felker
2014-09-05
1
-1
/
+1
*
remove incorrect and useless check in network service name lookup code
Rich Felker
2014-09-05
1
-1
/
+0
*
remove an extra layer of buffer copying in getnameinfo reverse dns
Rich Felker
2014-09-05
1
-3
/
+2
*
fix dn_expand empty name handling and offsets to 0
Szabolcs Nagy
2014-09-04
1
-6
/
+9
*
reimplement if_nameindex and getifaddrs using netlink
Timo Teräs
2014-07-29
4
-184
/
+411
*
add support for LC_TIME and LC_MESSAGES translations
Rich Felker
2014-07-26
2
-2
/
+6
*
add routing protocols to getprotoent-family functions
Timo Teräs
2014-06-24
1
-0
/
+2
*
implement result address sorting in the resolver (getaddrinfo, etc.)
Rich Felker
2014-06-21
2
-0
/
+136
*
fix gethostby*_r result pointer value on error
Timo Teräs
2014-06-20
2
-0
/
+3
*
fix sendmmsg emulation return value for zero-length vector
Rich Felker
2014-06-20
1
-0
/
+1
*
implement sendmmsg and recvmmsg
Rich Felker
2014-06-19
2
-0
/
+44
*
avoid spurious lookup failures from badly-behaved nameservers
Rich Felker
2014-06-07
1
-5
/
+22
*
optimize SOCK_CLOEXEC fallback for socket function
Rich Felker
2014-06-06
1
-2
/
+2
*
add SOCK_CLOEXEC fallback for socketpair on old kernels
Rich Felker
2014-06-06
1
-1
/
+19
*
implement dn_comp RFC 1035 domain name compression
Szabolcs Nagy
2014-06-06
1
-1
/
+102
*
accept trailing . and empty domain names
Szabolcs Nagy
2014-06-06
3
-12
/
+16
*
fix the domain name length limit checks
Szabolcs Nagy
2014-06-05
3
-8
/
+8
*
fix multiple validation issues in dns response label parsing
Szabolcs Nagy
2014-06-05
1
-4
/
+6
*
fix missing function declarations in refactored ip literal parsing code
Rich Felker
2014-06-05
1
-0
/
+1
*
add support for reverse port lookups from services file to getnameinfo
Rich Felker
2014-06-04
1
-4
/
+35
[next]