1. 2d2507b Merge pull request #2374 from bket/portability by Yann Collet · 3 years, 9 months ago
  2. 169fc07 Move test to appropriate location by senhuang42 · 3 years, 9 months ago
  3. db0b5d7 Add test to fuzzer.c by senhuang42 · 3 years, 9 months ago
  4. 17b700d Merge pull request #2366 from senhuang42/enable_ldm_by_default by sen · 3 years, 9 months ago
  5. 0953645 Merge pull request #2362 from senhuang42/fix_ldm_fuzz_issue by Nick Terrell · 3 years, 9 months ago
  6. 3163909 Remove unused variable position by senhuang42 · 3 years, 9 months ago
  7. dc44856 Add test compatibility with last literals in sequences by senhuang42 · 3 years, 9 months ago
  8. 1f661b5 'head -c BYTES' is non-portable by Björn Ketelaars · 3 years, 9 months ago
  9. 1d221ec Add support for representing last literals in the extracted seqs by senhuang42 · 3 years, 9 months ago
  10. 9171f92 Improve documentation of seqStore_t by senhuang42 · 3 years, 9 months ago
  11. 96b0ff7 Improve documentation regarding various operations in copyBlockSequences by senhuang42 · 3 years, 9 months ago
  12. 3a11c7e Modify ZSTD_copyBlockSequences to agree with new API by senhuang42 · 3 years, 9 months ago
  13. 761f40d Clarify and modify ZSTD_Sequence definition by senhuang42 · 3 years, 9 months ago
  14. 59ab4dc Merge branch 'dev' into libzstd_autoconf_full by Yann Collet · 3 years, 9 months ago
  15. 284d84e Merge pull request #2370 from facebook/libzstd_autoconf by Yann Collet · 3 years, 9 months ago
  16. 456db0c make install only rebuild binaries if they don't exist by Yann Collet · 3 years, 9 months ago
  17. a6ee614 make zstd is now differentiated from zstd-nomt by Yann Collet · 3 years, 9 months ago
  18. 89b961e simplified silent mode maintenance by Yann Collet · 3 years, 9 months ago
  19. ffe8d9e fix partial lib test by Yann Collet · 3 years, 9 months ago
  20. b5d4728 simplified silent mode by Yann Collet · 3 years, 9 months ago
  21. a7ad05b fixed building libzstd with manual BUILD_DIR by Yann Collet · 3 years, 9 months ago
  22. d3f1a9b fix partial-build test by Yann Collet · 3 years, 9 months ago
  23. 98787a3 Merge branch 'dev' into libzstd_autoconf by Yann Collet · 3 years, 9 months ago
  24. a912ef0 can integrate later dynamic flags changes by Yann Collet · 3 years, 9 months ago
  25. f90424d Merge pull request #2368 from facebook/progressive_libzstd by Yann Collet · 3 years, 9 months ago
  26. ce6cd07 updated build documentation by Yann Collet · 3 years, 9 months ago
  27. e3867fb fixed libzstd.dll compilation on mingw by Yann Collet · 3 years, 9 months ago
  28. 91a8cb9 fix DEBUGLEVEL redefinition from tests/ by Yann Collet · 3 years, 9 months ago
  29. 494f716 fix directory creation for Windows' libzstd by Yann Collet · 3 years, 9 months ago
  30. ca75da8 fix test by Yann Collet · 3 years, 9 months ago
  31. dd24496 programs/zstd also automatically generate object dir per conf by Yann Collet · 3 years, 9 months ago
  32. 01ecad2 zstd in programs/ can also receive a DEBUGLEVEL value by Yann Collet · 3 years, 9 months ago
  33. 0f8ee5c Merge branch 'dev' into libzstd_autoconf by Yann Collet · 3 years, 9 months ago
  34. d0436b2 automatically detect configuration changes by Yann Collet · 3 years, 9 months ago
  35. 8a453a3 automatic %.h header dependency tracking by Yann Collet · 3 years, 9 months ago
  36. 2224ec3 Merge pull request #2367 from facebook/progressive_build by Yann Collet · 3 years, 9 months ago
  37. 2b99bc2 consolidated vpath by Yann Collet · 3 years, 9 months ago
  38. e8eb293 store %.o object files into obj/ by Yann Collet · 3 years, 9 months ago
  39. 3e519be minor cleaning by Yann Collet · 3 years, 9 months ago
  40. 911dbdb build libzstd.so from object files by Yann Collet · 3 years, 9 months ago
  41. 684f8ea decouple zstd object files from lib/ by Yann Collet · 3 years, 9 months ago
  42. a9f7e77 fixed travis tests by Yann Collet · 3 years, 9 months ago
  43. 8bdb32a Add a function for LDM enable check by senhuang42 · 3 years, 9 months ago
  44. 578e889 Move ldm enable to compressStream2() by senhuang42 · 3 years, 9 months ago
  45. d6dae20 Merge pull request #2365 from senhuang42/move_opt_parser_test_to_long_tests by Nick Terrell · 3 years, 9 months ago
  46. d28d8a1 Include LDM tables size for CCtx size estimation where relevant by senhuang42 · 3 years, 9 months ago
  47. 81a2c02 Move ldm no regression test to fuzzer longtests by senhuang42 · 3 years, 9 months ago
  48. b1c7fc5 Add compatibility for multithreading by senhuang42 · 3 years, 9 months ago
  49. aad436d Document ldm enabled by default in zstd.h by senhuang42 · 3 years, 9 months ago
  50. df470e1 Add unit test for no cctx requested params change by senhuang42 · 3 years, 9 months ago
  51. 590f7f5 Add ldm enable condition in ZSTD_resetCCtx_internal by senhuang42 · 3 years, 9 months ago
  52. 4d01979 Expose and call ZSTD_ldm_skipRawSeqStoreBytes() by senhuang42 · 3 years, 9 months ago
  53. de985b1 fix appveyor test by Yann Collet · 3 years, 9 months ago
  54. 9327a77 Merge pull request #2359 from senhuang42/fuzz_makefile_cleanup by Nick Terrell · 3 years, 9 months ago
  55. a0ec50c Merge pull request #2355 from senhuang42/change_ldm_mt_config by Yann Collet · 3 years, 9 months ago
  56. d380f80 Merge pull request #2357 from senhuang42/fix_ldm_nd_behavior by Yann Collet · 3 years, 9 months ago
  57. 314c7df minor : change test order by Yann Collet · 3 years, 9 months ago
  58. eb1959d fix .deps list by Yann Collet · 3 years, 9 months ago
  59. c355d14 support verbose build output with V=1 by Yann Collet · 3 years, 9 months ago
  60. b6b87c2 track header dependencies during build by Yann Collet · 3 years, 9 months ago
  61. 80cee8d faster rebuild of zstd by Yann Collet · 3 years, 9 months ago
  62. ca885a1 Merge pull request #2361 from senhuang42/fix_travis_minimal_decompressor_macros_test by Yann Collet · 3 years, 9 months ago
  63. adc53db Change make -j all check to make -j all && make check by senhuang42 · 3 years, 9 months ago
  64. 056f4c9 Merge pull request #2360 from facebook/zwrap_parallel_build by Yann Collet · 3 years, 9 months ago
  65. abf5c06 fix zlibwrap parallel build by Yann Collet · 3 years, 9 months ago
  66. 42d037b Add libregression build target, also fix make clean and .gitignore by senhuang42 · 3 years, 9 months ago
  67. f49926e Change cycleLog adjustment to +3 from +4 by senhuang42 · 3 years, 9 months ago
  68. ee84817 Reset posInSequence when using ZSTD_referenceExternalSequences() by senhuang42 · 3 years, 9 months ago
  69. 043b934 Pass cRess_t by const const pointer by senhuang42 · 3 years, 9 months ago
  70. d0550bb Clarify argument names, fix DEBUGLOG() statements by senhuang42 · 3 years, 9 months ago
  71. 3f99c9b Adjust match backwards count args by senhuang42 · 3 years, 9 months ago
  72. bf0d559 Introduce, implement, and call ZSTD_ldm_countBackwardsMatch_2segments() by senhuang42 · 3 years, 10 months ago
  73. 467e438 Merge branch 'dev' of github.com:senhuang42/zstd into change_ldm_mt_config by senhuang42 · 3 years, 10 months ago
  74. 8c46c1d Merge pull request #2356 from bsdimp/neon by Nick Terrell · 3 years, 10 months ago
  75. 1283935 Merge pull request #2281 from likema/fix-aix-51 by Yann Collet · 3 years, 10 months ago
  76. f5d5cd3 Merge pull request #2341 from senhuang42/ldm_optimized_for_opt_parser by Yann Collet · 3 years, 10 months ago
  77. 43c0054 aarch64: use __ARM_NEON instead of __aarch64__ to control use of neon by Warner Losh · 3 years, 10 months ago
  78. a39614d Fix incorrect usage of cycleLog() in --patch-from by senhuang42 · 3 years, 10 months ago
  79. 1e47a75 Merge pull request #2337 from terrelln/adjust-params by Nick Terrell · 3 years, 10 months ago
  80. 7e6f91e [minor] Improve docs and add an assert in response to review by Nick Terrell · 3 years, 10 months ago
  81. 354b5f1 Use cycleLog instead of chainLog to determine LDM jobLog by senhuang42 · 3 years, 10 months ago
  82. 441ce41 [zstdmt] Clarify a comment by Nick Terrell · 3 years, 10 months ago
  83. efff5d8 [zstdmt] Fix determinism issue with rsyncable mode by Nick Terrell · 3 years, 10 months ago
  84. ede4f97 [zstdmt] Fix bug where extra empty blocks are emitted by Nick Terrell · 3 years, 10 months ago
  85. 9ab9229 [zstreamtest] Add compression determinism tests by Nick Terrell · 3 years, 10 months ago
  86. c51a9e7 [zstdmt] Rip out the zstdmt API by Nick Terrell · 3 years, 10 months ago
  87. 1784c4b [zstdmt] Remove single-pass shortcut by Nick Terrell · 3 years, 10 months ago
  88. b55ae00 [zstdmt] Remove singleBlockingThread mode by Nick Terrell · 3 years, 10 months ago
  89. d5c688e Fix ZSTD_adjustCParams_internal() to handle dictionary logic by Nick Terrell · 3 years, 10 months ago
  90. fadaab8 [minor improvement] Pass 0 as the content size in the DDS by Nick Terrell · 3 years, 10 months ago
  91. 48ef15f [minor improvement] Pass dictSize when selecting parameters by Nick Terrell · 3 years, 10 months ago
  92. 012818d [refactor] Remove ZSTD_resetCStream_internal() by Nick Terrell · 3 years, 10 months ago
  93. 7083f79 [bug] Fix dictContentType when reprocessing cdict by Nick Terrell · 3 years, 10 months ago
  94. 1b28d65 Fixed dll path in case of cross-compilation by Dmitriy Titarenko · 3 years, 10 months ago
  95. d6911b8 Require LDM matches to be strictly greater in length by senhuang42 · 3 years, 10 months ago
  96. cc90777 Fix building on AIX 5.1 by Like Ma · 4 years ago
  97. b951ad2 Merge pull request #2329 from senhuang42/prevent_summary_updates_when_using_stdout by Yann Collet · 3 years, 10 months ago
  98. 1254193 Merge pull request #2328 from marxin/zstd-pool-api by Yann Collet · 3 years, 10 months ago
  99. 6fdb0cb Merge pull request #2303 from senhuang42/let_cdict_take_clevel_priority by Yann Collet · 3 years, 10 months ago
  100. c3ee284 Merge pull request #2319 from facebook/fullbench_stream2 by Yann Collet · 3 years, 10 months ago