summaryrefslogtreecommitdiff
path: root/src/network/res_msend.c
AgeCommit message (Expand)AuthorLines
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