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