about summary refs log tree commit diff
path: root/src/network/inet_legacy.c
Commit message (Expand)AuthorAgeFilesLines
* remove cruft from old resolver and numeric ip parsingRich Felker2014-06-021-9/+0
* fix argument types for legacy function inet_makeaddrRich Felker2014-01-061-2/+1
* fix regression in inet_aton due to misinterpretation of __ipparse returnRich Felker2013-11-021-2/+2
* fix inet_aton to accept the generic "numbers-and-dots" IPv4 address formatSzabolcs Nagy2013-10-221-1/+4
* split inet_addr and inet_ntoa back into their own filesRich Felker2013-10-211-16/+0
* implement inet_lnaof, inet_netof, and inet_makeaddrRich Felker2013-06-251-0/+55