aboutsummaryrefslogtreecommitdiff
path: root/lib/std/compress/zlib.zig
AgeCommit message (Expand)Author
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-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-05-08std: update usage of std.testingVeikka Tuominen
2020-12-31Year++Frank Denis
2020-10-29std/deflate: Avoid reading past end of streamLemonBoy
2020-09-08Zlib: Make deinit function publicTimon Kruiper
2020-09-07std: Add DEFLATE and zlib decompressorsLemonBoy