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 |
2022-01-24 | Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr | Sam Atkins |
2021-11-11 | Everywhere: Pass AK::StringView by value | Andreas Kling |
2021-09-06 | Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe | Ali Mohammad Pur |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-18 | AK/Hex: Cleanup implementation | Lenny Maiorani |
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-09 | AK: Use StringBuilder::appendff() instead of appendf() | Andreas Kling |
2020-12-13 | AK: Add {encode,decode}_hex similar to {encode,decode}_base64 | Conrad Pankoff |