summaryrefslogtreecommitdiff
path: root/lib/libc/asr/getnetnamadr_async.c
AgeCommit message (Expand)Author
2014-05-13skip incomplete entries in /etc/hosts and /etc/networksEric Faurot
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
2014-03-14prefix structure names to avoid ambiguity and possible collisions whenEric Faurot
2014-02-26Do not restrict chars in dname during label expansion, but validate resultingEric Faurot
2013-07-12Make some symbols static and prefix all visible symbols with asr_Eric Faurot
2013-04-30Do not take external buffers for storing DNS responses in the internalEric Faurot
2013-04-01space cleanup; ok ericTheo de Raadt
2012-11-24Saner implementation for self-contained hostent and netent, and alsoEric Faurot
2012-11-24knfEric Faurot
2012-11-24make separate structures for pack and unpackEric Faurot
2012-09-07unused variablesEric Faurot
2012-08-19When building dynamic hostent and netent, allocate a single linear buffer toEric Faurot
2012-07-10same code update and fix as for gethostnamadr_asyncEric Faurot
2012-04-14Import asr, an experimental async resolver implementation.Eric Faurot