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-07-09
std: fix typos (#20560)
Jora Troosh
2024-06-23
Rename *[UI]LEB128 functions to *[UI]leb128
Michael Bradshaw
2024-05-09
std.compress.flate: fix panic when reading into empty buffer
Pavel Verigo
2024-03-13
compress.xz: remove unnecessary variable
Igor Anić
2024-03-13
compress.xz: make reader loop little more readable
Igor Anić
2024-03-13
compress.xz: remove copyForwards from tight loop
Igor Anić
2024-03-04
zlib: fix missing comptime attribute
Igor Anić
2024-03-04
compress.zlib: add overshoot test cast
Igor Anić
2024-03-04
flate: use 4 bytes lookahead for zlib
Igor Anić
2024-03-04
flate: option to fill BitReader
Igor Anić
2024-03-04
flate: 32 bit BitReader
Igor Anić
2024-02-27
Expand the memcpy fast path in flate.CircularBuffer.writeMatch to allow for o...
IntegratedQuantum
2024-02-27
compress: activate tests in wasm32
Igor Anić
2024-02-27
std.compress.zstd: enable tests for wasm32
dweiller
2024-02-26
Change many test blocks to doctests/decltests
Ryan Liptak
2024-02-26
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak
2024-02-26
change default WASI stack size
Andrew Kelley
2024-02-24
std.compress.flate: fix typo in function name (#19002)
Robinson Collado
2024-02-23
fix zstd compilation errors from previous commit
Andrew Kelley
2024-02-23
std.compress.zstd: make DecompressStream options runtime
dweiller
2024-02-23
std.compress.zstd: disable failing wasm32 tests
dweiller
2024-02-23
std.compress.zstd: remove allocation from DecompressStream
dweiller
2024-02-23
std.compress.zstd: fix decompressStreamOptions
dweiller
2024-02-23
std.compress.zstandard: fix buffer sizes
dweiller
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
[next]