summaryrefslogtreecommitdiffstats
path: root/lib/libc/asr/getrrsetbyname_async.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Put a common subq pointer in the query struct, rather than one in eacheric2017-02-231-6/+6
* remove bogus includes of err.heric2015-09-201-3/+2
* Wrap <asr.h> so internal calls go direct and all the symbols are weakguenther2015-09-141-2/+3
* Hide all unnecessary asr / resolver related API with _ prefixes.deraadt2015-09-091-8/+8
* Make the asr API public. Install asr.h to /usr/include.h and manpages.eric2014-03-261-4/+5
* Cleanup and simplify the API to be exposed. Use better names foreric2014-03-251-11/+11
* Make some symbols static and prefix all visible symbols with asr_eric2013-07-121-5/+5
* Do not take external buffers for storing DNS responses in the internaleric2013-04-301-3/+3
* knferic2012-11-241-9/+9
* getrrsetyname() only uses ERRSET_* and is not supposed to set errno.eric2012-08-181-6/+3
* Import asr, an experimental async resolver implementation.eric2012-04-141-0/+590