ladybird/Libraries/LibCompress
Valtteri Koskivuori 135daeb8bb
Some checks are pending
CI / Lagom (false, FUZZ, ubuntu-24.04, Linux, Clang) (push) Waiting to run
CI / Lagom (false, NO_FUZZ, macos-15, macOS, Clang) (push) Waiting to run
CI / Lagom (false, NO_FUZZ, ubuntu-24.04, Linux, GNU) (push) Waiting to run
CI / Lagom (true, NO_FUZZ, ubuntu-24.04, Linux, Clang) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (macos-14, macOS, macOS-universal2) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (ubuntu-24.04, Linux, Linux-x86_64) (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Push notes / build (push) Waiting to run
LibCompress: Don't assume zlib header is available right away
Instead of checking the header in ZlibDecompressor::create(), we now
check it in read_some() when it is called for the first time. This
resolves a FIXME in the new DecompressionStream implementation.
2024-11-18 19:55:46 -05:00
..
Brotli.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Brotli.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
BrotliDictionary.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
BrotliDictionary.cpp.dict.bin Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
BrotliDictionary.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
CMakeLists.txt Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Deflate.cpp LibCompress: Do not verify that zlib & deflate compressors are finished 2024-11-17 22:37:45 +01:00
Deflate.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
DeflateTables.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Forward.h LibCompress: Add a forwarding header 2024-11-17 22:37:45 +01:00
Gzip.cpp LibCompress: Allow using GzipCompressor in a streaming fashion 2024-11-17 22:37:45 +01:00
Gzip.h LibCompress: Allow using GzipCompressor in a streaming fashion 2024-11-17 22:37:45 +01:00
Huffman.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Lzma.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Lzma.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Lzma2.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Lzma2.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Lzw.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
PackBitsDecoder.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
PackBitsDecoder.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Xz.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Xz.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Zlib.cpp LibCompress: Don't assume zlib header is available right away 2024-11-18 19:55:46 -05:00
Zlib.h LibCompress: Don't assume zlib header is available right away 2024-11-18 19:55:46 -05:00