1. 61765ca Avoid Reducing Indices to Reserved Values by W. Felix Handte · 3 years ago
  2. 793b6ce Merge pull request #2849 from terrelln/linux-kernel-backport by Nick Terrell · 3 years ago
  3. d46995e Backport zstd patch from LKML by Nick Terrell · 3 years ago
  4. 379c62a Merge pull request #2846 from senhuang42/fix_appveyor by sen · 3 years ago
  5. 5375d75 Merge pull request #2839 from Svetlitski-FB/improve-verbose-output by Yann Collet · 3 years ago
  6. b388819 Report memory required to decompress while compressing in verbose mode by Kevin Svetlitski · 3 years, 1 month ago
  7. 3847448 Void out unused functions by senhuang42 · 3 years ago
  8. b399b47 Move mingw tests from appveyor to github actions (#2838) by binhdvo · 3 years ago
  9. 04734ee Fix oss fuzz test error (#2837) by binhdvo · 3 years, 1 month ago
  10. 23dd28d minor improvements to benchmark display by Yann Collet · 3 years, 1 month ago
  11. aba88fa Merge pull request #2829 from facebook/ZSTD_DECODER_INTERNAL_BUFFER by Yann Collet · 3 years, 1 month ago
  12. 2b2a5c4 fix minor cast warning by Yann Collet · 3 years, 1 month ago
  13. 518f06b added minimum for decoder buffer by Yann Collet · 3 years, 1 month ago
  14. 12e177c Merge pull request #2830 from facebook/clevels by Yann Collet · 3 years, 1 month ago
  15. ad739e5 Merge pull request #2828 from terrelln/lazy-compile by Nick Terrell · 3 years, 1 month ago
  16. 082d6c6 separate compression level tables into their own files by Yann Collet · 3 years, 1 month ago
  17. 02be2a8 build macro ZSTD_DECODER_INTERNAL_BUFFER by Yann Collet · 3 years, 1 month ago
  18. 6a7ede3 Reduce size of dctx by reutilizing dst buffer (#2751) by binhdvo · 3 years, 1 month ago
  19. 0a794f5 Merge pull request #2822 from marxin/fix-zstd-thread-pool-documentation by Yann Collet · 3 years, 1 month ago
  20. 13cad3a [lazy] Speed up compilation times by Nick Terrell · 3 years, 1 month ago
  21. dad8a3c Merge pull request #2825 from terrelln/huf-asm-comments by Nick Terrell · 3 years, 1 month ago
  22. abd717a [asm] Switch to C style comments by Nick Terrell · 3 years, 1 month ago
  23. 9d62957 Merge pull request #2800 from animalize/fix_c89 by Yann Collet · 3 years, 1 month ago
  24. 1c2b02e Support thread pool section in HTML documentation. by Martin Liska · 3 years, 1 month ago
  25. 23c1a2d Merge pull request #2774 from felixhandte/zstd-dfast-pipelined-single by Felix Handte · 3 years, 1 month ago
  26. 0bfc935 Convert Outer Control Structure to Loop by W. Felix Handte · 3 years, 1 month ago
  27. 66e554f Merge pull request #2813 from marxin/streaming-compress-enhance by sen · 3 years, 1 month ago
  28. 926d470 Enhance streaming_compression examples. by Martin Liska · 3 years, 1 month ago
  29. b77d95b Merge pull request #2820 from terrelln/nb-compares by Nick Terrell · 3 years, 1 month ago
  30. 26486db Merge pull request #2819 from terrelln/ldm-hash-rate-log by Nick Terrell · 3 years, 1 month ago
  31. 802745e Merge pull request #2818 from terrelln/indentation-fix by Nick Terrell · 3 years, 1 month ago
  32. 9c9a5f3 Merge pull request #2817 from terrelln/multiple-ddict-fix by Nick Terrell · 3 years, 1 month ago
  33. c6c482f [binary-tree] Fix underflow of nbCompares by Nick Terrell · 3 years, 1 month ago
  34. 31316cf [multiple-ddicts] Fix NULL checks by Nick Terrell · 3 years, 1 month ago
  35. 1bbb372 [ldm] Fix ZSTD_c_ldmHashRateLog bounds check by Nick Terrell · 3 years, 1 month ago
  36. 399644b [nit] Fix buggy indentation by Nick Terrell · 3 years, 1 month ago
  37. 79ca830 Style: Add Comments to Variables and Move a Couple into the Loop by W. Felix Handte · 3 years, 1 month ago
  38. 168d0a3 Fix Flaky Test by W. Felix Handte · 3 years, 2 months ago
  39. c2c3283 Update results.csv by W. Felix Handte · 3 years, 2 months ago
  40. 62536ef Simplify DMS Implementation by Removing noDict Support by W. Felix Handte · 3 years, 2 months ago
  41. 051b473 Fall Back in _extDict to New _noDict Rather than Old Merged Impl by W. Felix Handte · 3 years, 2 months ago
  42. fcab484 Nit: Rename Function by W. Felix Handte · 3 years, 2 months ago
  43. 47fd762 Nit: Unnest Blocks that Don't Declare Anything by W. Felix Handte · 3 years, 2 months ago
  44. 2cdfad5 Search One Last Position by W. Felix Handte · 3 years, 2 months ago
  45. 6ae44c0 Advance Long Index Lookup (+0.5% Speed) by W. Felix Handte · 3 years, 2 months ago
  46. 2ddef7c Write Back Advanced Hash in Long Matches as Well (+Ratio) by W. Felix Handte · 3 years, 2 months ago
  47. 39f2491 Use Look-Ahead Hash for Next Long Check after Short Match (+0.5% Speed) by W. Felix Handte · 3 years, 2 months ago
  48. db4e1b5 Hash Long One Position Ahead (+2.5% Speed) by W. Felix Handte · 3 years, 3 months ago
  49. a1ac720 Pull Match Found Stuff Out of the Loop by W. Felix Handte · 3 years, 3 months ago
  50. 072ffaa Extract Working Variables by W. Felix Handte · 3 years, 3 months ago
  51. 1bdf041 Track Step Rather than Recalculating (+0.5% Speed) by W. Felix Handte · 3 years, 3 months ago
  52. 258c062 Extract Single-Segment Variant of ZSTD_dfast by W. Felix Handte · 3 years, 3 months ago
  53. 52598d5 Limit train samples (#2809) by stanjo74 · 3 years, 1 month ago
  54. 7868f38 Merge pull request #2747 from Helflym/dev by Yann Collet · 3 years, 2 months ago
  55. a782656 Merge pull request #2803 from terrelln/linux-kernel-ci by Nick Terrell · 3 years, 2 months ago
  56. 3a4d421 Merge pull request #2802 from solbjorn/fix-kernel-wundef by Nick Terrell · 3 years, 2 months ago
  57. db9999a Merge pull request #2810 from 3nids/patch-1 by Nick Terrell · 3 years, 2 months ago
  58. 358f177 Merge pull request #2755 from senhuang42/skip_long_matches_lazy by sen · 3 years, 2 months ago
  59. abc1a91 add missing BUNDLE DESTINATION by Denis Rouzaud · 3 years, 2 months ago
  60. 894f05e Fix ZSTD_countTrailingZeros() bug by Ma Lin · 3 years, 2 months ago
  61. 9360367 Update regression test by Sen Huang · 3 years, 2 months ago
  62. 4b7f45c Pull hot loop into its own function by Sen Huang · 3 years, 2 months ago
  63. ccdcbf4 Try beginning and end of match by Sen Huang · 3 years, 2 months ago
  64. b8fd6bf Skip most long matches in lazy hash table update by Sen Huang · 3 years, 3 months ago
  65. 9ef055d Merge pull request #2808 from terrelln/huf-oss-fuzz-fix by Nick Terrell · 3 years, 2 months ago
  66. 8b7a19f Merge pull request #2805 from nolange/smaller_code_with_disabled_features by Felix Handte · 3 years, 2 months ago
  67. a07ddb4 [huf] Fix OSS-Fuzz assert by Nick Terrell · 3 years, 2 months ago
  68. ae986fc Use __assume(0) for unreachable code path in msvc by Ma Lin · 3 years, 2 months ago
  69. 2ed14c2 minor : fix comment by Yann Collet · 3 years, 2 months ago
  70. ecb2dae added link to RFC by Yann Collet · 3 years, 2 months ago
  71. 70a80b6 minor : makes the "stable" property of Zstandard format more prominent by Yann Collet · 3 years, 2 months ago
  72. 6763f40 zstd_decompress: use a helper function for context create by Norbert Lange · 3 years, 2 months ago
  73. 0d45540 decompress: conditionally remove bmi2 from context by Norbert Lange · 3 years, 2 months ago
  74. 02296ca decompress: conditionally remove legacy members from context by Norbert Lange · 3 years, 2 months ago
  75. 71526e6 [contrib][linux] Fix -Wundef inside Linux kernel tree by Alexander Lobakin · 3 years, 2 months ago
  76. e5ba858 Don't initialize the first parameter of _BitScanForward* functions by Ma Lin · 3 years, 2 months ago
  77. 95f492e Don't initialize the first parameter of _BitScanReverse* functions by Ma Lin · 3 years, 2 months ago
  78. cc22042 Fix a C89 error in msvc by Ma Lin · 3 years, 2 months ago
  79. b10085d [contrib][linux-kernel] Add standard warnings and -Werror to CI by Nick Terrell · 3 years, 2 months ago
  80. 32a8443 Merge pull request #2790 from solbjorn/huf-asm-kernel by Nick Terrell · 3 years, 2 months ago
  81. 14772d9 Merge pull request #2796 from terrelln/linux-fixes by Nick Terrell · 3 years, 2 months ago
  82. 01976ce Merge pull request #2799 from terrelln/oss-fuzz-build by Nick Terrell · 3 years, 2 months ago
  83. 1903d6a Merge pull request #2798 from abxhr/typo-fix by Nick Terrell · 3 years, 2 months ago
  84. d7ef97a [build] Fix oss-fuzz build with the dataflow sanitizer by Nick Terrell · 3 years, 2 months ago
  85. 9cb5d35 Merge pull request #2797 from facebook/btconst by Yann Collet · 3 years, 2 months ago
  86. 54a888b Fix typo by Abshar Mohammed Aslam · 3 years, 2 months ago
  87. 189e87b [lib] Make lib compatible with `-Wfall-through` excepting legacy by Nick Terrell · 3 years, 2 months ago
  88. fa2a4d7 constify MatchState* parameter when possible by Yann Collet · 3 years, 2 months ago
  89. d8b7fc5 [contrib][linux] Add contrib/linux-kernel/linux to .gitignore by Alexander Lobakin · 3 years, 2 months ago
  90. c45b27a [contrib][linux] Add huf_decompress_amd64.o target to Makefile by Alexander Lobakin · 3 years, 2 months ago
  91. e6d62bb [contrib][linux] Fix build with CONFIG_WERROR by Alexander Lobakin · 3 years, 2 months ago
  92. c7afbec Merge pull request #2780 from senhuang42/blocksplit_stack_reduce by sen · 3 years, 2 months ago
  93. 1d8143c Move block splitter from stack to CCtx by senhuang42 · 3 years, 2 months ago
  94. e3feec7 Merge pull request #2795 from terrelln/linux-fixes by Nick Terrell · 3 years, 2 months ago
  95. 162491f [contrib][linux] Reduce stack usage by 80 bytes by Nick Terrell · 3 years, 2 months ago
  96. b25d574 Merge pull request #2794 from terrelln/spdx-license by Nick Terrell · 3 years, 2 months ago
  97. 441eb26 Merge pull request #2793 from facebook/rdoc by Yann Collet · 3 years, 2 months ago
  98. 4d347a9 [contrib][linux] Fix up SPDX license identifiers by Nick Terrell · 3 years, 2 months ago
  99. 8150891 regenerated zstdless.1 by Yann Collet · 3 years, 2 months ago
  100. 3addf2f updated zstdgrep man page by Yann Collet · 3 years, 2 months ago