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