summaryrefslogtreecommitdiffstats
path: root/lib/libc/asr/getaddrinfo_async.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make hostaliases work for gethostbyname() and getaddrinfo() wheneric2013-06-011-5/+15
* Do not take external buffers for storing DNS responses in the internaleric2013-04-301-3/+3
* copy input flags in result addrinfo structures.eric2013-04-301-1/+2
* Comply with rfc2553. lib/libc/net/getaddrinfo.c already has this right.chrisz2013-04-081-2/+2
* space cleanup; ok ericderaadt2013-04-011-3/+3
* allow "0" as service name for raw sockets.eric2013-03-301-2/+2
* accept and use any protocol specified by the caller.eric2013-03-281-14/+10
* Only use the search domains for DNS lookups, as the current resolver does.eric2013-03-271-38/+27
* knferic2012-11-241-23/+22
* make separate structures for pack and unpackeric2012-11-241-3/+3
* include yp headers if necessary.eric2012-09-061-2/+8
* Get rid of the hostaddr_async subquery and merge its behavioureric2012-09-051-64/+290
* Make hostaddr_async() return a linked list of struct addrinfo. Firsteric2012-09-051-23/+20
* Improve error reporting in getnameinfo_async() and getaddrinfo_async().eric2012-08-181-37/+16
* properly report EAI_SERVICE when the given servname is not defined foreric2012-07-131-2/+4
* Better handling of servname in getaddrinfo_async. Do not necessarilyeric2012-07-101-11/+16
* fix a few warningseric2012-04-251-2/+2
* Import asr, an experimental async resolver implementation.eric2012-04-141-0/+500