ladybird/Userland/Libraries/LibCompress
Idan Horowitz a955fd4156 LibCompress+AK: Propagate error handling to wrapped streams
This ensures that when a DeflateCompressor stream is cleared of any
errors its underlying wrapped streams (InputBitStream/InputMemoryStream)
will be cleared as well and wont fail a VERIFY on destruction.
2021-03-15 21:35:48 +01:00
..
CMakeLists.txt LibCompress: Rename libcompression.so to libcompress.so 2021-03-07 18:14:54 +01:00
Deflate.cpp LibCompress+AK: Propagate error handling to wrapped streams 2021-03-15 21:35:48 +01:00
Deflate.h LibCompress+AK: Propagate error handling to wrapped streams 2021-03-15 21:35:48 +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 LibCompress: Make the Zlib decompressor fail gracefuly 2021-03-15 21:35:48 +01:00
Zlib.h LibCompress: Make the Zlib decompressor fail gracefuly 2021-03-15 21:35:48 +01:00