Tim Schumacher 4098335600 LibCompress: Error on truncated uncompressed DEFLATE blocks 2 years ago
..
Brotli.cpp d5871f5717 AK: Rename Stream::{read,write} to Stream::{read_some,write_some} 2 years ago
Brotli.h d5871f5717 AK: Rename Stream::{read,write} to Stream::{read_some,write_some} 2 years ago
BrotliDictionary.cpp 2110e7cf85 Everywhere: Add support for compilation under emscripten 2 years ago
BrotliDictionary.h d6a5b11f04 LibCompress: Implement Brotli decompressor 3 years ago
BrotliDictionaryData.bin d6a5b11f04 LibCompress: Implement Brotli decompressor 3 years ago
CMakeLists.txt 9e990f7329 LibCompress: Add support for XZ 2 years ago
Deflate.cpp 4098335600 LibCompress: Error on truncated uncompressed DEFLATE blocks 2 years ago
Deflate.h 6d38824985 LibCompress: Tolerate more than 288 entries in CanonicalCode 2 years ago
DeflateTables.h ce1313fbdc LibCompress: Add missing header to DeflateTables.h 3 years ago
Gzip.cpp e11e7309dd LibCompress: Replace usages of the Endian bytes accessor 2 years ago
Gzip.h 7ec91dfde7 LibCompress: Add a utility to GZIP compress an entire file 2 years ago
Lzma.cpp 7000ccf89f LibCompress: Copy LZMA repetitions from the buffer in sequence 2 years ago
Lzma.h 023c64011c LibCompress: Use the correct LZMA repetition offset in all cases 2 years ago
Lzma2.cpp c020ee8bfa LibCompress: Avoid overflowing the size of uncompressed LZMA2 chunks 2 years ago
Lzma2.h aae1404016 LibCompress: Add support for LZMA2 2 years ago
Xz.cpp 381da77ffb LibCompress: Mark some XZ-related variables and functions as const 2 years ago
Xz.h 381da77ffb LibCompress: Mark some XZ-related variables and functions as const 2 years ago
Zlib.cpp e11e7309dd LibCompress: Replace usages of the Endian bytes accessor 2 years ago
Zlib.h d5871f5717 AK: Rename Stream::{read,write} to Stream::{read_some,write_some} 2 years ago