1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:18:11 +00:00
serenity/Userland/Libraries/LibCompress
Idan Horowitz 7e587a615e LibCompress: Handle literal only lz77 streams in DeflateCompressor
Very incompressible data could sometimes produce no backreferences
which would result in no distance huffman code being created (as it
was not needed), so VERIFY the code exists only if it is actually
needed for writing the stream.
2021-03-14 11:05:35 +01:00
..
CMakeLists.txt LibCompress: Rename libcompression.so to libcompress.so 2021-03-07 18:14:54 +01:00
Deflate.cpp LibCompress: Handle literal only lz77 streams in DeflateCompressor 2021-03-14 11:05:35 +01:00
Deflate.h LibCompress: Handle literal only lz77 streams in DeflateCompressor 2021-03-14 11:05:35 +01:00
DeflateTables.h LibCompress: Implement DEFLATE compression 2021-03-13 20:07:25 +01:00
Gzip.cpp LibCompress: Implement GZip compression 2021-03-13 20:07:25 +01:00
Gzip.h LibCompress: Implement GZip compression 2021-03-13 20:07:25 +01:00
Zlib.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Zlib.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00