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
Age
Commit message (
Expand
)
Author
2022-10-18
all: rename `@maximum` to `@max` and `@minimum` to `@min`
Ali Chraghi
2022-10-12
Make CompressorOptions public
Gaƫtan
2022-09-29
std: Replace use of stage1 function pointers
ominitay
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-06-11
stage2: make `error{}` the same size as `anyerror`
Veikka Tuominen
2022-06-11
stage2: small fixes + adjustments to std tests
Veikka Tuominen
2022-04-05
zig fmt: remove trailing whitespace on doc comments
Damien Firmenich
2022-01-29
std: remove superfluous `.read = true` from deflate tests
Veikka Tuominen
2022-01-23
compress: add a deflate compressor
Hadrien Dorio
2022-01-23
compress: remove sha256 checks from tests
Hadrien Dorio
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-10-04
Merge pull request #9880 from squeek502/deflate-construct-errors
Andrew Kelley
2021-10-04
deflate.zig: check for distances past beginning of output stream
Matthew Borkowski
2021-10-02
deflate: Update fuzzed test cases and add InvalidTree test cases
Ryan Liptak
2021-10-01
deflate: Better Huffman.construct errors and error handling
Ryan Liptak
2021-09-28
deflate.zig: fix bits_left overflow at EndOfStream and @intCast truncation wi...
Matthew Borkowski
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-05-20
Run `zig fmt` on src/ and lib/std/
Isaac Freund
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-05-03
x/os, x/net: re-approach `Address`, rename namespace `TCP -> tcp`
lithdew
2021-04-29
check for overflow when reading code lengths for a block with dynamic Huffman...
Matthew Borkowski
2021-02-10
Convert inline fn to callconv(.Inline) everywhere
Tadeo Kondrak
2020-12-31
Year++
Frank Denis
2020-12-09
small fixes and zig fmt
Vexu
2020-10-29
std/deflate: Avoid reading past end of stream
LemonBoy
2020-09-11
std: Add a gzip decoder
LemonBoy
2020-09-11
Re-enable a compression test
LemonBoy
2020-09-11
std: Make the DEFLATE decompression routine 3x faster
LemonBoy
2020-09-08
Zlib: Make deinit function public
Timon Kruiper
2020-09-07
std: Add DEFLATE and zlib decompressors
LemonBoy