index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
asr
/
res_search_async.c
Age
Commit message (
Expand
)
Author
2014-07-23
Make queries using the search list for hostname lookups fail with
Eric Faurot
2014-03-26
Make the asr API public. Install asr.h to /usr/include.h and manpages.
Eric Faurot
2014-03-25
Cleanup and simplify the API to be exposed. Use better names for
Eric Faurot
2014-02-24
make res_search() report NO_DATA instead of HOST_NOT_FOUND in some cases.
Eric Faurot
2013-07-12
Make some symbols static and prefix all visible symbols with asr_
Eric Faurot
2013-06-01
Move search domain iteration code in res_search_async.c where it belongs.
Eric Faurot
2013-06-01
Make hostaliases work for gethostbyname() and getaddrinfo() when
Eric Faurot
2013-04-30
Do not take external buffers for storing DNS responses in the internal
Eric Faurot
2013-04-01
properly check for domain name truncation at various places and fail
Eric Faurot
2013-04-01
space cleanup; ok eric
Theo de Raadt
2013-03-27
Only use the search domains for DNS lookups, as the current resolver does.
Eric Faurot
2012-11-24
knf
Eric Faurot
2012-09-09
use proper macros for debug traces.
Eric Faurot
2012-04-14
Import asr, an experimental async resolver implementation.
Eric Faurot