index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
internal
/
zstd
Age
Commit message (
Expand
)
Author
2025-10-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
2025-04-18
internal,runtime: use the builtin clear
apocelipes
2024-09-26
internal/zstd: optimize skipFrame by using io.CopyN
aimuz
2024-04-02
internal/zstd: optimize window reset using make for buffer allocation
aimuz
2024-01-30
internal/zstd: avoid panic when windowSize is negative
aimuz
2023-11-17
internal/zstd: s/thees/these/
Jes Cok
2023-11-17
internal/zstd: fix seek offset bounds check in skipFrame
aimuz
2023-11-09
internal/zstd: use dynamic path resolution for xxhsum in FuzzXXHash
Jes Cok
2023-11-09
internal/zstd: avoid panic when the regenerated size is too small
aimuz
2023-11-08
internal/zstd: use dynamic path resolution for zstd in tests
aimuz
2023-09-29
internal/zstd: reset reader buffer
Alexander Yastrebov
2023-09-28
internal/zstd: handle match extending past window
Alexander Yastrebov
2023-09-28
internal/zstd: allow zero dictionary id
Alexander Yastrebov
2023-09-28
internal/zstd: allow stream consisting of skippable frames
Alexander Yastrebov
2023-09-27
internal/zstd: configure window size for single segment frames
Alexander Yastrebov
2023-09-27
internal/zstd: allow empty compressed blocks
Alexander Yastrebov
2023-09-20
internal/zstd: use circular buffer for backreference window
Alexander Yastrebov
2023-09-13
internal/zstd: fix window resizing
Alexander Yastrebov
2023-04-18
internal/zstd: new internal package for zstd decompression
Ian Lance Taylor