aboutsummaryrefslogtreecommitdiff
path: root/lib/std/compress/gzip.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-09-11std: Add a gzip decoderLemonBoy