summaryrefslogtreecommitdiff
path: root/lib/libc/asr/getnameinfo_async.c
AgeCommit message (Expand)Author
2020-12-21Always call endservent_r() after getservbyport_r().Eric Faurot
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2017-02-23Put a common subq pointer in the query struct, rather than one in eachEric Faurot
2015-09-20remove bogus includes of err.hEric Faurot
2015-09-14Wrap <asr.h> so internal calls go direct and all the symbols are weakPhilip Guenther
2015-09-09Hide all unnecessary asr / resolver related API with _ prefixes.Theo de Raadt
2014-03-26Make the asr API public. Install asr.h to /usr/include.h and manpages.Eric Faurot
2014-03-25Cleanup and simplify the API to be exposed. Use better names forEric Faurot
2013-07-12Make some symbols static and prefix all visible symbols with asr_Eric Faurot
2013-03-29correctly show the scope for IPv6 addresses in getnameinfo()Eric Faurot
2012-11-24knfEric Faurot
2012-08-19When building dynamic hostent and netent, allocate a single linear buffer toEric Faurot
2012-08-18Improve error reporting in getnameinfo_async() and getaddrinfo_async().Eric Faurot
2012-04-25fix a few warningsEric Faurot
2012-04-14Import asr, an experimental async resolver implementation.Eric Faurot