zig/lib/std/compress
Igor Anić f81b3a2095 fix reading input stream during decompression
By using read instead of readAll decompression reader could get bytes
then available in the stream and then later wrongly failed with end of
stream.
2024-02-14 18:28:20 +01:00
..
deflate add deflate implemented from first principles 2024-02-14 18:28:20 +01:00
flate fix reading input stream during decompression 2024-02-14 18:28:20 +01:00
lzma std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
lzma2 std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
testdata gzip: implement compression 2024-01-29 14:30:23 -08:00
xz std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
zstandard lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
deflate.zig std: update to use @memcpy directly 2023-04-28 13:24:43 -07:00
gzip.zig add deflate implemented from first principles 2024-02-14 18:28:20 +01:00
lzma.zig update codebase to use @memset and @memcpy 2023-04-28 13:24:43 -07:00
lzma2.zig Delete redundant lzma/lzma2 prefix in function/struct names 2023-02-05 06:52:28 -08:00
xz.zig std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
zlib.zig add deflate implemented from first principles 2024-02-14 18:28:20 +01:00
zstandard.zig lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00