1. b87f310 Only run playTests.sh cmake test if in unix shell environment. by Nathan Moinvaziri · 2 years, 11 months ago
  2. 9abecfb replaced Zstandard by zstd in man page by Yann Collet · 2 years, 11 months ago
  3. b63854b Merge pull request #3281 from ilyakurdyukov/patch-1 by Yann Collet · 3 years ago
  4. 2bd70ef zstd-pgo: also clean zstd binary from objects by Ilya Kurdyukov · 3 years ago
  5. 2ffcb2d fixed zstd-pgo target for GCC by Ilya Kurdyukov · 3 years ago
  6. 33273e1 Merge pull request #3277 from felixhandte/ossf-scorecard by Felix Handte · 3 years ago
  7. de9a450 Restrict from Running on Forks by W. Felix Handte · 3 years ago
  8. 79729f8 Create scorecards.yml by Felix Handte · 3 years ago
  9. 096dccb Merge pull request #3273 from MaskRay/deprecated by Yann Collet · 3 years ago
  10. 5635827 Move ZSTD_DEPRECATED before ZSTDLIB_API/ZSTDLIB_STATIC_API by Fangrui Song · 3 years ago
  11. 43962d7 Merge pull request #3267 from Tachi107/pkg-config-ci by Yann Collet · 3 years ago
  12. e007d65 Merge pull request #3274 from facebook/copycctx by Yann Collet · 3 years ago
  13. 434ffe9 minor: refactor publication of ZSTD_copyCCtx() by Yann Collet · 3 years ago
  14. 21bd8c3 Removed unused variable (#3272) by Yonatan Komornik · 3 years ago
  15. 3587877 Fix for `zstd` CLI accepts bogus values for numeric parameters (#3268) by ctkhanhly · 3 years ago
  16. 966ac9d ci: test pkg-config file by Andrea Pappacoda · 3 years ago
  17. 1c04514 Merge pull request #3252 from Tachi107/build-cmake-pkg-config-always by Yann Collet · 3 years ago
  18. 369d63b Merge pull request #3265 from DimitriPapadopoulos/actions by Yann Collet · 3 years ago
  19. b1b1e3a Update GitHub Actions by Dimitri Papadopoulos · 3 years ago
  20. 97c23cf Merge pull request #3199 from JunHe77/comp by Yann Collet · 3 years ago
  21. e9e8875 Merge pull request #3245 from haampie/fix/SED_ERE_OPT by Yann Collet · 3 years ago
  22. f7251f8 Merge pull request #3247 from haampie/fix/grep by Yann Collet · 3 years ago
  23. ad13c4a Merge pull request #3264 from sashashura/patch-1 by Yann Collet · 3 years ago
  24. 091917a build: harden GitHub Workflow permissions by Alex · 3 years ago
  25. ce52acd compress:check more bytes to reduce ZSTD_count call by Jun He · 3 years, 3 months ago
  26. cb6dc32 Merge pull request #3263 from daniellerozenblit/null-buffer-decompress by daniellerozenblit · 3 years ago
  27. 8bb833b Merge branch 'null-buffer-decompress' of github.com:daniellerozenblit/zstd into null-buffer-decompress by Danielle Rozenblit · 3 years ago
  28. e46b12e fix indentation by Danielle Rozenblit · 3 years ago
  29. 484b9d6 Merge pull request #3256 from facebook/clean by Yann Collet · 3 years ago
  30. 5129b4a simplify clean target maintenance within programs/ by Yann Collet · 3 years ago
  31. f59f797 Merge branch 'facebook:dev' into null-buffer-decompress by daniellerozenblit · 3 years ago
  32. a1d8942 fuzzer error fix by Danielle Rozenblit · 3 years ago
  33. 361b7bd Merge branch 'dev' into clean by Yann Collet · 3 years ago
  34. 74ece50 Merge pull request #3262 from daniellerozenblit/sequence-bound by daniellerozenblit · 3 years ago
  35. 1613caf use ZSTD_sequenceBound in seqBench by Danielle Rozenblit · 3 years ago
  36. 88b49e9 Merge branch 'facebook:dev' into sequence-bound by daniellerozenblit · 3 years ago
  37. 39ab02a Merge pull request #3257 from embg/seqBench2 by Elliot Gorokhovsky · 3 years ago
  38. aa82998 add sequence bound function by Danielle Rozenblit · 3 years ago
  39. 6600a05 Merge pull request #3259 from DimitriPapadopoulos/codespell by Elliot Gorokhovsky · 3 years ago
  40. c26aa5d Merge pull request #3258 from daniellerozenblit/null-buffer-decompress by daniellerozenblit · 3 years ago
  41. a06e953 some additional comments, remove apt-get from clang jobs, better test titles by Danielle Rozenblit · 3 years ago
  42. 0015308 Fix typos found by codespell by Dimitri Papadopoulos · 3 years ago
  43. 3d7f9a9 skip flush operation in case where op is NULL by Danielle Rozenblit · 3 years ago
  44. f3ddaad ternary operator instead of if statement by Danielle Rozenblit · 3 years ago
  45. cf255cc remove 32-bit ubsan clang test (bug in clang that produces an error) by Danielle Rozenblit · 3 years ago
  46. 61c79bf Benchmark program for sequence compression API by Elliot Gorokhovsky · 3 years ago
  47. 66ed3df add clang jobs for ubsan in github workflow by Danielle Rozenblit · 3 years ago
  48. 0288427 fix zero offset to nullpointer errors by Danielle Rozenblit · 3 years ago
  49. c0b4673 streamline `make clean` list maintenance by Yann Collet · 3 years ago
  50. fe22e8c revert change by Danielle Rozenblit · 3 years ago
  51. ca78d10 do not recover pointer overflow for testing by Danielle Rozenblit · 3 years ago
  52. bc7492c added zstreamtest_ubsan to make file + added ubsan zstreamtest job for CI tests by Danielle Rozenblit · 3 years ago
  53. 282a955 added test that exposes zero offset to null pointer error when built with clang by Danielle Rozenblit · 3 years ago
  54. 4a6783b remove zstream_ubsan from git and add to gitignore by Danielle Rozenblit · 3 years ago
  55. 69022ad null decompress buffer test and ubsan flag added by Danielle Rozenblit · 3 years ago
  56. a0b09d0 build(cmake): improve pkg-config generation by Andrea Pappacoda · 3 years ago
  57. efef80b Fix make variable by Harmen Stoppels · 3 years, 1 month ago
  58. ae5f273 drop -E flag in sed by Harmen Stoppels · 3 years, 1 month ago
  59. 155d6a5 Merge pull request #3241 from wahern/wahern-combine-sh-faster by Yann Collet · 3 years, 1 month ago
  60. ef60302 Merge pull request #3230 from grossws/fix3229-docs by Elliot Gorokhovsky · 3 years, 1 month ago
  61. 3b4e470 Document pass-through behavior (#3242) by Chris Burgess · 3 years, 1 month ago
  62. 60fcc36 escape glob pattern special characters in subject string before generating search patterns in combine.sh list_has_item by William Ahern · 3 years, 1 month ago
  63. cca3544 restore combine.sh bash performance while still sticking to POSIX by William Ahern · 3 years, 1 month ago
  64. 1b249cf Merge pull request #3235 from facebook/docTraining by Yann Collet · 3 years, 1 month ago
  65. 1c847e2 Add description for ZSTD_decompressStream and ZSTD_initDStream by Konstantin Gribov · 3 years, 1 month ago
  66. 3f7a1b1 added a few documentation words about dictionary training by Yann Collet · 3 years, 1 month ago
  67. 03cc84f Add explicit --pass-through flag and default to enabled for *cat (#3223) by Nick Terrell · 3 years, 1 month ago
  68. d0dcc9d fix issue #3144 (#3226) by zengyijing · 3 years, 1 month ago
  69. e818fa8 Merge pull request #3232 from facebook/fileiotypes_nomemh by Yann Collet · 3 years, 1 month ago
  70. 9e90b18 Merge pull request #3231 from facebook/fileio_missingInclude by Yann Collet · 3 years, 1 month ago
  71. 3dfcafa fileio_types.h : avoid dependency on mem.h by Yann Collet · 3 years, 1 month ago
  72. a925362 minor : fixed missing include by Yann Collet · 3 years, 1 month ago
  73. a70ca2b Fix off-by-one error in superblock mode (#3221) by Nick Terrell · 3 years, 1 month ago
  74. 7e6278a Merge pull request #3196 from mileshu/dev by Felix Handte · 3 years, 1 month ago
  75. 201f2e3 Merge branch 'dev' of https://github.com/mileshu/zstd into dev by Miles Hu · 3 years, 1 month ago
  76. c450f9f [T124890272] Mark 2 Obsolete Functions(ZSTD_copy*Ctx) Deprecated in Zstd by Miles HU · 3 years, 2 months ago
  77. 0f4fd28 Deprecate ZSTD_getDecompressedSize() (#3225) by Nick Terrell · 3 years, 1 month ago
  78. 28ceb63 Merge pull request #3220 from embg/issue3200 by Elliot Gorokhovsky · 3 years, 1 month ago
  79. 1b445c1 Fix hash4Ptr for big endian (#3227) by Qiongsi Wu · 3 years, 1 month ago
  80. ae46704 stdin multiple file fixes (#3222) by Yonatan Komornik · 3 years, 1 month ago
  81. f9f27de Disallow empty output directory by Elliot Gorokhovsky · 3 years, 1 month ago
  82. d4a5bc4 Add warning when multi-thread decompression is requested (#3208) by Tom Wang · 3 years, 1 month ago
  83. 2b9fde9 Fix small file passthrough (#3215) by Chris Burgess · 3 years, 1 month ago
  84. 1e09cff zlibWrapper: Update for zlib 1.2.12 (#3217) by orbea · 3 years, 1 month ago
  85. b1bbb0e [AIX] Fix Compiler Flags and Bugs on AIX to Pass All Tests (#3219) by Qiongsi Wu · 3 years, 1 month ago
  86. e1873ad Fix buffer underflow for null dir1 by Elliot Gorokhovsky · 3 years, 1 month ago
  87. ec5fdcd lib: add hint to generate more pipeline friendly code (#3138) by Jun He · 3 years, 1 month ago
  88. 558cf20 decomp: add prefetch for matched seq on aarch64 (#3164) by Jun He · 3 years, 1 month ago
  89. 85d6330 Add transparency and optimize logo (#3218) by Mathew R Gordon · 3 years, 1 month ago
  90. e5db7c9 Merge pull request #3197 from embg/docstring_clarify by Elliot Gorokhovsky · 3 years, 2 months ago
  91. bef1d9a Merge pull request #3209 from zhuhan0/dev by Elliot Gorokhovsky · 3 years, 2 months ago
  92. 6255f99 [largeNbDicts] Second try at fixing decompression segfault to always create compressInstructions by Han Zhu · 3 years, 2 months ago
  93. 466e13f Merge pull request #3205 from zhuhan0/dev by Elliot Gorokhovsky · 3 years, 2 months ago
  94. d993a28 [largeNbDicts] Add an option to print out median speed by Han Zhu · 3 years, 2 months ago
  95. b550f9b [largeNbDicts] Print more metrics into csv file by Han Zhu · 3 years, 2 months ago
  96. d0c88af [largeNbDicts] Fix decompression segfault in createCompressInstructions by Han Zhu · 3 years, 2 months ago
  97. 43f21a6 Intial commit to address 3090. Added support to decompress empty block. (#3118) by udayanbapat · 3 years, 2 months ago
  98. 6d75b36 Clarify -B docstring by Elliot Gorokhovsky · 3 years, 2 months ago
  99. 6b233d5 [T124890272] Mark 2 Obsolete Functions(ZSTD_copy*Ctx) Deprecated in Zstd by Miles HU · 3 years, 2 months ago
  100. a5655e4 Revert "T119975957" by Miles HU · 3 years, 2 months ago