1. 942df52 Merge pull request #1361 from facebook/streamdoc by Yann Collet · 7 years ago
  2. 92192b2 Merge pull request #1362 from felixhandte/fix-btlazy-skipping by Yann Collet · 7 years ago
  3. 4083bdc Merge pull request #1356 from maxice8/fix-musl by Yann Collet · 7 years ago
  4. b8235be Avoid Searching Dictionary in ZSTD_btlazy2 When an Optimal Match is Found by W. Felix Handte · 7 years ago
  5. d121b34 Clean Up Debug Log Statements by W. Felix Handte · 7 years ago
  6. 08da9ad Remove Unused Variable by W. Felix Handte · 7 years ago
  7. 8fc79fa clarify streaming api doc by Yann Collet · 7 years ago
  8. 1d75697 don't assume __linux__ means __GLIBC__ on BACKTRACES_ENABLE by maxice8 · 7 years ago
  9. 33d6431 fixed fullbench-lib target by Yann Collet · 7 years ago
  10. 0854b06 Merge pull request #1351 from facebook/haikubuild by Yann Collet · 7 years ago
  11. 1f8a3df Merge pull request #1353 from facebook/paramgrill by Yann Collet · 7 years ago
  12. d4eba30 Merge branch 'dev' of github.com:facebook/zstd into dev by Yann Collet · 7 years ago
  13. 68bec4c added graph for ZSTD_compress_usingCDict() in v1.3.6 by Yann Collet · 7 years ago
  14. a9217c9 Merge pull request #1352 from facebook/visual by Yann Collet · 7 years ago
  15. efbc3e8 fixed paramgrill wrong assert() conditions by Yann Collet · 7 years ago
  16. 9ac8f2d fixed VS2017Community build script by Yann Collet · 7 years ago
  17. 11cd2ea finalized minor warnings on Haiku by Yann Collet · 7 years ago
  18. 4a85b12 changed ZSTD_NANOSLEEP_SUPPORT definition by Yann Collet · 7 years ago
  19. 549c19b portability macro flags updates, for Haiku by Yann Collet · 7 years ago
  20. bc93b80 Merge pull request #1330 from korli/haiku by Yann Collet · 7 years ago
  21. b1407f9 fixed wrong assert() position by Yann Collet · 7 years ago
  22. 63f8fb0 Merge pull request #1350 from facebook/fixmsan by Yann Collet · 7 years ago
  23. 87c10e2 Enable building zstd on Haiku. by Jerome Duval · 8 years ago
  24. 22ddf35 fixed msan warning by Yann Collet · 7 years ago
  25. c9843ec Merge pull request #1348 from facebook/donotdelete by Yann Collet · 7 years ago
  26. 3ca6261 fixed static analyzer warnings by Yann Collet · 7 years ago
  27. d98733b restored backtrace on failure by Yann Collet · 7 years ago
  28. 8514bd8 updated NEWS in anticipation for v1.3.6 by Yann Collet · 7 years ago
  29. 228c6e5 Merge pull request #1317 from felixhandte/split-logs by Yann Collet · 7 years ago
  30. 9012b6c ./zstd -f do no longer overwrite destination file by Yann Collet · 7 years ago
  31. c7bd6a4 zstd -d -f do no longer erase destination file by Yann Collet · 7 years ago
  32. 5b29686 Revert Ability to Set HashLog and ChainLog on Context When Dict is Attached by W. Felix Handte · 7 years ago
  33. 1ab71a8 regroup name creation logic into its own function by Yann Collet · 7 years ago
  34. 69596c0 Merge pull request #1347 from terrelln/werror by Yann Collet · 7 years ago
  35. 918603c Merge pull request #1346 from terrelln/small-block-fse by Yann Collet · 7 years ago
  36. c2369fe Restore Passing CParams to `ZSTD_insertAndFindFirstIndex_internal` by W. Felix Handte · 7 years ago
  37. bad74c4 Use Working Ctx Logs when not in DMS Mode by W. Felix Handte · 7 years ago
  38. c38acff When Attaching Dictionary, Size Working Tables Based on Input Size Only by W. Felix Handte · 7 years ago
  39. 9d87d50 Remove Log Overriding for the Time Being by W. Felix Handte · 7 years ago
  40. 77fd17d Remove Strategy-Dependency in Making Attachment Decision by W. Felix Handte · 7 years ago
  41. 00c088b Support Split Logs in ZSTD_btopt..ZSTD_btultra by W. Felix Handte · 7 years ago
  42. 0783492 Bump Split Log Support to ZSTD_btultra by W. Felix Handte · 7 years ago
  43. e4ac4a0 Support Split Logs in ZSTD_greedy..ZSTD_btlazy2 by W. Felix Handte · 7 years ago
  44. e710dc3 Bump Split Log Support to ZSTD_btlazy2 by W. Felix Handte · 7 years ago
  45. 22fcb8d Support Split Logs in ZSTD_dfast by W. Felix Handte · 7 years ago
  46. a232b3b Bump Split Log Support to ZSTD_dfast by W. Felix Handte · 7 years ago
  47. fe96e98 Support a Separate Hash Log in ZSTD_fast by W. Felix Handte · 7 years ago
  48. bc880eb Stop Passing in `hashLog` and `stepSize` to `ZSTD_compressBlock_fast_generic` by W. Felix Handte · 7 years ago
  49. b3107c7 Temporary Commit to Retain Requested Hash and Chain Logs During Dict Attach by W. Felix Handte · 7 years ago
  50. 34e0193 Allow Setting Hash and Chain Logs on Contexts with Attached CDict by W. Felix Handte · 7 years ago
  51. eae8232 For Supported Strategies, Attach Dict Even When Params Don't Match by W. Felix Handte · 7 years ago
  52. 01ff945 Split Attach and Copy Reset Strategies into Separate Implementation Functions by W. Felix Handte · 7 years ago
  53. a6d6bbe Pull Attachment Decision into Separate Function by W. Felix Handte · 7 years ago
  54. b7fba59 And Then Avoid the Unused Parameter Warning by W. Felix Handte · 7 years ago
  55. 1f188ae Move Asserts into Function to Avoid Unused Function Warning by W. Felix Handte · 7 years ago
  56. 7212b5e Move Match State CParams Setting into `resetCCtx` and `continueCCtx` by W. Felix Handte · 7 years ago
  57. 01e34d3 Strengthen Assertion to Assert Equality by W. Felix Handte · 7 years ago
  58. 50cc1cf Remove CParams Arg from ZSTD_ldm_blockCompress by W. Felix Handte · 7 years ago
  59. 14764de Stop Separately Passing CParams in ZSTD_lazy Internal Functions by W. Felix Handte · 7 years ago
  60. 97149f2 Stop Separately Passing CParams in ZSTD_opt Internal Functions by W. Felix Handte · 7 years ago
  61. dcdf437 Also Remove CParams from Table Filling Functions' Args by W. Felix Handte · 7 years ago
  62. 3483f89 Also Assert Equivalency When Filling MatchState with Prefix by W. Felix Handte · 7 years ago
  63. 6cb2454 Remove CParams from Block Compressor Functions' Args by W. Felix Handte · 7 years ago
  64. 0310326 Assert `ctx` and `ms` cparams Equivalency by W. Felix Handte · 7 years ago
  65. 4e3ecee Remove cParams from CDict by W. Felix Handte · 7 years ago
  66. 76ef87e Add ZSTD_compressionParameters to ZSTD_matchState_t by W. Felix Handte · 7 years ago
  67. ec1cb8e changed macro name by Yann Collet · 7 years ago
  68. 05c0a07 minor improvement in the multi-format suffix selection by Yann Collet · 7 years ago
  69. 5aa9a1d Fix minigzip in std=c99 mode by Nick Terrell · 7 years ago
  70. 09231da [util] Fix lstat feature test macro by Nick Terrell · 7 years ago
  71. 43146d8 Add -Werror to *build rules by Nick Terrell · 7 years ago
  72. eb4423e Fix another warning by Nick Terrell · 7 years ago
  73. 0e7a7f1 Fix warnings by Nick Terrell · 7 years ago
  74. 6391cd1 [zstd] Fix newly added test case by Nick Terrell · 7 years ago
  75. 146049a [zstreamtest] Add failing test case by Nick Terrell · 7 years ago
  76. d987ab5 fixed unreachable section warning on Visual by Yann Collet · 7 years ago
  77. e06f91a Merge pull request #1343 from terrelln/faster-ci by Nick Terrell · 7 years ago
  78. 913a036 Merge branch 'dev' into donotdelete by Yann Collet · 7 years ago
  79. 8b86004 Merge pull request #1345 from facebook/fixLegacy by Yann Collet · 7 years ago
  80. ef12727 fixed minor Visual conversion warnings by Yann Collet · 7 years ago
  81. ff36513 fixed longmatch test too by Yann Collet · 7 years ago
  82. 73773c6 fixed legacy compilation tests by Yann Collet · 7 years ago
  83. 7318753 Merge pull request #1344 from terrelln/grub-fixes by Yann Collet · 7 years ago
  84. 9b45db7 minor refactoring of --list by Yann Collet · 7 years ago
  85. a180ea0 Restore ZSTD_noCompressBlock() for clarity by Nick Terrell · 7 years ago
  86. d8c73cd Reset number of threads less often by Nick Terrell · 7 years ago
  87. aec1a3e Change byte to value to avoid a GRUB typedef by Nick Terrell · 7 years ago
  88. 109bd37 Include stddef.h for size_t by Nick Terrell · 7 years ago
  89. f2d6db4 [zstd] Add -Wmissing-prototypes by Nick Terrell · 7 years ago
  90. 7ee910e More aggressive limitations by Nick Terrell · 7 years ago
  91. ca0cfa3 [zstreamtest] Reduce memory of newapi tests by Nick Terrell · 7 years ago
  92. 2a5cd85 Merge pull request #1342 from facebook/fixcatyd by Yann Collet · 7 years ago
  93. 404a7bf moved again overflow correction by Yann Collet · 7 years ago
  94. 9bce916 Merge pull request #1340 from terrelln/generate-artifacts by Yann Collet · 7 years ago
  95. 0e2dbac changed overflow correction place by Yann Collet · 7 years ago
  96. e74eade Merge pull request #1339 from facebook/grep_colors by Yann Collet · 7 years ago
  97. 8883af6 Merge pull request #1327 from facebook/adapt by Yann Collet · 7 years ago
  98. f98c69d fix : huge (>4GB) stream of blocks by Yann Collet · 7 years ago
  99. 3dae90c Merge pull request #1338 from facebook/rfc by Yann Collet · 7 years ago
  100. 65ed6ee Merge pull request #1337 from facebook/test_failure by Yann Collet · 7 years ago