fix possible fd leak, unrestored cancellation state on dns socket fail
[musl] / src / network / res_msend.c
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...