Age | Commit message (Expand) | Author |
---|---|---|
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 |