1. 5d90708 Go Back to Separate Intermediate Functions for Different Dict Modes by W. Felix Handte · 6 years ago
  2. f84fc63 Further Templatize Intermediate Functions on dictMode by W. Felix Handte · 6 years ago
  3. 529d3a5 Convert Existing U32 extDict Vars to ZSTD_dictMode Enums by W. Felix Handte · 6 years ago
  4. 33e2240 Attach Dict When Using ZSTD_lazy Strategies by W. Felix Handte · 6 years ago
  5. 90cfc79 Add _dictMatchState Stubs for ZSTD_lazy Functions by W. Felix Handte · 6 years ago
  6. a85ecb3 Add dictMode Param to ZSTD_compressBlock_lazy_generic by W. Felix Handte · 6 years ago
  7. 750ee87 Merge pull request #1175 from ryandesign/macos by Yann Collet · 6 years ago
  8. b2632bc Merge pull request #1174 from duc0/document_default_level by Yann Collet · 6 years ago
  9. 869e271 Line break by Duc Ngo · 6 years ago
  10. e8ef725 Address comments by Duc Ngo · 6 years ago
  11. b567ce9 Fix name of macOS by Ryan Schmidt · 6 years ago
  12. e34c000 Expose ZSTD_CLEVEL_DEFAULT and update documentation by Duc Ngo · 6 years ago
  13. 3050733 Merge branch 'dev' into negLevels by Yann Collet · 6 years ago
  14. c2c47e2 support targetlen==0 with strategy==ZSTD_fast by Yann Collet · 6 years ago
  15. a57b4df removed literalCompression directive by Yann Collet · 6 years ago
  16. 8537bfd fuzzer: make negative compression level fail by Yann Collet · 6 years ago
  17. 8ef7554 Merge pull request #1165 from facebook/ctxSizeDown by Yann Collet · 6 years ago
  18. e3c42c7 clean ZSTD_compress() initialization by Yann Collet · 6 years ago
  19. b27c738 Merge pull request #1164 from GeorgeLu97/CustomMacros by Yann Collet · 6 years ago
  20. 2431997 bumped version number to v1.3.5 by Yann Collet · 6 years ago
  21. f1ea383 context can be sized down even with constant parameters by Yann Collet · 6 years ago
  22. e5e17d0 changed member name to workSpaceOversizedDuration by Yann Collet · 6 years ago
  23. f7392f3 added test case by Yann Collet · 6 years ago
  24. 11d5bfd Revert "Partial compilation test?" by George Lu · 6 years ago
  25. b2496ab Partial compilation test? by George Lu · 6 years ago
  26. 3d523c7 added workSpaceTooLarge and workSpaceWasteful by Yann Collet · 6 years ago
  27. b3ef314 Fix Typos by George Lu · 6 years ago
  28. 357c648 changed a few variable names by Yann Collet · 6 years ago
  29. 609d72b Added Deprecated Dependencies by George Lu · 6 years ago
  30. 9437021 Remove old file declaration by George Lu · 6 years ago
  31. 6a617d7 Documentation by George Lu · 6 years ago
  32. 65de25a Created Macros by George Lu · 6 years ago
  33. 2108dec Fixed a nasty corruption bug by Yann Collet · 6 years ago
  34. 143fc9f Merge pull request #1157 from facebook/decompressedSize by Yann Collet · 6 years ago
  35. 7c33b48 Merge pull request #1151 from felixhandte/zstd-dfast-in-place-dict-goto by Yann Collet · 6 years ago
  36. 48deab9 Allow Different Dict Attachment Cut-Offs for Different Strategies by W. Felix Handte · 6 years ago
  37. f867966 Remove Incorrect and Extraneous Repcode Bounds Check by W. Felix Handte · 6 years ago
  38. 9b979d0 minor : improved API code comment by Yann Collet · 6 years ago
  39. 809f2f9 minor update of literal cost function by Yann Collet · 6 years ago
  40. 463a0fe simplified optimal parser by Yann Collet · 6 years ago
  41. bb6eaf6 Merge pull request #1153 from facebook/dynThreshold by Yann Collet · 6 years ago
  42. e916c36 fixed minor visual warning by Yann Collet · 6 years ago
  43. a7fdcee changed dynamic fse threshold for offset by Yann Collet · 6 years ago
  44. 4b3a36d Merge branch 'dev' into lowCompression by Yann Collet · 6 years ago
  45. 5f177f1 btultra accepts blocks with poorer compression ratio by Yann Collet · 6 years ago
  46. e2c0e3d slightly nudge choices towards less sequences by Yann Collet · 6 years ago
  47. 5b292b5 Check Long + 1 Matches in Both Prefix and Dict in Bothe Short Match Paths by W. Felix Handte · 6 years ago
  48. 88b733b Interleave Prefix and Dict Searches by W. Felix Handte · 6 years ago
  49. 1850025 Refactor ZSTD_dfast to Use `goto`s by W. Felix Handte · 6 years ago
  50. 43606f9 ... When I Said "HashTable", I Meant "ChainTable" by W. Felix Handte · 6 years ago
  51. ec7efe8 Fix Off-By-One Error by W. Felix Handte · 6 years ago
  52. 2bfe432 Disallow Too-Long Repcodes When Using an Attached Dict by W. Felix Handte · 6 years ago
  53. b97ad3f Port Changes Made to ZSTD_fast to ZSTD_dfast by W. Felix Handte · 6 years ago
  54. 2313cca Implement Second Repcode Check by W. Felix Handte · 6 years ago
  55. 0998f10 Implement First Repcode Check by W. Felix Handte · 6 years ago
  56. 50c5b2b Find Dict Hash Table Matches by W. Felix Handte · 6 years ago
  57. 7a25f7e Existing Repcode Check Only Applies to noDict Case by W. Felix Handte · 6 years ago
  58. 8b241da Properly Initialize Repcode Values by W. Felix Handte · 6 years ago
  59. 7097a03 Add Necessary Dict Variables by W. Felix Handte · 6 years ago
  60. aacbbf4 Rename 'lowest' to 'localLowest' to Prepare to Introduce Dict Indices by W. Felix Handte · 6 years ago
  61. c10d1b4 Skeleton for In-Place Impl for ZSTD_dfast by W. Felix Handte · 6 years ago
  62. f6ad59a Merge branch 'dev' into staticDictCost by Yann Collet · 6 years ago
  63. b5ef32f Merge branch 'dev' into fracFse by Yann Collet · 6 years ago
  64. 776128d fix corner case when requiring cost of an FSE symbol by Yann Collet · 6 years ago
  65. 08c5be5 Merge pull request #1117 from felixhandte/zstd-fast-in-place-dict by Yann Collet · 6 years ago
  66. 06b7017 Work around bug in zstd decoder (#1147) by Nick Terrell · 6 years ago
  67. f2d0924 Variable declarations by Nick Terrell · 6 years ago
  68. d9c7e67 Assert that Dict and Current Window are Adjacent in Index Space by W. Felix Handte · 6 years ago
  69. 298d24f Make loadedDictEnd an Index, not the Dict Len by W. Felix Handte · 6 years ago
  70. 7ef85e0 Fixes in re Comments by W. Felix Handte · 6 years ago
  71. 582b7f8 Don't Attach Empty Dict Contents by W. Felix Handte · 6 years ago
  72. 9c92223 Avoid Undefined Behavior in Match Ptr Calculation by W. Felix Handte · 6 years ago
  73. a44ab3b Remove Out-of-Date Comment by W. Felix Handte · 6 years ago
  74. 95bdf20 Moar Renames by W. Felix Handte · 6 years ago
  75. 7e0402e Also Attach Dict When Source Size is Unknown by W. Felix Handte · 6 years ago
  76. 3ba70cc Clear the Dictionary When Sliding the Window by W. Felix Handte · 6 years ago
  77. b05ae9b Refine ip Initialization to Avoid ARM Weirdness by W. Felix Handte · 6 years ago
  78. 1a7b34e Use New Index Invariant to Simplify Conditionals by W. Felix Handte · 6 years ago
  79. 2d598e6 Force Working Context Indices Greater than Dict Indices by W. Felix Handte · 6 years ago
  80. d005e5d Whitespace Fix by W. Felix Handte · 6 years ago
  81. 154eb09 Switch to Original Match Calc for noDict Repcode Check by W. Felix Handte · 6 years ago
  82. 191fc74 Rename 'hasDict' to 'dictMode' by W. Felix Handte · 6 years ago
  83. ae4fcf7 Respond to PR Comments; Formatting/Style/Lint Fixes by W. Felix Handte · 6 years ago
  84. ca26cec Rename and Reformat by W. Felix Handte · 6 years ago
  85. 66bc1ca Change Cut-Off to 8 KB by W. Felix Handte · 6 years ago
  86. c31ee3c Fix Rep Code Initialization by W. Felix Handte · 6 years ago
  87. b67196f Coalesce hasDictMatchState and extDict Checks into One Enum and Rename Stuff by W. Felix Handte · 6 years ago
  88. 265c286 Split Wrapper Functions to Cause Inlining by W. Felix Handte · 6 years ago
  89. 6929964 Add bounds check in repcode tests by W. Felix Handte · 6 years ago
  90. 70a537d Initial Repcode Check Support for Ext Dict Ctx by W. Felix Handte · 6 years ago
  91. 8d24ff0 Preliminary Support in ZSTD_compressBlock_fast_generic() for Ext Dict Ctx by W. Felix Handte · 6 years ago
  92. d18a405 Refer to the Dictionary Match State In-Place (Sometimes) by W. Felix Handte · 6 years ago
  93. c92dd11 Error if reported size is too large in edge case by Nick Terrell · 6 years ago
  94. a97e9a6 [zstd] Fix decompression edge case by Nick Terrell · 6 years ago
  95. e3959d5 Fixes by Nick Terrell · 6 years ago
  96. 7a8b349 Merge branch 'dev' into staticDictCost by Yann Collet · 6 years ago
  97. a8ddf1d disable 2-passes strategy by Yann Collet · 6 years ago
  98. 49cf880 Approximate FSE encoding costs for selection by Nick Terrell · 6 years ago
  99. 27af35c Merge pull request #1143 from facebook/tableLevels by Yann Collet · 6 years ago
  100. 5381369 Merge branch 'dev' into tableLevels by Yann Collet · 6 years ago