summaryrefslogtreecommitdiffstats
path: root/lib/libc/asr/res_query.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Wrap <resolv.h> so that internal calls go directguenther2015-10-051-1/+2
* Make the asr API public. Install asr.h to /usr/include.h and manpages.eric2014-03-261-3/+4
* Cleanup and simplify the API to be exposed. Use better names foreric2014-03-251-7/+7
* pull in missing includes (math.h, unistd.h, stdlib.h) needed forderaadt2013-11-121-1/+2
* Make some symbols static and prefix all visible symbols with asr_eric2013-07-121-3/+3
* Add minimal support for _res setup and update.eric2013-05-271-1/+5
* Do not take external buffers for storing DNS responses in the internaleric2013-04-301-3/+3
* Do not fail if the user buffer is too short to hold the packet: fill it uperic2013-04-081-3/+17
* split asr_resolver.c into different files to overlay the libc/neteric2012-09-081-0/+91