aboutsummaryrefslogtreecommitdiff
path: root/lib/std/compress.zig
AgeCommit message (Expand)Author
2023-02-05Delete redundant `lzma`/`lzma2` prefix in function/struct namesfn ⌃ ⌥
2023-02-02Add LZMA decoderfn ⌃ ⌥
2023-01-24std.compress.xz public API cleanupAndrew Kelley
2023-01-22Implement gzip header CRC check.fn ⌃ ⌥
2022-06-11stage2: small fixes + adjustments to std testsVeikka Tuominen
2022-06-03std: disable tests that crash stage2Veikka Tuominen
2022-01-23compress: add a deflate compressorHadrien Dorio
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-01-22std: Update `test ""` to `test` where it makes senseLemonBoy
2020-12-31Year++Frank Denis
2020-09-11std: Add a gzip decoderLemonBoy
2020-09-07std: Add DEFLATE and zlib decompressorsLemonBoy