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