aboutsummaryrefslogtreecommitdiff
path: root/lib/std/compress.zig
AgeCommit message (Expand)Author
2024-02-14reorganize compress package root folderIgor Anić
2024-02-14remove v1 deflate implementationIgor Anić
2024-02-14add deflate implemented from first principlesIgor Anić
2024-01-29gzip: implement compressionJacob Young
2023-02-22std.compress.zstd: renamed from std.compress.zstandarddweiller
2023-02-20std.compress: add zstandard decompressordweiller
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