dns: implement tcp fallback in __res_msend query core
[musl] / src / network / res_msend.c
2022-09-22 Rich Felkerdns: implement tcp fallback in __res_msend query core
2022-09-21 Rich Felkeradapt res_msend DNS query core for working with multipl...
2022-08-26 Rich Felkerdns: fail if ipv6 is disabled and resolv.conf has only...
2022-08-25 Rich Felkerfix fallback when ipv6 is disabled but resolv.conf...
2017-03-14 Rich Felkerfix possible fd leak, unrestored cancellation state...
2016-04-18 Petr Vaněkremove dead store in res_msend
2016-01-29 Rich Felkerreuse parsed resolv.conf in dns core to avoid re-readin...
2016-01-28 Rich Felkerfactor resolv.conf parsing out of res_msend to its...
2015-10-26 Rich Felkersafely handle failure to open hosts, services, resolv...
2014-06-07 Rich Felkeravoid spurious lookup failures from badly-behaved names...
2014-06-04 Rich Felkeradd support for reverse name lookups from hosts file...
2014-06-02 Rich Felkerfix uninitialized variable in new __res_msend dns function
2014-06-02 Rich Felkerimplement new dns backend, res_send and other legacy...