1. 7d80ada added a test for POOL (multithreading) by Yann Collet · 6 years ago
  2. 5da9bbc Conceivably Dedup ZSTD_noDict and ZSTD_dictMatchState _insertBt1 Impls by W. Felix Handte · 6 years ago
  3. 6de249c fixed: bug when counting nb of active threads by Yann Collet · 6 years ago
  4. 6b48eb1 change control of threadLimit by Yann Collet · 6 years ago
  5. a3cb97b set up sample config.yml by Jennifer Liu · 6 years ago
  6. 5d81f71 Consistency in Guarding DMS-Only Variable Initializations by W. Felix Handte · 6 years ago
  7. 9c14eaf Also Use `matchLow` for HC3 Match by W. Felix Handte · 6 years ago
  8. 0a6cf7c Minor Changes by W. Felix Handte · 6 years ago
  9. ae1f389 Remove Dead(!) HC3 DMS Lookup by W. Felix Handte · 6 years ago
  10. 93702a7 Merge pull request #1198 from facebook/msdebug by Yann Collet · 6 years ago
  11. ae0b7ff made Visual Studio compatible with DEBUGLEVEL >= 2 by cyan4973 · 6 years ago
  12. 62469c9 fixed wrong size in pthread struct transfer by Yann Collet · 6 years ago
  13. 166901d reduced POOL_resize() restriction by Yann Collet · 6 years ago
  14. 066fbbf make zstdmt resize its context by Yann Collet · 6 years ago
  15. 4567c57 finalized POOL_resize() by Yann Collet · 6 years ago
  16. 6768cf5 Merge pull request #1190 from terrelln/ldm-adjust by Yann Collet · 6 years ago
  17. c0b6ce9 Merge pull request #1179 from supertopher/dev by Yann Collet · 6 years ago
  18. 03c39c5 Fix Incorrect Param by W. Felix Handte · 6 years ago
  19. de63950 Update Dict Attachment Cut-Offs by W. Felix Handte · 6 years ago
  20. f0a13bc Make Sure Position 0 Gets Into the Tree by W. Felix Handte · 6 years ago
  21. cb45b41 Merge pull request #1194 from facebook/no-opaqueapi by Yann Collet · 6 years ago
  22. 87fe478 Fix Compression Ratio Regression #1 by W. Felix Handte · 6 years ago
  23. 4bb79f9 Misc Changes by W. Felix Handte · 6 years ago
  24. 2091f34 Find Proper Matches by W. Felix Handte · 6 years ago
  25. 64348a1 Misc Fixes by W. Felix Handte · 6 years ago
  26. ade8586 Find `mls == 3` Matches by W. Felix Handte · 6 years ago
  27. ce74331 Fix Typo by W. Felix Handte · 6 years ago
  28. a075864 Switch `!= ZSTD_extDict` to `== ZSTD_noDict` by W. Felix Handte · 6 years ago
  29. 1e03377 Implement RepCode Check by W. Felix Handte · 6 years ago
  30. ccbf067 Add _dictMatchState Functions by W. Felix Handte · 6 years ago
  31. d5d8240 Convert `extDict` Flag to `dictMode` Enum by W. Felix Handte · 6 years ago
  32. 93c3184 Attach Dicts when Using ZSTD_btopt and ZSTD_btultra by W. Felix Handte · 6 years ago
  33. 5bac1db Tests to verify piped input to `--list` exits 1 by Topher Lubaway · 6 years ago
  34. 1c714fd introduced POOL_resize() by Yann Collet · 6 years ago
  35. c9e8ee9 removed specific --opaqueapi test by Yann Collet · 6 years ago
  36. 1d0fcde Use debug.h in fileio.c by Nick Terrell · 6 years ago
  37. 3841dba Adjust advanced parameters to source size by Nick Terrell · 6 years ago
  38. a3c8b59 Fix cli no print by George Lu · 6 years ago
  39. e30f13b Merge pull request #1185 from felixhandte/zstd-btlazy-in-place-dict by Yann Collet · 6 years ago
  40. e482e32 Reorder Arguments by George Lu · 6 years ago
  41. 0d1ee22 Requested Changes by George Lu · 6 years ago
  42. 8522346 Make Fullbench use new function by George Lu · 6 years ago
  43. 8ad7ce1 Merge pull request #1191 from facebook/huf_rename by Yann Collet · 6 years ago
  44. d8462ec Merge branch 'dev' into huf_rename by Yann Collet · 6 years ago
  45. b7e5ebe grouped X2 function together by Yann Collet · 6 years ago
  46. 9698d2f Merge pull request #1189 from facebook/hist by Yann Collet · 6 years ago
  47. 507bef1 added debug.h for cmake by Yann Collet · 6 years ago
  48. 6901c94 avoid duplicate code comments by Yann Collet · 6 years ago
  49. 78e5e28 Visual Studio project blind fix by Yann Collet · 6 years ago
  50. f70f829 Merge pull request #1187 from facebook/fix1186 by Yann Collet · 6 years ago
  51. a71513b Merge pull request #1184 from facebook/debug by Yann Collet · 6 years ago
  52. bf30b9c Add CXXFLAGS to ALL_LDFLAGS (#1178) by Ryan Schmidt · 6 years ago
  53. 1adf84c renamed all HUF_decompress*X4*() functions into *X2 by Yann Collet · 6 years ago
  54. a09af5e renamed all HUF_decompress*X2*() functions into *X1 by Yann Collet · 6 years ago
  55. 0c654d2 Force Inline BtFindBestMatch by W. Felix Handte · 6 years ago
  56. 20f4f32 Add to bench by George Lu · 6 years ago
  57. cc6539f Requested changes by George Lu · 6 years ago
  58. 7fee966 fix dctx initialization within ZSTD_decompress in stack mode by Yann Collet · 6 years ago
  59. fc68226 fixed g_debuglevel variable name by Yann Collet · 6 years ago
  60. 2d76def grouped all histogram functions into hist.c by Yann Collet · 6 years ago
  61. 6bca3fb Reduce noise in diff by Topher Lubaway · 6 years ago
  62. ec24f98 Removes duplicate IS_CONSOLE from PR by Topher Lubaway · 6 years ago
  63. 0551de4 Search Dict for Matches by W. Felix Handte · 6 years ago
  64. ace9cfa Attach Dicts when Using ZSTD_btlazy2 by W. Felix Handte · 6 years ago
  65. 854825c Merge pull request #1169 from felixhandte/zstd-lazy-in-place-dict by Yann Collet · 6 years ago
  66. fa41bcc grouped debug functions into debug.h by Yann Collet · 6 years ago
  67. d53200a Fix Cast Warning by W. Felix Handte · 6 years ago
  68. b82063b Extend Dictionary Matches Backwards by W. Felix Handte · 6 years ago
  69. d53a042 Update Dictionary Attachment Cutoff Values Again by W. Felix Handte · 6 years ago
  70. 2162aa9 Do Not Inline DMS Search Function by W. Felix Handte · 6 years ago
  71. 338bede Also Implement Depth Repcode Checks by W. Felix Handte · 6 years ago
  72. 555ab9f Apply Match Continuation Bug Fix by W. Felix Handte · 6 years ago
  73. c87dd21 Update Dictionary Attachment Cutoff Values by W. Felix Handte · 6 years ago
  74. 6204b6d Check Dict Match State in ZSTD_HcFindBestMatch_generic by W. Felix Handte · 6 years ago
  75. 211a61b Focus on Non-BT Impls for the Moment by W. Felix Handte · 6 years ago
  76. 2e93736 Remove Pre-Existing Repcode Check by W. Felix Handte · 6 years ago
  77. 3b82a23 Second Repcode Check by W. Felix Handte · 6 years ago
  78. a2a24be First Repcode Check by W. Felix Handte · 6 years ago
  79. f74c2cd Disallow Too-Long Repcodes When Using an Attached Dict by W. Felix Handte · 6 years ago
  80. c14db94 Rename `base` -> `prefixLowest` by W. Felix Handte · 6 years ago
  81. 5d90708 Go Back to Separate Intermediate Functions for Different Dict Modes by W. Felix Handte · 6 years ago
  82. f84fc63 Further Templatize Intermediate Functions on dictMode by W. Felix Handte · 6 years ago
  83. 529d3a5 Convert Existing U32 extDict Vars to ZSTD_dictMode Enums by W. Felix Handte · 6 years ago
  84. 33e2240 Attach Dict When Using ZSTD_lazy Strategies by W. Felix Handte · 6 years ago
  85. 90cfc79 Add _dictMatchState Stubs for ZSTD_lazy Functions by W. Felix Handte · 6 years ago
  86. a85ecb3 Add dictMode Param to ZSTD_compressBlock_lazy_generic by W. Felix Handte · 6 years ago
  87. c986dbf Merge pull request #1168 from GeorgeLu97/paramgrillfeatures by Yann Collet · 6 years ago
  88. 750ee87 Merge pull request #1175 from ryandesign/macos by Yann Collet · 6 years ago
  89. 01d940b Requested changes by George Lu · 6 years ago
  90. b2632bc Merge pull request #1174 from duc0/document_default_level by Yann Collet · 6 years ago
  91. b024e1e Keep windows specific headers by Topher Lubaway · 6 years ago
  92. 88ae51a Multi-OS support for --list detecting stream input by Topher Lubaway · 6 years ago
  93. 881defa Only check for tty in non-windows environments by Topher Lubaway · 6 years ago
  94. 5ca1d5c Properly brackets isatty if statement by Topher Lubaway · 6 years ago
  95. 4c16608 Improves UX for --list command's lack of support for pipes by Topher Lubaway · 6 years ago
  96. 869e271 Line break by Duc Ngo · 6 years ago
  97. e8ef725 Address comments by Duc Ngo · 6 years ago
  98. 170f948 Merge pull request #1177 from ryandesign/gen_html-CXXFLAGS by Yann Collet · 6 years ago
  99. 8ebd0f3 Remove duplicate CXXFLAGS by Ryan Schmidt · 6 years ago
  100. b567ce9 Fix name of macOS by Ryan Schmidt · 6 years ago