rclone/vfs
Nick Craig-Wood 7f20e1d7f3 vfs: add read write files and caching #711
This adds new flags to mount, cmount, serve *

    --cache-max-age duration         Max age of objects in the cache. (default 1h0m0s)
    --cache-mode string              Cache mode off|minimal|writes|full (default "off")
    --cache-poll-interval duration   Interval to poll the cache for stale objects. (default 1m0s)
2017-11-20 12:36:50 +00:00
..
vfsflags vfs: add read write files and caching #711 2017-11-20 12:36:50 +00:00
cache_test.go vfs: add read write files and caching #711 2017-11-20 12:36:50 +00:00
cache.go vfs: add read write files and caching #711 2017-11-20 12:36:50 +00:00
dir_handle_test.go vfs: add tests and subsequent fixes 2017-11-04 10:24:10 +00:00
dir_handle.go vfs: factor duplicated Open code into vfs from mount/cmount 2017-11-03 13:00:00 +00:00
dir_test.go vfs: add read write files and caching #711 2017-11-20 12:36:50 +00:00
dir.go vfs: add read write files and caching #711 2017-11-20 12:36:50 +00:00
errors_new.go vfs: add ECLOSED and tidy errors 2017-11-04 10:24:10 +00:00
errors_old.go vfs: add ECLOSED and tidy errors 2017-11-04 10:24:10 +00:00
errors_test.go vfs: add tests and subsequent fixes 2017-11-04 10:24:10 +00:00
errors.go vfs: add ECLOSED and tidy errors 2017-11-04 10:24:10 +00:00
file_test.go vfs: add read write files and caching #711 2017-11-20 12:36:50 +00:00
file.go vfs: add read write files and caching #711 2017-11-20 12:36:50 +00:00
read_test.go vfs: add ECLOSED and tidy errors 2017-11-04 10:24:10 +00:00
read_write_test.go vfs: add read write files and caching #711 2017-11-20 12:36:50 +00:00
read_write.go vfs: add read write files and caching #711 2017-11-20 12:36:50 +00:00
read.go vfs: Make sure all public methods are locked in Read and Write Handle 2017-11-04 10:24:10 +00:00
vfs_test.go vfs: add tests and subsequent fixes 2017-11-04 10:24:10 +00:00
vfs.go vfs: add read write files and caching #711 2017-11-20 12:36:50 +00:00
write_test.go vfs: add ECLOSED and tidy errors 2017-11-04 10:24:10 +00:00
write.go vfs: remove un-needed (after introduction of rcat) createInfo struct 2017-11-20 12:00:32 +00:00