Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-04 | Update inet_aton() to support an undocumented feature of inet_aton, | Eric Andersen | |
per UNIX Network Programming, Volume 1, second edition: An undocumented feature of inet_aton is that if addrptr is a null pointer, the function still performs it validation of the input string, but does not store the result. | |||
2002-09-17 | Fix a memory corruption bug. | David McCullough | |
With gcc, sizeof on a sized array argument to a function returns 4, not 16 as was expected in this code. This caused inet_ntoa to overwrite whatever came before the buffer in the BSS by up to 12 bytes. | |||
2002-07-07 | Cleanup namespace leaks by prepending __ to global stuff to | Eric Andersen | |
indicate it is (alledgedly) private. -Erik | |||
2002-06-17 | Make things more re-entrany, kill some cruft. | Eric Andersen | |
-Erik | |||
2002-03-12 | Swap in the new stdio code. | Manuel Novoa III | |
2002-01-17 | Add in support for inet_netof, inet_lnaof, inet_makeaddr and hstrerror. | David McCullough | |
2001-12-20 | Steven Carr noticed that uClibc's inet_aton() is stricter then in | Eric Andersen | |
glibc, since no trailing blanks was permitted, such that inet_aton("192.168.1.1 ",&value); would work with glibc, and fail with uClibc. This brings uClibc's inet_aton() behavior into sync with glibc's behavior. -Erik | |||
2001-11-21 | Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and add | Eric Andersen | |
support for __FORCE_NOGLIBC per Brian Stafford <brian.stafford@office-logic.com> | |||
2001-02-05 | Update networking includes. | Eric Andersen | |
2000-12-20 | A number of updates from Manuel Novoa III. Things look good... | Eric Andersen | |
2000-10-09 | Bug ugly formatting update | Eric Andersen | |
2000-07-06 | Lots and lots of cleanups. | Eric Andersen | |
-Erik | |||
2000-05-14 | Initial revision | Erik Andersen | |