]> git.seodisparate.com - SimpleArchiver/commit
Add "--force-tmpfile"
authorStephen Seo <seo.disparate@gmail.com>
Thu, 27 Feb 2025 01:31:58 +0000 (10:31 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Thu, 27 Feb 2025 01:35:50 +0000 (10:35 +0900)
commit6c1d146bdca9e77faa995419d4541f8b490246e6
tree5f724b40896e9c751f37ce5d759a5eb973823a13
parenta2b20edfb29fc733e9d059371d6da5dd6b1484e6
Add "--force-tmpfile"

"--force-tmpfile" forces the use of "tmpfile()" instead of a file
created in the default directory for temporary files (which is currently
the same directory as the currently created archive) when using
compression.

Note that this option is mutually exclusive with "--temp-files-dir".
Changelog.md
README.md
src/helpers.c
src/main.c
src/parser.c
src/parser.h