summaryrefslogtreecommitdiff
path: root/lib/libc/asr/res_send.c
AgeCommit message (Expand)Author
2014-03-26Make the asr API public. Install asr.h to /usr/include.h and manpages.Eric Faurot
2014-03-25Cleanup and simplify the API to be exposed. Use better names forEric Faurot
2013-11-12pull in missing includes (math.h, unistd.h, stdlib.h) needed forTheo de Raadt
2013-07-12Make some symbols static and prefix all visible symbols with asr_Eric Faurot
2013-05-27Add minimal support for _res setup and update.Eric Faurot
2013-04-30Do not take external buffers for storing DNS responses in the internalEric Faurot
2013-04-08Do not fail if the user buffer is too short to hold the packet: fill it upEric Faurot
2012-09-08split asr_resolver.c into different files to overlay the libc/netEric Faurot