aboutsummaryrefslogtreecommitdiff
path: root/win32/inet_pton.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* win32: use inet_pton() from muslRon Yorston2021-09-031-183/+75
| | | | Saves 88 bytes.
* win32: tailor inet_pton.c for use in busybox-w32Ron Yorston2018-02-221-11/+8
|
* win32: import inet_pton.c from ISC BINDRon Yorston2018-02-221-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 IPv6Ron Yorston2015-07-151-0/+255
Import inet_pton from gnulib and enable IPv6 support by default.