rclone/vfs
2018-05-05 12:54:03 +01:00
..
vfsflags vfs: add option to read source files in chunks 2018-05-05 12:49:42 +01:00
cache_test.go Replace "golang.org/x/net/context" with "context" for go1.7+ 2018-04-07 11:42:08 +01:00
cache.go Replace "golang.org/x/net/context" with "context" for go1.7+ 2018-04-07 11:42:08 +01:00
dir_handle_test.go
dir_handle.go
dir_test.go
dir.go vfs: filter files . and .. from readDir output - fixes 2018-04-25 16:09:07 +01:00
errors_new.go
errors_old.go
errors_test.go
errors.go
file_test.go
file.go vfs: Only make the VFS cache if --vfs-cache-mode > Off 2018-04-16 17:06:41 +01:00
help.go vfs: add remote control for directory cache flushing 2018-03-17 10:34:02 +00:00
make_open_tests.go
open_test.go
rc.go vfs: add remote control for directory cache flushing 2018-03-17 10:34:02 +00:00
read_test.go Use io.SeekStart/End/Current constants now for go1.7+ 2018-04-07 11:42:36 +01:00
read_write_test.go vfs: Only make the VFS cache if --vfs-cache-mode > Off 2018-04-16 17:06:41 +01:00
read_write.go
read.go vfs: add option to read source files in chunks 2018-05-05 12:49:42 +01:00
vfs_test.go vfs,mount,cmount: use About to return the correct disk total/used/free 2018-04-18 18:27:34 +01:00
vfs.go vfs: fix ChangeNotify for new or changed folders 2018-05-05 12:54:03 +01:00
write_test.go
write.go