about summary refs log tree commit diff
path: root/src/network/res_msend.c
Commit message (Expand)AuthorAgeFilesLines
* dns: fix workaround for systems defaulting to ipv6-only socketsAlexey Izbyshev2023-02-271-15/+16
* dns: handle early eof in tcp fallbackAlexey Izbyshev2023-02-271-1/+1
* dns: prefer monotonic clock for timeoutsA. Wilcox2023-02-121-1/+2
* dns query core: detect udp truncation at recv timeRich Felker2022-10-191-4/+13
* dns: implement tcp fallback in __res_msend query coreRich Felker2022-09-221-2/+117
* adapt res_msend DNS query core for working with multiple socketsRich Felker2022-09-211-6/+11
* dns: fail if ipv6 is disabled and resolv.conf has only v6 nameservesRich Felker2022-08-261-0/+5
* fix fallback when ipv6 is disabled but resolv.conf has v6 nameservesRich Felker2022-08-241-1/+2
* fix possible fd leak, unrestored cancellation state on dns socket failRich Felker2017-03-141-1/+5
* remove dead store in res_msendPetr Vaněk2016-04-181-1/+0
* reuse parsed resolv.conf in dns core to avoid re-reading/re-parsingRich Felker2016-01-281-11/+16
* factor resolv.conf parsing out of res_msend to its own fileRich Felker2016-01-281-60/+22
* safely handle failure to open hosts, services, resolv.conf filesRich Felker2015-10-261-2/+11
* avoid spurious lookup failures from badly-behaved nameserversRich Felker2014-06-071-5/+22
* add support for reverse name lookups from hosts file to getnameinfoRich Felker2014-06-041-7/+14
* fix uninitialized variable in new __res_msend dns functionRich Felker2014-06-021-0/+1
* implement new dns backend, res_send and other legacy resolver functionsRich Felker2014-06-021-0/+184