rclone/fs/operations
Nick Craig-Wood 14ef4437e5 dedupe: fix bug introduced when converting to use walk.ListR #2902
Before the fix we were only de-duping the ListR batches.

Afterwards we dedupe everything.

This will have the consequence that rclone uses more memory as it will
build a map of all the directory names, not just the names in a given
directory.
2019-03-17 11:01:20 +00:00
..
dedupe_test.go dedupe: Use walk.ListR for listing commands. 2019-03-16 17:41:12 +00:00
dedupe.go dedupe: fix bug introduced when converting to use walk.ListR #2902 2019-03-17 11:01:20 +00:00
listdirsorted_test.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
lsjson.go Use walk.ListR for listing operations 2019-03-16 17:41:12 +00:00
operations_internal_test.go operations: ignore size of objects when they are < 0 #320 2018-01-31 16:22:05 +00:00
operations_test.go sync: Implement --suffix-keep-extension for use with --suffix - fixes #3032 2019-03-15 14:21:39 +00:00
operations.go Use walk.ListR for listing operations 2019-03-16 17:41:12 +00:00
rc_test.go rc: implement operations/publiclink the equivalent of rclone link 2019-03-17 09:41:31 +00:00
rc.go rc: implement operations/publiclink the equivalent of rclone link 2019-03-17 09:41:31 +00:00
reopen_test.go operations: resume downloads if the reader fails in copy - fixes #2108 2019-02-12 11:47:57 +00:00
reopen.go operations: resume downloads if the reader fails in copy - fixes #2108 2019-02-12 11:47:57 +00:00