summaryrefslogtreecommitdiffstats
path: root/lib/libc/asr/getrrsetbyname_async.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Put a common subq pointer in the query struct, rather than one in eacheric2017-02-231-6/+6
| | | | | | element of the union. ok gilles@ millert@ krw@
* 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
| | | | direction & ok guenther
* Make the asr API public. Install asr.h to /usr/include.h and manpages.eric2014-03-261-4/+5
| | | | | | Include tweaks suggested by mpi@ ok deraadt@
* Cleanup and simplify the API to be exposed. Use better names foreric2014-03-251-11/+11
| | | | | | structures, functions and defines. discussed with and ok deraadt@ guenther@
* Make some symbols static and prefix all visible symbols with asr_eric2013-07-121-5/+5
| | | | | | to prevent collisions with third-party programs. suggested by sthen@, ok theo@
* Do not take external buffers for storing DNS responses in the internaleric2013-04-301-3/+3
| | | | | async API. That is actually useless and it makes the code more complicated. The required buffers are always allocated when needed.
* knferic2012-11-241-9/+9
|
* getrrsetyname() only uses ERRSET_* and is not supposed to set errno.eric2012-08-181-6/+3
| | | | make sure to save and restore errno properly.
* Import asr, an experimental async resolver implementation.eric2012-04-141-0/+590
The idea is to eventually replace the existing resolver with something better. Time to start working on it in tree. ok deraadt@