1. 52fbbbc Explicitly cast double to unsigned by Jennifer Liu · 6 years ago
  2. f9d19b8 Fix variable declaration problem by Jennifer Liu · 6 years ago
  3. e061d84 Another fix to comparator by Jennifer Liu · 6 years ago
  4. 59797d3 Fix splitPoint floating point comparison problem by Jennifer Liu · 6 years ago
  5. 0ef06f2 Split samples into train and test sets by Jennifer Liu · 6 years ago
  6. 93702a7 Merge pull request #1198 from facebook/msdebug by Yann Collet · 6 years ago
  7. ae0b7ff made Visual Studio compatible with DEBUGLEVEL >= 2 by cyan4973 · 6 years ago
  8. 6768cf5 Merge pull request #1190 from terrelln/ldm-adjust by Yann Collet · 6 years ago
  9. 3841dba Adjust advanced parameters to source size by Nick Terrell · 6 years ago
  10. e30f13b Merge pull request #1185 from felixhandte/zstd-btlazy-in-place-dict by Yann Collet · 6 years ago
  11. d8462ec Merge branch 'dev' into huf_rename by Yann Collet · 6 years ago
  12. b7e5ebe grouped X2 function together by Yann Collet · 6 years ago
  13. 9698d2f Merge pull request #1189 from facebook/hist by Yann Collet · 6 years ago
  14. 6901c94 avoid duplicate code comments by Yann Collet · 6 years ago
  15. f70f829 Merge pull request #1187 from facebook/fix1186 by Yann Collet · 6 years ago
  16. a71513b Merge pull request #1184 from facebook/debug by Yann Collet · 6 years ago
  17. 1adf84c renamed all HUF_decompress*X4*() functions into *X2 by Yann Collet · 6 years ago
  18. a09af5e renamed all HUF_decompress*X2*() functions into *X1 by Yann Collet · 6 years ago
  19. 0c654d2 Force Inline BtFindBestMatch by W. Felix Handte · 6 years ago
  20. 7fee966 fix dctx initialization within ZSTD_decompress in stack mode by Yann Collet · 6 years ago
  21. fc68226 fixed g_debuglevel variable name by Yann Collet · 6 years ago
  22. 2d76def grouped all histogram functions into hist.c by Yann Collet · 6 years ago
  23. 0551de4 Search Dict for Matches by W. Felix Handte · 6 years ago
  24. ace9cfa Attach Dicts when Using ZSTD_btlazy2 by W. Felix Handte · 6 years ago
  25. fa41bcc grouped debug functions into debug.h by Yann Collet · 6 years ago
  26. d53200a Fix Cast Warning by W. Felix Handte · 6 years ago
  27. b82063b Extend Dictionary Matches Backwards by W. Felix Handte · 6 years ago
  28. d53a042 Update Dictionary Attachment Cutoff Values Again by W. Felix Handte · 6 years ago
  29. 2162aa9 Do Not Inline DMS Search Function by W. Felix Handte · 6 years ago
  30. 338bede Also Implement Depth Repcode Checks by W. Felix Handte · 6 years ago
  31. 555ab9f Apply Match Continuation Bug Fix by W. Felix Handte · 6 years ago
  32. c87dd21 Update Dictionary Attachment Cutoff Values by W. Felix Handte · 6 years ago
  33. 6204b6d Check Dict Match State in ZSTD_HcFindBestMatch_generic by W. Felix Handte · 6 years ago
  34. 211a61b Focus on Non-BT Impls for the Moment by W. Felix Handte · 6 years ago
  35. 2e93736 Remove Pre-Existing Repcode Check by W. Felix Handte · 6 years ago
  36. 3b82a23 Second Repcode Check by W. Felix Handte · 6 years ago
  37. a2a24be First Repcode Check by W. Felix Handte · 6 years ago
  38. f74c2cd Disallow Too-Long Repcodes When Using an Attached Dict by W. Felix Handte · 6 years ago
  39. c14db94 Rename `base` -> `prefixLowest` by W. Felix Handte · 6 years ago
  40. 5d90708 Go Back to Separate Intermediate Functions for Different Dict Modes by W. Felix Handte · 6 years ago
  41. f84fc63 Further Templatize Intermediate Functions on dictMode by W. Felix Handte · 7 years ago
  42. 529d3a5 Convert Existing U32 extDict Vars to ZSTD_dictMode Enums by W. Felix Handte · 7 years ago
  43. 33e2240 Attach Dict When Using ZSTD_lazy Strategies by W. Felix Handte · 7 years ago
  44. 90cfc79 Add _dictMatchState Stubs for ZSTD_lazy Functions by W. Felix Handte · 7 years ago
  45. a85ecb3 Add dictMode Param to ZSTD_compressBlock_lazy_generic by W. Felix Handte · 7 years ago
  46. 750ee87 Merge pull request #1175 from ryandesign/macos by Yann Collet · 6 years ago
  47. b2632bc Merge pull request #1174 from duc0/document_default_level by Yann Collet · 6 years ago
  48. 869e271 Line break by Duc Ngo · 6 years ago
  49. e8ef725 Address comments by Duc Ngo · 6 years ago
  50. b567ce9 Fix name of macOS by Ryan Schmidt · 6 years ago
  51. e34c000 Expose ZSTD_CLEVEL_DEFAULT and update documentation by Duc Ngo · 6 years ago
  52. 3050733 Merge branch 'dev' into negLevels by Yann Collet · 6 years ago
  53. c2c47e2 support targetlen==0 with strategy==ZSTD_fast by Yann Collet · 6 years ago
  54. a57b4df removed literalCompression directive by Yann Collet · 6 years ago
  55. 8537bfd fuzzer: make negative compression level fail by Yann Collet · 6 years ago
  56. 8ef7554 Merge pull request #1165 from facebook/ctxSizeDown by Yann Collet · 6 years ago
  57. e3c42c7 clean ZSTD_compress() initialization by Yann Collet · 6 years ago
  58. b27c738 Merge pull request #1164 from GeorgeLu97/CustomMacros by Yann Collet · 6 years ago
  59. 2431997 bumped version number to v1.3.5 by Yann Collet · 6 years ago
  60. f1ea383 context can be sized down even with constant parameters by Yann Collet · 6 years ago
  61. e5e17d0 changed member name to workSpaceOversizedDuration by Yann Collet · 6 years ago
  62. f7392f3 added test case by Yann Collet · 6 years ago
  63. 11d5bfd Revert "Partial compilation test?" by George Lu · 6 years ago
  64. b2496ab Partial compilation test? by George Lu · 6 years ago
  65. 3d523c7 added workSpaceTooLarge and workSpaceWasteful by Yann Collet · 6 years ago
  66. b3ef314 Fix Typos by George Lu · 6 years ago
  67. 357c648 changed a few variable names by Yann Collet · 6 years ago
  68. 609d72b Added Deprecated Dependencies by George Lu · 6 years ago
  69. 9437021 Remove old file declaration by George Lu · 6 years ago
  70. 6a617d7 Documentation by George Lu · 6 years ago
  71. 65de25a Created Macros by George Lu · 6 years ago
  72. 2108dec Fixed a nasty corruption bug by Yann Collet · 6 years ago
  73. 143fc9f Merge pull request #1157 from facebook/decompressedSize by Yann Collet · 6 years ago
  74. 7c33b48 Merge pull request #1151 from felixhandte/zstd-dfast-in-place-dict-goto by Yann Collet · 6 years ago
  75. 48deab9 Allow Different Dict Attachment Cut-Offs for Different Strategies by W. Felix Handte · 6 years ago
  76. f867966 Remove Incorrect and Extraneous Repcode Bounds Check by W. Felix Handte · 6 years ago
  77. 9b979d0 minor : improved API code comment by Yann Collet · 6 years ago
  78. 809f2f9 minor update of literal cost function by Yann Collet · 6 years ago
  79. 463a0fe simplified optimal parser by Yann Collet · 6 years ago
  80. bb6eaf6 Merge pull request #1153 from facebook/dynThreshold by Yann Collet · 6 years ago
  81. e916c36 fixed minor visual warning by Yann Collet · 6 years ago
  82. a7fdcee changed dynamic fse threshold for offset by Yann Collet · 6 years ago
  83. 4b3a36d Merge branch 'dev' into lowCompression by Yann Collet · 6 years ago
  84. 5f177f1 btultra accepts blocks with poorer compression ratio by Yann Collet · 6 years ago
  85. e2c0e3d slightly nudge choices towards less sequences by Yann Collet · 6 years ago
  86. 5b292b5 Check Long + 1 Matches in Both Prefix and Dict in Bothe Short Match Paths by W. Felix Handte · 6 years ago
  87. 88b733b Interleave Prefix and Dict Searches by W. Felix Handte · 7 years ago
  88. 1850025 Refactor ZSTD_dfast to Use `goto`s by W. Felix Handte · 7 years ago
  89. 43606f9 ... When I Said "HashTable", I Meant "ChainTable" by W. Felix Handte · 6 years ago
  90. ec7efe8 Fix Off-By-One Error by W. Felix Handte · 6 years ago
  91. 2bfe432 Disallow Too-Long Repcodes When Using an Attached Dict by W. Felix Handte · 6 years ago
  92. b97ad3f Port Changes Made to ZSTD_fast to ZSTD_dfast by W. Felix Handte · 7 years ago
  93. 2313cca Implement Second Repcode Check by W. Felix Handte · 7 years ago
  94. 0998f10 Implement First Repcode Check by W. Felix Handte · 7 years ago
  95. 50c5b2b Find Dict Hash Table Matches by W. Felix Handte · 7 years ago
  96. 7a25f7e Existing Repcode Check Only Applies to noDict Case by W. Felix Handte · 7 years ago
  97. 8b241da Properly Initialize Repcode Values by W. Felix Handte · 7 years ago
  98. 7097a03 Add Necessary Dict Variables by W. Felix Handte · 7 years ago
  99. aacbbf4 Rename 'lowest' to 'localLowest' to Prepare to Introduce Dict Indices by W. Felix Handte · 7 years ago
  100. c10d1b4 Skeleton for In-Place Impl for ZSTD_dfast by W. Felix Handte · 7 years ago