ladybird/Userland/Libraries/LibCompress
Nico Weber 72d6a30e08 LibCompress: Remove a few no-op continue statements in Deflate
Alternatively, we could remove the else after the continue, but
all branches here should be equally prominent, so this seems a bit
nicer.

No behavior change.
2023-04-04 19:16:06 +02:00
..
Brotli.cpp AK: Rename Stream::{read,write} to Stream::{read_some,write_some} 2023-03-13 15:16:20 +00:00
Brotli.h AK: Rename Stream::{read,write} to Stream::{read_some,write_some} 2023-03-13 15:16:20 +00:00
BrotliDictionary.cpp
BrotliDictionary.h
BrotliDictionaryData.bin
CMakeLists.txt LibCompress: Add support for XZ 2023-03-21 10:25:13 +01:00
Deflate.cpp LibCompress: Remove a few no-op continue statements in Deflate 2023-04-04 19:16:06 +02:00
Deflate.h LibCompress: Make CanonicalCode::from_bytes() return ErrorOr<> 2023-04-02 06:19:46 +02:00
DeflateTables.h
Gzip.cpp LibCompress: Add a utility to GZIP compress an entire file 2023-04-01 08:15:49 +02:00
Gzip.h LibCompress: Add a utility to GZIP compress an entire file 2023-04-01 08:15:49 +02:00
Lzma.cpp LibCompress: Use LZMA context from preexisting dictionary 2023-03-30 14:39:31 +02:00
Lzma.h LibCompress: Use the correct LZMA repetition offset in all cases 2023-03-30 14:39:31 +02:00
Lzma2.cpp LibCompress: Avoid overflowing the size of uncompressed LZMA2 chunks 2023-03-30 14:39:31 +02:00
Lzma2.h LibCompress: Add support for LZMA2 2023-03-21 10:25:13 +01:00
Xz.cpp LibCompress: Implement block size validation for XZ streams 2023-04-01 13:57:54 +02:00
Xz.h LibCompress: Implement block size validation for XZ streams 2023-04-01 13:57:54 +02:00
Zlib.cpp Everywhere: Remove unintentional partial stream reads and writes 2023-03-13 15:16:20 +00:00
Zlib.h AK: Rename Stream::{read,write} to Stream::{read_some,write_some} 2023-03-13 15:16:20 +00:00