Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2014-06-02 | remove cruft from old resolver and numeric ip parsing | Rich Felker | -9/+0 |
2014-01-06 | fix argument types for legacy function inet_makeaddr | Rich Felker | -2/+1 |
2013-11-02 | fix regression in inet_aton due to misinterpretation of __ipparse return | Rich Felker | -2/+2 |
2013-10-22 | fix inet_aton to accept the generic "numbers-and-dots" IPv4 address format | Szabolcs Nagy | -1/+4 |
2013-10-21 | split inet_addr and inet_ntoa back into their own files | Rich Felker | -16/+0 |
2013-06-25 | implement inet_lnaof, inet_netof, and inet_makeaddr | Rich Felker | -0/+55 |