aboutsummaryrefslogtreecommitdiff
path: root/lib/std/compress
AgeCommit message (Expand)Author
2022-10-18all: rename `@maximum` to `@max` and `@minimum` to `@min`Ali Chraghi
2022-10-12Make CompressorOptions publicGaƫtan
2022-09-29std: Replace use of stage1 function pointersominitay
2022-08-22stage2+stage1: remove type parameter from bit builtinsVeikka Tuominen
2022-06-11stage2: make `error{}` the same size as `anyerror`Veikka Tuominen
2022-06-11stage2: small fixes + adjustments to std testsVeikka Tuominen
2022-04-05zig fmt: remove trailing whitespace on doc commentsDamien Firmenich
2022-01-29std: remove superfluous `.read = true` from deflate testsVeikka Tuominen
2022-01-23compress: add a deflate compressorHadrien Dorio
2022-01-23compress: remove sha256 checks from testsHadrien Dorio
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-10-04Merge pull request #9880 from squeek502/deflate-construct-errorsAndrew Kelley
2021-10-04deflate.zig: check for distances past beginning of output streamMatthew Borkowski
2021-10-02deflate: Update fuzzed test cases and add InvalidTree test casesRyan Liptak
2021-10-01deflate: Better Huffman.construct errors and error handlingRyan Liptak
2021-09-28deflate.zig: fix bits_left overflow at EndOfStream and @intCast truncation wi...Matthew Borkowski
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-05-20Run `zig fmt` on src/ and lib/std/Isaac Freund
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-05-03x/os, x/net: re-approach `Address`, rename namespace `TCP -> tcp`lithdew
2021-04-29check for overflow when reading code lengths for a block with dynamic Huffman...Matthew Borkowski
2021-02-10Convert inline fn to callconv(.Inline) everywhereTadeo Kondrak
2020-12-31Year++Frank Denis
2020-12-09small fixes and zig fmtVexu
2020-10-29std/deflate: Avoid reading past end of streamLemonBoy
2020-09-11std: Add a gzip decoderLemonBoy
2020-09-11Re-enable a compression testLemonBoy
2020-09-11std: Make the DEFLATE decompression routine 3x fasterLemonBoy
2020-09-08Zlib: Make deinit function publicTimon Kruiper
2020-09-07std: Add DEFLATE and zlib decompressorsLemonBoy