summaryrefslogtreecommitdiffstats
path: root/lib/libc/asr/getnameinfo_async.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove bogus includes of err.heric2015-09-201-2/+1
* Wrap <asr.h> so internal calls go direct and all the symbols are weakguenther2015-09-141-1/+2
* Hide all unnecessary asr / resolver related API with _ prefixes.deraadt2015-09-091-7/+7
* Make the asr API public. Install asr.h to /usr/include.h and manpages.eric2014-03-261-2/+3
* Cleanup and simplify the API to be exposed. Use better names foreric2014-03-251-12/+12
* Make some symbols static and prefix all visible symbols with asr_eric2013-07-121-4/+4
* correctly show the scope for IPv6 addresses in getnameinfo()eric2013-03-291-4/+27
* knferic2012-11-241-6/+6
* When building dynamic hostent and netent, allocate a single linear buffer toeric2012-08-191-2/+2
* Improve error reporting in getnameinfo_async() and getaddrinfo_async().eric2012-08-181-11/+11
* fix a few warningseric2012-04-251-2/+2
* Import asr, an experimental async resolver implementation.eric2012-04-141-0/+261