rclone/fs/operations
Ankur Gupta 75a6c49f87 Fix error counter - fixes #3650
For few commands, RClone counts a error multiple times. This was fixed by
creating a new error type which keeps a flag to remember if the error has
already been counted or not. The CountError function now wraps the original
error eith the above new error type and returns it.
2019-11-18 14:13:02 +00:00
..
dedupe_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
dedupe.go Fix error counter - fixes #3650 2019-11-18 14:13:02 +00:00
listdirsorted_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
lsjson.go fs: Implement UnWrapObject and UnWrapFs 2019-08-14 15:07:38 +01:00
multithread_test.go fstest: let backends advertise maximum file size 2019-09-24 12:45:12 +01:00
multithread.go operations: disable multi thread copy for local to local copies #3419 2019-08-14 15:07:38 +01:00
operations_internal_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
operations_test.go Remove backend dependency from fs/hash 2019-10-01 16:29:58 +01:00
operations.go Fix error counter - fixes #3650 2019-11-18 14:13:02 +00:00
rc_test.go copyurl: add --auto-filename flag for using file name from url in destination path (#3451) 2019-09-03 17:25:19 +01:00
rc.go copyurl: add --auto-filename flag for using file name from url in destination path (#3451) 2019-09-03 17:25:19 +01:00
reopen_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
reopen.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
xtra_operations_test.go tests: bring memory hungry tests close to end 2019-09-24 12:45:12 +01:00