ladybird/Libraries/LibCompress
Timothy Flynn 355ce72c06 LibCompress: Allow using GzipCompressor in a streaming fashion
GzipCompressor is currently written assuming that it's write_some method
is only called once. When we use this class for LibWeb, we may very well
receive data to compress in small chunks. So this patch makes us write
the gzip header and footer only once, which now resembles the zlib and
deflate compressors.
2024-11-17 22:37:45 +01:00
..
Brotli.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Brotli.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
BrotliDictionary.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
BrotliDictionary.cpp.dict.bin Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
BrotliDictionary.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
CMakeLists.txt Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Deflate.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Deflate.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
DeflateTables.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Forward.h LibCompress: Add a forwarding header 2024-11-17 22:37:45 +01:00
Gzip.cpp LibCompress: Allow using GzipCompressor in a streaming fashion 2024-11-17 22:37:45 +01:00
Gzip.h LibCompress: Allow using GzipCompressor in a streaming fashion 2024-11-17 22:37:45 +01:00
Huffman.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Lzma.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Lzma.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Lzma2.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Lzma2.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Lzw.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
PackBitsDecoder.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
PackBitsDecoder.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Xz.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Xz.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Zlib.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Zlib.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00