1. 5ec2d38 Merge pull request #1208 from facebook/msys2 by Yann Collet · 6 years ago
  2. 25f3d54 Merge pull request #1207 from oleid/cmake_multithread_logic by Yann Collet · 6 years ago
  3. f741fb8 minor fixes for MSYS2 compilation by cyan4973 · 6 years ago
  4. 4e196b2 Correct multithread logic, fixing 'unsupported parameter' error by oleid · 6 years ago
  5. b426bcc [zstdmt] Fix jobsize bugs (#1205) by Nick Terrell · 6 years ago
  6. 3b53bfe Merge pull request #1200 from felixhandte/zstd-attach-dict-pref by Yann Collet · 6 years ago
  7. 59bb5f7 Merge pull request #1204 from facebook/noForwardProgress by Yann Collet · 6 years ago
  8. 31769ce error on no forward progress by Yann Collet · 6 years ago
  9. 3934e01 Merge pull request #1197 from facebook/poolResize by Yann Collet · 6 years ago
  10. fbd5dfc changed POOL_resize() return type to int by Yann Collet · 6 years ago
  11. d70c4a5 Merge pull request #1201 from facebook/rfcUpdate by Yann Collet · 6 years ago
  12. 1d5648c Merge pull request #1196 from felixhandte/zstd-btopt-in-place-dict by Yann Collet · 6 years ago
  13. f6242d3 Merge pull request #1202 from facebook/barelyCompressible by Yann Collet · 6 years ago
  14. 698fd00 huf: increase threshold detection of poorly compressible data by Yann Collet · 6 years ago
  15. c1e6347 fixed minor typos, detected by @terrelln by Yann Collet · 6 years ago
  16. 243cd9d add a cond_broadcast after resize by Yann Collet · 6 years ago
  17. 7639db9 updated Zstandard frame format by Yann Collet · 6 years ago
  18. 818e72b added extended POOL test by Yann Collet · 6 years ago
  19. 01bb1c1 Add CCtx Param Controlling Dict Attachment Behavior by W. Felix Handte · 6 years ago
  20. 3e91dc4 Add Repcode Bounds Check by W. Felix Handte · 6 years ago
  21. 5bd3d4b Add Debug Log Statement by W. Felix Handte · 6 years ago
  22. 3caba15 Fix `dmsBtLow` Test by W. Felix Handte · 6 years ago
  23. 7d80ada added a test for POOL (multithreading) by Yann Collet · 6 years ago
  24. 5da9bbc Conceivably Dedup ZSTD_noDict and ZSTD_dictMatchState _insertBt1 Impls by W. Felix Handte · 6 years ago
  25. 6de249c fixed: bug when counting nb of active threads by Yann Collet · 6 years ago
  26. 6b48eb1 change control of threadLimit by Yann Collet · 6 years ago
  27. 5d81f71 Consistency in Guarding DMS-Only Variable Initializations by W. Felix Handte · 6 years ago
  28. 9c14eaf Also Use `matchLow` for HC3 Match by W. Felix Handte · 6 years ago
  29. 0a6cf7c Minor Changes by W. Felix Handte · 6 years ago
  30. ae1f389 Remove Dead(!) HC3 DMS Lookup by W. Felix Handte · 6 years ago
  31. 93702a7 Merge pull request #1198 from facebook/msdebug by Yann Collet · 6 years ago
  32. ae0b7ff made Visual Studio compatible with DEBUGLEVEL >= 2 by cyan4973 · 6 years ago
  33. 62469c9 fixed wrong size in pthread struct transfer by Yann Collet · 6 years ago
  34. 166901d reduced POOL_resize() restriction by Yann Collet · 6 years ago
  35. 066fbbf make zstdmt resize its context by Yann Collet · 6 years ago
  36. 4567c57 finalized POOL_resize() by Yann Collet · 6 years ago
  37. 6768cf5 Merge pull request #1190 from terrelln/ldm-adjust by Yann Collet · 6 years ago
  38. c0b6ce9 Merge pull request #1179 from supertopher/dev by Yann Collet · 6 years ago
  39. 03c39c5 Fix Incorrect Param by W. Felix Handte · 6 years ago
  40. de63950 Update Dict Attachment Cut-Offs by W. Felix Handte · 6 years ago
  41. f0a13bc Make Sure Position 0 Gets Into the Tree by W. Felix Handte · 6 years ago
  42. cb45b41 Merge pull request #1194 from facebook/no-opaqueapi by Yann Collet · 6 years ago
  43. 87fe478 Fix Compression Ratio Regression #1 by W. Felix Handte · 6 years ago
  44. 4bb79f9 Misc Changes by W. Felix Handte · 6 years ago
  45. 2091f34 Find Proper Matches by W. Felix Handte · 6 years ago
  46. 64348a1 Misc Fixes by W. Felix Handte · 6 years ago
  47. ade8586 Find `mls == 3` Matches by W. Felix Handte · 6 years ago
  48. ce74331 Fix Typo by W. Felix Handte · 6 years ago
  49. a075864 Switch `!= ZSTD_extDict` to `== ZSTD_noDict` by W. Felix Handte · 6 years ago
  50. 1e03377 Implement RepCode Check by W. Felix Handte · 6 years ago
  51. ccbf067 Add _dictMatchState Functions by W. Felix Handte · 6 years ago
  52. d5d8240 Convert `extDict` Flag to `dictMode` Enum by W. Felix Handte · 6 years ago
  53. 93c3184 Attach Dicts when Using ZSTD_btopt and ZSTD_btultra by W. Felix Handte · 6 years ago
  54. 5bac1db Tests to verify piped input to `--list` exits 1 by Topher Lubaway · 6 years ago
  55. 1c714fd introduced POOL_resize() by Yann Collet · 6 years ago
  56. c9e8ee9 removed specific --opaqueapi test by Yann Collet · 6 years ago
  57. 1d0fcde Use debug.h in fileio.c by Nick Terrell · 6 years ago
  58. 3841dba Adjust advanced parameters to source size by Nick Terrell · 6 years ago
  59. e30f13b Merge pull request #1185 from felixhandte/zstd-btlazy-in-place-dict by Yann Collet · 6 years ago
  60. 8ad7ce1 Merge pull request #1191 from facebook/huf_rename by Yann Collet · 6 years ago
  61. d8462ec Merge branch 'dev' into huf_rename by Yann Collet · 6 years ago
  62. b7e5ebe grouped X2 function together by Yann Collet · 6 years ago
  63. 9698d2f Merge pull request #1189 from facebook/hist by Yann Collet · 6 years ago
  64. 507bef1 added debug.h for cmake by Yann Collet · 6 years ago
  65. 6901c94 avoid duplicate code comments by Yann Collet · 6 years ago
  66. 78e5e28 Visual Studio project blind fix by Yann Collet · 6 years ago
  67. f70f829 Merge pull request #1187 from facebook/fix1186 by Yann Collet · 6 years ago
  68. a71513b Merge pull request #1184 from facebook/debug by Yann Collet · 6 years ago
  69. bf30b9c Add CXXFLAGS to ALL_LDFLAGS (#1178) by Ryan Schmidt · 6 years ago
  70. 1adf84c renamed all HUF_decompress*X4*() functions into *X2 by Yann Collet · 6 years ago
  71. a09af5e renamed all HUF_decompress*X2*() functions into *X1 by Yann Collet · 6 years ago
  72. 0c654d2 Force Inline BtFindBestMatch by W. Felix Handte · 6 years ago
  73. 7fee966 fix dctx initialization within ZSTD_decompress in stack mode by Yann Collet · 6 years ago
  74. fc68226 fixed g_debuglevel variable name by Yann Collet · 6 years ago
  75. 2d76def grouped all histogram functions into hist.c by Yann Collet · 6 years ago
  76. 6bca3fb Reduce noise in diff by Topher Lubaway · 6 years ago
  77. ec24f98 Removes duplicate IS_CONSOLE from PR by Topher Lubaway · 6 years ago
  78. 0551de4 Search Dict for Matches by W. Felix Handte · 6 years ago
  79. ace9cfa Attach Dicts when Using ZSTD_btlazy2 by W. Felix Handte · 6 years ago
  80. 854825c Merge pull request #1169 from felixhandte/zstd-lazy-in-place-dict by Yann Collet · 6 years ago
  81. fa41bcc grouped debug functions into debug.h by Yann Collet · 6 years ago
  82. d53200a Fix Cast Warning by W. Felix Handte · 6 years ago
  83. b82063b Extend Dictionary Matches Backwards by W. Felix Handte · 6 years ago
  84. d53a042 Update Dictionary Attachment Cutoff Values Again by W. Felix Handte · 6 years ago
  85. 2162aa9 Do Not Inline DMS Search Function by W. Felix Handte · 6 years ago
  86. 338bede Also Implement Depth Repcode Checks by W. Felix Handte · 6 years ago
  87. 555ab9f Apply Match Continuation Bug Fix by W. Felix Handte · 6 years ago
  88. c87dd21 Update Dictionary Attachment Cutoff Values by W. Felix Handte · 6 years ago
  89. 6204b6d Check Dict Match State in ZSTD_HcFindBestMatch_generic by W. Felix Handte · 6 years ago
  90. 211a61b Focus on Non-BT Impls for the Moment by W. Felix Handte · 6 years ago
  91. 2e93736 Remove Pre-Existing Repcode Check by W. Felix Handte · 6 years ago
  92. 3b82a23 Second Repcode Check by W. Felix Handte · 6 years ago
  93. a2a24be First Repcode Check by W. Felix Handte · 6 years ago
  94. f74c2cd Disallow Too-Long Repcodes When Using an Attached Dict by W. Felix Handte · 6 years ago
  95. c14db94 Rename `base` -> `prefixLowest` by W. Felix Handte · 6 years ago
  96. 5d90708 Go Back to Separate Intermediate Functions for Different Dict Modes by W. Felix Handte · 6 years ago
  97. f84fc63 Further Templatize Intermediate Functions on dictMode by W. Felix Handte · 6 years ago
  98. 529d3a5 Convert Existing U32 extDict Vars to ZSTD_dictMode Enums by W. Felix Handte · 6 years ago
  99. 33e2240 Attach Dict When Using ZSTD_lazy Strategies by W. Felix Handte · 6 years ago
  100. 90cfc79 Add _dictMatchState Stubs for ZSTD_lazy Functions by W. Felix Handte · 6 years ago