about summary refs log tree commit diff
path: root/src/network/inet_ntop.c
Commit message (Expand)AuthorAgeFilesLines
* inet_ntop: do not compress single zeros in IPv6Arthur Jones2018-06-261-1/+1
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-2/+0
* fix undefined strcpy call in inet_ntopRich Felker2013-07-251-1/+1
* make inet_ntop format v4-mapped ipv6 addresses properlyRich Felker2013-07-251-8/+14
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* remove some stray trailing space charactersRich Felker2011-09-131-1/+1
* fix ipv6 address printing: 2001 appeared as 201, etc.Rich Felker2011-04-081-3/+5
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+48