summaryrefslogtreecommitdiff
path: root/Tests/LibCompress/TestBrotli.cpp
AgeCommit message (Expand)Author
2023-03-13AK: Rename Stream::{read,write} to Stream::{read_some,write_some}Tim Schumacher
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2022-12-12LibCore: Rename `Stream::read_all` to `read_until_eof`Tim Schumacher
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-11LibCompress: Brotli support metadata of skip_length=0Tommy Murphy
2022-10-10Everywhere: Replace uses of __serenity__ with AK_OS_SERENITYAndrew Kaster
2022-09-17LibCompress+Tests: Demonstrate and fix faulty metadata lengthBen Wiederhake
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-05-21LibCompress: Implement Brotli decompressorMichiel Visser