1. 4e809dd Merge pull request #2395 from senhuang42/is_rle_speedup by sen · 3 years, 8 months ago
  2. e924a0f Explicit cast for visual warnings by sen · 3 years, 8 months ago
  3. dcbbf7c Unroll isRLE loop by senhuang42 · 3 years, 8 months ago
  4. 9736c49 Merge pull request #2393 from senhuang42/fix_sequence_extractions_api by sen · 3 years, 8 months ago
  5. 9d936d6 Reduce number of memcpy() calls by senhuang42 · 3 years, 9 months ago
  6. be4ac6c Use existing repcode update function to implement updates by senhuang42 · 3 years, 9 months ago
  7. 674c9b9 Add in proper block repcode histories by senhuang42 · 3 years, 9 months ago
  8. 06c7f14 Let block reps persist by senhuang42 · 3 years, 9 months ago
  9. 3962750 Fix incorrect repcode setting by senhuang42 · 3 years, 9 months ago
  10. 1a8af0d Improve unit test by senhuang42 · 3 years, 9 months ago
  11. 4d4fd2c Overhaul repcode handling logic by senhuang42 · 3 years, 9 months ago
  12. 69b8361 Merge pull request #2388 from facebook/fix2386 by Yann Collet · 3 years, 9 months ago
  13. f62edf0 Merge pull request #2381 from senhuang42/expand_sequence_extraction_api by sen · 3 years, 9 months ago
  14. 95e7461 fix multiple minor conversion warnings by Yann Collet · 3 years, 9 months ago
  15. 2769e4d fix incorrect assert by Yann Collet · 3 years, 9 months ago
  16. 7d1dea0 Update unit tests by senhuang42 · 3 years, 9 months ago
  17. 779df99 Implement mergeGeneratedSequences() by senhuang42 · 3 years, 9 months ago
  18. 51abd58 Rename getSequences() to generateSequences() by senhuang42 · 3 years, 9 months ago
  19. 261ea69 Add new mergeGeneratedSequences() function by senhuang42 · 3 years, 9 months ago
  20. 07ee8bf Merge pull request #2385 from LuAPi/add-ZSTD_getDictID_fromCDict-single-commit by Nick Terrell · 3 years, 9 months ago
  21. eac309c Add ZSTD_getDictID_fromCDict function to experimental section by Luke Pitt · 3 years, 9 months ago
  22. f782cac Change block delimiter removing to linear time approach by senhuang42 · 3 years, 9 months ago
  23. 3c9b43d Remove trailing comma by senhuang42 · 3 years, 9 months ago
  24. 3434049 Use ZSTD_memmove() instead of memmove() by senhuang42 · 3 years, 9 months ago
  25. c54a25b Revert compressibility change by senhuang42 · 3 years, 9 months ago
  26. d4d0346 Update name of enum, clarify documentation by senhuang42 · 3 years, 9 months ago
  27. 9102f30 Update unit test by senhuang42 · 3 years, 9 months ago
  28. e6178f8 Revert unnecessary seqCollector adjustment by senhuang42 · 3 years, 9 months ago
  29. e8501e0 Fix incorrect index increment in merge algorithm by senhuang42 · 3 years, 9 months ago
  30. a36fdad Add algorithm to remove all delimiters by senhuang42 · 3 years, 9 months ago
  31. 435a3a0 Update seqCollector definition by senhuang42 · 3 years, 9 months ago
  32. 3327932 Update ZSTD_getSequences function signature by senhuang42 · 3 years, 9 months ago
  33. 7397d01 Add new enum for different sequence formats for ingestion/extraction by senhuang42 · 3 years, 9 months ago
  34. f54109c Merge pull request #2378 from senhuang42/free_cress_ptr by sen · 3 years, 9 months ago
  35. 37d546c Merge pull request #2379 from terrelln/regression-test by Nick Terrell · 3 years, 9 months ago
  36. 7205e60 Merge pull request #2354 from terrelln/stable-buffer by Nick Terrell · 3 years, 9 months ago
  37. a446fa3 [regression] Add README explaining the test by Nick Terrell · 3 years, 9 months ago
  38. 222916a [regression] Update results.csv by Nick Terrell · 3 years, 9 months ago
  39. c37c714 Merge pull request #2376 from senhuang42/clarify_sequence_extraction_api by sen · 3 years, 9 months ago
  40. 2ebf6d5 [test] Add unit tests for ZSTD_c_stable{In,Out}Buffer by Nick Terrell · 3 years, 10 months ago
  41. d4e021f [lib] Avoid allocating the input buffer when ZSTD_c_stableInBuffer is set by Nick Terrell · 3 years, 10 months ago
  42. 24f7278 [lib] Skip the input window buffer when ZSTD_c_stableInBuffer is set by Nick Terrell · 3 years, 10 months ago
  43. 6bd6b6f [cwksp] Return NULL when 0 bytes are requested by Nick Terrell · 3 years, 10 months ago
  44. fcf81ce [lib] Avoid allocating output buffer when ZSTD_c_stableOutBuffer is set by Nick Terrell · 3 years, 10 months ago
  45. 6d5dc93 [lib] Compress directly into output when ZSTD_c_stableOutBuffer is set by Nick Terrell · 3 years, 10 months ago
  46. 987cb4c [lib] Take the shortcut when ZSTD_c_stableOutBuffer is set by Nick Terrell · 3 years, 10 months ago
  47. 809b2f2 [lib] Set ZSTD_c_stable{In,Out}Buffer in ZSTD_compress2() by Nick Terrell · 3 years, 10 months ago
  48. c74be3f [lib] Validate buffers when ZSTD_c_stable{In,Out}Buffer is set by Nick Terrell · 3 years, 10 months ago
  49. e3e0775 [API] Add ZSTD_c_stable{In,Out}Buffer parameters by Nick Terrell · 3 years, 10 months ago
  50. e2581d9 [lib] Set appliedParams in zstdmt mode by Nick Terrell · 3 years, 10 months ago
  51. f0da976 Specify that getSequences() will always emit block boundary sequences by senhuang42 · 3 years, 9 months ago
  52. 536e89c Sequence extractor should update CBlockState by senhuang42 · 3 years, 9 months ago
  53. 32cac26 Emit last literals of 0 size as well, to indicate block boundary by senhuang42 · 3 years, 9 months ago
  54. 69bd5f0 Correct literalsRead calculation to include longLength by senhuang42 · 3 years, 9 months ago
  55. ff93440 Merge pull request #2375 from senhuang42/ldm_oss_fuzz_testcase by sen · 3 years, 9 months ago
  56. 7198ebb Un-mix declarations and code by senhuang42 · 3 years, 9 months ago
  57. 59624f3 Remove implicit typecast to appease appVeyor windows build by senhuang42 · 3 years, 9 months ago
  58. 60a52c2 Add check for allocation by senhuang42 · 3 years, 9 months ago
  59. bb4ea40 Merge pull request #2373 from facebook/libzstd_autoconf_full by Yann Collet · 3 years, 9 months ago
  60. 09e3bb9 Merge branch 'dev' into libzstd_autoconf_full by Yann Collet · 3 years, 9 months ago
  61. 0adce46 Merge branch 'libzstd_autoconf_full' of github.com:facebook/zstd into libzstd_autoconf_full by Yann Collet · 3 years, 9 months ago
  62. f6ecf15 minor Makefile refactor by Yann Collet · 3 years, 9 months ago
  63. 3ed5d05 Clarify comments in zstd.h some more by senhuang42 · 3 years, 9 months ago
  64. 599ff58 Merge pull request #2339 from terrelln/zstdmt-stability by Nick Terrell · 3 years, 9 months ago
  65. ceccd7a Merge branch 'dev' into libzstd_autoconf_full by Yann Collet · 3 years, 9 months ago
  66. 2d2507b Merge pull request #2374 from bket/portability by Yann Collet · 3 years, 9 months ago
  67. 169fc07 Move test to appropriate location by senhuang42 · 3 years, 9 months ago
  68. db0b5d7 Add test to fuzzer.c by senhuang42 · 3 years, 9 months ago
  69. 17b700d Merge pull request #2366 from senhuang42/enable_ldm_by_default by sen · 3 years, 9 months ago
  70. 0953645 Merge pull request #2362 from senhuang42/fix_ldm_fuzz_issue by Nick Terrell · 3 years, 9 months ago
  71. 3163909 Remove unused variable position by senhuang42 · 3 years, 9 months ago
  72. dc44856 Add test compatibility with last literals in sequences by senhuang42 · 3 years, 9 months ago
  73. 1f661b5 'head -c BYTES' is non-portable by Björn Ketelaars · 3 years, 9 months ago
  74. 1d221ec Add support for representing last literals in the extracted seqs by senhuang42 · 3 years, 9 months ago
  75. 9171f92 Improve documentation of seqStore_t by senhuang42 · 3 years, 9 months ago
  76. 96b0ff7 Improve documentation regarding various operations in copyBlockSequences by senhuang42 · 3 years, 9 months ago
  77. 3a11c7e Modify ZSTD_copyBlockSequences to agree with new API by senhuang42 · 3 years, 9 months ago
  78. 761f40d Clarify and modify ZSTD_Sequence definition by senhuang42 · 3 years, 9 months ago
  79. 59ab4dc Merge branch 'dev' into libzstd_autoconf_full by Yann Collet · 3 years, 9 months ago
  80. 284d84e Merge pull request #2370 from facebook/libzstd_autoconf by Yann Collet · 3 years, 9 months ago
  81. 456db0c make install only rebuild binaries if they don't exist by Yann Collet · 3 years, 9 months ago
  82. a6ee614 make zstd is now differentiated from zstd-nomt by Yann Collet · 3 years, 9 months ago
  83. 89b961e simplified silent mode maintenance by Yann Collet · 3 years, 9 months ago
  84. ffe8d9e fix partial lib test by Yann Collet · 3 years, 9 months ago
  85. b5d4728 simplified silent mode by Yann Collet · 3 years, 9 months ago
  86. a7ad05b fixed building libzstd with manual BUILD_DIR by Yann Collet · 3 years, 9 months ago
  87. d3f1a9b fix partial-build test by Yann Collet · 3 years, 9 months ago
  88. 98787a3 Merge branch 'dev' into libzstd_autoconf by Yann Collet · 3 years, 9 months ago
  89. a912ef0 can integrate later dynamic flags changes by Yann Collet · 3 years, 9 months ago
  90. f90424d Merge pull request #2368 from facebook/progressive_libzstd by Yann Collet · 3 years, 9 months ago
  91. ce6cd07 updated build documentation by Yann Collet · 3 years, 9 months ago
  92. e3867fb fixed libzstd.dll compilation on mingw by Yann Collet · 3 years, 9 months ago
  93. 91a8cb9 fix DEBUGLEVEL redefinition from tests/ by Yann Collet · 3 years, 9 months ago
  94. 494f716 fix directory creation for Windows' libzstd by Yann Collet · 3 years, 9 months ago
  95. ca75da8 fix test by Yann Collet · 3 years, 9 months ago
  96. dd24496 programs/zstd also automatically generate object dir per conf by Yann Collet · 3 years, 9 months ago
  97. 01ecad2 zstd in programs/ can also receive a DEBUGLEVEL value by Yann Collet · 3 years, 9 months ago
  98. 0f8ee5c Merge branch 'dev' into libzstd_autoconf by Yann Collet · 3 years, 9 months ago
  99. d0436b2 automatically detect configuration changes by Yann Collet · 3 years, 9 months ago
  100. 8a453a3 automatic %.h header dependency tracking by Yann Collet · 3 years, 9 months ago