summaryrefslogtreecommitdiff
path: root/lib/libc/asr/getnameinfo.c
AgeCommit message (Expand)Author
2015-10-02make a && && & block more readable. no binary change.Theo de Raadt
2015-09-14Finish wrapping <netdb.h> so that calls go direct and the symbols are all weakPhilip Guenther
2015-05-25getnameinfo(3) doesn't need to initialize the resolver when it's only usedEric Faurot
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-05-27Add minimal support for _res setup and update.Eric Faurot
2012-09-08split asr_resolver.c into different files to overlay the libc/netEric Faurot