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