summaryrefslogtreecommitdiffstats
path: root/lib/libc/asr/asr_utils.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Kill unused functionjca2017-09-231-9/+1
* Add support for RES_USE_DNSSECjca2017-02-271-3/+10
* Use T_OPT instead of literal "41".jca2017-02-191-2/+2
* Add EDNS0 support.jca2017-02-181-1/+21
* use common errnos instead of random strings as error indicators ineric2017-02-171-9/+9
* Hide all unnecessary asr / resolver related API with _ prefixes.deraadt2015-09-091-13/+13
* Make the asr API public. Install asr.h to /usr/include.h and manpages.eric2014-03-261-2/+3
* prefix structure names to avoid ambiguity and possible collisions wheneric2014-03-141-27/+27
* Do not restrict chars in dname during label expansion, but validate resultingeric2014-02-261-5/+1
* most obvious unsigned char casts for ctypederaadt2013-11-241-2/+2
* Make some symbols static and prefix all visible symbols with asr_eric2013-07-121-12/+73
* spacingderaadt2013-04-141-2/+2
* make sure we always point before the current offset.eric2013-04-021-2/+2
* space cleanup; ok ericderaadt2013-04-011-12/+12
* properly handle scope when parsing IPv6 addresses.eric2013-03-291-2/+32
* knferic2012-11-241-7/+6
* make separate structures for pack and unpackeric2012-11-241-30/+39
* Import asr, an experimental async resolver implementation.eric2012-04-141-0/+450