Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Put a common subq pointer in the query struct, rather than one in each | 2017-02-23 | 1 | -6/+6 | |
| | | | | | | element of the union. ok gilles@ millert@ krw@ | ||||
* | remove bogus includes of err.h | 2015-09-20 | 1 | -3/+2 | |
| | |||||
* | Wrap <asr.h> so internal calls go direct and all the symbols are weak | 2015-09-14 | 1 | -2/+3 | |
| | |||||
* | Hide all unnecessary asr / resolver related API with _ prefixes. | 2015-09-09 | 1 | -8/+8 | |
| | | | | direction & ok guenther | ||||
* | Make the asr API public. Install asr.h to /usr/include.h and manpages. | 2014-03-26 | 1 | -4/+5 | |
| | | | | | | Include tweaks suggested by mpi@ ok deraadt@ | ||||
* | Cleanup and simplify the API to be exposed. Use better names for | 2014-03-25 | 1 | -11/+11 | |
| | | | | | | structures, functions and defines. discussed with and ok deraadt@ guenther@ | ||||
* | Make some symbols static and prefix all visible symbols with asr_ | 2013-07-12 | 1 | -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 internal | 2013-04-30 | 1 | -3/+3 | |
| | | | | | async API. That is actually useless and it makes the code more complicated. The required buffers are always allocated when needed. | ||||
* | knf | 2012-11-24 | 1 | -9/+9 | |
| | |||||
* | getrrsetyname() only uses ERRSET_* and is not supposed to set errno. | 2012-08-18 | 1 | -6/+3 | |
| | | | | make sure to save and restore errno properly. | ||||
* | Import asr, an experimental async resolver implementation. | 2012-04-14 | 1 | -0/+590 | |
The idea is to eventually replace the existing resolver with something better. Time to start working on it in tree. ok deraadt@ |