aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/inet_addr.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-24Fix build on case-sensitive filesystemsJoão Valverde1-1/+1
2021-12-27wsutil/inet_addr: Add a cast to squelch a narrowing warningJoão Valverde1-1/+3
2021-12-27wsutil/inet_addr: Refactor to use C99/POSIX typesJoão Valverde1-52/+36
2021-06-16Replace g_log() calls with ws_log()João Valverde1-3/+5
2021-06-06Replace g_assert() with ws_assert() in placesJoão Valverde1-1/+3
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-1/+1
2021-03-05Replace g_assert(0) with g_assert_not_reached()João Valverde1-1/+1
2018-05-28wsutil: fix compilation on freebsd.Dario Lombardo1-0/+4
2018-05-16Eliminate some unneeded header checks.Guy Harris1-2/+0
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2017-12-10Convert to using use SPDX identifier on wsutil directoryMichael Mann1-13/+1
2017-10-30Avoid asserting with EAFNOSUPPORTJoão Valverde1-9/+34
2017-10-29Do not assert in ws_inet_ntop()João Valverde1-4/+12
2017-10-26Improve our inet_ntop() wrapperJoão Valverde1-5/+17
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2017-10-25Remove replacement inet_pton/inet_ntopJoão Valverde1-3/+20
2016-12-02Make sure config.h is included before inet_addr.h.Guy Harris1-2/+2
2016-02-19Fix implicit conversion from 64 to 32 bitsJoão Valverde1-2/+2
2016-02-19Add inet_pton/inet_ntop interface to libwsutilJoão Valverde1-0/+60