Logo
Explore Help
Sign In
mirror/zig
1
0
Fork 0
You've already forked zig
mirror of https://github.com/ziglang/zig.git synced 2025-12-06 22:33:08 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/lib/std/compress
History
dweiller d034f2a87b std.compress.zstd: ensure window size fits into usize
2025-03-31 17:22:44 +11:00
..
flate
std.compress.flate.Lookup: Replace invisible doc comments with top-level doc comments
2025-01-22 23:34:57 +09:00
lzma
std: remove dependencies on legacy coercion
2025-02-26 00:17:09 +00:00
lzma2
std.builtin.Endian: make the tags lower case
2023-10-31 21:37:35 -04:00
testdata
remove v1 deflate implementation
2024-02-14 22:34:13 +01:00
xz
Rename *[UI]LEB128 functions to *[UI]leb128
2024-06-23 04:30:12 +01:00
zstandard
std.compress.zstd: ensure window size fits into usize
2025-03-31 17:22:44 +11:00
flate.zig
std: fix typos (#20560)
2024-07-09 14:25:42 -07:00
gzip.zig
flate: use 4 bytes lookahead for zlib
2024-03-04 09:53:01 +01:00
lzma2.zig
Delete redundant lzma/lzma2 prefix in function/struct names
2023-02-05 06:52:28 -08:00
lzma.zig
Fix memcpy alias bug in std.compress.lzma
2025-01-20 21:41:12 -08:00
xz.zig
Rename *[UI]LEB128 functions to *[UI]leb128
2024-06-23 04:30:12 +01:00
zlib.zig
compress.zlib: add overshoot test cast
2024-03-04 09:53:01 +01:00
zstandard.zig
std.compress.zstd: fix OOB access in literal decode
2025-03-31 17:22:44 +11:00