summaryrefslogtreecommitdiffstats
path: root/lib/libc/asr/getaddrinfo_async.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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