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