summaryrefslogtreecommitdiffstats
path: root/lib/libc/asr/getnetnamadr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move to the <limits.h> universe.deraadt2015-01-161-1/+2
| | | | review by millert, binary checking process with doug, concept with guenther
* Make the asr API public. Install asr.h to /usr/include.h and manpages.eric2014-03-261-3/+4
| | | | | | Include tweaks suggested by mpi@ ok deraadt@
* Cleanup and simplify the API to be exposed. Use better names foreric2014-03-251-7/+7
| | | | | | structures, functions and defines. discussed with and ok deraadt@ guenther@
* Make some symbols static and prefix all visible symbols with asr_eric2013-07-121-3/+3
| | | | | | to prevent collisions with third-party programs. suggested by sthen@, ok theo@
* Add minimal support for _res setup and update.eric2013-05-271-1/+5
| | | | | | | | Change res_init() to initialize the _res structure on first call, and udpate the global async context if changes were made by the user. All resolver functions now call res_init() internally. fixes issue spotted by otto@
* fix alignment issue in getnetby{addr,name}() too.eric2013-04-041-6/+10
|
* space cleanup; ok ericderaadt2013-04-011-2/+2
|
* knferic2012-11-241-2/+2
|
* split asr_resolver.c into different files to overlay the libc/neteric2012-09-081-0/+124
resolver implementation.