summaryrefslogtreecommitdiff
path: root/lib/libc/asr/res_send_async.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
2014-03-14prefix structure names to avoid ambiguity and possible collisions whenEric Faurot
2013-07-12Make some symbols static and prefix all visible symbols with asr_Eric Faurot
2013-06-01iterating over the ns list only matters for res_send_async.c, so moveEric Faurot
2013-04-30Do not take external buffers for storing DNS responses in the internalEric Faurot
2013-04-14spacingTheo de Raadt
2013-04-05do not fail on EINTREric Faurot
2013-04-03Use MSG_NOSIGNAL when writing DNS queries over TCP sockets to ensureMatthew Dempsky
2013-04-02add comment for how EINPROGRESS is handled there.Eric Faurot
2013-04-02better implementation for tcp_read() that can get the packet length inEric Faurot
2013-04-01space cleanup; ok ericTheo de Raadt
2013-04-01space cleanup; ok ericTheo de Raadt
2013-04-01simpler and saner implementation for tcp_write(). now fully handlesEric Faurot
2013-03-31Principle of least astonishment: implement nameserver retry/backoff asEric Faurot
2013-03-27Only use the search domains for DNS lookups, as the current resolver does.Eric Faurot
2012-11-24knfEric Faurot
2012-11-24make separate structures for pack and unpackEric Faurot
2012-09-09cleanup asr_debug.cEric Faurot
2012-09-09use proper macros for debug traces.Eric Faurot
2012-07-07rename function to avoid symbol clashEric Faurot
2012-04-14Import asr, an experimental async resolver implementation.Eric Faurot