summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/arpa
AgeCommit message (Expand)Author
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-08LibC: Add IPv6 support to inet_ntop and inet_ptonTom
2021-08-22LibC: Make <netinet/in.h> more POSIX compliantPeter Elliott
2021-05-27Userland: Treat inet_pton returning 0 as an errorTim Schumacher
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21LibC: Add a definition for `INET6_ADDRSTRLEN`Brian Gianforcaro
2021-04-12LibC: Validate the len argument for inet_ntop()Gunnar Beutner
2021-04-11LibC: Include additional headers in <arpa/inet.h>Gunnar Beutner
2021-02-18LibC: Use "static inline" for inline functions in arpa/inet.h (#5392)jonno85uk
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling