1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:18:12 +00:00
serenity/Userland/Libraries/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.cpp LibCore: Use the new Handle type for the BitStream types 2022-12-12 16:21:39 +00:00
Brotli.h LibCore: Remove Stream::is_{readable,writable} 2022-12-12 14:16:42 +01:00
BrotliDictionary.cpp Everywhere: Add support for compilation under emscripten 2022-11-26 02:23:15 +03:30
BrotliDictionary.h LibCompress: Implement Brotli decompressor 2022-05-21 22:41:40 +02:00
BrotliDictionaryData.bin LibCompress: Implement Brotli decompressor 2022-05-21 22:41:40 +02:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Deflate.cpp LibCompress: Add two missing return statements 2022-12-26 13:56:13 -05:00
Deflate.h LibCompress: Port DeflateDecompressor to Core::Stream 2022-12-12 16:21:39 +00:00
DeflateTables.h LibCompress: Add missing header to DeflateTables.h 2021-10-06 23:52:40 +01:00
Gzip.cpp LibCore: Rename MemoryStream to FixedMemoryStream 2022-12-15 13:28:29 +00:00
Gzip.h LibCompress: Port DeflateDecompressor to Core::Stream 2022-12-12 16:21:39 +00:00
Zlib.cpp LibCompress: Rename Compress::Zlib to Compress::ZlibDecompressor 2023-01-03 10:01:09 +00:00
Zlib.h LibCompress: Rename Compress::Zlib to Compress::ZlibDecompressor 2023-01-03 10:01:09 +00:00