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
2022-06-20
Fixup comment
Jeremie Courreges-Anglas
2021-11-22
Implement rfc6840 (AD flag processing) if using trusted name servers
Jeremie Courreges-Anglas
2019-09-28
correctly handle read(2) return value.
Eric Faurot
2019-01-14
Unbreak tree. Last minute changes are evil.
Otto Moerbeek
2019-01-14
There are cases where a program doing dns requests wants to set the
Otto Moerbeek
2017-03-15
use recallocarray to resize buffer - ensures that detritus from previous
Theo de Raadt
2017-03-14
don't need to handle the malloc case special, since realloc works
Theo de Raadt
2017-02-27
Add support for RES_USE_DNSSEC
Jeremie Courreges-Anglas
2017-02-27
Put a common flags field in the query struct, rather than in some
Jeremie Courreges-Anglas
2017-02-18
Use more specific error codes for invalid packets.
Eric Faurot
2017-02-18
Add EDNS0 support.
Jeremie Courreges-Anglas
2017-02-17
Increase UDP packet buffer to 4096 bytes from 512. There are some really
Kenneth R Westerback
2015-10-23
Switch to using SOCK_DNS flag, rather than the dnssocket() and
Theo de Raadt
2015-10-18
libc DNS functions will now use the new dnssocket() / dnsconnect()
Theo de Raadt
2015-09-20
remove bogus includes of err.h
Eric Faurot
2015-09-14
Wrap <asr.h> so internal calls go direct and all the symbols are weak
Philip Guenther
2015-09-09
Hide all unnecessary asr / resolver related API with _ prefixes.
Theo de Raadt
2015-09-09
Use SOCK_NONBLOCK in a couple more places
Philip Guenther
2015-06-20
Rename print_sockaddr() to avoid symbol visibility problems
Jeremie Courreges-Anglas
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