about summary refs log tree commit diff
path: root/src/network/inet_pton.c
Commit message (Expand)AuthorAgeFilesLines
* fix internal buffer overrun in inet_ptonRich Felker2015-03-231-2/+3
* remove an unnecessary check in inet_ptonSzabolcs Nagy2013-12-121-2/+1
* fix inet_ptonSzabolcs Nagy2013-10-231-26/+19
* fix return value for inet_pton in ipv6 failure casesRich Felker2013-10-191-6/+6
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* fix bug in ipv6 parsing that prevented parsing a lone "::"Rich Felker2011-04-251-4/+1
* ipv6 parsing code (formerly dummied-out)Rich Felker2011-04-251-6/+56
* fix bogus return values for inet_ptonRich Felker2011-04-211-2/+2
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+31