ladybird/Tests/LibCompress
Tim Schumacher 23a9d62f39 LibCompress: Rename Compress::Zlib to Compress::ZlibDecompressor
Because that's what it is, even if it mainly relies on
`DeflateDecompressor` to do the heavy lifting.
2023-01-03 10:01:09 +00:00
..
brotli-test-files LibCompress: Brotli support metadata of skip_length=0 2022-10-11 22:49:33 -06:00
CMakeLists.txt LibCompress: Implement Brotli decompressor 2022-05-21 22:41:40 +02:00
TestBrotli.cpp LibCore: Rename Stream::read_all to read_until_eof 2022-12-12 14:16:42 +01:00
TestDeflate.cpp LibCore: Rename MemoryStream to FixedMemoryStream 2022-12-15 13:28:29 +00:00
TestGzip.cpp LibCompress: Port GzipDecompressor to Core::Stream 2022-12-10 12:05:55 +00:00
TestZlib.cpp LibCompress: Rename Compress::Zlib to Compress::ZlibDecompressor 2023-01-03 10:01:09 +00:00