summaryrefslogtreecommitdiff
path: root/src/network/res_msend.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-29dns: Prefer monotonic clock for DNS lookup timeoutsawilfox/monotonic-dnsA. Wilcox1-1/+2
2022-10-19dns query core: detect udp truncation at recv timeRich Felker1-4/+13
2022-09-22dns: implement tcp fallback in __res_msend query coreRich Felker1-2/+117
2022-09-21adapt res_msend DNS query core for working with multiple socketsRich Felker1-6/+11
2022-08-26dns: fail if ipv6 is disabled and resolv.conf has only v6 nameservesRich Felker1-0/+5
2022-08-24fix fallback when ipv6 is disabled but resolv.conf has v6 nameservesRich Felker1-1/+2
2017-03-14fix possible fd leak, unrestored cancellation state on dns socket failRich Felker1-1/+5
2016-04-18remove dead store in res_msendPetr Vaněk1-1/+0
2016-01-28reuse parsed resolv.conf in dns core to avoid re-reading/re-parsingRich Felker1-11/+16
2016-01-28factor resolv.conf parsing out of res_msend to its own fileRich Felker1-60/+22
2015-10-26safely handle failure to open hosts, services, resolv.conf filesRich Felker1-2/+11
2014-06-07avoid spurious lookup failures from badly-behaved nameserversRich Felker1-5/+22
2014-06-04add support for reverse name lookups from hosts file to getnameinfoRich Felker1-7/+14
2014-06-02fix uninitialized variable in new __res_msend dns functionRich Felker1-0/+1
2014-06-02implement new dns backend, res_send and other legacy resolver functionsRich Felker1-0/+184