summaryrefslogtreecommitdiffstats
path: root/lib/libc/asr/asr_private.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* To allow us to get rid of /etc/networks, make getnetby*(3)schwarze2018-04-281-9/+2
* Add support for RES_USE_DNSSECjca2017-02-271-2/+2
* Recognize and allow bits AD and CD in DNS replies.jca2017-02-271-2/+4
* Put a common flags field in the query struct, rather than in somejca2017-02-271-4/+2
* Put a common subq pointer in the query struct, rather than one in eacheric2017-02-231-7/+2
* Add EDNS0 support.jca2017-02-181-1/+3
* use common errnos instead of random strings as error indicators ineric2017-02-171-3/+3
* Remove prototype for static function _asr_resolver. Eliminates gcckrw2016-12-181-2/+1
* Declare all _asr_* debug functions as hidden.jca2016-08-201-8/+8
* Remove support for HOSTALIASES from the resolver. This "open and parsederaadt2015-12-161-2/+1
* Remove support for "lookup yp" in /etc/resolv.conf. This historicalderaadt2015-11-231-2/+1
* We are always using _PATH_RESCONF, so no need to remember the path oneric2015-10-281-2/+1
* getaddrinfo_async() shouldn't unconditionally intialize the resolverderaadt2015-10-071-1/+2
* Initially eric developers asr as a side-load style library for async DNS.deraadt2015-10-031-2/+2
* missing asr* -> _asr* symbol rename for building with debug codeeric2015-10-031-10/+10
* Hide all unnecessary asr / resolver related API with _ prefixes.deraadt2015-09-091-32/+38
* Rename print_sockaddr() to avoid symbol visibility problemsjca2015-06-201-2/+2
* make sure to check for resolv.conf update the first time the resolvereric2015-06-041-1/+2
* fix a possible off-by-one when reading /etc/hosts if it doesn't enderic2015-05-291-2/+2
* simply use _PATH_HOSTS where appropriateeric2015-05-261-3/+1
* Limit AI_ADDRCONFIG effects to DNS queries.jca2015-02-141-1/+3
* Don't default enable the debug functionality with its unprotected getenv().guenther2014-04-171-5/+1
* Cleanup and simplify the API to be exposed. Use better names foreric2014-03-251-16/+20
* prefix structure names to avoid ambiguity and possible collisions wheneric2014-03-141-15/+15
* Make some symbols static and prefix all visible symbols with asr_eric2013-07-121-13/+13
* Move search domain iteration code in res_search_async.c where it belongs.eric2013-06-011-3/+1
* Make hostaliases work for gethostbyname() and getaddrinfo() wheneric2013-06-011-4/+3
* Update asr_hostaliases() to make all necessary checks in the function.eric2013-06-011-1/+2
* iterating over the ns list only matters for res_send_async.c, so moveeric2013-06-011-4/+4
* Add minimal support for _res setup and update.eric2013-05-271-7/+5
* Do not take external buffers for storing DNS responses in the internaleric2013-04-301-9/+3
* better implementation for tcp_read() that can get the packet length ineric2013-04-021-1/+2
* space cleanup; ok ericderaadt2013-04-011-2/+2
* space cleanup; ok ericderaadt2013-04-011-7/+7
* rename fielderic2013-04-011-2/+2
* simpler and saner implementation for tcp_write(). now fully handleseric2013-04-011-2/+1
* Only use the search domains for DNS lookups, as the current resolver does.eric2013-03-271-2/+2
* knferic2012-11-241-4/+5
* make separate structures for pack and unpackeric2012-11-241-9/+18
* cleanup asr_debug.ceric2012-09-091-12/+16
* use proper macros for debug traces.eric2012-09-091-3/+14
* make it easy to build without debug codeeric2012-09-061-1/+3
* Get rid of the hostaddr_async subquery and merge its behavioureric2012-09-051-6/+2
* Make hostaddr_async() return a linked list of struct addrinfo. Firsteric2012-09-051-26/+1
* rename function to avoid symbol clasheric2012-07-071-1/+2
* only define DEBUG internallyeric2012-04-141-1/+3
* Import asr, an experimental async resolver implementation.eric2012-04-141-0/+372