1
mirror of https://github.com/rclone/rclone synced 2024-10-17 03:01:13 +02:00
rclone/fs
Klaus Post 6344c3051c Add async readahead buffer
This adds an async read buffer of 4x4MB when copying files >10MB.

This fixes #164 and reduces the number of IO operations for copy/move.
2015-10-12 08:30:27 +01:00
..
accounting.go Fix golint warnings 2015-09-22 18:47:16 +01:00
buffer_test.go Add async readahead buffer 2015-10-12 08:30:27 +01:00
buffer.go Add async readahead buffer 2015-10-12 08:30:27 +01:00
config_test.go Lightly obscure secrets 2015-09-01 22:33:34 +01:00
config.go Implement rsync like include and exclude - fixes #27 2015-09-28 19:18:21 +01:00
driveletter_windows.go windows: Stop drive letters (eg C:) getting mixed up with remotes (eg drive:) 2015-02-07 22:32:51 +00:00
driveletter.go windows: Stop drive letters (eg C:) getting mixed up with remotes (eg drive:) 2015-02-07 22:32:51 +00:00
filter_test.go Implement rsync like include and exclude - fixes #27 2015-09-28 19:18:21 +01:00
filter.go Implement rsync like include and exclude - fixes #27 2015-09-28 19:18:21 +01:00
fs.go Fix golint warnings 2015-09-22 18:47:16 +01:00
glob_test.go Implement rsync like include and exclude - fixes #27 2015-09-28 19:18:21 +01:00
glob.go Implement rsync like include and exclude - fixes #27 2015-09-28 19:18:21 +01:00
limited.go Fix golint warnings 2015-09-22 18:47:16 +01:00
loghttp.go Improve output of --dump-headers 2015-10-03 16:04:51 +01:00
operations_test.go Implement rclone size for measuring remotes - fixes #153 2015-10-03 16:04:21 +01:00
operations.go Add async readahead buffer 2015-10-12 08:30:27 +01:00
test_all.sh Implement Amazon Cloud Drive - fixes #45 2015-09-08 21:02:48 +01:00
version.go Version v1.23 2015-10-03 16:24:07 +01:00