index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
network
/
res_msend.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-19
dns query core: detect udp truncation at recv time
Rich Felker
1
-4
/
+13
2022-09-22
dns: implement tcp fallback in __res_msend query core
Rich Felker
1
-2
/
+117
2022-09-21
adapt res_msend DNS query core for working with multiple sockets
Rich Felker
1
-6
/
+11
2022-08-26
dns: fail if ipv6 is disabled and resolv.conf has only v6 nameserves
Rich Felker
1
-0
/
+5
2022-08-24
fix fallback when ipv6 is disabled but resolv.conf has v6 nameserves
Rich Felker
1
-1
/
+2
2017-03-14
fix possible fd leak, unrestored cancellation state on dns socket fail
Rich Felker
1
-1
/
+5
2016-04-18
remove dead store in res_msend
Petr Vaněk
1
-1
/
+0
2016-01-28
reuse parsed resolv.conf in dns core to avoid re-reading/re-parsing
Rich Felker
1
-11
/
+16
2016-01-28
factor resolv.conf parsing out of res_msend to its own file
Rich Felker
1
-60
/
+22
2015-10-26
safely handle failure to open hosts, services, resolv.conf files
Rich Felker
1
-2
/
+11
2014-06-07
avoid spurious lookup failures from badly-behaved nameservers
Rich Felker
1
-5
/
+22
2014-06-04
add support for reverse name lookups from hosts file to getnameinfo
Rich Felker
1
-7
/
+14
2014-06-02
fix uninitialized variable in new __res_msend dns function
Rich Felker
1
-0
/
+1
2014-06-02
implement new dns backend, res_send and other legacy resolver functions
Rich Felker
1
-0
/
+184