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