rclone/vfs/vfscache
Nick Craig-Wood c65ed26a7e vfs: vfscache: Fix renaming of items while they are being uploaded
Previous to the fix, if an item was being uploaded and it was renamed,
the upload would fail with missing checksum errors.

This change cancels any uploads in progress if the file is renamed.
2020-07-06 17:32:53 +01:00
..
downloaders vfs: Fix over downloading with --vfs-cache-mode full and --buffer-size 0 2020-06-30 12:03:39 +01:00
writeback vfs: writeback: add Rename call for renaming items in the writeback queue 2020-07-06 17:32:53 +01:00
cache_test.go vfs: Add recovered items on cache reload to directory listings 2020-06-30 12:03:39 +01:00
cache.go vfs: Add recovered items on cache reload to directory listings 2020-06-30 12:03:39 +01:00
item_test.go vfs: Add recovered items on cache reload to directory listings 2020-06-30 12:03:39 +01:00
item.go vfs: vfscache: Fix renaming of items while they are being uploaded 2020-07-06 17:32:53 +01:00