1. 42f9d96 xpress: add Microsoft XPRESS (MS-XCA) decompression (#1195) by GOWTHAM MP · 2 days ago master
  2. 629c2ea zstd/huff0: break false partial-register dependencies in seqdec/4X decoders (#1197) by Liz Fong-Jones · 2 days ago
  3. ba74977 ci: test against go1.27.x, drop go1.24.x (#1198) by Liz Fong-Jones · 2 days ago
  4. f5c1529 zstd/huff0: pin avo peephole folds, regenerate arm64 (#1199) by Liz Fong-Jones · 2 days ago
  5. 73508b2 s2: arm64 assembly encoders, lowered from the amd64 avo program (#1187) by Liz Fong-Jones · 2 weeks ago
  6. 0e43f04 xxhash: bound input of non-preemptive assembly (#1196) by Alex Sharov · 2 weeks ago
  7. 4005c15 s2: clamp the Go EncodeBetter skip to match the assembly (#1190) by Liz Fong-Jones · 2 weeks ago
  8. dd6de45 gzhttp: limit jitter hash to jitterBuffer bytes (#1192) by Vedant Madane · 3 weeks ago
  9. 07f8bcd zstd, huff0: improved arm64 lowering, and narrow two table loads to MOVWQZX (#1175) by Liz Fong-Jones · 4 weeks ago
  10. ff8c845 Add lzw reader/writer (#1189) by Klaus Post · 4 weeks ago
  11. c3b3439 zstd: don't clear the registered dictionary when decoding past the window (#1177) by Sueun Cho · 4 weeks ago v1.19.2
  12. 9874bc9 fix(zstd): handle zero-literal BuildDict corpus (#1178) by Rayan Salhab · 4 weeks ago
  13. 71bb6fd zstd: keep BuildDict recent-offsets positive and loadable (#1184) by zanarelli · 4 weeks ago
  14. 3d4dacb zstd: avoid racing MaxDecodedSize write on shared dict litEnc (#1182) by zanarelli · 4 weeks ago
  15. 3ceaa81 build(deps): bump the github-actions group with 5 updates (#1185) by dependabot[bot] · 4 weeks ago
  16. 72cb4d3 chore: add OpenSSF Scorecard GitHub Action (#1183) by zanarelli · 4 weeks ago
  17. 69c9db4 zstd: fix arm64 asm locals overwriting the saved link register (#1176) by Liz Fong-Jones · 5 weeks ago
  18. 117430d zstd: Re-enable unsafe decodeSync memory copies (#1168) (#1171) by Liz Fong-Jones · 6 weeks ago
  19. c73af0c huff0: add arm64 assembly for Decompress4X/1X via avo lowering (#1172) by Liz Fong-Jones · 6 weeks ago
  20. 2602f4a Update changelog for version 1.19.0 by Klaus Post · 6 weeks ago v1.19.1
  21. 983acec add defensive checks by Klaus Post · 6 weeks ago
  22. 9960386 zstd: Validate SnappyConverter literal copies (#1170) by Klaus Post · 7 weeks ago
  23. e29d4d3 flate: use `Peek` instead of `ReadByte` for the `bufio.Reader` decode path (#1169) by Ruihao Chen · 7 weeks ago
  24. c0bbc84 zstd: bump avo pin, regenerate arm64 asm (#1167) by Liz Fong-Jones · 8 weeks ago
  25. efdb6ed build(deps): bump the github-actions group with 6 updates (#1166) by dependabot[bot] · 9 weeks ago
  26. f0953f9 flate: fix buffer formatting in tests (#1165) by HNO₃ · 9 weeks ago v1.19.0
  27. ab2e3cc zstd: Add arm64 decoder asm (#1160) by Liz Fong-Jones · 9 weeks ago
  28. bb2723d Merge commit from fork by Klaus Post · 9 weeks ago
  29. 539243b s2sx: Clean symlink targets (#1163) by Klaus Post · 9 weeks ago
  30. bd9228c Apply go fix and check in CI (#1158) by Klaus Post · 3 months ago
  31. 4cc176c zstd: Add true concurrent stream encoding (#1136) by Klaus Post · 3 months ago
  32. 4705fcb build(deps): bump the github-actions group with 3 updates (#1157) by dependabot[bot] · 3 months ago
  33. e9c2e56 huff0: Allow building table from oversized histogram. (#1156) by Klaus Post · 3 months ago
  34. ecdb779 huff0: Allow building tables from histogram. (#1155) by Klaus Post · 3 months ago
  35. 38efa45 zip: add NameDecoder callback for legacy encoding rewrite (#1150) by Sai Asish Y · 3 months ago
  36. 5b9abed flate: Add inflate checkpoints (#1154) by Klaus Post · 3 months ago
  37. dba8e6f gzhttp: match qvalue parameter case-insensitively (RFC 7231) (#1149) by Ali · 4 months ago
  38. 0434480 snappy/s2: Limit length of varint in `decodedLen` (#1148) by Eugene Kliuchnikov · 4 months ago
  39. fdcc9b6 zstd: avoid unused BuildDict encoder allocation (#1147) by Mikers · 4 months ago
  40. 28ae503 build(deps): bump the github-actions group with 2 updates (#1146) by dependabot[bot] · 4 months ago
  41. ac2f5e8 docs: use unix line-endings for markdown files (#1144) by Sebastiaan van Stijn · 4 months ago v1.18.6
  42. 620d7b5 s2: Fix amd64 stack frame corruption (#1145) by Klaus Post · 4 months ago
  43. 1b63f2f build(deps): bump the github-actions group with 2 updates (#1141) by dependabot[bot] · 5 months ago
  44. 3d86b89 s2: pool hash tables in Go encode paths to reduce allocations (#1143) by Nhan (Nolan) Huynh · 5 months ago
  45. 15967de gzhttp: Canonicalize ETag header (#1139) by Justin Mayhew · 5 months ago
  46. c5e0077 zstd: Fix encoder changing dictionary with same ID (#1135) by Klaus Post · 6 months ago v1.18.5
  47. fd3f23e zstd: Default to full zero frames (#1134) by Klaus Post · 6 months ago
  48. 8233c58 flate: Clean up histogram order (#1133) by Klaus Post · 6 months ago
  49. bcf0d12 build(deps): bump the github-actions group with 3 updates (#1132) by dependabot[bot] · 6 months ago
  50. cf758fe ci: Upgrade Go versions, clean up (#1130) by Klaus Post · 6 months ago
  51. 77cc520 Add v1.18.4 by Klaus Post · 7 months ago
  52. c03560f zstd: Add ResetWithOptions to encoder/decoder (#1122) by Klaus Post · 7 months ago v1.18.4
  53. 0874ab8 build(deps): bump the github-actions group with 3 updates (#1126) by dependabot[bot] · 7 months ago
  54. 4a36836 doc: Clarify documentation in readme (#1125) by Zach Wasserman · 7 months ago
  55. 4309644 zstd: document concurrency option handling in encoder (#1124) by Nimit Suwannagate · 7 months ago
  56. c262ec6 Update README.md by Klaus Post · 8 months ago
  57. 861ca97 Downstream CVE-2025-61728 (#1123) by Klaus Post · 8 months ago
  58. 03de960 gzhttp: Add zstandard to server handler wrapper (#1121) by Klaus Post · 8 months ago
  59. bb1ab3b build(deps): bump the github-actions group with 2 updates (#1120) by dependabot[bot] · 8 months ago
  60. 986a51e fix(gzhttp): preserve qvalue when extra parameters follow in Accept-Encoding (#1116) by Mathias Bogaert · 9 months ago
  61. fbe3b12 build(deps): bump the github-actions group with 3 updates (#1118) by dependabot[bot] · 9 months ago
  62. daa180d Change log by Klaus Post · 9 months ago
  63. 444d5d9 Fix invalid encoding on level 9 with single value input (#1115) by Klaus Post · 9 months ago v1.18.2
  64. 503c028 build(deps): bump github/codeql-action in the github-actions group (#1111) by dependabot[bot] · 10 months ago
  65. 701ca28 flate: reduce stateless allocations (#1106) by Raul · 10 months ago
  66. e0b47ff Update changelog by Klaus Post · 10 months ago
  67. d10b525 build(deps): bump the github-actions group with 2 updates (#1105) by dependabot[bot] · 11 months ago v1.18.1
  68. 3c0d308 flate: Faster load+st0re (#1104) by Klaus Post · 12 months ago
  69. 6e2f5d5 flate: Use exact sizes for huffman tables (#1103) by Klaus Post · 12 months ago
  70. bda824b flate: Add examples (#1102) by Klaus Post · 12 months ago
  71. f44517c flate: Simplify matchlen (#1101) by Klaus Post · 12 months ago
  72. 54cb7a5 build(deps): bump the github-actions group with 3 updates (#1096) by dependabot[bot] · 12 months ago
  73. c43fcbb Run modernize. Deprecate Go 1.22 (#1095) by Klaus Post · 1 year ago
  74. 86a9489 gzhttp: remove redundant err check in zstdReader (#1090) by Ryan Fowler · 1 year, 1 month ago
  75. ad4a030 build(deps): bump github/codeql-action in the github-actions group (#1087) by dependabot[bot] · 1 year, 1 month ago
  76. 1a8c0e4 Avoiding extra allocation in Reset (#1086) by Old · 1 year, 1 month ago
  77. d140606 Fix simple encoder src/dst swapped (#1083) by Klaus Post · 1 year, 2 months ago
  78. 0792fc5 build(deps): bump github/codeql-action in the github-actions group (#1082) by dependabot[bot] · 1 year, 2 months ago
  79. 0b8a32c Add simple zstd EncodeTo/DecodeTo functions (#1079) by Klaus Post · 1 year, 3 months ago
  80. 3fb7836 s2: check for cap, not len of buffer in EncodeBetter/Best (#1080) by Vytenis Darulis · 1 year, 3 months ago
  81. 33f59b4 build(deps): bump the github-actions group with 2 updates (#1077) by dependabot[bot] · 1 year, 3 months ago
  82. dee68d8 build(deps): bump github/codeql-action in the github-actions group (#1075) by dependabot[bot] · 1 year, 4 months ago
  83. 8df4d01 build(deps): bump the github-actions group with 3 updates (#1072) by dependabot[bot] · 1 year, 5 months ago
  84. e074e40 typo : s2/index.go (#1069) by Burkov Egor · 1 year, 5 months ago
  85. 520e81d Add notice to S2 about MinLZ (#1065) by Klaus Post · 1 year, 6 months ago
  86. 29a7d27 zstd: Fix incorrect buffer size in dictionary encodes (#1059) by Klaus Post · 1 year, 6 months ago
  87. 517288e build(deps): bump the github-actions group with 2 updates (#1056) by dependabot[bot] · 1 year, 6 months ago
  88. 8e79dc4 Deprecate Go 1.21 and add 1.24 (#1055) by Klaus Post · 1 year, 6 months ago v1.18.0
  89. df8e99c build(deps): bump the github-actions group with 2 updates (#1053) by dependabot[bot] · 1 year, 7 months ago
  90. 7787431 zstd: fix unused debug code (#1052) by Bbulatov · 1 year, 7 months ago
  91. 0bf3ecb flate: Cleanup & reduce casts (#1050) by Klaus Post · 1 year, 7 months ago
  92. e0f89a9 flate: Fix matchlen L5+L6 (#1049) by Klaus Post · 1 year, 7 months ago
  93. c8a8470 s2: Improve small block compression speed w/o asm (#1048) by Klaus Post · 1 year, 7 months ago
  94. b05b993 s2: Add block decode fuzzer (#1044) by Klaus Post · 1 year, 7 months ago
  95. aafbabd flate: Simplify matchlen (remove asm) (#1045) by Klaus Post · 1 year, 7 months ago
  96. dbaa9c1 flate: Simplify l4-6 loading (#1043) by Klaus Post · 1 year, 7 months ago
  97. 4fa2036 Add unsafe little endian loaders (#1036) by Klaus Post · 1 year, 8 months ago
  98. 7d9f61a zstd: use `slices.Max` for max value in slice (#1041) by Eng Zer Jun · 1 year, 8 months ago
  99. a2a2e44 refactor: use built-in `min` function (#1038) by Eng Zer Jun · 1 year, 8 months ago
  100. 6ad807b build(deps): bump the github-actions group with 2 updates (#1035) by dependabot[bot] · 1 year, 8 months ago