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