switch standard resolver functions to use the new dns backend
authorRich Felker <dalias@aerifal.cx>
Mon, 2 Jun 2014 08:47:45 +0000 (04:47 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 2 Jun 2014 08:47:45 +0000 (04:47 -0400)
this is the third phase of the "resolver overhaul" project.

this commit removes all of the old dns code, and switches the
__lookup_name backend (used by getaddrinfo, etc.) and the getnameinfo
function to use the newly implemented __res_mkquery and __res_msend
interfaces. for parsing the results, a new callback-based __dns_parse
function, based on __dns_get_rr from the old dns code, is used.


No differences found