summaryrefslogtreecommitdiffstats
path: root/lib/libc/asr/hostaddr_async.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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@