summaryrefslogtreecommitdiff
path: root/lib/libc/asr/asr.c
AgeCommit message (Expand)Author
2012-09-06config parsing is done in one pass now. no need to use callback anymore.Eric Faurot
2012-09-06add a strsplit() helper to factorize code a bit.Eric Faurot
2012-09-05Get rid of the hostaddr_async subquery and merge its behaviourEric Faurot
2012-09-05Make hostaddr_async() return a linked list of struct addrinfo. FirstEric Faurot
2012-08-18ensure that async_run() and async_run_sync() always preserve errno.Eric Faurot
2012-04-15Create a new resolver for each thread. It will be done differentlyEric Faurot
2012-04-14only define DEBUG internallyEric Faurot
2012-04-14Import asr, an experimental async resolver implementation.Eric Faurot