summaryrefslogtreecommitdiff
path: root/lib/libc/asr
AgeCommit message (Expand)Author
2012-08-18Simplify error reporting in hostaddr_async(). Only use EAI_* error codes.Eric Faurot
2012-08-18Improve error reporting in getnameinfo_async() and getaddrinfo_async().Eric Faurot
2012-07-29must be zero'd (found by regress)Eric Faurot
2012-07-13properly report EAI_SERVICE when the given servname is not defined forEric Faurot
2012-07-12unused variablesEric Faurot
2012-07-11implement res_mkqueryEric Faurot
2012-07-10same code update and fix as for gethostnamadr_asyncEric Faurot
2012-07-10simplify the code, improve error handling and plug a potential fd leak on errorEric Faurot
2012-07-10use the value actually passed to the functionEric Faurot
2012-07-10Better handling of servname in getaddrinfo_async. Do not necessarilyEric Faurot
2012-07-08implement res_querydomain() required by sendmailEric Faurot
2012-07-08add stub function for gethostent(), and move things around a bit while here.Eric Faurot
2012-07-07rename function to avoid symbol clashEric Faurot
2012-07-07remove bogus include of bsd.lib.mkEric Faurot
2012-04-25fix a few warningsEric Faurot
2012-04-15Create a new resolver for each thread. It will be done differentlyEric Faurot
2012-04-15calling getnameinfo here is a bad idea. use inet_ntop.Eric Faurot
2012-04-15tweak previous;Jason McIntyre
2012-04-14only define DEBUG internallyEric Faurot
2012-04-14Import asr, an experimental async resolver implementation.Eric Faurot