zig/lib/std/compress
Andrew Kelley d87eb7d4e4 std.compress.xz: skeleton in place
missing these things:
- implementation of finish()
- detect packed bytes read for check and block padding
- implementation of discard()
- implementation of block stream checksum
2025-08-26 21:00:58 -07:00
..
flate std.compress.zstd.Decompress fixes 2025-08-15 10:44:35 -07:00
lzma std.compress.lzma: tests passing 2025-08-26 21:00:58 -07:00
testdata remove v1 deflate implementation 2024-02-14 22:34:13 +01:00
xz std.compress.xz: skeleton in place 2025-08-26 21:00:58 -07:00
zstd zstd: Protect against index out-of-bounds when decoding sequences 2025-08-15 22:11:51 -07:00
flate.zig std.compress.flate.Decompress: don't compute checksums 2025-07-31 22:10:11 -07:00
lzma.zig std.compress.lzma2: tests passing 2025-08-26 21:00:58 -07:00
lzma2.zig std.compress.lzma2: tests passing 2025-08-26 21:00:58 -07:00
xz.zig std.compress.lzma: update for new I/O API 2025-08-26 21:00:58 -07:00
zstd.zig std.compress.zstd.Decompress fixes 2025-08-15 10:44:35 -07:00