Age | Commit message (Expand) | Author |
---|---|---|
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-10-11 | LibCompress: Brotli support metadata of skip_length=0 | Tommy Murphy |
2022-10-10 | Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY | Andrew Kaster |
2022-09-17 | LibCompress+Tests: Demonstrate and fix faulty metadata length | Ben Wiederhake |
2022-07-12 | Everywhere: Add sv suffix to strings relying on StringView(char const*) | sin-ack |
2022-05-21 | LibCompress: Implement Brotli decompressor | Michiel Visser |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2021-09-06 | Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe | Ali Mohammad Pur |
2021-09-02 | Tests: Remove all file(GLOB) from CMakeLists in Tests | Andrew Kaster |
2021-05-27 | Tests: Use ByteBuffer::create_zeroed in TestDeflate instead of memset | Andrew Kaster |
2021-05-06 | Tests: Move LibCompress tests to Tests/LibCompress | Brian Gianforcaro |