aboutsummaryrefslogtreecommitdiff
path: root/lib/std/compress/zstandard/decode
AgeCommit message (Expand)Author
2025-07-25std: rework zstd for new I/O APIAndrew Kelley
2025-03-31std.compress.zstd: fix OOB access in literal decodedweiller
2024-10-13Rewrite bit_reader and bit_writer to take advantage of current zig semantics ...tgschultz
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-11-10zstandard: fix division by zero when using RingBufferdweiller
2023-11-03zstandard: fix incorrect RLE decompression into ring bufferdweiller
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-10-21 compress: Improve RingBuffer usagejoadnacer
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-05-23std.sort: add pdqsort and heapsortAli Chraghi
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-04-23Improvements to docs and textzooster
2023-02-21std.compress.zstandard: fix error sets for streaming APIdweiller
2023-02-21std.RingBuffer: add (non-concurrent) RingBuffer implementationdweiller
2023-02-20std.compress.zstandard: update for multi-for-loop changedweiller
2023-02-20std.compress.zstandard: also check block size when sequence count is 0dweiller
2023-02-20std.compress.zstandard: add error condition to ring buffer decodingdweiller
2023-02-20std.compress.zstandard: fix erroneous literal stream empty checksdweiller
2023-02-20std.compress.zstandard: remove unneeded branchdweiller
2023-02-20std.compress.zstandard: check FSE bitstreams are fully consumeddweiller
2023-02-20std.compress.zstandard: bytes read assert to error in decodeBlockReaderdweiller
2023-02-20std.compress.zstandard: cleanup high-level api docs and error setsdweiller
2023-02-20std.compress.zstandard: fix errors and crashes in ZstandardStreamdweiller
2023-02-20std.compress.zstandard: error when FSE bitstream is no fully consumeddweiller
2023-02-20std.compress.zstandard: improve block size validationdweiller
2023-02-20std.compress.zstandard: verify content size and fix crashdweiller
2023-02-20std.compress.zstandard: fix fse decoding crashdweiller
2023-02-20std.compress.zstandard: fix crashesdweiller
2023-02-20std.compress.zstandard: fix crashesdweiller
2023-02-20std.compress.zstandard: fix capitalisation of Zstandarddweiller
2023-02-20std.compress.zstandard: improve doc commentsdweiller
2023-02-20std.compress.zstandard: split decompressor into multiple filesdweiller