1. 013434e Add another API function to compress with existing CCTX by senhuang42 · 4 years ago
  2. c44ce29 More adjustments to improve code clarity by senhuang42 · 4 years ago
  3. 48f67da Pull compressStream2() transparent initialization into its own function by senhuang42 · 4 years ago
  4. c86151f Add initial support for new ZSTD_Sequence mode by senhuang42 · 4 years ago
  5. e0f26af Add sequence compression format param by senhuang42 · 4 years ago
  6. f51af9a Always ensure sequenceRange updates properly, add more error forwarding by senhuang42 · 4 years ago
  7. 1a44968 Various minor logical refactors to improve clarity by senhuang42 · 4 years ago
  8. e5fe485 Fix cSize calculation for noCompressBlocks by senhuang42 · 4 years ago
  9. 6145ebb Rebased, roundtrips silesia.tar by senhuang42 · 4 years ago
  10. b5b61cc Refactor for better debugging info by senhuang42 · 4 years ago
  11. 293fad6 Corrections and edge-case fixes to be able to roundtrip dickens by senhuang42 · 4 years ago
  12. 7eb6fa7 Multi-block compression scaffolding - works on single-block files by senhuang42 · 4 years ago
  13. 75b01f3 Add support for uncompressible blocks by senhuang42 · 4 years ago
  14. e04da68 Enable usage of ZSTD_sequenceRange for single-block compression by senhuang42 · 4 years ago
  15. 337fac2 Add logic to handle ZSTD_sequenceRange by senhuang42 · 4 years ago
  16. 85822dd Add last literals handling like getSequences() by senhuang42 · 4 years ago
  17. 2cff8df Pull block compression out of main compressSequences() function by senhuang42 · 4 years ago
  18. cfced93 Implement ZSTD_updateSequenceRange by senhuang42 · 4 years ago
  19. b116e1f Modify SequenceRange to have posInSequence by senhuang42 · 4 years ago
  20. d99b675 Add function definition for sequenceRange updater by senhuang42 · 4 years ago
  21. 74e95c0 Add ZSTD_SequenceRange to count ranges in array of ZSTD_Sequence by senhuang42 · 4 years ago
  22. 89f3848 Add support for repcodes by senhuang42 · 4 years ago
  23. 3e930fd Code cleanup, add debuglog statments by senhuang42 · 4 years ago
  24. 086513b Implement first pass at compressSequences() by senhuang42 · 4 years, 1 month ago
  25. a9327b1 Add initial function prototype for ZSTD_compressSequences_ext (to be renamed later) by senhuang42 · 4 years ago
  26. 9736c49 Merge pull request #2393 from senhuang42/fix_sequence_extractions_api by sen · 4 years ago
  27. 9d936d6 Reduce number of memcpy() calls by senhuang42 · 4 years ago
  28. be4ac6c Use existing repcode update function to implement updates by senhuang42 · 4 years ago
  29. 674c9b9 Add in proper block repcode histories by senhuang42 · 4 years ago
  30. 06c7f14 Let block reps persist by senhuang42 · 4 years ago
  31. 3962750 Fix incorrect repcode setting by senhuang42 · 4 years ago
  32. 1a8af0d Improve unit test by senhuang42 · 4 years ago
  33. 4d4fd2c Overhaul repcode handling logic by senhuang42 · 4 years ago
  34. 69b8361 Merge pull request #2388 from facebook/fix2386 by Yann Collet · 4 years ago
  35. f62edf0 Merge pull request #2381 from senhuang42/expand_sequence_extraction_api by sen · 4 years ago
  36. 95e7461 fix multiple minor conversion warnings by Yann Collet · 4 years ago
  37. 2769e4d fix incorrect assert by Yann Collet · 4 years ago
  38. 7d1dea0 Update unit tests by senhuang42 · 4 years ago
  39. 779df99 Implement mergeGeneratedSequences() by senhuang42 · 4 years ago
  40. 51abd58 Rename getSequences() to generateSequences() by senhuang42 · 4 years ago
  41. 261ea69 Add new mergeGeneratedSequences() function by senhuang42 · 4 years ago
  42. 07ee8bf Merge pull request #2385 from LuAPi/add-ZSTD_getDictID_fromCDict-single-commit by Nick Terrell · 4 years ago
  43. eac309c Add ZSTD_getDictID_fromCDict function to experimental section by Luke Pitt · 4 years ago
  44. f782cac Change block delimiter removing to linear time approach by senhuang42 · 4 years ago
  45. 3c9b43d Remove trailing comma by senhuang42 · 4 years ago
  46. 3434049 Use ZSTD_memmove() instead of memmove() by senhuang42 · 4 years ago
  47. c54a25b Revert compressibility change by senhuang42 · 4 years ago
  48. d4d0346 Update name of enum, clarify documentation by senhuang42 · 4 years ago
  49. 9102f30 Update unit test by senhuang42 · 4 years ago
  50. e6178f8 Revert unnecessary seqCollector adjustment by senhuang42 · 4 years ago
  51. e8501e0 Fix incorrect index increment in merge algorithm by senhuang42 · 4 years ago
  52. a36fdad Add algorithm to remove all delimiters by senhuang42 · 4 years ago
  53. 435a3a0 Update seqCollector definition by senhuang42 · 4 years ago
  54. 3327932 Update ZSTD_getSequences function signature by senhuang42 · 4 years ago
  55. 7397d01 Add new enum for different sequence formats for ingestion/extraction by senhuang42 · 4 years ago
  56. f54109c Merge pull request #2378 from senhuang42/free_cress_ptr by sen · 4 years ago
  57. 37d546c Merge pull request #2379 from terrelln/regression-test by Nick Terrell · 4 years ago
  58. 7205e60 Merge pull request #2354 from terrelln/stable-buffer by Nick Terrell · 4 years ago
  59. a446fa3 [regression] Add README explaining the test by Nick Terrell · 4 years ago
  60. 222916a [regression] Update results.csv by Nick Terrell · 4 years ago
  61. c37c714 Merge pull request #2376 from senhuang42/clarify_sequence_extraction_api by sen · 4 years ago
  62. 2ebf6d5 [test] Add unit tests for ZSTD_c_stable{In,Out}Buffer by Nick Terrell · 4 years ago
  63. d4e021f [lib] Avoid allocating the input buffer when ZSTD_c_stableInBuffer is set by Nick Terrell · 4 years ago
  64. 24f7278 [lib] Skip the input window buffer when ZSTD_c_stableInBuffer is set by Nick Terrell · 4 years ago
  65. 6bd6b6f [cwksp] Return NULL when 0 bytes are requested by Nick Terrell · 4 years ago
  66. fcf81ce [lib] Avoid allocating output buffer when ZSTD_c_stableOutBuffer is set by Nick Terrell · 4 years ago
  67. 6d5dc93 [lib] Compress directly into output when ZSTD_c_stableOutBuffer is set by Nick Terrell · 4 years ago
  68. 987cb4c [lib] Take the shortcut when ZSTD_c_stableOutBuffer is set by Nick Terrell · 4 years ago
  69. 809b2f2 [lib] Set ZSTD_c_stable{In,Out}Buffer in ZSTD_compress2() by Nick Terrell · 4 years ago
  70. c74be3f [lib] Validate buffers when ZSTD_c_stable{In,Out}Buffer is set by Nick Terrell · 4 years ago
  71. e3e0775 [API] Add ZSTD_c_stable{In,Out}Buffer parameters by Nick Terrell · 4 years ago
  72. e2581d9 [lib] Set appliedParams in zstdmt mode by Nick Terrell · 4 years ago
  73. f0da976 Specify that getSequences() will always emit block boundary sequences by senhuang42 · 4 years ago
  74. 536e89c Sequence extractor should update CBlockState by senhuang42 · 4 years ago
  75. 32cac26 Emit last literals of 0 size as well, to indicate block boundary by senhuang42 · 4 years ago
  76. 69bd5f0 Correct literalsRead calculation to include longLength by senhuang42 · 4 years ago
  77. ff93440 Merge pull request #2375 from senhuang42/ldm_oss_fuzz_testcase by sen · 4 years ago
  78. 7198ebb Un-mix declarations and code by senhuang42 · 4 years ago
  79. 59624f3 Remove implicit typecast to appease appVeyor windows build by senhuang42 · 4 years ago
  80. 60a52c2 Add check for allocation by senhuang42 · 4 years ago
  81. bb4ea40 Merge pull request #2373 from facebook/libzstd_autoconf_full by Yann Collet · 4 years ago
  82. 09e3bb9 Merge branch 'dev' into libzstd_autoconf_full by Yann Collet · 4 years ago
  83. 0adce46 Merge branch 'libzstd_autoconf_full' of github.com:facebook/zstd into libzstd_autoconf_full by Yann Collet · 4 years ago
  84. f6ecf15 minor Makefile refactor by Yann Collet · 4 years ago
  85. 3ed5d05 Clarify comments in zstd.h some more by senhuang42 · 4 years ago
  86. 599ff58 Merge pull request #2339 from terrelln/zstdmt-stability by Nick Terrell · 4 years ago
  87. ceccd7a Merge branch 'dev' into libzstd_autoconf_full by Yann Collet · 4 years ago
  88. 2d2507b Merge pull request #2374 from bket/portability by Yann Collet · 4 years ago
  89. 169fc07 Move test to appropriate location by senhuang42 · 4 years ago
  90. db0b5d7 Add test to fuzzer.c by senhuang42 · 4 years ago
  91. 17b700d Merge pull request #2366 from senhuang42/enable_ldm_by_default by sen · 4 years ago
  92. 0953645 Merge pull request #2362 from senhuang42/fix_ldm_fuzz_issue by Nick Terrell · 4 years ago
  93. 3163909 Remove unused variable position by senhuang42 · 4 years ago
  94. dc44856 Add test compatibility with last literals in sequences by senhuang42 · 4 years ago
  95. 1f661b5 'head -c BYTES' is non-portable by Björn Ketelaars · 4 years ago
  96. 1d221ec Add support for representing last literals in the extracted seqs by senhuang42 · 4 years ago
  97. 9171f92 Improve documentation of seqStore_t by senhuang42 · 4 years ago
  98. 96b0ff7 Improve documentation regarding various operations in copyBlockSequences by senhuang42 · 4 years ago
  99. 3a11c7e Modify ZSTD_copyBlockSequences to agree with new API by senhuang42 · 4 years ago
  100. 761f40d Clarify and modify ZSTD_Sequence definition by senhuang42 · 4 years ago