Age | Commit message (Expand) | Author |
---|---|---|
2021-04-25 | AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMake | Andrew Kaster |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-01-12 | LibC+Everywhere: Remove open_with_path_length() in favor of open() | Andreas Kling |
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 tests for Base64 decoder | Tom Lebreux |
2020-06-18 | AK: Add a simple and inefficient Base64 encoder | Tom Lebreux |