1
mirror of https://github.com/rclone/rclone synced 2024-12-02 11:53:45 +01:00
rclone/vfs/vfscache
Nick Craig-Wood 687a3b1832 vfs: fix data race discovered by the race detector
This fixes a place where we read from item.o without the item.mu held.
2021-03-15 19:22:07 +00:00
..
downloaders vfs: fix file leaks with --vfs-cache-mode full and --buffer-size 0 2021-01-21 18:35:04 +00:00
writeback fs: deglobalise the config #4685 2020-11-26 16:40:12 +00:00
cache_test.go Spelling fixes 2020-10-14 15:21:31 +01:00
cache.go vfs: fix invalid cache path on windows when using :backend: as remote 2021-01-30 16:18:15 +00:00
item_test.go Spelling fixes 2020-10-14 15:21:31 +01:00
item.go vfs: fix data race discovered by the race detector 2021-03-15 19:22:07 +00:00