summaryrefslogtreecommitdiff
path: root/lib/libc/asr/getaddrinfo.c
AgeCommit message (Expand)Author
2015-10-08fix conditionalsEric Faurot
2015-10-08Handle case where no hint is passed in. Found as a crash of fdm by jturner@Theo de Raadt
2015-10-07getaddrinfo() should not res_init() unconditionally, but allow lowerTheo de Raadt
2015-09-14Finish wrapping <netdb.h> so that calls go direct and the symbols are all weakPhilip Guenther
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