aboutsummaryrefslogtreecommitdiff
path: root/lib/std/compress
AgeCommit message (Expand)Author
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