summaryrefslogtreecommitdiffstats
path: root/lib/libc/asr/res_init.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow setting of retransmission intervasl via _res.retrans. Ugly API butotto2019-06-171-1/+4
* Prefer _MUTEX_*LOCK over _THREAD_PRIVATE_MUTEX_*LOCK() when thread-specificguenther2016-04-051-4/+4
* Initialize _res_ext.nsaddr_list alongside _res.nsaddr_list.chrisz2016-03-231-9/+16
* Set the name server counter in __res_state correctly if a nameserverbluhm2015-11-051-2/+2
* When filling the __res_state compatibiliy struct, a long list ofbluhm2015-11-051-4/+8
* Wrap <resolv.h> so that internal calls go directguenther2015-10-051-1/+2
* Hide all unnecessary asr / resolver related API with _ prefixes.deraadt2015-09-091-3/+3
* Make the asr API public. Install asr.h to /usr/include.h and manpages.eric2014-03-261-2/+4
* Initialise _res.nsaddr_list in res_init(), fixing some programs which dependsthen2014-01-151-1/+6
* Add minimal support for _res setup and update.eric2013-05-271-9/+46
* split asr_resolver.c into different files to overlay the libc/neteric2012-09-081-0/+44