1. b9ab6bc Fix various conversion warnings by senhuang42 · 3 years, 9 months ago
  2. 69a04cc Merge pull request #2413 from senhuang42/paramgrill_windows by Yann Collet · 3 years, 9 months ago
  3. b86e3c9 Merge pull request #2415 from facebook/fix_aliasing by Yann Collet · 3 years, 9 months ago
  4. 5c0a348 fix aliasing warning in decodecorpus by Yann Collet · 3 years, 9 months ago
  5. c238db0 Merge pull request #2414 from terrelln/mt-progress by Nick Terrell · 3 years, 9 months ago
  6. 4c58cb8 [lib] Ensure that multithreaded compression always makes some progress by Nick Terrell · 3 years, 9 months ago
  7. 260b85a Fix MSVC 2019 warnings by senhuang42 · 3 years, 9 months ago
  8. 5de5c1d fixed fuzzer multithreading tests by Yann Collet · 3 years, 9 months ago
  9. db21d38 fixed fuzzer32 to support multithreading tests by Yann Collet · 3 years, 9 months ago
  10. f69d8c0 removed fullbench-lib from tests/all by Yann Collet · 3 years, 9 months ago
  11. 9f8b180 fixed API documentation by Yann Collet · 3 years, 9 months ago
  12. f8d0b46 streamline fuzzer by Yann Collet · 3 years, 9 months ago
  13. 37165f6 better usage of default build rules by Yann Collet · 3 years, 9 months ago
  14. 343a75d simplified test makefile by Yann Collet · 3 years, 9 months ago
  15. 4c5f337 Use cctx's minMatch instead of global MINMATCH, make fuzzer use validation by senhuang42 · 3 years, 9 months ago
  16. 4b5d7e9 fix lz4 test messed by console detection by Yann Collet · 3 years, 9 months ago
  17. 23554ff Force CCtx minmatch to be same as generated minmatch by senhuang42 · 3 years, 10 months ago
  18. c502cd3 Fix generating 1 too few characters in random string generator by senhuang42 · 3 years, 10 months ago
  19. 5b0c8f0 Add appropriate bound to matchlengths, and reduce srcSize max by senhuang42 · 3 years, 10 months ago
  20. a73a07b Add a bound for matchlength dependent on window size by senhuang42 · 3 years, 10 months ago
  21. 5c68c5e Variety of minor fixups, reduce allocation, make deterministic by senhuang42 · 3 years, 10 months ago
  22. 59c021f Add built binary to .gitignore by senhuang42 · 3 years, 10 months ago
  23. 26bc0bf Add new fuzzer to build targets by senhuang42 · 3 years, 10 months ago
  24. ed57596 Implement new fuzzer for sequence compression by senhuang42 · 3 years, 10 months ago
  25. 7742f07 Add experimental param for sequence validation by senhuang42 · 3 years, 10 months ago
  26. 05c0229 Clean up visual conversion warnings by senhuang42 · 3 years, 10 months ago
  27. d6d7ba2 Modification to offset validation to include entire sequence by senhuang42 · 3 years, 10 months ago
  28. 55b90ef Fix unit tests to agree with new changes by senhuang42 · 3 years, 10 months ago
  29. 3d26615 Adjust unit tests to agree with new sequence generation API by senhuang42 · 3 years, 10 months ago
  30. 2db8441 Add RLE support by senhuang42 · 3 years, 10 months ago
  31. 2bbdddf Add test case to roundtrip using ZSTD_getSequences() and ZSTD_compressSequences() by senhuang42 · 3 years, 10 months ago
  32. 9d936d6 Reduce number of memcpy() calls by senhuang42 · 3 years, 10 months ago
  33. 1a8af0d Improve unit test by senhuang42 · 3 years, 10 months ago
  34. f62edf0 Merge pull request #2381 from senhuang42/expand_sequence_extraction_api by sen · 3 years, 10 months ago
  35. 7d1dea0 Update unit tests by senhuang42 · 3 years, 10 months ago
  36. 51abd58 Rename getSequences() to generateSequences() by senhuang42 · 3 years, 10 months ago
  37. eac309c Add ZSTD_getDictID_fromCDict function to experimental section by Luke Pitt · 3 years, 10 months ago
  38. c54a25b Revert compressibility change by senhuang42 · 3 years, 10 months ago
  39. d4d0346 Update name of enum, clarify documentation by senhuang42 · 3 years, 10 months ago
  40. 9102f30 Update unit test by senhuang42 · 3 years, 10 months ago
  41. 3327932 Update ZSTD_getSequences function signature by senhuang42 · 3 years, 10 months ago
  42. 37d546c Merge pull request #2379 from terrelln/regression-test by Nick Terrell · 3 years, 10 months ago
  43. 7205e60 Merge pull request #2354 from terrelln/stable-buffer by Nick Terrell · 3 years, 10 months ago
  44. a446fa3 [regression] Add README explaining the test by Nick Terrell · 3 years, 10 months ago
  45. 222916a [regression] Update results.csv by Nick Terrell · 3 years, 10 months ago
  46. c37c714 Merge pull request #2376 from senhuang42/clarify_sequence_extraction_api by sen · 3 years, 10 months ago
  47. 2ebf6d5 [test] Add unit tests for ZSTD_c_stable{In,Out}Buffer by Nick Terrell · 4 years ago
  48. ff93440 Merge pull request #2375 from senhuang42/ldm_oss_fuzz_testcase by sen · 3 years, 10 months ago
  49. 7198ebb Un-mix declarations and code by senhuang42 · 3 years, 10 months ago
  50. 60a52c2 Add check for allocation by senhuang42 · 3 years, 10 months ago
  51. 599ff58 Merge pull request #2339 from terrelln/zstdmt-stability by Nick Terrell · 3 years, 11 months ago
  52. 169fc07 Move test to appropriate location by senhuang42 · 3 years, 11 months ago
  53. db0b5d7 Add test to fuzzer.c by senhuang42 · 3 years, 11 months ago
  54. 17b700d Merge pull request #2366 from senhuang42/enable_ldm_by_default by sen · 3 years, 11 months ago
  55. dc44856 Add test compatibility with last literals in sequences by senhuang42 · 3 years, 11 months ago
  56. d3f1a9b fix partial-build test by Yann Collet · 3 years, 11 months ago
  57. 91a8cb9 fix DEBUGLEVEL redefinition from tests/ by Yann Collet · 3 years, 11 months ago
  58. 494f716 fix directory creation for Windows' libzstd by Yann Collet · 3 years, 11 months ago
  59. ca75da8 fix test by Yann Collet · 3 years, 11 months ago
  60. d6dae20 Merge pull request #2365 from senhuang42/move_opt_parser_test_to_long_tests by Nick Terrell · 3 years, 11 months ago
  61. 81a2c02 Move ldm no regression test to fuzzer longtests by senhuang42 · 3 years, 11 months ago
  62. df470e1 Add unit test for no cctx requested params change by senhuang42 · 3 years, 11 months ago
  63. 42d037b Add libregression build target, also fix make clean and .gitignore by senhuang42 · 3 years, 11 months ago
  64. f5d5cd3 Merge pull request #2341 from senhuang42/ldm_optimized_for_opt_parser by Yann Collet · 3 years, 11 months ago
  65. ede4f97 [zstdmt] Fix bug where extra empty blocks are emitted by Nick Terrell · 4 years ago
  66. 9ab9229 [zstreamtest] Add compression determinism tests by Nick Terrell · 4 years ago
  67. c51a9e7 [zstdmt] Rip out the zstdmt API by Nick Terrell · 4 years ago
  68. d5c688e Fix ZSTD_adjustCParams_internal() to handle dictionary logic by Nick Terrell · 4 years ago
  69. 7083f79 [bug] Fix dictContentType when reprocessing cdict by Nick Terrell · 4 years ago
  70. b951ad2 Merge pull request #2329 from senhuang42/prevent_summary_updates_when_using_stdout by Yann Collet · 4 years ago
  71. c3ee284 Merge pull request #2319 from facebook/fullbench_stream2 by Yann Collet · 4 years ago
  72. e96ea5d Fix static analyze fuzzer.c error by senhuang42 · 4 years ago
  73. b8bfc4e Add cSize regression test to fuzzer.c by senhuang42 · 4 years ago
  74. 429dec4 Add DEBUGLOG() calls in ldm helpers by senhuang42 · 4 years ago
  75. cfd2aec Add unit tests into playTests.sh by senhuang42 · 4 years ago
  76. 7259b25 Add callsites to zstdcli.c and tests to playTests.sh by senhuang42 · 4 years ago
  77. 0057c4a Merge pull request #2333 from terrelln/stable-dst by Nick Terrell · 4 years ago
  78. 2e7d174 Reset all decompression parameters in ZSTD_DCtx_reset() by Nick Terrell · 4 years ago
  79. 83461ce Merge pull request #2322 from senhuang42/guard_against_stdin_for_warning_prompts by Yann Collet · 4 years ago
  80. 9f7212a Update unit tests by senhuang42 · 4 years ago
  81. c6c0a57 Merge pull request #2315 from senhuang42/allow_zstd_suffix by Yann Collet · 4 years ago
  82. 21cd640 Add unit tests to guard against bad stdin by senhuang42 · 4 years ago
  83. 7aa3da1 Use IS_CONSOLE macro to detect that we're indeed using a console by senhuang42 · 4 years ago
  84. 973f2ad [tests] Don't write to stdout by Nick Terrell · 4 years ago
  85. 5618e00 update fullbench for compressStream2() by Yann Collet · 4 years ago
  86. 200c960 Merge pull request #2311 from felixhandte/ddss-fix-cparam-derivation by Felix Handte · 4 years ago
  87. 0703495 Add -f to .zstd decompression CLI test by senhuang42 · 4 years ago
  88. 6b6cc80 Support .zstd suffix only for decompression by senhuang42 · 4 years ago
  89. 9398acb Move Last Two Long Tests in fuzzer.c into Separate --long-tests Section by W. Felix Handte · 4 years ago
  90. f23a321 Update Regression Test Results by W. Felix Handte · 4 years ago
  91. e583e0b Merge pull request #2299 from senhuang42/env_var_num_threads by Yann Collet · 4 years ago
  92. dec1a78 minor fix casting for Visual by Yann Collet · 4 years ago
  93. c91a085 check endDirective in ZSTD_compressStream2() by Yann Collet · 4 years ago
  94. d6246d4 Print More During Fuzzer Test to Avoid CI Killing it Due to Timeout by W. Felix Handte · 4 years ago
  95. 6d3f816 Test Fewer Dictionary Sizes by W. Felix Handte · 4 years ago
  96. b6df3fd Fix Debug Logging in 32-bit Build by W. Felix Handte · 4 years ago
  97. 2cc2b40 Test DDSS A Little More Thoroughly by W. Felix Handte · 4 years ago
  98. b81f3a3 Easy: Fix Test by W. Felix Handte · 4 years, 1 month ago
  99. 2cf6cfc Add Fuzzer Test for the Various Dict Attachment Strategies by W. Felix Handte · 4 years, 1 month ago
  100. a907793 [lib] Reduce zstd stack usage by 1KB by Nick Terrell · 4 years ago