1. 4c5f337 Use cctx's minMatch instead of global MINMATCH, make fuzzer use validation by senhuang42 · 3 years, 8 months ago
  2. bcd17db Merge pull request #2397 from dscheg/fixtrainfrombuffer by Nick Terrell · 3 years, 8 months ago
  3. 9939cce Merge pull request #2404 from facebook/lz4check by Yann Collet · 3 years, 8 months ago
  4. 4b5d7e9 fix lz4 test messed by console detection by Yann Collet · 3 years, 8 months ago
  5. 1126ad5 Merge pull request #2403 from facebook/no_strncpy by Yann Collet · 3 years, 8 months ago
  6. b154692 added tests presumed to break lz4 console detection by Yann Collet · 3 years, 8 months ago
  7. fed1c62 fix gcc10 warnings by Yann Collet · 3 years, 8 months ago
  8. e0ec32f Merge pull request #2398 from senhuang42/fix_seq_compression_oss_fuzz by sen · 3 years, 8 months ago
  9. 23554ff Force CCtx minmatch to be same as generated minmatch by senhuang42 · 3 years, 8 months ago
  10. 61f7175 Pass dictBufferCapacity to COVER_selectDict() by Dmitriy Titarenko · 3 years, 8 months ago
  11. 0a4dbe9 Merge pull request #2394 from senhuang42/seq_compress_fuzzer by sen · 3 years, 8 months ago
  12. c502cd3 Fix generating 1 too few characters in random string generator by senhuang42 · 3 years, 8 months ago
  13. 5b0c8f0 Add appropriate bound to matchlengths, and reduce srcSize max by senhuang42 · 3 years, 8 months ago
  14. a73a07b Add a bound for matchlength dependent on window size by senhuang42 · 3 years, 8 months ago
  15. 5c68c5e Variety of minor fixups, reduce allocation, make deterministic by senhuang42 · 3 years, 8 months ago
  16. 59c021f Add built binary to .gitignore by senhuang42 · 3 years, 8 months ago
  17. 26bc0bf Add new fuzzer to build targets by senhuang42 · 3 years, 8 months ago
  18. ed57596 Implement new fuzzer for sequence compression by senhuang42 · 3 years, 8 months ago
  19. c5fbd55 Merge pull request #2387 from senhuang42/compress_sequence_API by sen · 3 years, 8 months ago
  20. 7742f07 Add experimental param for sequence validation by senhuang42 · 3 years, 8 months ago
  21. 0e32928 Remove unnecessary repcode backup, apply style choices, use function pointer by senhuang42 · 3 years, 8 months ago
  22. 4e809dd Merge pull request #2395 from senhuang42/is_rle_speedup by sen · 3 years, 8 months ago
  23. e924a0f Explicit cast for visual warnings by sen · 3 years, 8 months ago
  24. dcbbf7c Unroll isRLE loop by senhuang42 · 3 years, 8 months ago
  25. 05c0229 Clean up visual conversion warnings by senhuang42 · 3 years, 8 months ago
  26. 3c44547 Improve documentation on ZSTD_compressSequences() by senhuang42 · 3 years, 8 months ago
  27. d6d7ba2 Modification to offset validation to include entire sequence by senhuang42 · 3 years, 8 months ago
  28. 8f3136a Fix assert edge case, improve documentation in zstd.h by senhuang42 · 3 years, 8 months ago
  29. f6baad8 Fix warnings and make validation enabled by default by senhuang42 · 3 years, 8 months ago
  30. 55b90ef Fix unit tests to agree with new changes by senhuang42 · 3 years, 8 months ago
  31. 7f563b0 Add new sequence format as an experimental CCtx param by senhuang42 · 3 years, 8 months ago
  32. 347824a Overhaul logic to simplify, add in proper validations, fix match splitting by senhuang42 · 3 years, 8 months ago
  33. 46824cb Add new sequence compress api params to cctx by senhuang42 · 3 years, 9 months ago
  34. 48405b4 Fix srcSize=0 edge case by senhuang42 · 3 years, 9 months ago
  35. 022e6d8 Fix literals length calculation by senhuang42 · 3 years, 9 months ago
  36. 3d26615 Adjust unit tests to agree with new sequence generation API by senhuang42 · 3 years, 9 months ago
  37. dad20b5 Remove dstCapacity error check by senhuang42 · 3 years, 9 months ago
  38. b8e16a2 Remove extraneous function in this API by senhuang42 · 3 years, 9 months ago
  39. f29507c Add check comparing offset to window size by senhuang42 · 3 years, 9 months ago
  40. 7a6e46a Fix MSAN errors by senhuang42 · 3 years, 9 months ago
  41. cc2642b Address edge case with endPosInSequence by senhuang42 · 3 years, 9 months ago
  42. fd10007 Change debug levels to appropriate ones by senhuang42 · 3 years, 9 months ago
  43. 2db8441 Add RLE support by senhuang42 · 3 years, 9 months ago
  44. dfef298 Fix various build warnings by senhuang42 · 3 years, 9 months ago
  45. 2bbdddf Add test case to roundtrip using ZSTD_getSequences() and ZSTD_compressSequences() by senhuang42 · 3 years, 9 months ago
  46. 5fd69f8 Add documentation for new api functions by senhuang42 · 3 years, 9 months ago
  47. e8b7fdb Refactor for enhanced code clarity by senhuang42 · 3 years, 9 months ago
  48. c675fb4 Rename internal function compressSequences(), and promote new *_ext() functions to their actual name by senhuang42 · 3 years, 9 months ago
  49. 013434e Add another API function to compress with existing CCTX by senhuang42 · 3 years, 9 months ago
  50. c44ce29 More adjustments to improve code clarity by senhuang42 · 3 years, 9 months ago
  51. 48f67da Pull compressStream2() transparent initialization into its own function by senhuang42 · 3 years, 9 months ago
  52. c86151f Add initial support for new ZSTD_Sequence mode by senhuang42 · 3 years, 9 months ago
  53. e0f26af Add sequence compression format param by senhuang42 · 3 years, 9 months ago
  54. f51af9a Always ensure sequenceRange updates properly, add more error forwarding by senhuang42 · 3 years, 9 months ago
  55. 1a44968 Various minor logical refactors to improve clarity by senhuang42 · 3 years, 9 months ago
  56. e5fe485 Fix cSize calculation for noCompressBlocks by senhuang42 · 3 years, 9 months ago
  57. 6145ebb Rebased, roundtrips silesia.tar by senhuang42 · 3 years, 9 months ago
  58. b5b61cc Refactor for better debugging info by senhuang42 · 3 years, 9 months ago
  59. 293fad6 Corrections and edge-case fixes to be able to roundtrip dickens by senhuang42 · 3 years, 9 months ago
  60. 7eb6fa7 Multi-block compression scaffolding - works on single-block files by senhuang42 · 3 years, 9 months ago
  61. 75b01f3 Add support for uncompressible blocks by senhuang42 · 3 years, 9 months ago
  62. e04da68 Enable usage of ZSTD_sequenceRange for single-block compression by senhuang42 · 3 years, 9 months ago
  63. 337fac2 Add logic to handle ZSTD_sequenceRange by senhuang42 · 3 years, 9 months ago
  64. 85822dd Add last literals handling like getSequences() by senhuang42 · 3 years, 9 months ago
  65. 2cff8df Pull block compression out of main compressSequences() function by senhuang42 · 3 years, 9 months ago
  66. cfced93 Implement ZSTD_updateSequenceRange by senhuang42 · 3 years, 9 months ago
  67. b116e1f Modify SequenceRange to have posInSequence by senhuang42 · 3 years, 9 months ago
  68. d99b675 Add function definition for sequenceRange updater by senhuang42 · 3 years, 9 months ago
  69. 74e95c0 Add ZSTD_SequenceRange to count ranges in array of ZSTD_Sequence by senhuang42 · 3 years, 9 months ago
  70. 89f3848 Add support for repcodes by senhuang42 · 3 years, 9 months ago
  71. 3e930fd Code cleanup, add debuglog statments by senhuang42 · 3 years, 9 months ago
  72. 086513b Implement first pass at compressSequences() by senhuang42 · 3 years, 10 months ago
  73. a9327b1 Add initial function prototype for ZSTD_compressSequences_ext (to be renamed later) by senhuang42 · 3 years, 9 months ago
  74. 9736c49 Merge pull request #2393 from senhuang42/fix_sequence_extractions_api by sen · 3 years, 8 months ago
  75. 9d936d6 Reduce number of memcpy() calls by senhuang42 · 3 years, 9 months ago
  76. be4ac6c Use existing repcode update function to implement updates by senhuang42 · 3 years, 9 months ago
  77. 674c9b9 Add in proper block repcode histories by senhuang42 · 3 years, 9 months ago
  78. 06c7f14 Let block reps persist by senhuang42 · 3 years, 9 months ago
  79. 3962750 Fix incorrect repcode setting by senhuang42 · 3 years, 9 months ago
  80. 1a8af0d Improve unit test by senhuang42 · 3 years, 9 months ago
  81. 4d4fd2c Overhaul repcode handling logic by senhuang42 · 3 years, 9 months ago
  82. 69b8361 Merge pull request #2388 from facebook/fix2386 by Yann Collet · 3 years, 9 months ago
  83. f62edf0 Merge pull request #2381 from senhuang42/expand_sequence_extraction_api by sen · 3 years, 9 months ago
  84. 95e7461 fix multiple minor conversion warnings by Yann Collet · 3 years, 9 months ago
  85. 2769e4d fix incorrect assert by Yann Collet · 3 years, 9 months ago
  86. 7d1dea0 Update unit tests by senhuang42 · 3 years, 9 months ago
  87. 779df99 Implement mergeGeneratedSequences() by senhuang42 · 3 years, 9 months ago
  88. 51abd58 Rename getSequences() to generateSequences() by senhuang42 · 3 years, 9 months ago
  89. 261ea69 Add new mergeGeneratedSequences() function by senhuang42 · 3 years, 9 months ago
  90. 07ee8bf Merge pull request #2385 from LuAPi/add-ZSTD_getDictID_fromCDict-single-commit by Nick Terrell · 3 years, 9 months ago
  91. eac309c Add ZSTD_getDictID_fromCDict function to experimental section by Luke Pitt · 3 years, 9 months ago
  92. f782cac Change block delimiter removing to linear time approach by senhuang42 · 3 years, 9 months ago
  93. 3c9b43d Remove trailing comma by senhuang42 · 3 years, 9 months ago
  94. 3434049 Use ZSTD_memmove() instead of memmove() by senhuang42 · 3 years, 9 months ago
  95. c54a25b Revert compressibility change by senhuang42 · 3 years, 9 months ago
  96. d4d0346 Update name of enum, clarify documentation by senhuang42 · 3 years, 9 months ago
  97. 9102f30 Update unit test by senhuang42 · 3 years, 9 months ago
  98. e6178f8 Revert unnecessary seqCollector adjustment by senhuang42 · 3 years, 9 months ago
  99. e8501e0 Fix incorrect index increment in merge algorithm by senhuang42 · 3 years, 9 months ago
  100. a36fdad Add algorithm to remove all delimiters by senhuang42 · 3 years, 9 months ago