index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
compress.zig
Age
Commit message (
Expand
)
Author
2024-02-14
reorganize compress package root folder
Igor Anić
2024-02-14
remove v1 deflate implementation
Igor Anić
2024-02-14
add deflate implemented from first principles
Igor Anić
2024-01-29
gzip: implement compression
Jacob Young
2023-02-22
std.compress.zstd: renamed from std.compress.zstandard
dweiller
2023-02-20
std.compress: add zstandard decompressor
dweiller
2023-02-05
Delete redundant `lzma`/`lzma2` prefix in function/struct names
fn ⌃ ⌥
2023-02-02
Add LZMA decoder
fn ⌃ ⌥
2023-01-24
std.compress.xz public API cleanup
Andrew Kelley
2023-01-22
Implement gzip header CRC check.
fn ⌃ ⌥
2022-06-11
stage2: small fixes + adjustments to std tests
Veikka Tuominen
2022-06-03
std: disable tests that crash stage2
Veikka Tuominen
2022-01-23
compress: add a deflate compressor
Hadrien Dorio
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-01-22
std: Update `test ""` to `test` where it makes sense
LemonBoy
2020-12-31
Year++
Frank Denis
2020-09-11
std: Add a gzip decoder
LemonBoy
2020-09-07
std: Add DEFLATE and zlib decompressors
LemonBoy