1. fed1c62 fix gcc10 warnings by Yann Collet · 3 years, 9 months ago
  2. f54109c Merge pull request #2378 from senhuang42/free_cress_ptr by sen · 3 years, 10 months ago
  3. 0adce46 Merge branch 'libzstd_autoconf_full' of github.com:facebook/zstd into libzstd_autoconf_full by Yann Collet · 3 years, 10 months ago
  4. f6ecf15 minor Makefile refactor by Yann Collet · 3 years, 10 months ago
  5. ceccd7a Merge branch 'dev' into libzstd_autoconf_full by Yann Collet · 3 years, 11 months ago
  6. 1f661b5 'head -c BYTES' is non-portable by Björn Ketelaars · 3 years, 11 months ago
  7. 456db0c make install only rebuild binaries if they don't exist by Yann Collet · 3 years, 11 months ago
  8. a6ee614 make zstd is now differentiated from zstd-nomt by Yann Collet · 3 years, 11 months ago
  9. 89b961e simplified silent mode maintenance by Yann Collet · 3 years, 11 months ago
  10. ce6cd07 updated build documentation by Yann Collet · 3 years, 11 months ago
  11. e3867fb fixed libzstd.dll compilation on mingw by Yann Collet · 3 years, 11 months ago
  12. dd24496 programs/zstd also automatically generate object dir per conf by Yann Collet · 3 years, 11 months ago
  13. 01ecad2 zstd in programs/ can also receive a DEBUGLEVEL value by Yann Collet · 3 years, 11 months ago
  14. 2224ec3 Merge pull request #2367 from facebook/progressive_build by Yann Collet · 3 years, 11 months ago
  15. 684f8ea decouple zstd object files from lib/ by Yann Collet · 3 years, 11 months ago
  16. eb1959d fix .deps list by Yann Collet · 3 years, 11 months ago
  17. c355d14 support verbose build output with V=1 by Yann Collet · 3 years, 11 months ago
  18. b6b87c2 track header dependencies during build by Yann Collet · 3 years, 11 months ago
  19. 80cee8d faster rebuild of zstd by Yann Collet · 3 years, 11 months ago
  20. 043b934 Pass cRess_t by const const pointer by senhuang42 · 3 years, 11 months ago
  21. 467e438 Merge branch 'dev' of github.com:senhuang42/zstd into change_ldm_mt_config by senhuang42 · 3 years, 11 months ago
  22. a39614d Fix incorrect usage of cycleLog() in --patch-from by senhuang42 · 3 years, 11 months ago
  23. cc90777 Fix building on AIX 5.1 by Like Ma · 4 years ago
  24. 7259b25 Add callsites to zstdcli.c and tests to playTests.sh by senhuang42 · 4 years ago
  25. 93cd9d8 Add hasStdoutOutput setter to fileio.h by senhuang42 · 4 years ago
  26. dd3dac9 Fixed logic for stdout output by senhuang42 · 4 years ago
  27. 1ebe360 Add new stdoutOutput field by senhuang42 · 4 years ago
  28. f7d4943 Merge pull request #2330 from senhuang42/fix_stdinout_error_messages by Yann Collet · 4 years ago
  29. 83461ce Merge pull request #2322 from senhuang42/guard_against_stdin_for_warning_prompts by Yann Collet · 4 years ago
  30. ce56810 Modify error messages on console input/output by senhuang42 · 4 years ago
  31. 02422db Fix Stdin typo by senhuang42 · 4 years ago
  32. 236b98e Merge pull request #2310 from senhuang42/fix_multifile_status_bar by Yann Collet · 4 years ago
  33. 9f7212a Update unit tests by senhuang42 · 4 years ago
  34. 88f4410 Add more useful failure message when stdin is an input by senhuang42 · 4 years ago
  35. 93d63ea Expand UTIL_requireUserConfirmation to include stdin input check by senhuang42 · 4 years ago
  36. 432186c Add FIO_determineHasStdinInput() function and member to fCtx by senhuang42 · 4 years ago
  37. 0e8ac6b Add fCtx to FIO_openDstFile() by senhuang42 · 4 years ago
  38. 7aa3da1 Use IS_CONSOLE macro to detect that we're indeed using a console by senhuang42 · 4 years ago
  39. 6b6cc80 Support .zstd suffix only for decompression by senhuang42 · 4 years ago
  40. 29b8f2e Fix multifile decompression summary by senhuang42 · 4 years ago
  41. 1d5c6fd Add filename truncations to decompression by senhuang42 · 4 years ago
  42. ab0d332 Add display clears by senhuang42 · 4 years ago
  43. cad6bf9 Add padding to remove previous line's leftovers, and keep the printed line to around the same size by senhuang42 · 4 years ago
  44. 0562299 Merge pull request #2292 from senhuang42/multifile_status_update_fio_refactor by Yann Collet · 4 years ago
  45. e583e0b Merge pull request #2299 from senhuang42/env_var_num_threads by Yann Collet · 4 years ago
  46. d463060 Enable Dedicated Dict Search in the CLI by W. Felix Handte · 4 years, 1 month ago
  47. a71963c nbThreads instead of numThreads by senhuang42 · 4 years ago
  48. 243c8df Add include guards for init_numThreads() by senhuang42 · 4 years ago
  49. cc29492 Update documentation for environment variable by senhuang42 · 4 years ago
  50. 136a067 Add quick documentation for ZSTD_NUMTHREADS in the code by senhuang42 · 4 years ago
  51. 888c385 Change param name to ZSTDCLI_NUMTHREADS_DEFAULT by senhuang42 · 4 years ago
  52. 972e063 Change default num_threads value by senhuang42 · 4 years ago
  53. 5123496 Adjust function signatures by senhuang42 · 4 years ago
  54. 28a9dc7 Always update bytes status in FIO_ctx_t by senhuang42 · 4 years ago
  55. 60ee051 Remove extraneous FIO_ctx_t functions by senhuang42 · 4 years ago
  56. 48bca10 Address memory leak in CLI from fCtx by senhuang42 · 4 years ago
  57. 23feaec Fix FIO_removeMultiFilesWarning conflict by senhuang42 · 4 years ago
  58. 49949f1 Merge branch 'dev' into multifile_status_update_fio_refactor by senhuang42 · 4 years ago
  59. 202b295 Remove comma-separated decls by senhuang42 · 4 years ago
  60. a480b02 Adjust comments and struct to better reflect FIO_ctx_t by senhuang42 · 4 years ago
  61. 7842f43 Fix 1 file multifile logic, remove unnecessary variable assignments by senhuang42 · 4 years ago
  62. dbe5305 Adjusted extra explanation warning to always pop up if applicable by senhuang42 · 4 years ago
  63. 9903998 Fixed newline issue and adjusted wording in comment by senhuang42 · 4 years ago
  64. 3a7d625 Cleanup comments, add function to set FIO_ctx_t.nbFilesProcessed by senhuang42 · 4 years ago
  65. a03917c Fix the logic in printing final status updates by senhuang42 · 4 years ago
  66. a6414f1 Integrate refactor into status print for multifiles, adjust logic for printing as needed by senhuang42 · 4 years ago
  67. 565f116 Change name to ZSTD_NUMTHREADS by senhuang42 · 4 years ago
  68. d54566f First pass at refactoring and creating new FIO_ctx_t */ by senhuang42 · 4 years ago
  69. 01828b2 Improve documentation, update man by senhuang42 · 4 years ago
  70. 7e867ad Fix potential memory leak by senhuang42 · 4 years ago
  71. ef11aad Fix UTIL_requireUserConfirmation() declaration by senhuang42 · 4 years ago
  72. 7991c55 Move logic into new function FIO_removeMultiFilesWarning, add support for decompression by senhuang42 · 4 years ago
  73. 3aec385 Fix merge conflicts by senhuang42 · 4 years ago
  74. a8c6688 Merge pull request #2283 from senhuang42/progress_bars_for_multiple_files by Yann Collet · 4 years ago
  75. ead2387 Remove extraneous FIO_setNbFiles() by senhuang42 · 4 years ago
  76. fed7e78 Fix bug in user prompt where line was not flushed on negative response by senhuang42 · 4 years ago
  77. b6abbc3 Fix single file decompression summary, remove escape code dependency, add currFileIdx field to FIO_prefs, general cleanups/bugfixes by senhuang42 · 4 years ago
  78. 70fa7b3 Added env var function for threads by senhuang42 · 4 years ago
  79. 96222cd Small formatting changes by senhuang42 · 4 years ago
  80. 47a9ad2 Remove decompression status update by senhuang42 · 4 years ago
  81. acee48d Small cleanups by senhuang42 · 4 years ago
  82. a3401ca Make compatible with displaylevel = 2 and decompression by senhuang42 · 4 years ago
  83. da38891 Add initial live update with displayLevel = 2, add new field to FIO_prefs_t by senhuang42 · 4 years ago
  84. 7a7cd88 Add initial functionality to support -q by senhuang42 · 4 years ago
  85. aab11ce Unified warning prompts into new function UTIL_requireUserConfirmationToProceed() by senhuang42 · 4 years ago
  86. dde97de Only ask to proceed if using --rm, otherwise just display warning. -f bypasses it all. More robust tests by senhuang42 · 4 years ago
  87. 1acf243 Add a warning whenever (de)compressing multiple files into one source, or into stdout by senhuang42 · 4 years ago
  88. e1e41ad Adjust #ifndef logic by senhuang42 · 4 years ago
  89. a030560 Add new DCtx param: validateChecksum and update unit tests by senhuang42 · 4 years ago
  90. 44c54a3 Addressing comments: more comments, cleanup, remove extra function, checksum logic by senhuang42 · 4 years ago
  91. ffaa0df Document change in CLI for --no-check during decompression in --help menu by senhuang42 · 4 years, 1 month ago
  92. e3f5f96 Added CLI tests for --no-check, fixed ignore checksum logic by senhuang42 · 4 years, 1 month ago
  93. 47685ac Move enum into zstd.h, and fix pesky switch() logic by senhuang42 · 4 years, 1 month ago
  94. 1b34b15 Adding CLI capability to invoke decompression with no checksum by senhuang42 · 4 years, 1 month ago
  95. 953f0a0 Fix MS Build by W. Felix Handte · 4 years, 1 month ago
  96. b02cdf6 Clean Up Redundant Checks, Rename FIO_remove() -> FIO_removeFile() by W. Felix Handte · 4 years, 1 month ago
  97. 51ac020 Remove UTIL_statFile() and UTIL_statDir(); Decompose Former Call-Sites by W. Felix Handte · 4 years, 1 month ago
  98. 93dda98 Remove Unused Function UTIL_fileExist() by W. Felix Handte · 4 years, 1 month ago
  99. 7687869 Re-Organize and Document Prototypes in util.h by W. Felix Handte · 4 years, 1 month ago
  100. c144914 Share stat() Calls in Uses of UTIL_chmod() by W. Felix Handte · 4 years, 1 month ago