1. 6672689 Merge pull request #2406 from terrelln/linux-wrapper-api by Nick Terrell · 3 years, 11 months ago
  2. 91c1b57 Merge pull request #2409 from facebook/test_makefile by Yann Collet · 3 years, 11 months ago
  3. 894ae36 Merge pull request #2390 from animalize/clamp_level by Nick Terrell · 3 years, 11 months ago
  4. 2cbd038 Move max nb seq check to per-block by senhuang42 · 3 years, 11 months ago
  5. 3cda5fa [minor][lib] Remove double semicolon by Nick Terrell · 3 years, 11 months ago
  6. 9f8b180 fixed API documentation by Yann Collet · 3 years, 11 months ago
  7. 6112b82 Merge pull request #2348 from dscheg/dev by Yann Collet · 3 years, 11 months ago
  8. 3efe9c9 Add sequence nb validation to compressSequences(), adjust minMatch comparisons by senhuang42 · 3 years, 11 months ago
  9. 4c5f337 Use cctx's minMatch instead of global MINMATCH, make fuzzer use validation by senhuang42 · 3 years, 11 months ago
  10. 61f7175 Pass dictBufferCapacity to COVER_selectDict() by Dmitriy Titarenko · 3 years, 11 months ago
  11. c5fbd55 Merge pull request #2387 from senhuang42/compress_sequence_API by sen · 4 years ago
  12. 7742f07 Add experimental param for sequence validation by senhuang42 · 4 years ago
  13. 0e32928 Remove unnecessary repcode backup, apply style choices, use function pointer by senhuang42 · 4 years ago
  14. e924a0f Explicit cast for visual warnings by sen · 4 years ago
  15. dcbbf7c Unroll isRLE loop by senhuang42 · 4 years ago
  16. 05c0229 Clean up visual conversion warnings by senhuang42 · 4 years ago
  17. 3c44547 Improve documentation on ZSTD_compressSequences() by senhuang42 · 4 years ago
  18. d6d7ba2 Modification to offset validation to include entire sequence by senhuang42 · 4 years ago
  19. 8f3136a Fix assert edge case, improve documentation in zstd.h by senhuang42 · 4 years ago
  20. f6baad8 Fix warnings and make validation enabled by default by senhuang42 · 4 years ago
  21. 55b90ef Fix unit tests to agree with new changes by senhuang42 · 4 years ago
  22. 7f563b0 Add new sequence format as an experimental CCtx param by senhuang42 · 4 years ago
  23. 347824a Overhaul logic to simplify, add in proper validations, fix match splitting by senhuang42 · 4 years ago
  24. 46824cb Add new sequence compress api params to cctx by senhuang42 · 4 years ago
  25. 48405b4 Fix srcSize=0 edge case by senhuang42 · 4 years ago
  26. 022e6d8 Fix literals length calculation by senhuang42 · 4 years ago
  27. dad20b5 Remove dstCapacity error check by senhuang42 · 4 years ago
  28. b8e16a2 Remove extraneous function in this API by senhuang42 · 4 years ago
  29. f29507c Add check comparing offset to window size by senhuang42 · 4 years ago
  30. 7a6e46a Fix MSAN errors by senhuang42 · 4 years ago
  31. cc2642b Address edge case with endPosInSequence by senhuang42 · 4 years ago
  32. fd10007 Change debug levels to appropriate ones by senhuang42 · 4 years ago
  33. 2db8441 Add RLE support by senhuang42 · 4 years ago
  34. dfef298 Fix various build warnings by senhuang42 · 4 years ago
  35. 2bbdddf Add test case to roundtrip using ZSTD_getSequences() and ZSTD_compressSequences() by senhuang42 · 4 years ago
  36. 5fd69f8 Add documentation for new api functions by senhuang42 · 4 years ago
  37. e8b7fdb Refactor for enhanced code clarity by senhuang42 · 4 years ago
  38. c675fb4 Rename internal function compressSequences(), and promote new *_ext() functions to their actual name by senhuang42 · 4 years ago
  39. 013434e Add another API function to compress with existing CCTX by senhuang42 · 4 years ago
  40. c44ce29 More adjustments to improve code clarity by senhuang42 · 4 years ago
  41. 48f67da Pull compressStream2() transparent initialization into its own function by senhuang42 · 4 years ago
  42. c86151f Add initial support for new ZSTD_Sequence mode by senhuang42 · 4 years ago
  43. e0f26af Add sequence compression format param by senhuang42 · 4 years ago
  44. f51af9a Always ensure sequenceRange updates properly, add more error forwarding by senhuang42 · 4 years ago
  45. 1a44968 Various minor logical refactors to improve clarity by senhuang42 · 4 years ago
  46. e5fe485 Fix cSize calculation for noCompressBlocks by senhuang42 · 4 years ago
  47. 6145ebb Rebased, roundtrips silesia.tar by senhuang42 · 4 years ago
  48. b5b61cc Refactor for better debugging info by senhuang42 · 4 years ago
  49. 293fad6 Corrections and edge-case fixes to be able to roundtrip dickens by senhuang42 · 4 years ago
  50. 7eb6fa7 Multi-block compression scaffolding - works on single-block files by senhuang42 · 4 years ago
  51. 75b01f3 Add support for uncompressible blocks by senhuang42 · 4 years ago
  52. e04da68 Enable usage of ZSTD_sequenceRange for single-block compression by senhuang42 · 4 years ago
  53. 337fac2 Add logic to handle ZSTD_sequenceRange by senhuang42 · 4 years ago
  54. 85822dd Add last literals handling like getSequences() by senhuang42 · 4 years ago
  55. 2cff8df Pull block compression out of main compressSequences() function by senhuang42 · 4 years ago
  56. cfced93 Implement ZSTD_updateSequenceRange by senhuang42 · 4 years ago
  57. b116e1f Modify SequenceRange to have posInSequence by senhuang42 · 4 years ago
  58. d99b675 Add function definition for sequenceRange updater by senhuang42 · 4 years ago
  59. 74e95c0 Add ZSTD_SequenceRange to count ranges in array of ZSTD_Sequence by senhuang42 · 4 years ago
  60. 89f3848 Add support for repcodes by senhuang42 · 4 years ago
  61. 3e930fd Code cleanup, add debuglog statments by senhuang42 · 4 years ago
  62. 086513b Implement first pass at compressSequences() by senhuang42 · 4 years, 1 month ago
  63. a9327b1 Add initial function prototype for ZSTD_compressSequences_ext (to be renamed later) by senhuang42 · 4 years ago
  64. 52f8c07 Clamp compression level in ZSTD_getCParams_internal() function by animalize · 4 years ago
  65. 9d936d6 Reduce number of memcpy() calls by senhuang42 · 4 years ago
  66. be4ac6c Use existing repcode update function to implement updates by senhuang42 · 4 years ago
  67. 674c9b9 Add in proper block repcode histories by senhuang42 · 4 years ago
  68. 06c7f14 Let block reps persist by senhuang42 · 4 years ago
  69. 3962750 Fix incorrect repcode setting by senhuang42 · 4 years ago
  70. 1a8af0d Improve unit test by senhuang42 · 4 years ago
  71. 4d4fd2c Overhaul repcode handling logic by senhuang42 · 4 years ago
  72. 69b8361 Merge pull request #2388 from facebook/fix2386 by Yann Collet · 4 years ago
  73. f62edf0 Merge pull request #2381 from senhuang42/expand_sequence_extraction_api by sen · 4 years ago
  74. 95e7461 fix multiple minor conversion warnings by Yann Collet · 4 years ago
  75. 2769e4d fix incorrect assert by Yann Collet · 4 years ago
  76. 7d1dea0 Update unit tests by senhuang42 · 4 years ago
  77. 779df99 Implement mergeGeneratedSequences() by senhuang42 · 4 years ago
  78. 51abd58 Rename getSequences() to generateSequences() by senhuang42 · 4 years ago
  79. 261ea69 Add new mergeGeneratedSequences() function by senhuang42 · 4 years ago
  80. eac309c Add ZSTD_getDictID_fromCDict function to experimental section by Luke Pitt · 4 years ago
  81. f782cac Change block delimiter removing to linear time approach by senhuang42 · 4 years ago
  82. 3c9b43d Remove trailing comma by senhuang42 · 4 years ago
  83. 3434049 Use ZSTD_memmove() instead of memmove() by senhuang42 · 4 years ago
  84. d4d0346 Update name of enum, clarify documentation by senhuang42 · 4 years ago
  85. e6178f8 Revert unnecessary seqCollector adjustment by senhuang42 · 4 years ago
  86. e8501e0 Fix incorrect index increment in merge algorithm by senhuang42 · 4 years ago
  87. a36fdad Add algorithm to remove all delimiters by senhuang42 · 4 years ago
  88. 435a3a0 Update seqCollector definition by senhuang42 · 4 years ago
  89. 3327932 Update ZSTD_getSequences function signature by senhuang42 · 4 years ago
  90. 7397d01 Add new enum for different sequence formats for ingestion/extraction by senhuang42 · 4 years ago
  91. 7205e60 Merge pull request #2354 from terrelln/stable-buffer by Nick Terrell · 4 years ago
  92. c37c714 Merge pull request #2376 from senhuang42/clarify_sequence_extraction_api by sen · 4 years ago
  93. d4e021f [lib] Avoid allocating the input buffer when ZSTD_c_stableInBuffer is set by Nick Terrell · 4 years ago
  94. 24f7278 [lib] Skip the input window buffer when ZSTD_c_stableInBuffer is set by Nick Terrell · 4 years ago
  95. 6bd6b6f [cwksp] Return NULL when 0 bytes are requested by Nick Terrell · 4 years ago
  96. fcf81ce [lib] Avoid allocating output buffer when ZSTD_c_stableOutBuffer is set by Nick Terrell · 4 years ago
  97. 6d5dc93 [lib] Compress directly into output when ZSTD_c_stableOutBuffer is set by Nick Terrell · 4 years ago
  98. 987cb4c [lib] Take the shortcut when ZSTD_c_stableOutBuffer is set by Nick Terrell · 4 years ago
  99. 809b2f2 [lib] Set ZSTD_c_stable{In,Out}Buffer in ZSTD_compress2() by Nick Terrell · 4 years ago
  100. c74be3f [lib] Validate buffers when ZSTD_c_stable{In,Out}Buffer is set by Nick Terrell · 4 years ago