summaryrefslogtreecommitdiff
path: root/lib/libc/asr/res_search_async.c
AgeCommit message (Expand)Author
2014-07-23Make queries using the search list for hostname lookups fail withEric Faurot
2014-03-26Make the asr API public. Install asr.h to /usr/include.h and manpages.Eric Faurot
2014-03-25Cleanup and simplify the API to be exposed. Use better names forEric Faurot
2014-02-24make res_search() report NO_DATA instead of HOST_NOT_FOUND in some cases.Eric Faurot
2013-07-12Make some symbols static and prefix all visible symbols with asr_Eric Faurot
2013-06-01Move search domain iteration code in res_search_async.c where it belongs.Eric Faurot
2013-06-01Make hostaliases work for gethostbyname() and getaddrinfo() whenEric Faurot
2013-04-30Do not take external buffers for storing DNS responses in the internalEric Faurot
2013-04-01properly check for domain name truncation at various places and failEric Faurot
2013-04-01space cleanup; ok ericTheo de Raadt
2013-03-27Only use the search domains for DNS lookups, as the current resolver does.Eric Faurot
2012-11-24knfEric Faurot
2012-09-09use proper macros for debug traces.Eric Faurot
2012-04-14Import asr, an experimental async resolver implementation.Eric Faurot