1. f54109c Merge pull request #2378 from senhuang42/free_cress_ptr by sen · 4 years ago
  2. 043b934 Pass cRess_t by const const pointer by senhuang42 · 4 years, 1 month ago
  3. 467e438 Merge branch 'dev' of github.com:senhuang42/zstd into change_ldm_mt_config by senhuang42 · 4 years, 1 month ago
  4. a39614d Fix incorrect usage of cycleLog() in --patch-from by senhuang42 · 4 years, 1 month ago
  5. dd3dac9 Fixed logic for stdout output by senhuang42 · 4 years, 1 month ago
  6. 1ebe360 Add new stdoutOutput field by senhuang42 · 4 years, 1 month ago
  7. 83461ce Merge pull request #2322 from senhuang42/guard_against_stdin_for_warning_prompts by Yann Collet · 4 years, 1 month ago
  8. 236b98e Merge pull request #2310 from senhuang42/fix_multifile_status_bar by Yann Collet · 4 years, 1 month ago
  9. 9f7212a Update unit tests by senhuang42 · 4 years, 2 months ago
  10. 93d63ea Expand UTIL_requireUserConfirmation to include stdin input check by senhuang42 · 4 years, 2 months ago
  11. 432186c Add FIO_determineHasStdinInput() function and member to fCtx by senhuang42 · 4 years, 2 months ago
  12. 0e8ac6b Add fCtx to FIO_openDstFile() by senhuang42 · 4 years, 2 months ago
  13. 6b6cc80 Support .zstd suffix only for decompression by senhuang42 · 4 years, 2 months ago
  14. 29b8f2e Fix multifile decompression summary by senhuang42 · 4 years, 2 months ago
  15. 1d5c6fd Add filename truncations to decompression by senhuang42 · 4 years, 2 months ago
  16. ab0d332 Add display clears by senhuang42 · 4 years, 2 months ago
  17. cad6bf9 Add padding to remove previous line's leftovers, and keep the printed line to around the same size by senhuang42 · 4 years, 2 months ago
  18. 0562299 Merge pull request #2292 from senhuang42/multifile_status_update_fio_refactor by Yann Collet · 4 years, 2 months ago
  19. d463060 Enable Dedicated Dict Search in the CLI by W. Felix Handte · 4 years, 3 months ago
  20. 5123496 Adjust function signatures by senhuang42 · 4 years, 2 months ago
  21. 28a9dc7 Always update bytes status in FIO_ctx_t by senhuang42 · 4 years, 2 months ago
  22. 60ee051 Remove extraneous FIO_ctx_t functions by senhuang42 · 4 years, 2 months ago
  23. 23feaec Fix FIO_removeMultiFilesWarning conflict by senhuang42 · 4 years, 2 months ago
  24. 49949f1 Merge branch 'dev' into multifile_status_update_fio_refactor by senhuang42 · 4 years, 2 months ago
  25. 202b295 Remove comma-separated decls by senhuang42 · 4 years, 2 months ago
  26. a480b02 Adjust comments and struct to better reflect FIO_ctx_t by senhuang42 · 4 years, 2 months ago
  27. 7842f43 Fix 1 file multifile logic, remove unnecessary variable assignments by senhuang42 · 4 years, 2 months ago
  28. dbe5305 Adjusted extra explanation warning to always pop up if applicable by senhuang42 · 4 years, 2 months ago
  29. 9903998 Fixed newline issue and adjusted wording in comment by senhuang42 · 4 years, 2 months ago
  30. 3a7d625 Cleanup comments, add function to set FIO_ctx_t.nbFilesProcessed by senhuang42 · 4 years, 2 months ago
  31. a03917c Fix the logic in printing final status updates by senhuang42 · 4 years, 2 months ago
  32. a6414f1 Integrate refactor into status print for multifiles, adjust logic for printing as needed by senhuang42 · 4 years, 2 months ago
  33. d54566f First pass at refactoring and creating new FIO_ctx_t */ by senhuang42 · 4 years, 2 months ago
  34. 01828b2 Improve documentation, update man by senhuang42 · 4 years, 2 months ago
  35. 7e867ad Fix potential memory leak by senhuang42 · 4 years, 2 months ago
  36. 7991c55 Move logic into new function FIO_removeMultiFilesWarning, add support for decompression by senhuang42 · 4 years, 2 months ago
  37. 3aec385 Fix merge conflicts by senhuang42 · 4 years, 2 months ago
  38. a8c6688 Merge pull request #2283 from senhuang42/progress_bars_for_multiple_files by Yann Collet · 4 years, 2 months ago
  39. fed7e78 Fix bug in user prompt where line was not flushed on negative response by senhuang42 · 4 years, 2 months ago
  40. b6abbc3 Fix single file decompression summary, remove escape code dependency, add currFileIdx field to FIO_prefs, general cleanups/bugfixes by senhuang42 · 4 years, 2 months ago
  41. 96222cd Small formatting changes by senhuang42 · 4 years, 3 months ago
  42. 47a9ad2 Remove decompression status update by senhuang42 · 4 years, 3 months ago
  43. acee48d Small cleanups by senhuang42 · 4 years, 3 months ago
  44. a3401ca Make compatible with displaylevel = 2 and decompression by senhuang42 · 4 years, 3 months ago
  45. da38891 Add initial live update with displayLevel = 2, add new field to FIO_prefs_t by senhuang42 · 4 years, 3 months ago
  46. 7a7cd88 Add initial functionality to support -q by senhuang42 · 4 years, 3 months ago
  47. aab11ce Unified warning prompts into new function UTIL_requireUserConfirmationToProceed() by senhuang42 · 4 years, 3 months ago
  48. dde97de Only ask to proceed if using --rm, otherwise just display warning. -f bypasses it all. More robust tests by senhuang42 · 4 years, 3 months ago
  49. 1acf243 Add a warning whenever (de)compressing multiple files into one source, or into stdout by senhuang42 · 4 years, 3 months ago
  50. a030560 Add new DCtx param: validateChecksum and update unit tests by senhuang42 · 4 years, 3 months ago
  51. 44c54a3 Addressing comments: more comments, cleanup, remove extra function, checksum logic by senhuang42 · 4 years, 3 months ago
  52. e3f5f96 Added CLI tests for --no-check, fixed ignore checksum logic by senhuang42 · 4 years, 3 months ago
  53. 47685ac Move enum into zstd.h, and fix pesky switch() logic by senhuang42 · 4 years, 3 months ago
  54. 1b34b15 Adding CLI capability to invoke decompression with no checksum by senhuang42 · 4 years, 3 months ago
  55. 953f0a0 Fix MS Build by W. Felix Handte · 4 years, 3 months ago
  56. b02cdf6 Clean Up Redundant Checks, Rename FIO_remove() -> FIO_removeFile() by W. Felix Handte · 4 years, 3 months ago
  57. 51ac020 Remove UTIL_statFile() and UTIL_statDir(); Decompose Former Call-Sites by W. Felix Handte · 4 years, 3 months ago
  58. c144914 Share stat() Calls in Uses of UTIL_chmod() by W. Felix Handte · 4 years, 3 months ago
  59. 0a8aacb Use stat() to Check that File Should be chmod()-ed by W. Felix Handte · 4 years, 3 months ago
  60. 7238cca Deduplicate Some Low-Hanging Fruit of Redundant Stat Calls by W. Felix Handte · 4 years, 3 months ago
  61. b6e24bc Rename UTIL_getFileStat() -> UTIL_statFile() and UTIL_getDirectoryStat() -> UTIL_statDir() by W. Felix Handte · 4 years, 3 months ago
  62. 9a8ccd4 Add output-dir-mirror option by Xin Xie · 4 years, 5 months ago
  63. b067108 error when not using --stream-size on pipe by Bimba Shrestha · 4 years, 5 months ago
  64. 6653321 passing streamSrcSize when set by Bimba Shrestha · 4 years, 5 months ago
  65. e2838d9 Spelling mistakes by Bimba Shrestha · 4 years, 5 months ago
  66. f847909 Using ZSTD_MAX_WINDOWLOG instead of INT_MAX by Bimba Shrestha · 4 years, 6 months ago
  67. 01b38ef Change --patch-from limit from 4gb to 2gb by Bimba Shrestha · 4 years, 6 months ago
  68. 7dcca6b Also Move programs/ Directory to Relative Includes by W. Felix Handte · 4 years, 6 months ago
  69. 659ff85 changing to cParams.hashLog by Bimba Shrestha · 4 years, 7 months ago
  70. b640802 updating chainlog bound by Bimba Shrestha · 4 years, 7 months ago
  71. 587a20a adding newline by Bimba Shrestha · 4 years, 7 months ago
  72. 5b0a452 Adding --long support for --patch-from (#1959) by Bimba Shrestha · 4 years, 7 months ago
  73. 458a1a1 minor refactor by Yann Collet · 4 years, 7 months ago
  74. d0412f3 no percentage on readsize == 0 by Bimba Shrestha · 4 years, 7 months ago
  75. bf1856c removing max(1, ..) by Bimba Shrestha · 4 years, 7 months ago
  76. ac58c8d Fix copyright and license lines by Nick Terrell · 4 years, 8 months ago
  77. 9388dac Setting ZSTD_c_contentSizeFlag instead of UNKNOWN filesize by Bimba Shrestha · 4 years, 8 months ago
  78. 6d8e761 Inverting content size prefs bool by Bimba Shrestha · 4 years, 8 months ago
  79. 167244a --no-content-size cli by Bimba Shrestha · 4 years, 8 months ago
  80. f25a6e9 Adding new cli endpoint --patch-from= (#1940) by Bimba Shrestha · 4 years, 10 months ago
  81. 8eb499d Check for fread failure by Peter Lesslie · 5 years ago
  82. 9a22140 created UTIL_chmod() by Yann Collet · 5 years ago
  83. 7aaac3f fix #1904 by Yann Collet · 5 years ago
  84. 47034cd Merge pull request #1850 from bimbashrestha/named_pipes by Yann Collet · 5 years ago
  85. 9ab6a74 Created utility function to extract extension from filename, fixed tests by Shashank Tavildar · 5 years ago
  86. da73b11 Merge branch 'dev' into named_pipes by Bimba Shrestha · 5 years ago
  87. 0f2bff2 Addressing comments, removing cyclic dependency with header file, updating tests by Shashank Tavildar · 5 years ago
  88. 02433e0 Addressing comments: -Created a list of extensions defined in fileio.h, -Updated test by Shashank Tavildar · 5 years ago
  89. 48f8566 Added --exclude-compressed flag feature that skips compression of precompressed files by Shashank Tavildar · 5 years ago
  90. 5e59d51 Merge branch 'master' of https://github.com/bimbashrestha/zstd into named_pipes by Bimba Shrestha · 5 years ago
  91. 0b52d87 Cleaning up gate and adding comment to flag by Bimba Shrestha · 5 years ago
  92. 5b45ff4 Gating named file support on windows by Bimba Shrestha · 5 years ago
  93. 4eccc82 Minor Fixes by W. Felix Handte · 5 years ago
  94. 91c3f54 Fix Build; Refactor by W. Felix Handte · 5 years ago
  95. 506e1a1 Merge branch 'tzst-ext-tmp' into tzst-ext by Felix Handte · 5 years ago
  96. 37f9093 Merge pull request #1839 from bimbashrestha/named_pipes by Yann Collet · 5 years ago
  97. 8a39748 Allowing named pipes to go through zstdcli by Bimba Shrestha · 5 years ago
  98. b1ec94e Fix ZSTD_f_zstd1_magicless for small data by Nick Terrell · 5 years ago
  99. 632e077 minor refactor of FIO_compressGzFrame() by Yann Collet · 5 years ago
  100. ad86a5d rewrite FIO_createFilename_fromOutDir() by Yann Collet · 5 years ago