1. 794ea1b Merge pull request #3984 from facebook/dev by Yann Collet · 3 months ago upstream-release
  2. 78f732c Merge pull request #3985 from facebook/scorecard_permission by Yann Collet · 3 months ago
  3. 273d127 try to silence some scorecard warnings by Yann Collet · 3 months ago
  4. c6e5257 Merge pull request #3977 from facebook/doc_advanced by Yann Collet · 3 months ago
  5. dc1f7b5 fix -Werror=pointer-arith in fuzzers (#3983) by Elliot Gorokhovsky · 3 months ago
  6. 6679d0c Merge pull request #3982 from embg/fuzzer_readme by Yann Collet · 3 months ago
  7. 76fbb5f Merge pull request #3975 from terrelln/2024-03-18-cmake-docs by Yann Collet · 3 months ago
  8. 1d3f664 Merge pull request #3979 from yoniko/Werror-fuzz by Yann Collet · 3 months ago
  9. 86caab5 Merge pull request #3981 from terrelln/2024-03-19-generate-sequences by Yann Collet · 3 months ago
  10. 731f4b7 Fix & fuzz ZSTD_generateSequences by Nick Terrell · 3 months ago
  11. 741b87b Fuzzing and bugfixes for magicless-format decoding (#3976) by Elliot Gorokhovsky · 3 months ago
  12. f62b266 Add docs on how to add a new fuzzer by Elliot Gorokhovsky · 3 months ago
  13. 3487a60 Fail on errors when building fuzzers by Yonatan Komornik · 3 months ago
  14. 6a0052a Fix bugs in simple decompression fuzzer (#3978) by Yonatan Komornik · 3 months ago
  15. 6f1215b fix ZSTD_TARGETCBLOCKSIZE_MIN test by Yann Collet · 3 months ago
  16. c5da438 fix typo by Yann Collet · 3 months ago
  17. 3d18d9a updated API manual by Yann Collet · 3 months ago
  18. 902c7ec add doc on CCtx UB state by Yann Collet · 3 months ago
  19. 5d82c2b add a paragraph on UB DCtx state after error by Yann Collet · 3 months ago
  20. f5728da update targetCBlockSize documentation by Yann Collet · 3 months ago
  21. 42b02f5 [cmake] Emit warnings for contradictory build settings by Nick Terrell · 3 months ago
  22. cd4dba7 pzstd: use c++14 without conditions by Alexander Kanavin · 1 year ago
  23. 7d970bd Implement one-shot fallback for magicless format (#3971) by Elliot Gorokhovsky · 3 months ago
  24. a595e58 [cmake] Fix up PR #3716 by Nick Terrell · 3 months ago
  25. 79cd0ff Makes it possible to use the lib through FetchContent or ExternalProject_Add by dsvi · 11 months ago
  26. 3008f74 Merge pull request #3973 from facebook/dependabot/github_actions/github/codeql-action-3.24.7 by Yann Collet · 3 months ago
  27. f79c1c4 Merge pull request #3972 from facebook/dependabot/github_actions/actions/cache-4 by Yann Collet · 3 months ago
  28. 9dca060 Bump github/codeql-action from 3.24.6 to 3.24.7 by dependabot[bot] · 3 months ago
  29. 88301b5 Bump actions/cache from 3 to 4 by dependabot[bot] · 3 months ago
  30. 0fcdc62 Merge pull request #3969 from facebook/v156_prep by Yann Collet · 3 months ago
  31. dff5407 Merge pull request #3966 from facebook/debug_lineNumber by Yann Collet · 3 months ago
  32. 351498b update CHANGELOG for v1.5.6 by Yann Collet · 3 months ago
  33. 686e7e4 updated version to v1.5.6 by Yann Collet · 3 months ago
  34. 559762d Remove duplicate and incorrect docs in zstd_decompress.c (#3967) by Elliot Gorokhovsky · 3 months ago
  35. 9cc3304 add line number to debug traces by Yann Collet · 3 months ago
  36. a0a9bc6 [cmake] Always create libzstd target by Nick Terrell · 3 months ago
  37. 515c07a Merge pull request #3964 from felixhandte/promote-tgt-c-blk-size-to-stable by Felix Handte · 3 months ago
  38. 490163a Merge pull request #3963 from felixhandte/also-handle-hidden-files-output-dir-mirror by Felix Handte · 3 months ago
  39. 216099a Merge pull request #3962 from facebook/cover_lessIncludes by Yann Collet · 3 months ago
  40. 04d91d5 Merge pull request #3960 from felixhandte/use-utimensat-on-posix-2001 by Felix Handte · 3 months ago
  41. 3613448 Promote `ZSTD_c_targetCBlockSize` Parameter to Stable API by W. Felix Handte · 3 months ago
  42. 86b8e39 Remove Erroneous Exclusion of Hidden Files and Folders in `--output-dir-mirror` by W. Felix Handte · 3 months ago
  43. 2215101 Add a Few Tests by W. Felix Handte · 3 months ago
  44. d6ee2d5 Use `utimensat()` on FreeBSD by W. Felix Handte · 3 months ago
  45. ff0afba [asm][aarch64] Mark that BTI and PAC are supported by Nick Terrell · 3 months ago
  46. c8ab027 reduce the amount of includes in "cover.h" by Yann Collet · 3 months ago
  47. 7c2aa73 Merge pull request #3958 from facebook/doc3698 by Yann Collet · 3 months ago
  48. 084b362 Merge pull request #3956 from facebook/fix3702 by Yann Collet · 3 months ago
  49. c1e9953 [CI] Run tests with CMake on Windows by Nick Terrell · 3 months ago
  50. 94c1020 [cpu] Backport fix for rbx clobbering on Windows with Clang by Nick Terrell · 3 months ago
  51. 4bd911a Merge pull request #3954 from facebook/zeroSeq_sample by Yann Collet · 3 months ago
  52. b20703f Updates `ZSTD_RowFindBestMatch` comment (#3947) by Yonatan Komornik · 3 months ago
  53. f65b9e2 Exercise ZSTD_findDecompressedSize() in the simple decompression fuzzer (#3959) by Elliot Gorokhovsky · 3 months ago
  54. ff6713f fix duplicated paragraph by Yann Collet · 3 months ago
  55. 5473b72 updated documentation by Yann Collet · 3 months ago
  56. 92fbd42 Export ZSTD_LEGACY_SUPPORT in tests/Makefile (#3955) by Elliot Gorokhovsky · 3 months ago
  57. 83ec3d0 no longer truncate file name in verbose mode by Yann Collet · 3 months ago
  58. 5a66afa Add common file extensions to --exclude-compressed (#3951) by daniellerozenblit · 3 months ago
  59. 37ff4f9 removed golden-decompression/.gitignore by Yann Collet · 3 months ago
  60. e27e156 Merge pull request #3901 from robandpdx-org/convert-facebook-zstd-to-actions by Yann Collet · 3 months ago
  61. a6ff119 Merge pull request #3952 from felixhandte/stop-hardcoding-posix-version-on-bsd by Felix Handte · 3 months ago
  62. 0ae98ba add same .gitignore rule in golden-decompression/ by Yann Collet · 3 months ago
  63. db996d2 Merge pull request #3933 from facebook/fix3819 by Yann Collet · 3 months ago
  64. 7a43609 Merge pull request #3934 from facebook/risc5ci by Yann Collet · 3 months ago
  65. 3b573ba Merge pull request #3936 from facebook/debug5 by Yann Collet · 3 months ago
  66. 8688c6e Merge pull request #3942 from facebook/fix3719 by Yann Collet · 3 months ago
  67. 4eea5af Merge pull request #3946 from facebook/cmake_hpux by Yann Collet · 3 months ago
  68. ca0fc76 Merge pull request #3948 from facebook/tests_2927 by Yann Collet · 3 months ago
  69. b39c767 Add the zeroSeq sample by Yann Collet · 3 months ago
  70. fe7c645 Merge pull request #3937 from facebook/offset0 by Yann Collet · 3 months ago
  71. 8ba5bc4 chore: fix some typos (#3949) by acceptacross · 3 months ago
  72. ee6acaf Pin tsan and msan CI jobs to ubuntu-20.04 (#3945) by Elliot Gorokhovsky · 3 months ago
  73. e087280 Use ZSTD_LEGACY_SUPPORT=5 in make test (#3943) by Elliot Gorokhovsky · 3 months ago
  74. 74e856a add tests inspired from #2927 by Yann Collet · 3 months ago
  75. edab9ee Fix AsyncIO reading seed queueing (#3940) by Yonatan Komornik · 3 months ago
  76. f6039f3 cmake refactor: move HP-UX specific logic into its own function by Yann Collet · 3 months ago
  77. a4db145 Merge pull request #3862 from likema/fix-hpux-parisc by Yann Collet · 3 months ago
  78. f99a450 Stop Hardcoding the POSIX Version on BSDs by W. Felix Handte · 3 months ago
  79. 1362699 minor man page clarification by Yann Collet · 3 months ago
  80. fbd9e62 added tests by Yann Collet · 3 months ago
  81. c610a01 fix #3719 by Yann Collet · 3 months ago
  82. 372fddf Merge pull request #3860 from likema/fix-xxhash-aix-51 by Yann Collet · 3 months ago
  83. cb596b0 Merge pull request #3929 from facebook/llu_vscode by Yann Collet · 3 months ago
  84. c1875a7 Merge pull request #3928 from facebook/doc3727 by Yann Collet · 3 months ago
  85. eb5f7a7 produced golden sample for the offset==0 decoder test by Yann Collet · 3 months ago
  86. d2f56ba update documentation by Yann Collet · 3 months ago
  87. a9fb8d4 new method to deal with offset==0 by Yann Collet · 3 months ago
  88. e127139 Merge pull request #3824 from elasota/specify-zero-offset by Yann Collet · 3 months ago
  89. 478e5fe Merge pull request #3816 from elasota/fix-state-table by Yann Collet · 3 months ago
  90. aed172a minor: fix incorrect debug level by Yann Collet · 3 months ago
  91. ad59027 added RISC-V emulation tests on Github CI by Yann Collet · 3 months ago
  92. 007cda8 prevent XXH64 from being autovectorized by XXH512 by default by Yann Collet · 3 months ago
  93. 8689633 Merge pull request #3840 from aimuz/fix-reserved by Yann Collet · 4 months ago
  94. 2abe8d6 fix LLU->ULL by Yann Collet · 4 months ago
  95. 4fb0a77 update -V documentation by Yann Collet · 4 months ago
  96. b293d2e Merge pull request #3927 from facebook/dependabot/github_actions/github/codeql-action-3.24.6 by Yann Collet · 4 months ago
  97. 70df177 Bump github/codeql-action from 3.24.5 to 3.24.6 by dependabot[bot] · 4 months ago
  98. e385c3d Merge pull request #3753 from facebook/make2 by Yann Collet · 4 months ago
  99. bb774ae Merge pull request #3804 from facebook/dependabot/github_actions/ossf/scorecard-action-2.3.1 by Yann Collet · 4 months ago
  100. 61d8906 Merge pull request #3918 from facebook/dependabot/github_actions/github/codeql-action-3.24.5 by Yann Collet · 4 months ago