COMMITS
/ lib/std/compress.zig July 26, 2025
A
std.compress: rework flate to new I/O API
Andrew Kelley committed
July 23, 2025
A
std: rework zstd for new I/O API
Andrew Kelley committed
June 28, 2025
A
std.io: deprecated Reader/Writer; introduce new API
Andrew Kelley committed
February 4, 2025
S
fix typo of anytype to type
Scott Redig committed
March 11, 2024
A
improve documentation in std
Andrew Kelley committed
February 14, 2024
I
reorganize compress package root folder
Igor Anić committed
I
remove v1 deflate implementation
Igor Anić committed
February 13, 2024
I
add deflate implemented from first principles
Igor Anić committed
January 29, 2024
J
gzip: implement compression
Jacob Young committed
February 21, 2023
D
std.compress.zstd: renamed from std.compress.zstandard
dweiller committed
January 21, 2023
D
std.compress: add zstandard decompressor
dweiller committed
F
Implement gzip header CRC check.
fn ⌃ ⌥ committed
February 5, 2023
F
Delete redundant `lzma`/`lzma2` prefix in function/struct names
fn ⌃ ⌥ committed
February 2, 2023
F
Add LZMA decoder
fn ⌃ ⌥ committed
January 24, 2023
A
std.compress.xz public API cleanup
Andrew Kelley committed
June 10, 2022
V
stage2: small fixes + adjustments to std tests
Veikka Tuominen committed
June 3, 2022
V
std: disable tests that crash stage2
Veikka Tuominen committed
January 9, 2022
H
compress: add a deflate compressor
Hadrien Dorio committed
August 24, 2021
A
remove redundant license headers from zig standard library
Andrew Kelley committed
January 22, 2021
L
std: Update `test ""` to `test` where it makes sense
LemonBoy committed
September 11, 2020
L
std: Add a gzip decoder
LemonBoy committed
September 7, 2020
L
std: Add DEFLATE and zlib decompressors
LemonBoy committed