rclone/vfs
Nick Craig-Wood 9738f8532b vfs: Add FlushDirCache method 2017-11-20 12:46:23 +00:00
..
vfsflags vfs,mount,cmount,mountlib: allow flags to be overriden by environment variables 2017-11-20 12:46:21 +00:00
cache.go 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
dir.go vfs: add Path method to Node and use it to stop reading nil DirEntry 2017-11-20 12:46:22 +00:00
dir_handle.go vfs: factor duplicated Open code into vfs from mount/cmount 2017-11-03 13:00:00 +00:00
dir_handle_test.go vfs: add tests and subsequent fixes 2017-11-04 10:24:10 +00:00
dir_test.go vfs: add Path method to Node and use it to stop reading nil DirEntry 2017-11-20 12:46:22 +00:00
errors.go vfs: add ECLOSED and tidy errors 2017-11-04 10:24:10 +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
file.go vfs: add WaitForWriters to wait until all writers have finished 2017-11-20 12:46:23 +00:00
file_test.go vfs: add Path method to Node and use it to stop reading nil DirEntry 2017-11-20 12:46:22 +00:00
help.go vfs,mount,cmount,serve: Add documentation for vfs caching modes 2017-11-20 12:46:21 +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
read_test.go vfs: add ECLOSED and tidy errors 2017-11-04 10:24:10 +00:00
read_write.go vfs: don't remove file from writers until it is transferred 2017-11-20 12:46:23 +00:00
read_write_test.go vfs: add read write files and caching #711 2017-11-20 12:36:50 +00:00
vfs.go vfs: Add FlushDirCache method 2017-11-20 12:46:23 +00:00
vfs_test.go vfs: add tests and subsequent fixes 2017-11-04 10:24:10 +00:00
write.go vfs: don't remove file from writers until it is transferred 2017-11-20 12:46:23 +00:00
write_test.go vfs: Don't error a r/w file open without cache; delay error until Read called 2017-11-20 12:46:22 +00:00