aboutsummaryrefslogtreecommitdiff
path: root/lib/std/compress/zstd
AgeCommit message (Expand)Author
2025-09-02zstd.Decompress: Assert buffer length requirements as early as possibleRyan Liptak
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-15zstd: Protect against index out-of-bounds when decoding sequencesRyan Liptak
2025-08-15std.compress.zstd.Decompress fixesAndrew Kelley
2025-08-14zstd.Decompress.stream: Fix handling of skippable frames in new_frame stateRyan Liptak
2025-08-14zstd.Decompress: Delete unused/impossible "end" stateRyan Liptak
2025-08-14zstd.Decompress: Treat a partial magic number as a failureRyan Liptak
2025-07-31std.compress: fix discard impl and flate error detectionAndrew Kelley
2025-07-31std: match readVec fn prototype exactlyAndrew Kelley
2025-07-31std.compress.zstd.Decompress: implement discard and readVecAndrew Kelley
2025-07-30std.Io.Reader: introduce readVec back into the VTableAndrew Kelley
2025-07-29std.Io.Reader: make fillUnbuffered respect prexisting bufferAndrew Kelley
2025-07-26std.Io.Reader: add rebase to the vtableAndrew Kelley
2025-07-25std.compress.zstd.Decompress: fix bytes_written trackingAndrew Kelley
2025-07-25std.compress.zstd: keep frame state between blocksAndrew Kelley
2025-07-25std.compress.zstd: fix endianness issueAndrew Kelley
2025-07-25std.compress.zstd: respect the window lengthAndrew Kelley
2025-07-25std: rework zstd for new I/O APIAndrew Kelley