summaryrefslogtreecommitdiff
path: root/src/network/inet_pton.c
AgeCommit message (Expand)AuthorLines
2015-03-23fix internal buffer overrun in inet_ptonRich Felker-2/+3
2013-12-12remove an unnecessary check in inet_ptonSzabolcs Nagy-2/+1
2013-10-23fix inet_ptonSzabolcs Nagy-26/+19
2013-10-19fix return value for inet_pton in ipv6 failure casesRich Felker-6/+6
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-1/+1
2011-04-25fix bug in ipv6 parsing that prevented parsing a lone "::"Rich Felker-4/+1
2011-04-25ipv6 parsing code (formerly dummied-out)Rich Felker-6/+56
2011-04-21fix bogus return values for inet_ptonRich Felker-2/+2
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+31