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
2024-02-19
Package.Fetch: fix Git package fetching
Ian Johnson
2024-02-17
fix flate regression
Igor Anić
2024-02-15
skip failing wasm tests
Igor Anić
2024-02-14
reorganize compress package root folder
Igor Anić
2024-02-14
remove v1 deflate implementation
Igor Anić
2024-02-14
preserve valuable tests from v1 implementation
Igor Anić
2024-02-14
remove testing struct sizes
Igor Anić
2024-02-14
skip calculating struct sizes on 32 bit platforms
Igor Anić
2024-02-14
fix top level docs comments
Igor Anić
2024-02-14
fix wording in comment
Igor Anić
2024-02-14
fix reading input stream during decompression
Igor Anić
2024-02-14
add deflate implemented from first principles
Igor Anić
2024-02-11
some API work on std.c, std.os, std.os.wasi
Andrew Kelley
2024-01-29
gzip: implement compression
Jacob Young
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-11-10
zstandard: fix division by zero when using RingBuffer
dweiller
2023-11-03
x86_64: fix std test failures
Jacob Young
2023-11-03
zstandard: fix incorrect RLE decompression into ring buffer
dweiller
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-10-27
x86_64: fix `cond_br`
Jacob Young
2023-10-26
x86_64: add missing spills
Jacob Young
2023-10-25
x86_64: pass more tests
Jacob Young
2023-10-23
x86_64: implement 128-bit builtins
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-22
Merge pull request #17400 from joadnacer/ringbuffer-optim
Andrew Kelley
2023-10-21
compress: Improve RingBuffer usage
joadnacer
2023-10-21
x86_64: disable failing tests, enable test-std testing
Jacob Young
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-10-17
Deflate: fix missing value in reset
David
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-17
zlib: naming convention
Xavier Bouchoux
2023-06-17
std: add zlib stream writer
dantecatalfamo
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-05-23
std.sort: add pdqsort and heapsort
Ali Chraghi
2023-05-07
convert s[start..start+len] to s[start..][0..len]
dweiller
2023-04-30
std: fix a bunch of typos
Linus Groh
2023-04-28
std: update to use `@memcpy` directly
Andrew Kelley
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-23
Improvements to docs and text
zooster
2023-02-21
std.compress.zstandard: fix error sets for streaming API
dweiller
2023-02-21
std.compress.zstandard: clean up streaming API
dweiller
2023-02-21
std.RingBuffer: add (non-concurrent) RingBuffer implementation
dweiller
2023-02-21
std.compress.zstandard: rename ZStandardStream -> DecompressStream
dweiller
2023-02-21
std.compress.zstandard: remove use of usingnamespace
dweiller
2023-02-20
std.compress.zstandard: update for multi-for-loop change
dweiller
2023-02-20
std.compress.zstandard: add DictionaryIdFlagUnsupported ZstandardStream.Error
dweiller
2023-02-20
std.compress.zstandard: fix zstandardStream content size validation
dweiller
[next]