Age | Commit message (Expand) | Author |
---|---|---|
2022-01-24 | AK+Userland: Make AK::decode_base64 return ErrorOr | Sam Atkins |
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-10-23 | AK+Everywhere: Make Base64 decoding fallible | Ben Wiederhake |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-02-08 | Everywhere: Remove unnecessary headers 3/4 | Ben Wiederhake |
2020-10-13 | Base64: Pre-allocate size of input and output | Lenny Maiorani |
2020-07-27 | AK: Change the signature of AK::encode_base64() to use Span. | asynts |
2020-07-22 | AK: Make encode_base64 take a ByteBuffer and return a String | Nico Weber |
2020-06-18 | AK: Add a simple and inefficient Base64 encoder | Tom Lebreux |
2020-05-29 | Meta: Add a script check the presence of "#pragma once" in header files | Emanuele Torre |
2020-04-26 | AK: Add a simple and inefficient Base64 decoder | Andreas Kling |