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_init.c
Age
Commit message (
Expand
)
Author
2019-06-17
Allow setting of retransmission intervasl via _res.retrans. Ugly API but
Otto Moerbeek
2016-04-05
Prefer _MUTEX_*LOCK over _THREAD_PRIVATE_MUTEX_*LOCK() when thread-specific
Philip Guenther
2016-03-23
Initialize _res_ext.nsaddr_list alongside _res.nsaddr_list.
Christopher Zimmermann
2015-11-05
Set the name server counter in __res_state correctly if a nameserver
Alexander Bluhm
2015-11-05
When filling the __res_state compatibiliy struct, a long list of
Alexander Bluhm
2015-10-05
Wrap <resolv.h> so that internal calls go direct
Philip Guenther
2015-09-09
Hide all unnecessary asr / resolver related API with _ prefixes.
Theo de Raadt
2014-03-26
Make the asr API public. Install asr.h to /usr/include.h and manpages.
Eric Faurot
2014-01-15
Initialise _res.nsaddr_list in res_init(), fixing some programs which depend
Stuart Henderson
2013-05-27
Add minimal support for _res setup and update.
Eric Faurot
2012-09-08
split asr_resolver.c into different files to overlay the libc/net
Eric Faurot