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_send_async.c
Age
Commit message (
Expand
)
Author
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-03-14
prefix structure names to avoid ambiguity and possible collisions when
Eric Faurot
2013-07-12
Make some symbols static and prefix all visible symbols with asr_
Eric Faurot
2013-06-01
iterating over the ns list only matters for res_send_async.c, so move
Eric Faurot
2013-04-30
Do not take external buffers for storing DNS responses in the internal
Eric Faurot
2013-04-14
spacing
Theo de Raadt
2013-04-05
do not fail on EINTR
Eric Faurot
2013-04-03
Use MSG_NOSIGNAL when writing DNS queries over TCP sockets to ensure
Matthew Dempsky
2013-04-02
add comment for how EINPROGRESS is handled there.
Eric Faurot
2013-04-02
better implementation for tcp_read() that can get the packet length in
Eric Faurot
2013-04-01
space cleanup; ok eric
Theo de Raadt
2013-04-01
space cleanup; ok eric
Theo de Raadt
2013-04-01
simpler and saner implementation for tcp_write(). now fully handles
Eric Faurot
2013-03-31
Principle of least astonishment: implement nameserver retry/backoff as
Eric Faurot
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-11-24
make separate structures for pack and unpack
Eric Faurot
2012-09-09
cleanup asr_debug.c
Eric Faurot
2012-09-09
use proper macros for debug traces.
Eric Faurot
2012-07-07
rename function to avoid symbol clash
Eric Faurot
2012-04-14
Import asr, an experimental async resolver implementation.
Eric Faurot