summaryrefslogtreecommitdiffstats
path: root/lib/libc/asr/hostaddr_async.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of the hostaddr_async subquery and merge its behavioureric2012-09-051-442/+0
| | | | | directly into getaddrinfo_async_run. Simplifies everything by a great deal.
* Implement basic (blocking) YP support for getaddrinfo_async().eric2012-09-051-5/+98
| | | | YP is now supported on all relevant resolver functions.
* Make hostaddr_async() return a linked list of struct addrinfo. Firsteric2012-09-051-155/+171
| | | | | | round of a getaddrinfo_async() simplification. The goal is to make YP support easier to add, and eventually remove the whole hostaddr_async subquery.
* Simplify error reporting in hostaddr_async(). Only use EAI_* error codes.eric2012-08-181-11/+2
|
* Import asr, an experimental async resolver implementation.eric2012-04-141-0/+342
The idea is to eventually replace the existing resolver with something better. Time to start working on it in tree. ok deraadt@