ladybird/Userland/Libraries/LibCompress
Idan Horowitz 1d8ab74cbf LibCompress: Allow partial header reads in GzipDecompressor
We now read the header into a temporary header byte array that is used
as the header once its filled up by the input stream, instead of just
ending the stream if we are out of bytes mid header.
2021-03-16 21:53:34 +01:00
..
CMakeLists.txt LibCompress: Rename libcompression.so to libcompress.so 2021-03-07 18:14:54 +01:00
Deflate.cpp LibCompress+AK: Dont short-circuit error handling propagation 2021-03-16 14:56:50 +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: Allow partial header reads in GzipDecompressor 2021-03-16 21:53:34 +01:00
Gzip.h LibCompress: Allow partial header reads in GzipDecompressor 2021-03-16 21:53:34 +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