summaryrefslogtreecommitdiffstats
path: root/lib/libc/asr/asr_debug.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-2/+2
* To allow us to get rid of /etc/networks, make getnetby*(3)schwarze2018-04-281-3/+1
* Recognize and allow bits AD and CD in DNS replies.jca2017-02-271-4/+5
* use common errnos instead of random strings as error indicators ineric2017-02-171-3/+4
* We are always using _PATH_RESCONF, so no need to remember the path oneric2015-10-281-5/+1
* missing asr* -> _asr* symbol rename for building with debug codeeric2015-10-031-2/+2
* Hide all unnecessary asr / resolver related API with _ prefixes.deraadt2015-09-091-13/+13
* Rename print_sockaddr() to avoid symbol visibility problemsjca2015-06-201-3/+3
* simply use _PATH_HOSTS where appropriateeric2015-05-261-2/+1
* 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-2/+1
* prefix structure names to avoid ambiguity and possible collisions wheneric2014-03-141-13/+13
* Make some symbols static and prefix all visible symbols with asr_eric2013-07-121-5/+5
* Add minimal support for _res setup and update.eric2013-05-271-17/+2
* show what we parsed in debug output; ok guether@otto2013-04-091-2/+2
* space cleanup; ok ericderaadt2013-04-011-10/+10
* knferic2012-11-241-12/+12
* make separate structures for pack and unpackeric2012-11-241-3/+3
* cleanup asr_debug.ceric2012-09-091-386/+197
* use proper macros for debug traces.eric2012-09-091-11/+7
* Get rid of the hostaddr_async subquery and merge its behavioureric2012-09-051-5/+1
* Make hostaddr_async() return a linked list of struct addrinfo. Firsteric2012-09-051-3/+1
* rename function to avoid symbol clasheric2012-07-071-5/+3
* fix a few warningseric2012-04-251-9/+15
* calling getnameinfo here is a bad idea. use inet_ntop.eric2012-04-151-6/+9
* Import asr, an experimental async resolver implementation.eric2012-04-141-0/+569