1. a9e43b3 Revert "Limit `ZSTD_maxCLevel` to 21 for 32-bit binaries." by Yann Collet · 2 years, 6 months ago
  2. f829c32 forgot the chainlog is effectively a "fake" value with rowHash by Yann Collet · 2 years, 6 months ago
  3. db1b408 rebalance lazy compression levels by Yann Collet · 2 years, 6 months ago
  4. c8d6067 fixed incorrect rowlog initialization by Yann Collet · 2 years, 6 months ago
  5. eaf7862 Merge pull request #2929 from facebook/sse_row_lazy by Yann Collet · 2 years, 6 months ago
  6. 2fbb1d1 Reduce bit tables to 8bit by Norbert Lange · 2 years, 6 months ago
  7. 99923df Add typedefs for 8bit (un)signed by Norbert Lange · 2 years, 6 months ago
  8. 64205b7 Fix performance degradation with -m32 (#2926) by binhdvo · 2 years, 6 months ago
  9. 5e2fede Merge pull request #2921 from felixhandte/neg-lvl-stagger-step by Felix Handte · 2 years, 6 months ago
  10. 05430b2 roll SSE implementation of row_lazy match finder by Yann Collet · 2 years, 6 months ago
  11. 82a49c8 Increment Step by 1 not 2 by W. Felix Handte · 2 years, 6 months ago
  12. 6ca5f42 Rewrite `step` to Track Increment Between Pairs of Positions by W. Felix Handte · 2 years, 6 months ago
  13. b8434cb Allow Templating `ZSTD_fast` Matchfinders on Acceleration (Lvl < -1) by W. Felix Handte · 2 years, 6 months ago
  14. e1ab220 fixed x32 compatibility by Yann Collet · 2 years, 6 months ago
  15. ace6a7e Decompose `step` into Two Variables by W. Felix Handte · 2 years, 6 months ago
  16. 22501cd Stagger Application of `stepSize` in ZSTD_fast by W. Felix Handte · 2 years, 6 months ago
  17. 57383d2 Merge pull request #2914 from facebook/xxhash081 by Yann Collet · 2 years, 6 months ago
  18. 3ce265f remove offending static assert lines by Yann Collet · 2 years, 6 months ago
  19. 8b40095 Merge pull request #2916 from terrelln/issue-2906 by Nick Terrell · 2 years, 6 months ago
  20. 16241b7 altered copyright title by Yann Collet · 2 years, 6 months ago
  21. a9cd616 removed declarations of XXH3 symbols when XXH_NO_XXH3 is defined by Yann Collet · 2 years, 6 months ago
  22. 27e706d replaces malloc / free / memcpy by Zstandard's version by Yann Collet · 2 years, 6 months ago
  23. b94407b Remove possible NULL pointer addition by Nick Terrell · 2 years, 6 months ago
  24. 859e050 Merge pull request #2915 from terrelln/oss-fuzz-build-fix by Nick Terrell · 2 years, 6 months ago
  25. aa7729c Fix oss-fuzz build by Nick Terrell · 2 years, 6 months ago
  26. 9f1dee8 Fix Up #2659; Build libzstd.pc Whenever Building the Lib on Unix by W. Felix Handte · 2 years, 6 months ago
  27. 1c7d2c4 updated xxHash to latest v0.8.1 by Yann Collet · 2 years, 6 months ago
  28. 9118ee0 Merge pull request #2659 from ericonr/pc by Felix Handte · 2 years, 6 months ago
  29. b6b4c9a Merge pull request #2907 from Hello71/armv6-fix-legacy by Nick Terrell · 2 years, 6 months ago
  30. 3d773d7 Apply FORCE_MEMORY_ACCESS=1 to legacy by Alex Xu (Hello71) · 2 years, 6 months ago
  31. 486472c Merge pull request #2893 from terrelln/issue-2789 by Nick Terrell · 2 years, 6 months ago
  32. d2c86ec Merge pull request #2897 from felixhandte/zstd-deprecated-avoid-deprecated by Felix Handte · 2 years, 6 months ago
  33. c284569 [asm] Share portability macros and restrict ASM further by Nick Terrell · 2 years, 6 months ago
  34. 014bbb2 Merge pull request #2898 from terrelln/issue-2862 by Nick Terrell · 2 years, 6 months ago
  35. 1bf3d8a Merge pull request #2896 from facebook/m68k by Yann Collet · 2 years, 6 months ago
  36. e5bfaee Improve zstd_opt build speed and size by Nick Terrell · 2 years, 6 months ago
  37. e688317 Fix Include Path by W. Felix Handte · 2 years, 6 months ago
  38. 01ecd6f Merge pull request #2892 from terrelln/issue-2785 by Nick Terrell · 2 years, 6 months ago
  39. d82d67d Migrate to `FORWARD_IF_ERROR` by W. Felix Handte · 2 years, 6 months ago
  40. 30b9db8 changed macro name to ZSTD_ALIGNOF by Yann Collet · 2 years, 6 months ago
  41. 1d025d8 bound alignment backup to sizeof(void*) by Yann Collet · 2 years, 6 months ago
  42. a3ee981 Avoid Using Deprecated Functions in Deprecated Code by W. Felix Handte · 2 years, 6 months ago
  43. 80a13fd move the alignment macro to compiler.h by Yann Collet · 2 years, 6 months ago
  44. 21e28f5 Merge pull request #2891 from supperPants/dev by Nick Terrell · 2 years, 6 months ago
  45. 39dced0 fix align conditions for huf_compress by Yann Collet · 2 years, 6 months ago
  46. 91f5891 [CircleCI] Fix short-tests-0 by Nick Terrell · 2 years, 6 months ago
  47. e89e847 added alignment test by Yann Collet · 2 years, 6 months ago
  48. a71eed3 removed lib/Makefile preamble by Yann Collet · 2 years, 6 months ago
  49. 3f64b31 Merge branch 'dev' into tomerge2051 by Yann Collet · 2 years, 6 months ago
  50. 9b97fdf Merge pull request #2887 from terrelln/issue-2815 by Nick Terrell · 2 years, 6 months ago
  51. 8031dc7 Merge pull request #2885 from yoniko/limit-level-32bit-systems by Yann Collet · 2 years, 6 months ago
  52. d4713de Fix typos. by supperPants · 2 years, 6 months ago
  53. 0356e05 [zdict] Remove ZDICT_CONTENTSIZE_MIN restriction for ZDICT_finalizeDictionary by Nick Terrell · 2 years, 6 months ago
  54. 5414dd7 [bmi2] Add lzcnt and bmi target attributes by Nick Terrell · 2 years, 6 months ago
  55. ef2cba6 `ZSTD_maxCLevel` now limited to 21 for 32-bit binaries. by Yonatan Komornik · 2 years, 6 months ago
  56. 944c71c Remove zstd-umbrella.h by Lvv.me · 2 years, 7 months ago
  57. ebf664b Fix SPM warning: umbrella header for module 'libzstd' does not include header 'xxx.h' by Lvv.me · 2 years, 7 months ago
  58. c2c6a4a Merge pull request #2869 from felixhandte/oss-fuzz-fix-41005 by Felix Handte · 2 years, 7 months ago
  59. 6607908 Determinism: Avoid Mapping Window into Reserved Indices during Reduction by W. Felix Handte · 2 years, 7 months ago
  60. a37a8df Merge pull request #2856 from rex4539/typos by Yann Collet · 2 years, 7 months ago
  61. f56de11 Merge pull request #2858 from cntrump/support_swift_package_manager by Yann Collet · 2 years, 7 months ago
  62. f343f27 Merge pull request #2857 from ko-zu/noexecstack by Nick Terrell · 2 years, 7 months ago
  63. b7d899d Merge pull request #2864 from terrelln/linux-opt by Nick Terrell · 2 years, 7 months ago
  64. 19eb459 [linux-kernel] Don't inline function in zstd_opt.c by Nick Terrell · 2 years, 7 months ago
  65. 802ea88 Reduce function size in fast & dfast by Nick Terrell · 2 years, 7 months ago
  66. 81b9620 Using `module.modulemap` replace symbol link for public header by Lvv.me · 2 years, 7 months ago
  67. 2745563 Support Swift Package Manager by Lvv.me · 2 years, 7 months ago
  68. c67e07f Remove executable flag from GNU_STACK section by ko-zu · 2 years, 7 months ago
  69. ebbd675 Fix typos by Dimitris Apostolou · 2 years, 7 months ago
  70. 9ba0790 Merge pull request #2836 from animalize/copy16 by Yann Collet · 2 years, 7 months ago
  71. 48572f5 Rewrite Fix to Still Auto-Vectorize by W. Felix Handte · 2 years, 7 months ago
  72. 61765ca Avoid Reducing Indices to Reserved Values by W. Felix Handte · 2 years, 7 months ago
  73. d46995e Backport zstd patch from LKML by Nick Terrell · 2 years, 7 months ago
  74. 3847448 Void out unused functions by senhuang42 · 2 years, 7 months ago
  75. b10357c ZSTD_copy16() uses SSE2 instructions by Ma Lin · 2 years, 8 months ago
  76. b399b47 Move mingw tests from appveyor to github actions (#2838) by binhdvo · 2 years, 7 months ago
  77. 04734ee Fix oss fuzz test error (#2837) by binhdvo · 2 years, 7 months ago
  78. aba88fa Merge pull request #2829 from facebook/ZSTD_DECODER_INTERNAL_BUFFER by Yann Collet · 2 years, 8 months ago
  79. 2b2a5c4 fix minor cast warning by Yann Collet · 2 years, 8 months ago
  80. 518f06b added minimum for decoder buffer by Yann Collet · 2 years, 8 months ago
  81. 12e177c Merge pull request #2830 from facebook/clevels by Yann Collet · 2 years, 8 months ago
  82. ad739e5 Merge pull request #2828 from terrelln/lazy-compile by Nick Terrell · 2 years, 8 months ago
  83. 082d6c6 separate compression level tables into their own files by Yann Collet · 2 years, 8 months ago
  84. 02be2a8 build macro ZSTD_DECODER_INTERNAL_BUFFER by Yann Collet · 2 years, 8 months ago
  85. 6a7ede3 Reduce size of dctx by reutilizing dst buffer (#2751) by binhdvo · 2 years, 8 months ago
  86. 0a794f5 Merge pull request #2822 from marxin/fix-zstd-thread-pool-documentation by Yann Collet · 2 years, 8 months ago
  87. 13cad3a [lazy] Speed up compilation times by Nick Terrell · 2 years, 8 months ago
  88. abd717a [asm] Switch to C style comments by Nick Terrell · 2 years, 8 months ago
  89. 9d62957 Merge pull request #2800 from animalize/fix_c89 by Yann Collet · 2 years, 8 months ago
  90. 1c2b02e Support thread pool section in HTML documentation. by Martin Liska · 2 years, 8 months ago
  91. 23c1a2d Merge pull request #2774 from felixhandte/zstd-dfast-pipelined-single by Felix Handte · 2 years, 8 months ago
  92. 0bfc935 Convert Outer Control Structure to Loop by W. Felix Handte · 2 years, 8 months ago
  93. b77d95b Merge pull request #2820 from terrelln/nb-compares by Nick Terrell · 2 years, 8 months ago
  94. 26486db Merge pull request #2819 from terrelln/ldm-hash-rate-log by Nick Terrell · 2 years, 8 months ago
  95. 802745e Merge pull request #2818 from terrelln/indentation-fix by Nick Terrell · 2 years, 8 months ago
  96. c6c482f [binary-tree] Fix underflow of nbCompares by Nick Terrell · 2 years, 8 months ago
  97. 31316cf [multiple-ddicts] Fix NULL checks by Nick Terrell · 2 years, 8 months ago
  98. 1bbb372 [ldm] Fix ZSTD_c_ldmHashRateLog bounds check by Nick Terrell · 2 years, 8 months ago
  99. 399644b [nit] Fix buggy indentation by Nick Terrell · 2 years, 8 months ago
  100. 79ca830 Style: Add Comments to Variables and Move a Couple into the Loop by W. Felix Handte · 2 years, 8 months ago