summaryrefslogtreecommitdiffstats
path: root/lib/libc/asr/res_mkquery.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Unbreak tree. Last minute changes are evil.otto2019-01-141-2/+2
* There are cases where a program doing dns requests wants to set theotto2019-01-141-1/+3
* Add support for RES_USE_DNSSECjca2017-02-271-4/+5
* Add EDNS0 support.jca2017-02-181-1/+5
* Hide all unnecessary asr / resolver related API with _ prefixes.deraadt2015-09-091-8/+8
* Make the asr API public. Install asr.h to /usr/include.h and manpages.eric2014-03-261-2/+4
* prefix structure names to avoid ambiguity and possible collisions wheneric2014-03-141-6/+6
* Make some symbols static and prefix all visible symbols with asr_eric2013-07-121-5/+5
* properly check for domain name truncation at various places and faileric2013-04-011-6/+10
* res_querydomain()'s code to terminate the domain with '.' had the assignmentguenther2013-03-291-2/+2
* knferic2012-11-241-2/+2
* make separate structures for pack and unpackeric2012-11-241-3/+3
* split asr_resolver.c into different files to overlay the libc/neteric2012-09-081-0/+104