Age | Commit message (Expand) | Author |
---|---|---|
2022-07-12 | Tests: Convert TestBase64 decode test to use StringViews directly | sin-ack |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-02-25 | AK: Ignore whitespace while decoding base64 | Andreas Kling |
2022-01-24 | AK+Userland: Make AK::decode_base64 return ErrorOr | Sam Atkins |
2021-12-08 | AK+Tests: Avoid implicitly copying ByteBuffer | Ben Wiederhake |
2021-10-23 | AK+Everywhere: Make Base64 decoding fallible | Ben Wiederhake |
2021-10-23 | AK: Don't crash on invalid Base64 input | Ben Wiederhake |
2021-08-01 | Tests: Remove unused header includes | Brian Gianforcaro |
2021-05-06 | Tests: Move AK tests to Tests/AK | Brian Gianforcaro |