1. 3d26615 Adjust unit tests to agree with new sequence generation API by senhuang42 · 4 years ago
  2. 2db8441 Add RLE support by senhuang42 · 4 years ago
  3. 2bbdddf Add test case to roundtrip using ZSTD_getSequences() and ZSTD_compressSequences() by senhuang42 · 4 years ago
  4. 9d936d6 Reduce number of memcpy() calls by senhuang42 · 4 years ago
  5. 1a8af0d Improve unit test by senhuang42 · 4 years ago
  6. f62edf0 Merge pull request #2381 from senhuang42/expand_sequence_extraction_api by sen · 4 years ago
  7. 7d1dea0 Update unit tests by senhuang42 · 4 years ago
  8. 51abd58 Rename getSequences() to generateSequences() by senhuang42 · 4 years ago
  9. eac309c Add ZSTD_getDictID_fromCDict function to experimental section by Luke Pitt · 4 years ago
  10. c54a25b Revert compressibility change by senhuang42 · 4 years ago
  11. d4d0346 Update name of enum, clarify documentation by senhuang42 · 4 years ago
  12. 9102f30 Update unit test by senhuang42 · 4 years ago
  13. 3327932 Update ZSTD_getSequences function signature by senhuang42 · 4 years ago
  14. 37d546c Merge pull request #2379 from terrelln/regression-test by Nick Terrell · 4 years ago
  15. 7205e60 Merge pull request #2354 from terrelln/stable-buffer by Nick Terrell · 4 years ago
  16. a446fa3 [regression] Add README explaining the test by Nick Terrell · 4 years ago
  17. 222916a [regression] Update results.csv by Nick Terrell · 4 years ago
  18. c37c714 Merge pull request #2376 from senhuang42/clarify_sequence_extraction_api by sen · 4 years ago
  19. 2ebf6d5 [test] Add unit tests for ZSTD_c_stable{In,Out}Buffer by Nick Terrell · 4 years ago
  20. ff93440 Merge pull request #2375 from senhuang42/ldm_oss_fuzz_testcase by sen · 4 years ago
  21. 7198ebb Un-mix declarations and code by senhuang42 · 4 years ago
  22. 60a52c2 Add check for allocation by senhuang42 · 4 years ago
  23. 599ff58 Merge pull request #2339 from terrelln/zstdmt-stability by Nick Terrell · 4 years ago
  24. 169fc07 Move test to appropriate location by senhuang42 · 4 years ago
  25. db0b5d7 Add test to fuzzer.c by senhuang42 · 4 years ago
  26. 17b700d Merge pull request #2366 from senhuang42/enable_ldm_by_default by sen · 4 years ago
  27. dc44856 Add test compatibility with last literals in sequences by senhuang42 · 4 years ago
  28. d3f1a9b fix partial-build test by Yann Collet · 4 years ago
  29. 91a8cb9 fix DEBUGLEVEL redefinition from tests/ by Yann Collet · 4 years ago
  30. 494f716 fix directory creation for Windows' libzstd by Yann Collet · 4 years ago
  31. ca75da8 fix test by Yann Collet · 4 years ago
  32. d6dae20 Merge pull request #2365 from senhuang42/move_opt_parser_test_to_long_tests by Nick Terrell · 4 years ago
  33. 81a2c02 Move ldm no regression test to fuzzer longtests by senhuang42 · 4 years ago
  34. df470e1 Add unit test for no cctx requested params change by senhuang42 · 4 years ago
  35. 42d037b Add libregression build target, also fix make clean and .gitignore by senhuang42 · 4 years ago
  36. f5d5cd3 Merge pull request #2341 from senhuang42/ldm_optimized_for_opt_parser by Yann Collet · 4 years ago
  37. ede4f97 [zstdmt] Fix bug where extra empty blocks are emitted by Nick Terrell · 4 years ago
  38. 9ab9229 [zstreamtest] Add compression determinism tests by Nick Terrell · 4 years, 1 month ago
  39. c51a9e7 [zstdmt] Rip out the zstdmt API by Nick Terrell · 4 years, 1 month ago
  40. d5c688e Fix ZSTD_adjustCParams_internal() to handle dictionary logic by Nick Terrell · 4 years, 1 month ago
  41. 7083f79 [bug] Fix dictContentType when reprocessing cdict by Nick Terrell · 4 years ago
  42. b951ad2 Merge pull request #2329 from senhuang42/prevent_summary_updates_when_using_stdout by Yann Collet · 4 years ago
  43. c3ee284 Merge pull request #2319 from facebook/fullbench_stream2 by Yann Collet · 4 years ago
  44. e96ea5d Fix static analyze fuzzer.c error by senhuang42 · 4 years, 1 month ago
  45. b8bfc4e Add cSize regression test to fuzzer.c by senhuang42 · 4 years, 1 month ago
  46. 429dec4 Add DEBUGLOG() calls in ldm helpers by senhuang42 · 4 years, 1 month ago
  47. cfd2aec Add unit tests into playTests.sh by senhuang42 · 4 years, 1 month ago
  48. 7259b25 Add callsites to zstdcli.c and tests to playTests.sh by senhuang42 · 4 years ago
  49. 0057c4a Merge pull request #2333 from terrelln/stable-dst by Nick Terrell · 4 years, 1 month ago
  50. 2e7d174 Reset all decompression parameters in ZSTD_DCtx_reset() by Nick Terrell · 4 years, 1 month ago
  51. 83461ce Merge pull request #2322 from senhuang42/guard_against_stdin_for_warning_prompts by Yann Collet · 4 years, 1 month ago
  52. 9f7212a Update unit tests by senhuang42 · 4 years, 1 month ago
  53. c6c0a57 Merge pull request #2315 from senhuang42/allow_zstd_suffix by Yann Collet · 4 years, 1 month ago
  54. 21cd640 Add unit tests to guard against bad stdin by senhuang42 · 4 years, 1 month ago
  55. 7aa3da1 Use IS_CONSOLE macro to detect that we're indeed using a console by senhuang42 · 4 years, 1 month ago
  56. 973f2ad [tests] Don't write to stdout by Nick Terrell · 4 years, 1 month ago
  57. 5618e00 update fullbench for compressStream2() by Yann Collet · 4 years, 1 month ago
  58. 200c960 Merge pull request #2311 from felixhandte/ddss-fix-cparam-derivation by Felix Handte · 4 years, 1 month ago
  59. 0703495 Add -f to .zstd decompression CLI test by senhuang42 · 4 years, 1 month ago
  60. 6b6cc80 Support .zstd suffix only for decompression by senhuang42 · 4 years, 1 month ago
  61. 9398acb Move Last Two Long Tests in fuzzer.c into Separate --long-tests Section by W. Felix Handte · 4 years, 1 month ago
  62. f23a321 Update Regression Test Results by W. Felix Handte · 4 years, 1 month ago
  63. e583e0b Merge pull request #2299 from senhuang42/env_var_num_threads by Yann Collet · 4 years, 1 month ago
  64. dec1a78 minor fix casting for Visual by Yann Collet · 4 years, 1 month ago
  65. c91a085 check endDirective in ZSTD_compressStream2() by Yann Collet · 4 years, 1 month ago
  66. d6246d4 Print More During Fuzzer Test to Avoid CI Killing it Due to Timeout by W. Felix Handte · 4 years, 1 month ago
  67. 6d3f816 Test Fewer Dictionary Sizes by W. Felix Handte · 4 years, 1 month ago
  68. b6df3fd Fix Debug Logging in 32-bit Build by W. Felix Handte · 4 years, 1 month ago
  69. 2cc2b40 Test DDSS A Little More Thoroughly by W. Felix Handte · 4 years, 1 month ago
  70. b81f3a3 Easy: Fix Test by W. Felix Handte · 4 years, 2 months ago
  71. 2cf6cfc Add Fuzzer Test for the Various Dict Attachment Strategies by W. Felix Handte · 4 years, 2 months ago
  72. a907793 [lib] Reduce zstd stack usage by 1KB by Nick Terrell · 4 years, 2 months ago
  73. a71963c nbThreads instead of numThreads by senhuang42 · 4 years, 1 month ago
  74. 0a170b2 Add ZSTD_NUMTHREADS tests to playTests.sh by senhuang42 · 4 years, 1 month ago
  75. 3aec385 Fix merge conflicts by senhuang42 · 4 years, 2 months ago
  76. a8c6688 Merge pull request #2283 from senhuang42/progress_bars_for_multiple_files by Yann Collet · 4 years, 2 months ago
  77. cf83ace Merge pull request #2282 from terrelln/ncount-fix by Nick Terrell · 4 years, 2 months ago
  78. a73e131 Adjust playTests.sh refuse overwrite test to include -q by senhuang42 · 4 years, 2 months ago
  79. ae16301 [fuzz] Fix stream_decompress timeouts by Nick Terrell · 4 years, 2 months ago
  80. 49eeb2d [fuzz] Disable superblock expansion test by Nick Terrell · 4 years, 2 months ago
  81. 4193638 [bug] Fix FSE_readNCount() by Nick Terrell · 4 years, 2 months ago
  82. f82d986 Merge pull request #2278 from senhuang42/ignore_checksum_advanced_param by Yann Collet · 4 years, 2 months ago
  83. 614e446 Merge pull request #2271 from terrelln/small-blocks by Nick Terrell · 4 years, 2 months ago
  84. dde97de Only ask to proceed if using --rm, otherwise just display warning. -f bypasses it all. More robust tests by senhuang42 · 4 years, 2 months ago
  85. 1acf243 Add a warning whenever (de)compressing multiple files into one source, or into stdout by senhuang42 · 4 years, 2 months ago
  86. 52f33a1 Fix compiler warnings by Nick Terrell · 4 years, 2 months ago
  87. a030560 Add new DCtx param: validateChecksum and update unit tests by senhuang42 · 4 years, 2 months ago
  88. 1302f8d [fix] Always return dstSize_tooSmall when it is the case by Nick Terrell · 4 years, 2 months ago
  89. 44c54a3 Addressing comments: more comments, cleanup, remove extra function, checksum logic by senhuang42 · 4 years, 2 months ago
  90. 8def0e5 Fix up code after reading through by Nick Terrell · 4 years, 2 months ago
  91. ffaa0df Document change in CLI for --no-check during decompression in --help menu by senhuang42 · 4 years, 2 months ago
  92. e3f5f96 Added CLI tests for --no-check, fixed ignore checksum logic by senhuang42 · 4 years, 2 months ago
  93. 20eb095 Added unit test to fuzzer.c, changed definition param name by senhuang42 · 4 years, 2 months ago
  94. 1b34b15 Adding CLI capability to invoke decompression with no checksum by senhuang42 · 4 years, 2 months ago
  95. 6a8dbdc Modify decompression loop to gnore checksums if flag is enabled by senhuang42 · 4 years, 2 months ago
  96. 8f8bd2d [regression] Update results.csv by Nick Terrell · 4 years, 2 months ago
  97. 575731b Use ncount=1 when < 4096 symbols by Nick Terrell · 4 years, 2 months ago
  98. 612e947 wire up bmi2 support by Nick Terrell · 4 years, 2 months ago
  99. a800626 small blocks benchmark by Nick Terrell · 4 years, 2 months ago
  100. 23941ee added tests for newly enabled syntax by Yann Collet · 4 years, 3 months ago