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
*
dns: handle early eof in tcp fallback
Alexey Izbyshev
2023-02-27
1
-1
/
+1
*
prevent CNAME/PTR parsing from reading data past the response end
Alexey Izbyshev
2023-02-27
4
-7
/
+7
*
fix out-of-bounds reads in __dns_parse
Alexey Izbyshev
2023-02-27
1
-3
/
+3
*
dns: prefer monotonic clock for timeouts
A. Wilcox
2023-02-12
1
-1
/
+2
*
inet_pton: fix uninitialized memory use for IPv4-mapped IPv6 addresses
Alexey Izbyshev
2023-02-12
1
-0
/
+1
*
increase sendmsg internal buffer to support SCM_MAX_FD
Colin Cross
2023-02-12
1
-2
/
+5
*
fix return value of gethostby{name[2],addr} with no result but no error
Rich Felker
2022-10-20
2
-2
/
+2
*
clean up dns_parse_callback
Rich Felker
2022-10-19
1
-13
/
+13
*
dns response handling: don't treat too many addresses as an error
Rich Felker
2022-10-19
1
-1
/
+1
*
dns response handling: ignore presence of wrong-type RRs
Rich Felker
2022-10-19
1
-2
/
+8
*
dns query core: detect udp truncation at recv time
Rich Felker
2022-10-19
1
-4
/
+13
*
getaddrinfo dns lookup: use larger answer buffer to handle long CNAMEs
Rich Felker
2022-10-19
1
-3
/
+5
*
dns: implement tcp fallback in __res_msend query core
Rich Felker
2022-09-22
1
-2
/
+117
*
res_send: use a temp buffer if caller's buffer is under 512 bytes
Rich Felker
2022-09-22
1
-1
/
+9
*
adapt res_msend DNS query core for working with multiple sockets
Rich Felker
2022-09-21
1
-6
/
+11
*
getaddrinfo: add EAI_NODATA error code to distinguish NODATA vs NxDomain
Rich Felker
2022-09-20
5
-6
/
+12
*
fix error cases in gethostbyaddr_r
Rich Felker
2022-09-19
1
-2
/
+3
*
remove impossible error case from gethostbyname2_r
Rich Felker
2022-09-19
1
-1
/
+0
*
fix return value of gethostnbyname[2]_r on result not found
Rich Felker
2022-09-19
1
-1
/
+1
*
dns: treat names rejected by res_mkquery as nonexistent rather than error
Rich Felker
2022-09-19
1
-1
/
+1
*
res_mkquery: error out on consecutive final dots in name
Rich Felker
2022-09-19
1
-0
/
+1
*
dns: fail if ipv6 is disabled and resolv.conf has only v6 nameserves
Rich Felker
2022-08-26
1
-0
/
+5
*
fix fallback when ipv6 is disabled but resolv.conf has v6 nameserves
Rich Felker
2022-08-24
1
-1
/
+2
*
fix mishandling of errno in getaddrinfo AI_ADDRCONFIG logic
Rich Felker
2022-08-01
1
-0
/
+2
*
ensure distinct query id for parallel A and AAAA queries in resolver
Rich Felker
2022-06-03
1
-0
/
+3
*
fix incorrect parameter name in internal netlink.h RTA_OK macro
Ondrej Jirman
2022-04-10
1
-1
/
+1
*
fix missing newline in herror output
Rich Felker
2020-09-03
1
-1
/
+1
*
restore h_errno ABI compatibility with ancient binaries
Rich Felker
2020-08-30
1
-0
/
+4
*
report res_query failures, including nxdomain/nodata, via h_errno
Rich Felker
2020-08-24
1
-1
/
+15
*
make h_errno thread-local
Rich Felker
2020-08-24
1
-4
/
+2
*
in hosts file lookups, honor first canonical name regardless of family
Rich Felker
2020-08-05
1
-1
/
+1
*
in hosts file lookups, use only first match for canonical name
Rich Felker
2020-08-04
1
-2
/
+7
*
fix return value of res_send, res_query on errors from nameserver
Rich Felker
2020-05-19
1
-1
/
+1
*
fix handling of errors resolving one of paired A+AAAA query
Rich Felker
2020-05-19
1
-4
/
+7
*
set AD bit in dns queries, suppress for internal use
Rich Felker
2020-05-18
3
-0
/
+3
*
use __socketcall to simplify socket()
Rich Felker
2020-02-22
1
-5
/
+5
*
hook recvmmsg up to SO_TIMESTAMP[NS] fallback for pre-time64 kernels
Rich Felker
2019-12-17
2
-6
/
+14
*
implement SO_TIMESTAMP[NS] fallback for kernels without time64 versions
Rich Felker
2019-12-17
3
-0
/
+63
*
fix regression in recvmmsg with no timeout
Rich Felker
2019-08-07
1
-1
/
+1
*
get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEO
Rich Felker
2019-07-31
2
-2
/
+57
*
recvmmsg: add time64 syscall support, decouple 32-bit time_t
Rich Felker
2019-07-29
1
-0
/
+18
*
handle labels with 8-bit byte values in dn_skipname
Ryan Fairfax
2019-03-13
1
-2
/
+5
*
fix spurious undefined behavior in getaddrinfo
Rich Felker
2019-02-20
1
-3
/
+2
*
fix invalid free of partial addrinfo list with multiple services
Rich Felker
2019-02-20
1
-1
/
+1
*
allow freeaddrinfo of arbitrary sublists of addrinfo list
Rich Felker
2018-10-04
3
-8
/
+25
*
fix getaddrinfo regression with AI_ADDRCONFIG on some configurations
Rich Felker
2018-09-19
1
-1
/
+10
*
reduce spurious inclusion of libc.h
Rich Felker
2018-09-12
16
-13
/
+4
*
remove or make static various unused __-prefixed symbols
Rich Felker
2018-09-12
2
-7
/
+3
*
apply hidden visibility to various remaining internal interfaces
Rich Felker
2018-09-12
2
-7
/
+8
*
overhaul internally-public declarations using wrapper headers
Rich Felker
2018-09-12
6
-16
/
+2
[next]