1. c6c0a57 Merge pull request #2315 from senhuang42/allow_zstd_suffix by Yann Collet · 5 years ago
  2. 2fc1d50 Merge pull request #2324 from terrelln/kernel-test-fix by Nick Terrell · 5 years ago
  3. a70fa34 [CI][linux-kernel] Enable -Wunused-const-variable and -Wunused-but-set-variable by Nick Terrell · 5 years ago
  4. dec7fb0 [lib] Silence -Wunused-const-variable warnings by Nick Terrell · 5 years ago
  5. 978659d [linux-kernel] Fix unused variable warnings with malloc, calloc, and free by Nick Terrell · 5 years ago
  6. 8170e3c Merge pull request #2320 from terrelln/test-fix by Nick Terrell · 5 years ago
  7. 973f2ad [tests] Don't write to stdout by Nick Terrell · 5 years ago
  8. 200c960 Merge pull request #2311 from felixhandte/ddss-fix-cparam-derivation by Felix Handte · 5 years ago
  9. 0703495 Add -f to .zstd decompression CLI test by senhuang42 · 5 years ago
  10. 6b6cc80 Support .zstd suffix only for decompression by senhuang42 · 5 years ago
  11. 5870c47 Merge pull request #2313 from felixhandte/fuzzer-separate-long-tests by Felix Handte · 5 years ago
  12. e991f99 Run Long Tests in GitHub CI by W. Felix Handte · 5 years ago
  13. 9398acb Move Last Two Long Tests in fuzzer.c into Separate --long-tests Section by W. Felix Handte · 5 years ago
  14. f23a321 Update Regression Test Results by W. Felix Handte · 5 years ago
  15. 8930c6e Use ZSTD_CCtxParams_init() to Init CCtxParams, not memset() by W. Felix Handte · 5 years ago
  16. e8a4432 Avoid Redundancy in ZSTD_initCDict_internal() Args; Don't Take CParams + CCtxParams by W. Felix Handte · 5 years ago
  17. eee51a6 Fall Back if Derived CParams are Incompatible with DDSS; Refactor CDict Creation by W. Felix Handte · 5 years ago
  18. bc6521a Make ZSTD_createCDict_advanced2() cctxParams Arg Const by W. Felix Handte · 5 years ago
  19. 26a96a5 Do More Complete CParams Deduction in Non-DDSS Path of ZSTD_createCDict_advanced2 by W. Felix Handte · 5 years ago
  20. a2af804 Pull CParam Override Logic into Helper by W. Felix Handte · 5 years ago
  21. d96e98c Merge pull request #2308 from terrelln/zstd-kernel by Nick Terrell · 5 years ago
  22. 0562299 Merge pull request #2292 from senhuang42/multifile_status_update_fio_refactor by Yann Collet · 5 years ago
  23. e583e0b Merge pull request #2299 from senhuang42/env_var_num_threads by Yann Collet · 5 years ago
  24. 517956e Merge pull request #2306 from facebook/check_endDirective by Yann Collet · 5 years ago
  25. 5651fe9 [contrib][linux-kernel] Add decompress_sources.h by Nick Terrell · 5 years ago
  26. dec1a78 minor fix casting for Visual by Yann Collet · 5 years ago
  27. c91a085 check endDirective in ZSTD_compressStream2() by Yann Collet · 5 years ago
  28. d903b55 Merge pull request #2295 from felixhandte/dedicated-dict-search-structure-chain by Felix Handte · 5 years ago
  29. d6246d4 Print More During Fuzzer Test to Avoid CI Killing it Due to Timeout by W. Felix Handte · 5 years ago
  30. 6d3f816 Test Fewer Dictionary Sizes by W. Felix Handte · 5 years ago
  31. b6df3fd Fix Debug Logging in 32-bit Build by W. Felix Handte · 5 years ago
  32. c5fab88 Document searchFuncs Table by W. Felix Handte · 5 years ago
  33. 85a9584 Further Consolidate Dict Mode Checks by W. Felix Handte · 5 years ago
  34. 032010f Improve Documentation Slightly by W. Felix Handte · 5 years ago
  35. 0faefbf Make DDSS Selection Override ForceCopy Directive by W. Felix Handte · 5 years ago
  36. 2cc2b40 Test DDSS A Little More Thoroughly by W. Felix Handte · 5 years ago
  37. efa3386 Attempt to Fix MSVC Warnings by W. Felix Handte · 5 years ago
  38. ed43832 Simplify Match Limit Checks by W. Felix Handte · 5 years ago
  39. 06d240b Use All Available Space in the Hash Table to Extent Chain Table Reach by W. Felix Handte · 5 years ago
  40. b2b0641 Rewrite Table Fill to Retain Cache Entries Beyond Chain Window by W. Felix Handte · 5 years ago
  41. 916238d Avoid Malloc in Table Fill; Pack Tmp Structure into Hash Table by W. Felix Handte · 5 years ago
  42. f42c5bd Truncate Chain at Last Possible Attempt by W. Felix Handte · 5 years ago
  43. 20a020e Prefetch Chain Table Matches by W. Felix Handte · 5 years ago
  44. 9b9feb8 Lay Out Chain Table Chains Contiguously by W. Felix Handte · 5 years ago
  45. 66509c7 Only Insert Positions Inside the Chain Window by W. Felix Handte · 5 years ago
  46. 13c5ec3 Only Allow Dedicated Dict Search for Dicts Loaded in 1 Chunk by W. Felix Handte · 5 years ago
  47. 005ceaa Merge pull request #2276 from felixhandte/dedicated-dict-search-structure by Felix Handte · 5 years ago
  48. 0779354 Fix Bug: Only Use DDSS Insertion on CDict MatchStates by W. Felix Handte · 5 years ago
  49. d214d8c Shorten Dict Mode Conditionals in Order to Improve Readability by W. Felix Handte · 5 years ago
  50. f49c156 Force-Inline ZSTD_insertAndFindFirstIndex_internal() by W. Felix Handte · 5 years ago
  51. cab86b0 Clean Up Search Function Selection by W. Felix Handte · 5 years ago
  52. 2ffbde0 Fix `-Wshorten-64-to-32` Error by W. Felix Handte · 5 years ago
  53. 7b5d2f7 Adjust Working Context Table Sizes Back Down by W. Felix Handte · 5 years ago
  54. c09454e Add Warning Comment to ZSTD_createCDict_advanced2() Declaration by W. Felix Handte · 5 years ago
  55. d332f57 Permit Matching Against Lowest Valid Position by W. Felix Handte · 5 years ago
  56. a3659fe Make ZSTD_dedicatedDictSearch_getCParams Wrap ZSTD_getCParams by W. Felix Handte · 5 years ago
  57. b81f3a3 Easy: Fix Test by W. Felix Handte · 5 years ago
  58. 7b9a755 Remove Chain Limit on Hash Cache Entries; Slightly Improve Compression by W. Felix Handte · 5 years ago
  59. e8b4011 Split Lookups in Hash Cache and Chain Table into Two Loops by W. Felix Handte · 5 years ago
  60. 9e83c78 Simplify DDS Hash Table Construction by W. Felix Handte · 5 years ago
  61. ad9f98a Document the ZSTD_c_enableDedicatedDictSearch Parameter by W. Felix Handte · 5 years ago
  62. 5390fee Rename and Move DD_BLOG Constant to ZSTD_LAZY_DDSS_BUCKET_LOG by W. Felix Handte · 5 years ago
  63. 5e91ae2 Prefetch First Batch of Match Positions; +11% Speed in Level 5 w/ 1 Dict by W. Felix Handte · 5 years ago
  64. df386b3 Fix Off-By-One Error in Counting DDS Search Attempts by W. Felix Handte · 5 years ago
  65. d463060 Enable Dedicated Dict Search in the CLI by W. Felix Handte · 5 years ago
  66. 914bfe7 Init CCtx's Local Dict with CCtxParams by W. Felix Handte · 5 years ago
  67. db2aa25 Decision for Whether to Attach Should be Based on CDict Config, not CCtx by W. Felix Handte · 5 years ago
  68. a494111 Move Prefetch Before Insertion; Speed Up ~6% by W. Felix Handte · 5 years ago
  69. eede46a Misc Refactor of DDS Search Code by W. Felix Handte · 5 years ago
  70. f1b428f Rename enableDedicatedDictSearch to dedicatedDictSearch in MatchState by W. Felix Handte · 5 years ago
  71. 4101219 Always Init CDict's enableDedicatedDictSearch Field by W. Felix Handte · 5 years ago
  72. 34b545a Add a ZSTD_dedicatedDictSearch ZSTD_dictMode_e to Allow Const Propagation by W. Felix Handte · 5 years ago
  73. beefdb0 Fix ZSTD_c_forceAttachDict Bounds by W. Felix Handte · 5 years ago
  74. c204110 Make ZSTD_c_enableDedicatedDictSearch an Experimental Param by W. Felix Handte · 5 years ago
  75. 2cf6cfc Add Fuzzer Test for the Various Dict Attachment Strategies by W. Felix Handte · 5 years ago
  76. ae4ebf6 TODO: Comment by W. Felix Handte · 5 years ago
  77. def62e2 Fix Compilation Warnings by W. Felix Handte · 5 years ago
  78. 80053bd updating cold benchmark by Bimba Shrestha · 5 years ago
  79. 9c62823 creating ZSTD_createCDict_advanced_internal by Bimba Shrestha · 5 years ago
  80. 0a9787c changing to int for consistency by Bimba Shrestha · 5 years ago
  81. e29bc3a using dict mls instead of src mls by Bimba Shrestha · 5 years ago
  82. 145c2d1 add hashtable head prefetching by Bimba Shrestha · 5 years ago
  83. 5d55077 change method name for consistency by Bimba Shrestha · 5 years ago
  84. b30f71b pass correct cparams by Bimba Shrestha · 5 years ago
  85. a3f6e40 removing wrong comment by Bimba Shrestha · 5 years ago
  86. 71fda03 making cctxParams a pointer by Bimba Shrestha · 5 years ago
  87. 628559d loading dict using new algorithm by Bimba Shrestha · 5 years ago
  88. 22705f0 adding dedicatedDictSearch algorithm by Bimba Shrestha · 5 years ago
  89. 31e581b adding enableDedicatedDictSearch to matchState_t by Bimba Shrestha · 5 years ago
  90. 50550a1 adding dedicated dict load method to lazy by Bimba Shrestha · 5 years ago
  91. 75b6360 adding ZSTD_createCDict_advanced2 to zstd.h by Bimba Shrestha · 5 years ago
  92. b7dddbe always attach dict when using dedicatedDictSearch by Bimba Shrestha · 5 years ago
  93. e36a373 adding dedicatedDictSearch cParams helper methods by Bimba Shrestha · 5 years ago
  94. f10d4e3 adding ZSTD_dedicatedDictSearch_defaultCParameters variable by Bimba Shrestha · 5 years ago
  95. c497cb6 Add ZSTD_c_enableDedicatedDictSearch Param by Bimba Shrestha · 5 years ago
  96. 868804d Merge pull request #2301 from terrelln/prepare-for-release by Nick Terrell · 5 years ago
  97. da30a78 [lib] Bump version number to 1.4.6 by Nick Terrell · 5 years ago
  98. edd8327 Update CHANGELOG for the next release by Nick Terrell · 5 years ago
  99. b92569a [doc] Document new build macros in lib/README.md by Nick Terrell · 5 years ago
  100. 5118e30 Merge pull request #2289 from terrelln/zstd-kernel-2 by Nick Terrell · 5 years ago