1. 7847c2f Merge pull request #2872 from cntrump/fix_umbrella_header_warning_for_spm by Nick Terrell · 3 years ago
  2. 9bc94b2 Merge pull request #2845 from senhuang42/appveyor_msvc2 by sen · 3 years ago
  3. 0907ab5 Add GH Actions windows runtime test by senhuang42 · 3 years ago
  4. d7e1736 Fix build for cygwin/bsd (#2882) by binhdvo · 3 years ago
  5. 7abebc8 Clarify documentation for -c (#2883) by binhdvo · 3 years ago
  6. 20660a0 msvc tests to dev by senhuang42 · 3 years ago
  7. 944c71c Remove zstd-umbrella.h by Lvv.me · 3 years ago
  8. ebf664b Fix SPM warning: umbrella header for module 'libzstd' does not include header 'xxx.h' by Lvv.me · 3 years ago
  9. c2c6a4a Merge pull request #2869 from felixhandte/oss-fuzz-fix-41005 by Felix Handte · 3 years ago
  10. 6607908 Determinism: Avoid Mapping Window into Reserved Indices during Reduction by W. Felix Handte · 3 years ago
  11. a37a8df Merge pull request #2856 from rex4539/typos by Yann Collet · 3 years ago
  12. f56de11 Merge pull request #2858 from cntrump/support_swift_package_manager by Yann Collet · 3 years ago
  13. 92c41c5 Merge pull request #2866 from terrelln/linux-O2 by Nick Terrell · 3 years ago
  14. e2d0186 [linux-kernel] Don't add -O3 to CFLAGS by Nick Terrell · 3 years ago
  15. f343f27 Merge pull request #2857 from ko-zu/noexecstack by Nick Terrell · 3 years ago
  16. b7d899d Merge pull request #2864 from terrelln/linux-opt by Nick Terrell · 3 years ago
  17. 19eb459 [linux-kernel] Don't inline function in zstd_opt.c by Nick Terrell · 3 years ago
  18. 8dba88c Merge pull request #2863 from terrelln/fast-dfast-size by Nick Terrell · 3 years ago
  19. 802ea88 Reduce function size in fast & dfast by Nick Terrell · 3 years ago
  20. 81b9620 Using `module.modulemap` replace symbol link for public header by Lvv.me · 3 years ago
  21. 2745563 Support Swift Package Manager by Lvv.me · 3 years ago
  22. c67e07f Remove executable flag from GNU_STACK section by ko-zu · 3 years ago
  23. ebbd675 Fix typos by Dimitris Apostolou · 3 years ago
  24. ddae153 Merge pull request #2847 from Svetlitski-FB/improve-verbose-output-2 by Yann Collet · 3 years ago
  25. 9b28c26 Integrate verbose mode tests into playTests.sh by Kevin Svetlitski · 3 years ago
  26. 7fbd126 Suppress spurious unused parameter warning by Kevin Svetlitski · 3 years ago
  27. 375e3aa Ensure formatting directives for displaying size_t are portable by Kevin Svetlitski · 3 years ago
  28. 365c911 Ensure print*CParams functions are only defined when used by Kevin Svetlitski · 3 years ago
  29. f6ffd39 Add test case for detailed compression parameter verbose output by Kevin Svetlitski · 3 years ago
  30. 9ba0790 Merge pull request #2836 from animalize/copy16 by Yann Collet · 3 years ago
  31. df9b775 Fix const-ness of FIO_displayCompressionParameters by Kevin Svetlitski · 3 years ago
  32. 63fe619 Display --zstd= subparameters in command-line ready form in verbose mode by Kevin Svetlitski · 3 years ago
  33. a071e00 Merge pull request #2850 from felixhandte/oss-fuzz-fix-40829-for-real-this-time by Felix Handte · 3 years ago
  34. 931778e Fix fullbench CI failure (#2851) by binhdvo · 3 years ago
  35. 48572f5 Rewrite Fix to Still Auto-Vectorize by W. Felix Handte · 3 years ago
  36. 61765ca Avoid Reducing Indices to Reserved Values by W. Felix Handte · 3 years ago
  37. 793b6ce Merge pull request #2849 from terrelln/linux-kernel-backport by Nick Terrell · 3 years ago
  38. d46995e Backport zstd patch from LKML by Nick Terrell · 3 years ago
  39. 379c62a Merge pull request #2846 from senhuang42/fix_appveyor by sen · 3 years ago
  40. 0665d4c Display command line parameters with concrete values in verbose mode by Kevin Svetlitski · 3 years ago
  41. 5375d75 Merge pull request #2839 from Svetlitski-FB/improve-verbose-output by Yann Collet · 3 years ago
  42. b388819 Report memory required to decompress while compressing in verbose mode by Kevin Svetlitski · 3 years, 1 month ago
  43. 3847448 Void out unused functions by senhuang42 · 3 years ago
  44. b10357c ZSTD_copy16() uses SSE2 instructions by Ma Lin · 3 years, 1 month ago
  45. b399b47 Move mingw tests from appveyor to github actions (#2838) by binhdvo · 3 years ago
  46. 04734ee Fix oss fuzz test error (#2837) by binhdvo · 3 years, 1 month ago
  47. 23dd28d minor improvements to benchmark display by Yann Collet · 3 years, 1 month ago
  48. aba88fa Merge pull request #2829 from facebook/ZSTD_DECODER_INTERNAL_BUFFER by Yann Collet · 3 years, 1 month ago
  49. 2b2a5c4 fix minor cast warning by Yann Collet · 3 years, 1 month ago
  50. 518f06b added minimum for decoder buffer by Yann Collet · 3 years, 1 month ago
  51. 12e177c Merge pull request #2830 from facebook/clevels by Yann Collet · 3 years, 1 month ago
  52. ad739e5 Merge pull request #2828 from terrelln/lazy-compile by Nick Terrell · 3 years, 1 month ago
  53. 082d6c6 separate compression level tables into their own files by Yann Collet · 3 years, 1 month ago
  54. 02be2a8 build macro ZSTD_DECODER_INTERNAL_BUFFER by Yann Collet · 3 years, 1 month ago
  55. 6a7ede3 Reduce size of dctx by reutilizing dst buffer (#2751) by binhdvo · 3 years, 1 month ago
  56. 0a794f5 Merge pull request #2822 from marxin/fix-zstd-thread-pool-documentation by Yann Collet · 3 years, 1 month ago
  57. 13cad3a [lazy] Speed up compilation times by Nick Terrell · 3 years, 1 month ago
  58. dad8a3c Merge pull request #2825 from terrelln/huf-asm-comments by Nick Terrell · 3 years, 1 month ago
  59. abd717a [asm] Switch to C style comments by Nick Terrell · 3 years, 1 month ago
  60. 9d62957 Merge pull request #2800 from animalize/fix_c89 by Yann Collet · 3 years, 1 month ago
  61. 1c2b02e Support thread pool section in HTML documentation. by Martin Liska · 3 years, 1 month ago
  62. 23c1a2d Merge pull request #2774 from felixhandte/zstd-dfast-pipelined-single by Felix Handte · 3 years, 1 month ago
  63. 0bfc935 Convert Outer Control Structure to Loop by W. Felix Handte · 3 years, 1 month ago
  64. 66e554f Merge pull request #2813 from marxin/streaming-compress-enhance by sen · 3 years, 1 month ago
  65. 926d470 Enhance streaming_compression examples. by Martin Liska · 3 years, 1 month ago
  66. b77d95b Merge pull request #2820 from terrelln/nb-compares by Nick Terrell · 3 years, 1 month ago
  67. 26486db Merge pull request #2819 from terrelln/ldm-hash-rate-log by Nick Terrell · 3 years, 1 month ago
  68. 802745e Merge pull request #2818 from terrelln/indentation-fix by Nick Terrell · 3 years, 1 month ago
  69. 9c9a5f3 Merge pull request #2817 from terrelln/multiple-ddict-fix by Nick Terrell · 3 years, 1 month ago
  70. c6c482f [binary-tree] Fix underflow of nbCompares by Nick Terrell · 3 years, 1 month ago
  71. 31316cf [multiple-ddicts] Fix NULL checks by Nick Terrell · 3 years, 1 month ago
  72. 1bbb372 [ldm] Fix ZSTD_c_ldmHashRateLog bounds check by Nick Terrell · 3 years, 1 month ago
  73. 399644b [nit] Fix buggy indentation by Nick Terrell · 3 years, 1 month ago
  74. 79ca830 Style: Add Comments to Variables and Move a Couple into the Loop by W. Felix Handte · 3 years, 1 month ago
  75. 168d0a3 Fix Flaky Test by W. Felix Handte · 3 years, 2 months ago
  76. c2c3283 Update results.csv by W. Felix Handte · 3 years, 2 months ago
  77. 62536ef Simplify DMS Implementation by Removing noDict Support by W. Felix Handte · 3 years, 2 months ago
  78. 051b473 Fall Back in _extDict to New _noDict Rather than Old Merged Impl by W. Felix Handte · 3 years, 2 months ago
  79. fcab484 Nit: Rename Function by W. Felix Handte · 3 years, 2 months ago
  80. 47fd762 Nit: Unnest Blocks that Don't Declare Anything by W. Felix Handte · 3 years, 2 months ago
  81. 2cdfad5 Search One Last Position by W. Felix Handte · 3 years, 2 months ago
  82. 6ae44c0 Advance Long Index Lookup (+0.5% Speed) by W. Felix Handte · 3 years, 2 months ago
  83. 2ddef7c Write Back Advanced Hash in Long Matches as Well (+Ratio) by W. Felix Handte · 3 years, 2 months ago
  84. 39f2491 Use Look-Ahead Hash for Next Long Check after Short Match (+0.5% Speed) by W. Felix Handte · 3 years, 2 months ago
  85. db4e1b5 Hash Long One Position Ahead (+2.5% Speed) by W. Felix Handte · 3 years, 3 months ago
  86. a1ac720 Pull Match Found Stuff Out of the Loop by W. Felix Handte · 3 years, 3 months ago
  87. 072ffaa Extract Working Variables by W. Felix Handte · 3 years, 3 months ago
  88. 1bdf041 Track Step Rather than Recalculating (+0.5% Speed) by W. Felix Handte · 3 years, 3 months ago
  89. 258c062 Extract Single-Segment Variant of ZSTD_dfast by W. Felix Handte · 3 years, 3 months ago
  90. 52598d5 Limit train samples (#2809) by stanjo74 · 3 years, 1 month ago
  91. 7868f38 Merge pull request #2747 from Helflym/dev by Yann Collet · 3 years, 2 months ago
  92. a782656 Merge pull request #2803 from terrelln/linux-kernel-ci by Nick Terrell · 3 years, 2 months ago
  93. 3a4d421 Merge pull request #2802 from solbjorn/fix-kernel-wundef by Nick Terrell · 3 years, 2 months ago
  94. db9999a Merge pull request #2810 from 3nids/patch-1 by Nick Terrell · 3 years, 2 months ago
  95. 358f177 Merge pull request #2755 from senhuang42/skip_long_matches_lazy by sen · 3 years, 2 months ago
  96. abc1a91 add missing BUNDLE DESTINATION by Denis Rouzaud · 3 years, 2 months ago
  97. 894f05e Fix ZSTD_countTrailingZeros() bug by Ma Lin · 3 years, 2 months ago
  98. 9360367 Update regression test by Sen Huang · 3 years, 2 months ago
  99. 4b7f45c Pull hot loop into its own function by Sen Huang · 3 years, 2 months ago
  100. ccdcbf4 Try beginning and end of match by Sen Huang · 3 years, 2 months ago