summaryrefslogtreecommitdiff
path: root/lib/libc/asr/getaddrinfo_async.c
AgeCommit message (Expand)Author
2013-07-12Make some symbols static and prefix all visible symbols with asr_Eric Faurot
2013-06-01Make hostaliases work for gethostbyname() and getaddrinfo() whenEric Faurot
2013-04-30Do not take external buffers for storing DNS responses in the internalEric Faurot
2013-04-30copy input flags in result addrinfo structures.Eric Faurot
2013-04-08Comply with rfc2553. lib/libc/net/getaddrinfo.c already has this right.Christopher Zimmermann
2013-04-01space cleanup; ok ericTheo de Raadt
2013-03-30allow "0" as service name for raw sockets.Eric Faurot
2013-03-28accept and use any protocol specified by the caller.Eric 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-06include yp headers if necessary.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-18Improve error reporting in getnameinfo_async() and getaddrinfo_async().Eric Faurot
2012-07-13properly report EAI_SERVICE when the given servname is not defined forEric Faurot
2012-07-10Better handling of servname in getaddrinfo_async. Do not necessarilyEric Faurot
2012-04-25fix a few warningsEric Faurot
2012-04-14Import asr, an experimental async resolver implementation.Eric Faurot