Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | win32: use inet_pton() from musl | Ron Yorston | 2021-09-03 | 1 | -183/+75 |
| | | | | Saves 88 bytes. | ||||
* | win32: tailor inet_pton.c for use in busybox-w32 | Ron Yorston | 2018-02-22 | 1 | -11/+8 |
| | |||||
* | win32: import inet_pton.c from ISC BIND | Ron Yorston | 2018-02-22 | 1 | -231/+182 |
| | | | | | | | | The copy of inet_pton.c imported from gnulib was licensed under GPL3 which is incompatible with the GPL2-only licence of BusyBox. Import an MPL2-licensed version of this file from ISC BIND git master as of this date. | ||||
* | mingw: enable support for IPv6 | Ron Yorston | 2015-07-15 | 1 | -0/+255 |
Import inet_pton from gnulib and enable IPv6 support by default. |