1. cc90777 Fix building on AIX 5.1 by Like Ma · 5 years ago
  2. b951ad2 Merge pull request #2329 from senhuang42/prevent_summary_updates_when_using_stdout by Yann Collet · 5 years ago
  3. 1254193 Merge pull request #2328 from marxin/zstd-pool-api by Yann Collet · 5 years ago
  4. 6fdb0cb Merge pull request #2303 from senhuang42/let_cdict_take_clevel_priority by Yann Collet · 5 years ago
  5. c3ee284 Merge pull request #2319 from facebook/fullbench_stream2 by Yann Collet · 5 years ago
  6. 7259b25 Add callsites to zstdcli.c and tests to playTests.sh by senhuang42 · 5 years ago
  7. 93cd9d8 Add hasStdoutOutput setter to fileio.h by senhuang42 · 5 years ago
  8. dd3dac9 Fixed logic for stdout output by senhuang42 · 5 years ago
  9. 1ebe360 Add new stdoutOutput field by senhuang42 · 5 years ago
  10. b684900 Allow external creation of POOLs that can be shared. by Martin Liska · 5 years ago
  11. f7d4943 Merge pull request #2330 from senhuang42/fix_stdinout_error_messages by Yann Collet · 5 years ago
  12. 4b4d8b4 Merge pull request #2338 from terrelln/comments by Nick Terrell · 5 years ago
  13. 0057c4a Merge pull request #2333 from terrelln/stable-dst by Nick Terrell · 5 years ago
  14. 2e7d174 Reset all decompression parameters in ZSTD_DCtx_reset() by Nick Terrell · 5 years ago
  15. 27c969e Add comments to ZSTD_getLowest{Match,Prefix}Index() by Nick Terrell · 5 years ago
  16. cc88eb7 Merge pull request #2317 from animalize/msvc_inline by Yann Collet · 5 years ago
  17. 6932216 Merge pull request #2321 from senhuang42/disallow_repcode_0_in_dict by Yann Collet · 5 years ago
  18. 83461ce Merge pull request #2322 from senhuang42/guard_against_stdin_for_warning_prompts by Yann Collet · 5 years ago
  19. d69d08e Merge pull request #2326 from terrelln/kernel-test-fix by Nick Terrell · 5 years ago
  20. ce56810 Modify error messages on console input/output by senhuang42 · 5 years ago
  21. 02422db Fix Stdin typo by senhuang42 · 5 years ago
  22. 236b98e Merge pull request #2310 from senhuang42/fix_multifile_status_bar by Yann Collet · 5 years ago
  23. f1cbeec [superblock] Reduce stack usage by correctly sizing header buffers by Nick Terrell · 5 years ago
  24. 6a1e526 [lib] Add ZSTD_COMPRESS_HEAPMODE tuning parameter by Nick Terrell · 5 years ago
  25. b841387 [freestanding] Improve macro resolution to handle #if X by Nick Terrell · 5 years ago
  26. caecd8c Allow user to override ASAN/MSAN detection by Nick Terrell · 5 years ago
  27. 88fac5d Remove call to memset by Nick Terrell · 5 years ago
  28. 683150e [linux-kernel] Avoid including <string.h> in the tests by Nick Terrell · 5 years ago
  29. 9ae0483 Reorganize zstd_deps.h and mem.h + replace mem.h for the kernel by Nick Terrell · 5 years ago
  30. 260fc75 Move __has_builtin() fallback define to compiler.h by Nick Terrell · 5 years ago
  31. 4d63ee5 Move ASAN/MSAN support declarations to compiler.h by Nick Terrell · 5 years ago
  32. b09ec5c Remove MEM_STATIC_ASSERT and use DEBUG_STATIC_ASSERT instead by Nick Terrell · 5 years ago
  33. 9f7212a Update unit tests by senhuang42 · 5 years ago
  34. 88f4410 Add more useful failure message when stdin is an input by senhuang42 · 5 years ago
  35. 93d63ea Expand UTIL_requireUserConfirmation to include stdin input check by senhuang42 · 5 years ago
  36. 432186c Add FIO_determineHasStdinInput() function and member to fCtx by senhuang42 · 5 years ago
  37. 0e8ac6b Add fCtx to FIO_openDstFile() by senhuang42 · 5 years ago
  38. c6c0a57 Merge pull request #2315 from senhuang42/allow_zstd_suffix by Yann Collet · 5 years ago
  39. 9009b59 [linux-kernel] Add missing semicolon in zstd_deps.h by Nick Terrell · 5 years ago
  40. 9261476 [lib] Wrap customMem xor checks in parens for readability by Nick Terrell · 5 years ago
  41. 2fc1d50 Merge pull request #2324 from terrelln/kernel-test-fix by Nick Terrell · 5 years ago
  42. a70fa34 [CI][linux-kernel] Enable -Wunused-const-variable and -Wunused-but-set-variable by Nick Terrell · 5 years ago
  43. dec7fb0 [lib] Silence -Wunused-const-variable warnings by Nick Terrell · 5 years ago
  44. 978659d [linux-kernel] Fix unused variable warnings with malloc, calloc, and free by Nick Terrell · 5 years ago
  45. 21cd640 Add unit tests to guard against bad stdin by senhuang42 · 5 years ago
  46. 7aa3da1 Use IS_CONSOLE macro to detect that we're indeed using a console by senhuang42 · 5 years ago
  47. 8170e3c Merge pull request #2320 from terrelln/test-fix by Nick Terrell · 5 years ago
  48. 8adeb9f Updated to repcode documentation to reflect dict content size by senhuang42 · 5 years ago
  49. 9dcfe4d Update documentation about repcodes in dictionaries by senhuang42 · 5 years ago
  50. 973f2ad [tests] Don't write to stdout by Nick Terrell · 5 years ago
  51. 5618e00 update fullbench for compressStream2() by Yann Collet · 5 years ago
  52. 2e5d73d Use `MEM_STATIC FORCE_INLINE_ATTR` instead of `FORCE_INLINE_TEMPLATE` by animalize · 5 years ago
  53. 0a69a6b Let MSVC force inline ZSTD_hashPtr() function by animalize · 5 years ago
  54. 200c960 Merge pull request #2311 from felixhandte/ddss-fix-cparam-derivation by Felix Handte · 5 years ago
  55. 0703495 Add -f to .zstd decompression CLI test by senhuang42 · 5 years ago
  56. 6b6cc80 Support .zstd suffix only for decompression by senhuang42 · 5 years ago
  57. 5870c47 Merge pull request #2313 from felixhandte/fuzzer-separate-long-tests by Felix Handte · 5 years ago
  58. e991f99 Run Long Tests in GitHub CI by W. Felix Handte · 5 years ago
  59. 9398acb Move Last Two Long Tests in fuzzer.c into Separate --long-tests Section by W. Felix Handte · 5 years ago
  60. f23a321 Update Regression Test Results by W. Felix Handte · 5 years ago
  61. 8930c6e Use ZSTD_CCtxParams_init() to Init CCtxParams, not memset() by W. Felix Handte · 5 years ago
  62. e8a4432 Avoid Redundancy in ZSTD_initCDict_internal() Args; Don't Take CParams + CCtxParams by W. Felix Handte · 5 years ago
  63. 29b8f2e Fix multifile decompression summary by senhuang42 · 5 years ago
  64. 1d5c6fd Add filename truncations to decompression by senhuang42 · 5 years ago
  65. eee51a6 Fall Back if Derived CParams are Incompatible with DDSS; Refactor CDict Creation by W. Felix Handte · 5 years ago
  66. ab0d332 Add display clears by senhuang42 · 5 years ago
  67. bc6521a Make ZSTD_createCDict_advanced2() cctxParams Arg Const by W. Felix Handte · 5 years ago
  68. 26a96a5 Do More Complete CParams Deduction in Non-DDSS Path of ZSTD_createCDict_advanced2 by W. Felix Handte · 5 years ago
  69. a2af804 Pull CParam Override Logic into Helper by W. Felix Handte · 5 years ago
  70. cad6bf9 Add padding to remove previous line's leftovers, and keep the printed line to around the same size by senhuang42 · 5 years ago
  71. d96e98c Merge pull request #2308 from terrelln/zstd-kernel by Nick Terrell · 5 years ago
  72. 0562299 Merge pull request #2292 from senhuang42/multifile_status_update_fio_refactor by Yann Collet · 5 years ago
  73. e583e0b Merge pull request #2299 from senhuang42/env_var_num_threads by Yann Collet · 5 years ago
  74. 517956e Merge pull request #2306 from facebook/check_endDirective by Yann Collet · 5 years ago
  75. 5651fe9 [contrib][linux-kernel] Add decompress_sources.h by Nick Terrell · 5 years ago
  76. dec1a78 minor fix casting for Visual by Yann Collet · 5 years ago
  77. c91a085 check endDirective in ZSTD_compressStream2() by Yann Collet · 5 years ago
  78. 17b56f9 Coding style cleanup by senhuang42 · 5 years ago
  79. 801513b Modify params rather than cctx->requestedParams by senhuang42 · 5 years ago
  80. d903b55 Merge pull request #2295 from felixhandte/dedicated-dict-search-structure-chain by Felix Handte · 5 years ago
  81. d6246d4 Print More During Fuzzer Test to Avoid CI Killing it Due to Timeout by W. Felix Handte · 5 years ago
  82. 6d3f816 Test Fewer Dictionary Sizes by W. Felix Handte · 5 years ago
  83. b6df3fd Fix Debug Logging in 32-bit Build by W. Felix Handte · 5 years ago
  84. c5fab88 Document searchFuncs Table by W. Felix Handte · 5 years ago
  85. 85a9584 Further Consolidate Dict Mode Checks by W. Felix Handte · 5 years ago
  86. 032010f Improve Documentation Slightly by W. Felix Handte · 5 years ago
  87. 0faefbf Make DDSS Selection Override ForceCopy Directive by W. Felix Handte · 5 years ago
  88. 2cc2b40 Test DDSS A Little More Thoroughly by W. Felix Handte · 5 years ago
  89. efa3386 Attempt to Fix MSVC Warnings by W. Felix Handte · 5 years ago
  90. ed43832 Simplify Match Limit Checks by W. Felix Handte · 5 years ago
  91. 06d240b Use All Available Space in the Hash Table to Extent Chain Table Reach by W. Felix Handte · 5 years ago
  92. b2b0641 Rewrite Table Fill to Retain Cache Entries Beyond Chain Window by W. Felix Handte · 5 years ago
  93. 916238d Avoid Malloc in Table Fill; Pack Tmp Structure into Hash Table by W. Felix Handte · 5 years ago
  94. f42c5bd Truncate Chain at Last Possible Attempt by W. Felix Handte · 5 years ago
  95. 20a020e Prefetch Chain Table Matches by W. Felix Handte · 5 years ago
  96. 9b9feb8 Lay Out Chain Table Chains Contiguously by W. Felix Handte · 5 years ago
  97. 66509c7 Only Insert Positions Inside the Chain Window by W. Felix Handte · 5 years ago
  98. 13c5ec3 Only Allow Dedicated Dict Search for Dicts Loaded in 1 Chunk by W. Felix Handte · 5 years ago
  99. 005ceaa Merge pull request #2276 from felixhandte/dedicated-dict-search-structure by Felix Handte · 5 years ago
  100. 0779354 Fix Bug: Only Use DDSS Insertion on CDict MatchStates by W. Felix Handte · 5 years ago