1. 94db6a1 Merge pull request #2423 from facebook/no-ln by Yann Collet · 3 years, 7 months ago
  2. 806da76 Merge pull request #2411 from terrelln/cmake-fixes by Nick Terrell · 3 years, 7 months ago
  3. c2939b9 refinement : only copy if binary is different by Yann Collet · 3 years, 7 months ago
  4. bc3cda9 [CI][cmake] Disable --test-large-data and shorten fuzzing time to 2 mins by Nick Terrell · 3 years, 7 months ago
  5. c56723a replace final links by direct copy by Yann Collet · 3 years, 7 months ago
  6. 0be843b [tests] Fix playTests.sh with spaces in path by Nick Terrell · 3 years, 7 months ago
  7. 54105f5 [cmake] Quote environment variables for tests by Nick Terrell · 3 years, 7 months ago
  8. ef5d15b [cmake] Fix pkgconfig quoting by Nick Terrell · 3 years, 7 months ago
  9. 85f8a8c [CI] Add cmake test for source dirs with spaces by Nick Terrell · 3 years, 7 months ago
  10. fe48742 Merge pull request #2422 from felixhandte/doc-update-repcodes by Felix Handte · 3 years, 7 months ago
  11. 2d46d76 Update Zstd Compression Format to Clarify Repcode Behavior by W. Felix Handte · 3 years, 7 months ago
  12. f861e8c Merge pull request #2421 from felixhandte/pc-no-sed by Felix Handte · 3 years, 7 months ago
  13. bee9137 Merge pull request #2419 from felixhandte/asan-dont-poison-static-allocs by Felix Handte · 3 years, 7 months ago
  14. 9dab03d Create Enum to Represent Static/Dynamic Allocation Distinction in cwksp by W. Felix Handte · 3 years, 7 months ago
  15. db9e73c Don't ASAN-Poison Statically-Allocated Workspaces by W. Felix Handte · 3 years, 7 months ago
  16. a75f9ce Apply Same Strategy to CMake by W. Felix Handte · 3 years, 7 months ago
  17. b521183 Avoid Use of Regexes in Building Package-Config File by W. Felix Handte · 3 years, 7 months ago
  18. f8224ab Merge pull request #2418 from senhuang42/fix_paramgrill_warnings by sen · 3 years, 7 months ago
  19. b9ab6bc Fix various conversion warnings by senhuang42 · 3 years, 7 months ago
  20. f34d2f4 Merge pull request #2408 from senhuang42/seekable_hang_fix by sen · 3 years, 7 months ago
  21. b731b54 Merge pull request #2417 from bimbashrestha/icc-fix by Yann Collet · 3 years, 7 months ago
  22. ac8ded7 Using add-apt-repository instead and installing intel-basekit/hpckit by Bimba Shrestha · 3 years, 7 months ago
  23. 69a04cc Merge pull request #2413 from senhuang42/paramgrill_windows by Yann Collet · 3 years, 7 months ago
  24. b86e3c9 Merge pull request #2415 from facebook/fix_aliasing by Yann Collet · 3 years, 7 months ago
  25. 2477968 fix gcc-10 aliasing warning in zlib_wrapper by Yann Collet · 3 years, 7 months ago
  26. 5c0a348 fix aliasing warning in decodecorpus by Yann Collet · 3 years, 7 months ago
  27. fad175f Merge pull request #2412 from animalize/dict_compressionlevel by Nick Terrell · 3 years, 7 months ago
  28. 6132df8 fix gcc-10 strict aliasing warnings by Yann Collet · 3 years, 7 months ago
  29. 68c14bd minor speed improvement to HUF_readCTable() by Yann Collet · 3 years, 7 months ago
  30. c238db0 Merge pull request #2414 from terrelln/mt-progress by Nick Terrell · 3 years, 7 months ago
  31. 4c58cb8 [lib] Ensure that multithreaded compression always makes some progress by Nick Terrell · 3 years, 7 months ago
  32. 0418ba2 Merge pull request #2410 from terrelln/zlib-wrapper by Nick Terrell · 3 years, 7 months ago
  33. db249be Allow paramgrill in cmake on windows by senhuang42 · 3 years, 7 months ago
  34. 260b85a Fix MSVC 2019 warnings by senhuang42 · 3 years, 7 months ago
  35. a8693dd Add seekable tests to CI by senhuang42 · 3 years, 7 months ago
  36. 26f89d4 Clean up makefile for seekable tests by senhuang42 · 3 years, 7 months ago
  37. 1aec77e use ZSTD_CLEVEL_DEFAULT in zdict.c by animalize · 3 years, 7 months ago
  38. 6672689 Merge pull request #2406 from terrelln/linux-wrapper-api by Nick Terrell · 3 years, 7 months ago
  39. b2ca26b [zlibWrapper] Only use public zstd functions by Nick Terrell · 3 years, 7 months ago
  40. 91c1b57 Merge pull request #2409 from facebook/test_makefile by Yann Collet · 3 years, 7 months ago
  41. 894ae36 Merge pull request #2390 from animalize/clamp_level by Nick Terrell · 3 years, 7 months ago
  42. 152b558 Add unit tests to seekable by senhuang42 · 3 years, 7 months ago
  43. 10f87d2 [contrib][linux] Add SPDX-License-Identifier by Nick Terrell · 3 years, 7 months ago
  44. d0cc2e3 [contrib][linux] Fix make import-upstream by Nick Terrell · 3 years, 7 months ago
  45. a6ee1b3 Merge pull request #2407 from senhuang42/sequence_compression_nbseqcheck_fix by sen · 3 years, 7 months ago
  46. 3256c00 [contrib][linux] Follow style guide more closely by Nick Terrell · 3 years, 7 months ago
  47. 2c570e7 [contrib][linux] Add a make target to import upstream by Nick Terrell · 3 years, 7 months ago
  48. 5de5c1d fixed fuzzer multithreading tests by Yann Collet · 3 years, 7 months ago
  49. 9db49a3 Add a forward progress requirement bound to seekable streaming decompression by senhuang42 · 3 years, 7 months ago
  50. db21d38 fixed fuzzer32 to support multithreading tests by Yann Collet · 3 years, 7 months ago
  51. 2cbd038 Move max nb seq check to per-block by senhuang42 · 3 years, 7 months ago
  52. 87b3815 [contrib][linux-kernel] Fix test warnings by Nick Terrell · 3 years, 7 months ago
  53. 3cda5fa [minor][lib] Remove double semicolon by Nick Terrell · 3 years, 7 months ago
  54. f58e9a9 [contrib][linux] Add wrapper API by Nick Terrell · 3 years, 7 months ago
  55. f69d8c0 removed fullbench-lib from tests/all by Yann Collet · 3 years, 7 months ago
  56. 9f8b180 fixed API documentation by Yann Collet · 3 years, 7 months ago
  57. f8d0b46 streamline fuzzer by Yann Collet · 3 years, 7 months ago
  58. 37165f6 better usage of default build rules by Yann Collet · 3 years, 7 months ago
  59. 343a75d simplified test makefile by Yann Collet · 3 years, 7 months ago
  60. 6112b82 Merge pull request #2348 from dscheg/dev by Yann Collet · 3 years, 7 months ago
  61. 993baba Merge pull request #2405 from senhuang42/sequence_compression_minmatch_fix by sen · 3 years, 7 months ago
  62. 3efe9c9 Add sequence nb validation to compressSequences(), adjust minMatch comparisons by senhuang42 · 3 years, 7 months ago
  63. d533af1 Merge pull request #2399 from brawner/brawner/update-cmake-minimum-version by Yann Collet · 3 years, 7 months ago
  64. 4c5f337 Use cctx's minMatch instead of global MINMATCH, make fuzzer use validation by senhuang42 · 3 years, 7 months ago
  65. bcd17db Merge pull request #2397 from dscheg/fixtrainfrombuffer by Nick Terrell · 3 years, 7 months ago
  66. 9939cce Merge pull request #2404 from facebook/lz4check by Yann Collet · 3 years, 7 months ago
  67. 4b5d7e9 fix lz4 test messed by console detection by Yann Collet · 3 years, 7 months ago
  68. 1126ad5 Merge pull request #2403 from facebook/no_strncpy by Yann Collet · 3 years, 7 months ago
  69. b154692 added tests presumed to break lz4 console detection by Yann Collet · 3 years, 7 months ago
  70. fed1c62 fix gcc10 warnings by Yann Collet · 3 years, 7 months ago
  71. 19e773a Update cmake_minimum_required to 2.8.12 by Stephen Brawner · 3 years, 7 months ago
  72. e0ec32f Merge pull request #2398 from senhuang42/fix_seq_compression_oss_fuzz by sen · 3 years, 7 months ago
  73. 23554ff Force CCtx minmatch to be same as generated minmatch by senhuang42 · 3 years, 8 months ago
  74. 61f7175 Pass dictBufferCapacity to COVER_selectDict() by Dmitriy Titarenko · 3 years, 8 months ago
  75. 0a4dbe9 Merge pull request #2394 from senhuang42/seq_compress_fuzzer by sen · 3 years, 8 months ago
  76. c502cd3 Fix generating 1 too few characters in random string generator by senhuang42 · 3 years, 8 months ago
  77. 5b0c8f0 Add appropriate bound to matchlengths, and reduce srcSize max by senhuang42 · 3 years, 8 months ago
  78. a73a07b Add a bound for matchlength dependent on window size by senhuang42 · 3 years, 8 months ago
  79. 5c68c5e Variety of minor fixups, reduce allocation, make deterministic by senhuang42 · 3 years, 8 months ago
  80. 59c021f Add built binary to .gitignore by senhuang42 · 3 years, 8 months ago
  81. 26bc0bf Add new fuzzer to build targets by senhuang42 · 3 years, 8 months ago
  82. ed57596 Implement new fuzzer for sequence compression by senhuang42 · 3 years, 8 months ago
  83. c5fbd55 Merge pull request #2387 from senhuang42/compress_sequence_API by sen · 3 years, 8 months ago
  84. 7742f07 Add experimental param for sequence validation by senhuang42 · 3 years, 8 months ago
  85. 0e32928 Remove unnecessary repcode backup, apply style choices, use function pointer by senhuang42 · 3 years, 8 months ago
  86. 4e809dd Merge pull request #2395 from senhuang42/is_rle_speedup by sen · 3 years, 8 months ago
  87. e924a0f Explicit cast for visual warnings by sen · 3 years, 8 months ago
  88. dcbbf7c Unroll isRLE loop by senhuang42 · 3 years, 8 months ago
  89. 05c0229 Clean up visual conversion warnings by senhuang42 · 3 years, 8 months ago
  90. 3c44547 Improve documentation on ZSTD_compressSequences() by senhuang42 · 3 years, 8 months ago
  91. d6d7ba2 Modification to offset validation to include entire sequence by senhuang42 · 3 years, 8 months ago
  92. 8f3136a Fix assert edge case, improve documentation in zstd.h by senhuang42 · 3 years, 8 months ago
  93. f6baad8 Fix warnings and make validation enabled by default by senhuang42 · 3 years, 8 months ago
  94. 55b90ef Fix unit tests to agree with new changes by senhuang42 · 3 years, 8 months ago
  95. 7f563b0 Add new sequence format as an experimental CCtx param by senhuang42 · 3 years, 8 months ago
  96. 347824a Overhaul logic to simplify, add in proper validations, fix match splitting by senhuang42 · 3 years, 8 months ago
  97. 46824cb Add new sequence compress api params to cctx by senhuang42 · 3 years, 8 months ago
  98. 48405b4 Fix srcSize=0 edge case by senhuang42 · 3 years, 8 months ago
  99. 022e6d8 Fix literals length calculation by senhuang42 · 3 years, 8 months ago
  100. 3d26615 Adjust unit tests to agree with new sequence generation API by senhuang42 · 3 years, 8 months ago