about summary refs log tree commit diff
path: root/src/network/gethostbyaddr.c
Commit message (Collapse)AuthorAgeFilesLines
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-2/+0
|
* dynamically allocate storage for gethostby* buffersRich Felker2013-02-021-5/+16
| | | | | | | | | | this change shaves ~1k off libc.so bss size, and also avoids hard errors in the case where the static buffer was not large enough to hold the result. this whole framework is really ugly and might should be replaced or at least heavily overhauled when some changes/factorizations are made to getaddrinfo internals in the future.
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+15