aboutsummaryrefslogtreecommitdiff
path: root/src/internal/zstd
AgeCommit message (Expand)Author
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
2025-04-18internal,runtime: use the builtin clearapocelipes
2024-09-26internal/zstd: optimize skipFrame by using io.CopyNaimuz
2024-04-02internal/zstd: optimize window reset using make for buffer allocationaimuz
2024-01-30internal/zstd: avoid panic when windowSize is negativeaimuz
2023-11-17internal/zstd: s/thees/these/Jes Cok
2023-11-17internal/zstd: fix seek offset bounds check in skipFrameaimuz
2023-11-09internal/zstd: use dynamic path resolution for xxhsum in FuzzXXHashJes Cok
2023-11-09internal/zstd: avoid panic when the regenerated size is too smallaimuz
2023-11-08internal/zstd: use dynamic path resolution for zstd in testsaimuz
2023-09-29internal/zstd: reset reader bufferAlexander Yastrebov
2023-09-28internal/zstd: handle match extending past windowAlexander Yastrebov
2023-09-28internal/zstd: allow zero dictionary idAlexander Yastrebov
2023-09-28internal/zstd: allow stream consisting of skippable framesAlexander Yastrebov
2023-09-27internal/zstd: configure window size for single segment framesAlexander Yastrebov
2023-09-27internal/zstd: allow empty compressed blocksAlexander Yastrebov
2023-09-20internal/zstd: use circular buffer for backreference windowAlexander Yastrebov
2023-09-13internal/zstd: fix window resizingAlexander Yastrebov
2023-04-18internal/zstd: new internal package for zstd decompressionIan Lance Taylor