Commit Graph

19 Commits

Author SHA1 Message Date
Michael Wehr
cf51b9bd8b switch back to using calloc instead of malloc
using malloc generated errors when memory leak checking with valgrind
because malloc creates uninitialized space
2021-12-25 11:16:03 +01:00
Michael Wehr
c8149fab75 show global progress bar in some cases where not shown before
when using wildcards:
cp -r -g ./src/normal/* ./sinkhole/
when giving multiple source files:
cp -r -g ./src/normal/{testfile0,testfile2}
or
cp -g -t ../../sinkhole/ testfile0 testfile2
2021-12-25 11:05:23 +01:00
Michael Wehr
a620f86965 escape grave accents, they break the double quoted system commands 2021-12-24 20:11:32 +01:00
Michael Wehr
3ac56d553f show global progressbar when moving files in copy mode (between devices) 2021-12-23 19:21:33 +01:00
Michael Wehr
e529e310ea fix casing of output, to better match unmodded messages 2021-12-23 18:55:23 +01:00
Michael Wehr
a1cc785674 add more comments to identify all progress mod changes 2021-12-23 12:00:26 +01:00
Michael Wehr
aa4d645a11 move comment to enclose progess struct 2021-12-23 09:07:53 +01:00
Michael Wehr
24ad5c292c when moving display one good-bye message and show what was moved 2021-12-22 23:43:26 +01:00
Michael Wehr
edec49ec6f escape double quotes, so system commands don't break anymore 2021-12-22 21:16:20 +01:00
Michael Wehr
7e2df2e0b7 harmonize string handling, so only double quotes break system commands 2021-12-22 14:19:51 +01:00
Michael Wehr
c9d7d6779f change comment positioning 2021-12-22 14:09:12 +01:00
Michael Wehr
3b2fdc6f42 fix comment casing 2021-12-22 13:57:59 +01:00
Michael Wehr
d337f35f5b fix whitespace 2021-12-22 13:48:56 +01:00
Michael Wehr
9d614d1883 fix compiler warning for 0.9 patch 2021-12-22 11:57:51 +01:00
Aaron
3ef18c8f20 Fix compiler warnings
Signed-off-by: Aaron <admin@datahoarder.dev>
2021-11-12 09:53:29 +01:00
Zackptg5
39c571c505 old bug fix, add readme note 2021-11-11 21:55:13 -05:00
Zackptg5
fd0fc50b1a Add 9.0 patch
Doesn't work with reflink, disable if using  progress-bar
2021-11-09 12:42:26 -05:00
Arun
7948d430cb Revert "Add 9.0 patch" 2021-11-06 07:04:44 +05:30
Zackptg5
d1c5b22cf0 Add 9.0 patch 2021-10-28 15:16:31 -04:00