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
2023-02-20
std.compress.zstandard: validate fse table value count
dweiller
2023-02-20
std.compress.zstandard: fix dictionary field size
dweiller
2023-02-20
std.compress.zstandard: validate sequence lengths
dweiller
2023-02-20
std.compress.zstandard: clean up integer casts
dweiller
2023-02-20
std.compress.zstandard: clean up api
dweiller
2023-02-20
std.compress.zstandard: cleanup ReverseBitReader
dweiller
2023-02-20
std.compress.zstandard: add decodeZStandardFrameAlloc
dweiller
2023-02-20
std.compress.zstandard: add functions decoding into ring buffer
dweiller
2023-02-20
std.compress.zstandard: cleanup decodeBlock
dweiller
2023-02-20
std.compress: add zstandard decompressor
dweiller
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-05
Update block.zig
fn ⌃ ⌥
2023-02-05
Implement std.io.Reader for LZMA1
fn ⌃ ⌥
2023-02-05
Delete redundant `lzma`/`lzma2` prefix in function/struct names
fn ⌃ ⌥
2023-02-05
std.compress.xz: Avoid possible integer overflow in a few places
Ryan Liptak
2023-02-02
Add LZMA decoder
fn ⌃ ⌥
2023-01-25
std.compress.xz: fix for big-endian targets
fn ⌃ ⌥
2023-01-24
std.compress.xz: fix compile error on 32-bit systems
Andrew Kelley
2023-01-24
support xz compressed tarballs in the package manager
Andrew Kelley
2023-01-24
std.compress.xz public API cleanup
Andrew Kelley
2023-01-24
Add an xz decoder to the standard library
fn ⌃ ⌥
2023-01-22
Implement gzip header CRC check.
fn ⌃ ⌥
2023-01-11
water cooler complaint about gzip stream namespace
Andrew Kelley
2022-12-27
update uses of overflow arithmetic builtins
Veikka Tuominen
2022-12-18
std.compress.deflate: re-enable test on windows
Andrew Kelley
2022-12-18
update gitattributes and move test data into subdir
Andrew Kelley
2022-12-15
std.compress: Improve tests, remove reliance on openDirAbsolute
Ryan Liptak
2022-12-11
disable failing windows std lib tests
Andrew Kelley
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-11-18
gzip: add missing fields to header parsing
mllken
2022-11-18
gzip: add bounds for safer header parsing
mllken
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
[prev]
[next]