Age | Commit message (Expand) | Author |
---|---|---|
2022-02-16 | AK: Return KString instead of String from encode_hex in the Kernel | Idan Horowitz |
2022-01-24 | AK+Userland: Make AK::decode_hex() return ErrorOr | Sam Atkins |
2021-11-11 | Everywhere: Pass AK::StringView by value | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-18 | AK/Hex: Decode hex digit in constexpr context | Lenny Maiorani |
2021-04-14 | AK: Expose the decode_hex_digit helper | Idan Horowitz |
2021-02-08 | Everywhere: Remove unnecessary headers 3/4 | Ben Wiederhake |
2020-12-13 | AK: Add {encode,decode}_hex similar to {encode,decode}_base64 | Conrad Pankoff |