1. 99923df Add typedefs for 8bit (un)signed by Norbert Lange · 3 years ago
  2. 64205b7 Fix performance degradation with -m32 (#2926) by binhdvo · 3 years ago
  3. 5e2fede Merge pull request #2921 from felixhandte/neg-lvl-stagger-step by Felix Handte · 3 years ago
  4. 450fca9 Update Regression Tests w/ New Sizes by W. Felix Handte · 3 years ago
  5. 82a49c8 Increment Step by 1 not 2 by W. Felix Handte · 3 years ago
  6. 3e2a70b Merge pull request #2905 from 15596858998/dev_1205 by Nick Terrell · 3 years ago
  7. 6ca5f42 Rewrite `step` to Track Increment Between Pairs of Positions by W. Felix Handte · 3 years ago
  8. b8434cb Allow Templating `ZSTD_fast` Matchfinders on Acceleration (Lvl < -1) by W. Felix Handte · 3 years ago
  9. 65404fe Merge pull request #2923 from IAL32/patch-1 by Felix Handte · 3 years ago
  10. c69d13e Update playTests.sh by zx123123 · 3 years ago
  11. e0f9dc0 typo: Small spelling mistake in example by Adrian Castro · 3 years ago
  12. 252ef86 Merge pull request #2922 from facebook/x32 by Yann Collet · 3 years ago
  13. e1ab220 fixed x32 compatibility by Yann Collet · 3 years ago
  14. c94cda2 added x32 compatibility test by Yann Collet · 3 years ago
  15. ace6a7e Decompose `step` into Two Variables by W. Felix Handte · 3 years ago
  16. 22501cd Stagger Application of `stepSize` in ZSTD_fast by W. Felix Handte · 3 years ago
  17. 4cc5e28 complete changelog with #2885 by Yann Collet · 3 years ago
  18. c077b53 Merge pull request #2917 from facebook/change151 by Yann Collet · 3 years ago
  19. 0c26d98 Merge pull request #2910 from felixhandte/reject-irregular-dicts by Felix Handte · 3 years ago
  20. 3d73830 Update changelog for v1.5.1 by Yann Collet · 3 years ago
  21. 57383d2 Merge pull request #2914 from facebook/xxhash081 by Yann Collet · 3 years ago
  22. 3ce265f remove offending static assert lines by Yann Collet · 3 years ago
  23. 8b40095 Merge pull request #2916 from terrelln/issue-2906 by Nick Terrell · 3 years ago
  24. 16241b7 altered copyright title by Yann Collet · 3 years ago
  25. 9985e10 Reject Irregular Dictionary Files by W. Felix Handte · 3 years ago
  26. a9cd616 removed declarations of XXH3 symbols when XXH_NO_XXH3 is defined by Yann Collet · 3 years ago
  27. 27e706d replaces malloc / free / memcpy by Zstandard's version by Yann Collet · 3 years ago
  28. b94407b Remove possible NULL pointer addition by Nick Terrell · 3 years ago
  29. 859e050 Merge pull request #2915 from terrelln/oss-fuzz-build-fix by Nick Terrell · 3 years ago
  30. 33562c5 Merge pull request #2912 from felixhandte/pkg-config-fix by Felix Handte · 3 years ago
  31. aa7729c Fix oss-fuzz build by Nick Terrell · 3 years ago
  32. fb3522a fixed very minor cast warning under cygwin by Yann Collet · 3 years ago
  33. 9f1dee8 Fix Up #2659; Build libzstd.pc Whenever Building the Lib on Unix by W. Felix Handte · 3 years ago
  34. 1c7d2c4 updated xxHash to latest v0.8.1 by Yann Collet · 3 years ago
  35. 38dfc46 Imply -q when stderr is not a tty (#2884) by binhdvo · 3 years ago
  36. 9118ee0 Merge pull request #2659 from ericonr/pc by Felix Handte · 3 years ago
  37. b6b4c9a Merge pull request #2907 from Hello71/armv6-fix-legacy by Nick Terrell · 3 years ago
  38. e7b0ae3 Merge pull request #2890 from 15596858998/dec_1201 by Nick Terrell · 3 years ago
  39. 3d773d7 Apply FORCE_MEMORY_ACCESS=1 to legacy by Alex Xu (Hello71) · 3 years ago
  40. ba7e8f1 add test case by 15596858998 · 3 years ago
  41. 486472c Merge pull request #2893 from terrelln/issue-2789 by Nick Terrell · 3 years ago
  42. d2c86ec Merge pull request #2897 from felixhandte/zstd-deprecated-avoid-deprecated by Felix Handte · 3 years ago
  43. fd6c34f Merge pull request #2899 from felixhandte/cmake-disable-multithreading-android by Felix Handte · 3 years ago
  44. c284569 [asm] Share portability macros and restrict ASM further by Nick Terrell · 3 years ago
  45. 647c1b6 Merge pull request #2900 from terrelln/issue-2893-test by Nick Terrell · 3 years ago
  46. 014bbb2 Merge pull request #2898 from terrelln/issue-2862 by Nick Terrell · 3 years ago
  47. a74a369 [CI] Add cmake windows build by Nick Terrell · 3 years ago
  48. 1bf3d8a Merge pull request #2896 from facebook/m68k by Yann Collet · 3 years ago
  49. 4a82bc9 Disable Multithreading in CMake Builds for Android by W. Felix Handte · 3 years ago
  50. e5bfaee Improve zstd_opt build speed and size by Nick Terrell · 3 years ago
  51. e688317 Fix Include Path by W. Felix Handte · 3 years ago
  52. 01ecd6f Merge pull request #2892 from terrelln/issue-2785 by Nick Terrell · 3 years ago
  53. d82d67d Migrate to `FORWARD_IF_ERROR` by W. Felix Handte · 3 years ago
  54. 30b9db8 changed macro name to ZSTD_ALIGNOF by Yann Collet · 3 years ago
  55. 1d025d8 bound alignment backup to sizeof(void*) by Yann Collet · 3 years ago
  56. a3ee981 Avoid Using Deprecated Functions in Deprecated Code by W. Felix Handte · 3 years ago
  57. 80a13fd move the alignment macro to compiler.h by Yann Collet · 3 years ago
  58. 21e28f5 Merge pull request #2891 from supperPants/dev by Nick Terrell · 3 years ago
  59. a134737 Merge pull request #2687 from sapiippo/dev by Yann Collet · 3 years ago
  60. 550410d Merge pull request #2894 from facebook/tomerge2051 by Yann Collet · 3 years ago
  61. ffbdc8a m68k CI tests on GA are now compulsory by Yann Collet · 3 years ago
  62. b2fbd0a Merge pull request #2895 from kanavin/fix-repro by Nick Terrell · 3 years ago
  63. 1e514fe Makefile: sort all wildcard file list expansions by Alexander Kanavin · 3 years, 11 months ago
  64. 39dced0 fix align conditions for huf_compress by Yann Collet · 3 years ago
  65. 91f5891 [CircleCI] Fix short-tests-0 by Nick Terrell · 3 years ago
  66. e89e847 added alignment test by Yann Collet · 3 years ago
  67. a71eed3 removed lib/Makefile preamble by Yann Collet · 3 years ago
  68. 3f64b31 Merge branch 'dev' into tomerge2051 by Yann Collet · 3 years ago
  69. c8767a4 Merge pull request #2501 from skitt/hide-static-symbols by Yann Collet · 3 years ago
  70. 9b97fdf Merge pull request #2887 from terrelln/issue-2815 by Nick Terrell · 3 years ago
  71. 49d5787 reduce storage requirement by Yann Collet · 3 years ago
  72. 3133d1e Merge pull request #2876 from 15596858998/dev by Yann Collet · 3 years ago
  73. 8031dc7 Merge pull request #2885 from yoniko/limit-level-32bit-systems by Yann Collet · 3 years ago
  74. e34e58b Merge pull request #2886 from terrelln/issue-2865 by Nick Terrell · 3 years ago
  75. 8f9f644 Merge pull request #2888 from terrelln/issue-2814 by Nick Terrell · 3 years ago
  76. 906c3e9 Merge pull request #2889 from terrelln/issue-2811 by Nick Terrell · 3 years ago
  77. c2260c1 Merge https://github.com/facebook/zstd into dev by supperPants · 3 years ago
  78. d4713de Fix typos. by supperPants · 3 years ago
  79. a8adfa7 fixbug CLI's -D fails when the argument is not a regular file by 15596858998 · 3 years ago
  80. a7a469e [contrib][pzstd] Fix build issue with gcc-5 by Nick Terrell · 3 years ago
  81. 360c263 [test] Test that the exec-stack bit isn't set on libzstd.so by Nick Terrell · 3 years ago
  82. 0356e05 [zdict] Remove ZDICT_CONTENTSIZE_MIN restriction for ZDICT_finalizeDictionary by Nick Terrell · 3 years ago
  83. 5414dd7 [bmi2] Add lzcnt and bmi target attributes by Nick Terrell · 3 years ago
  84. bf0a746 Merge pull request #2877 from jannkoeker/dev by Yann Collet · 3 years ago
  85. 7847c2f Merge pull request #2872 from cntrump/fix_umbrella_header_warning_for_spm by Nick Terrell · 3 years ago
  86. ef2cba6 `ZSTD_maxCLevel` now limited to 21 for 32-bit binaries. by Yonatan Komornik · 3 years ago
  87. 9bc94b2 Merge pull request #2845 from senhuang42/appveyor_msvc2 by sen · 3 years ago
  88. 0907ab5 Add GH Actions windows runtime test by senhuang42 · 3 years ago
  89. d7e1736 Fix build for cygwin/bsd (#2882) by binhdvo · 3 years ago
  90. 7abebc8 Clarify documentation for -c (#2883) by binhdvo · 3 years ago
  91. 20660a0 msvc tests to dev by senhuang42 · 3 years ago
  92. 0a36c10 Update CMakeLists.txt by Jann Köker · 3 years ago
  93. 944c71c Remove zstd-umbrella.h by Lvv.me · 3 years ago
  94. e315a04 更新 fileio.c by 15596858998 · 3 years ago
  95. ebf664b Fix SPM warning: umbrella header for module 'libzstd' does not include header 'xxx.h' by Lvv.me · 3 years ago
  96. 7ce6f71 更新 playTests.sh by 15596858998 · 3 years ago
  97. c2c6a4a Merge pull request #2869 from felixhandte/oss-fuzz-fix-41005 by Felix Handte · 3 years ago
  98. 6607908 Determinism: Avoid Mapping Window into Reserved Indices during Reduction by W. Felix Handte · 3 years ago
  99. a37a8df Merge pull request #2856 from rex4539/typos by Yann Collet · 3 years ago
  100. f56de11 Merge pull request #2858 from cntrump/support_swift_package_manager by Yann Collet · 3 years ago