Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2016-03-24 | fix gethostbyaddr_r to fill struct hostent.h_length as appropriate | Timo Teräs | -0/+1 | |
2014-06-20 | fix gethostby*_r result pointer value on error | Timo Teräs | -0/+2 | |
according to the documentation in the man pages, the GNU extension functions gethostbyaddr_r, gethostbyname_r and gethostbyname2_r are guaranteed to set the result pointer to NULL in case of error or no result. | ||||
2013-02-02 | fix error returns in gethostby*_r functions | Rich Felker | -8/+5 | |
they're supposed to return an error code rather than using errno. | ||||
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+71 | |