1. 1c847e2 Add description for ZSTD_decompressStream and ZSTD_initDStream by Konstantin Gribov · 3 years, 1 month ago
  2. 0f4fd28 Deprecate ZSTD_getDecompressedSize() (#3225) by Nick Terrell · 3 years, 1 month ago
  3. 28ceb63 Merge pull request #3220 from embg/issue3200 by Elliot Gorokhovsky · 3 years, 1 month ago
  4. 1b445c1 Fix hash4Ptr for big endian (#3227) by Qiongsi Wu · 3 years, 1 month ago
  5. ae46704 stdin multiple file fixes (#3222) by Yonatan Komornik · 3 years, 1 month ago
  6. f9f27de Disallow empty output directory by Elliot Gorokhovsky · 3 years, 1 month ago
  7. d4a5bc4 Add warning when multi-thread decompression is requested (#3208) by Tom Wang · 3 years, 1 month ago
  8. 2b9fde9 Fix small file passthrough (#3215) by Chris Burgess · 3 years, 1 month ago
  9. 1e09cff zlibWrapper: Update for zlib 1.2.12 (#3217) by orbea · 3 years, 1 month ago
  10. b1bbb0e [AIX] Fix Compiler Flags and Bugs on AIX to Pass All Tests (#3219) by Qiongsi Wu · 3 years, 1 month ago
  11. e1873ad Fix buffer underflow for null dir1 by Elliot Gorokhovsky · 3 years, 1 month ago
  12. ec5fdcd lib: add hint to generate more pipeline friendly code (#3138) by Jun He · 3 years, 1 month ago
  13. 558cf20 decomp: add prefetch for matched seq on aarch64 (#3164) by Jun He · 3 years, 1 month ago
  14. 85d6330 Add transparency and optimize logo (#3218) by Mathew R Gordon · 3 years, 1 month ago
  15. e5db7c9 Merge pull request #3197 from embg/docstring_clarify by Elliot Gorokhovsky · 3 years, 2 months ago
  16. bef1d9a Merge pull request #3209 from zhuhan0/dev by Elliot Gorokhovsky · 3 years, 2 months ago
  17. 6255f99 [largeNbDicts] Second try at fixing decompression segfault to always create compressInstructions by Han Zhu · 3 years, 2 months ago
  18. 466e13f Merge pull request #3205 from zhuhan0/dev by Elliot Gorokhovsky · 3 years, 2 months ago
  19. d993a28 [largeNbDicts] Add an option to print out median speed by Han Zhu · 3 years, 2 months ago
  20. b550f9b [largeNbDicts] Print more metrics into csv file by Han Zhu · 3 years, 2 months ago
  21. d0c88af [largeNbDicts] Fix decompression segfault in createCompressInstructions by Han Zhu · 3 years, 2 months ago
  22. 43f21a6 Intial commit to address 3090. Added support to decompress empty block. (#3118) by udayanbapat · 3 years, 2 months ago
  23. 6d75b36 Clarify -B docstring by Elliot Gorokhovsky · 3 years, 2 months ago
  24. 02ef78b Merge pull request #3184 from htnhan/features/list_verbose_to_show_dictionary_id by Felix Handte · 3 years, 2 months ago
  25. d7eb829 Detect multiple dictIDs in one file by htnhan · 3 years, 2 months ago
  26. cc8c984 zstd -lv <file> to show dictID by htnhan · 3 years, 2 months ago
  27. 3ef92cf Merge pull request #3180 from nocnokneo/MSVCBuildTests by Elliot Gorokhovsky · 3 years, 2 months ago
  28. cd9d0a7 Fix ZSTD_BUILD_TESTS=ON build with MSVC by Taylor Braun-Jones · 3 years, 2 months ago
  29. 5d2fb42 Merge pull request #3179 from embg/1.5.3_bump by Elliot Gorokhovsky · 3 years, 2 months ago
  30. bb3839a make -C programs zstd.1 by Elliot Gorokhovsky · 3 years, 2 months ago
  31. 5c382bf 1.5.3 version bump by Elliot Gorokhovsky · 3 years, 2 months ago
  32. e9d6fc8 Merge pull request #3177 from embg/dms_prefetch2 by Elliot Gorokhovsky · 3 years, 3 months ago
  33. cb9e341 Nits by Elliot Gorokhovsky · 3 years, 3 months ago
  34. bb4a3c7 Update README.md for fuzzers (#3174) by Elliot Gorokhovsky · 3 years, 3 months ago
  35. 747e06f Add tests by Elliot Gorokhovsky · 3 years, 3 months ago
  36. 6bd5ac6 add prefetchCDictTables to largeNbDicts by Elliot Gorokhovsky · 3 years, 3 months ago
  37. 93b89fb Add docs by Elliot Gorokhovsky · 3 years, 3 months ago
  38. 2a12811 Add prefetchCDictTables CCtxParam by Elliot Gorokhovsky · 3 years, 3 months ago
  39. f5c4ec4 Merge pull request #3175 from facebook/fix3169 by Yann Collet · 3 years, 3 months ago
  40. 91aeade Streaming decompression can detect incorrect header ID sooner by Yann Collet · 3 years, 3 months ago
  41. f6ef143 "Short cache" optimization for level 1-4 DMS (+5-30% compression speed) (#3152) by Elliot Gorokhovsky · 3 years, 3 months ago
  42. eb842a2 Merge pull request #3170 from facebook/mesongnu99 by Yann Collet · 3 years, 3 months ago
  43. 15f3605 removed gnu99 statement from meson recipe by Yann Collet · 3 years, 3 months ago
  44. 3367e6d Merge pull request #3167 from facebook/cmake_std by Yann Collet · 3 years, 3 months ago
  45. eceecc5 removed explicit compilation standard from cmake script by Yann Collet · 3 years, 3 months ago
  46. f15dd64 Merge pull request #3166 from facebook/warning_clockt by Yann Collet · 3 years, 3 months ago
  47. 574ecbb display a warning message when using C90 clock_t for MT speed measurements. by Yann Collet · 3 years, 3 months ago
  48. b33ef91 updated documentation regarding build systems by Yann Collet · 3 years, 3 months ago
  49. b7b7edb Merge pull request #3161 from embg/largeNbDictsImprovements by Elliot Gorokhovsky · 3 years, 3 months ago
  50. 2436405 fix typo by Elliot Gorokhovsky · 3 years, 3 months ago
  51. 2bbdc9f Fix FILE handle leak by Elliot Gorokhovsky · 3 years, 3 months ago
  52. f7ebbcd Support advanced API so forceCopy/forceAttach works properly by Elliot Gorokhovsky · 3 years, 3 months ago
  53. e0c4863 largeNbDicts bugfix + improvements by Elliot Gorokhovsky · 3 years, 3 months ago
  54. b944db0 Merge pull request #3160 from danlark1/patch-1 by Elliot Gorokhovsky · 3 years, 3 months ago
  55. 05f3f41 Fix big endian ARM NEON path by Daniel Kutenin · 3 years, 3 months ago
  56. 3b1bd91 Merge pull request #3141 from JunHe77/seqDec by Nick Terrell · 3 years, 3 months ago
  57. 3b915cd Merge pull request #3145 from JunHe77/wildcopy by Nick Terrell · 3 years, 3 months ago
  58. f313a77 Merge pull request #3157 from embg/huge_dict_bugfix by Elliot Gorokhovsky · 3 years, 3 months ago
  59. 31bd640 Bugfix for huge dictionaries by Elliot Gorokhovsky · 3 years, 3 months ago
  60. 27bf96e updated --single-thread man by Yann Collet · 3 years, 3 months ago
  61. 802ad77 Merge pull request #3154 from terrelln/rsyncable-speed-fix by Nick Terrell · 3 years, 3 months ago
  62. 7c05b9a Remove expensive assert in --rsyncable hot loop by Nick Terrell · 3 years, 3 months ago
  63. 9f346db Merge pull request #3147 from animalize/dev by Nick Terrell · 3 years, 3 months ago
  64. b06d10a Merge pull request #3148 from ihsinme/patch-1 by Yann Collet · 3 years, 3 months ago
  65. 2491c65 dec: adjust seqSymbol load on aarch64 by Jun He · 3 years, 4 months ago
  66. 5081ccb Update zstd_compress.c by ihsinme · 3 years, 3 months ago
  67. 95073b1 fix leaking thread handles on Windows by Ma Lin · 3 years, 3 months ago
  68. d7249da common: apply two stage copy to aarch64 by Jun He · 3 years, 4 months ago
  69. 9a5e73c Merge pull request #3143 from facebook/fixdoc_3142 by Yann Collet · 3 years, 4 months ago
  70. 1c8a697 Merge pull request #3139 from danlark1/dev by Nick Terrell · 3 years, 4 months ago
  71. f33ccd2 fix small error in format documentation example by Yann Collet · 3 years, 4 months ago
  72. 9166c6a Again unused error warning. Fixed by Danila Kutenin · 3 years, 4 months ago
  73. 6b561d2 Move NEON version to a separate function and fix indentation by Danila Kutenin · 3 years, 4 months ago
  74. 778f639 Disable unused variable warning by Danila Kutenin · 3 years, 4 months ago
  75. e11783b [lazy] Optimize ZSTD_row_getMatchMask for level 8-10 by Danila Kutenin · 3 years, 4 months ago
  76. fda537b Merge pull request #3135 from averred/dev by Yann Collet · 3 years, 4 months ago
  77. 14894d6 Typo in man by Talha Khan · 3 years, 4 months ago
  78. f349d18 Merge pull request #3127 from embg/repcode_history by Elliot Gorokhovsky · 3 years, 4 months ago
  79. 3620a0a Nits by Elliot Gorokhovsky · 3 years, 4 months ago
  80. 8af64f4 Merge pull request #3129 from felixhandte/zstd-fast-nodict-unconditional-ip1-table-write by Felix Handte · 3 years, 4 months ago
  81. 1bc8019 Update results.csv by W. Felix Handte · 3 years, 4 months ago
  82. 1dd046a Fix Comments Slightly by W. Felix Handte · 3 years, 4 months ago
  83. cd1f582 Hoist Hash Table Writes Up into Each Match Found Block by W. Felix Handte · 3 years, 4 months ago
  84. 040986a ZSTD_fast_noDict: Minimize Checks When Writing Hash Table for ip1 by W. Felix Handte · 3 years, 4 months ago
  85. 22875ec Nits by Elliot Gorokhovsky · 3 years, 4 months ago
  86. 97aabc4 Correct and clarify repcode offset history logic by Elliot Gorokhovsky · 3 years, 4 months ago
  87. 8bf32de Merge pull request #3126 from embg/fix_freebsd_ci by Elliot Gorokhovsky · 3 years, 4 months ago
  88. 83049cb Unbreak FreeBSD CI by Elliot Gorokhovsky · 3 years, 4 months ago
  89. 7915c11 Merge pull request #3114 from embg/fast_extdict_pipeline2 by Elliot Gorokhovsky · 3 years, 4 months ago
  90. 3be9a81 Update results.csv by Elliot Gorokhovsky · 3 years, 4 months ago
  91. ea763f3 Merge pull request #3122 from eli-schwartz/betterlinkage by Yann Collet · 3 years, 4 months ago
  92. 6548ec7 meson: for internal linkage, link to both libzstd and a static copy of it by Eli Schwartz · 3 years, 5 months ago
  93. 8d522b8 meson: avoid rebuilding some libzstd sources in the programs by Eli Schwartz · 4 years, 1 month ago
  94. df6eefb meson: avoid rebuilding some libzstd files in the test programs by Eli Schwartz · 4 years, 1 month ago
  95. ac371be Remove hasStep variant (not enough wins to justify the code size increase) by Elliot Gorokhovsky · 3 years, 5 months ago
  96. ce6b69f Final nit by Elliot Gorokhovsky · 3 years, 5 months ago
  97. 6a2e1f7 Revert "Hardcode repcode safety check, fix cosmetic nits" by Elliot Gorokhovsky · 3 years, 5 months ago
  98. 518cb83 Hardcode repcode safety check, fix cosmetic nits by Elliot Gorokhovsky · 3 years, 5 months ago
  99. 86bd977 Merge pull request #3117 from cuishuang/dev by Yann Collet · 3 years, 5 months ago
  100. 0579679 fix some typos by cuishuang · 3 years, 5 months ago