rclone/backend/local
Nick Craig-Wood a492c0fb0e local: speed up multi thread downloads by using sparse files on Windows
Before this change rclone didn't use sparse files on Windows. This
means that when you downloaded a file with multithread download it
wrote the entire file with zeros first on the first write not at the
start of the file.

This change makes the file be sparse on Windows. Linux/macOS files
were already sparse.
2020-03-09 10:55:52 +00:00
..
aaaa backend/local: Avoid polluting page cache when uploading local files to remote backends 2019-08-08 23:41:52 +01:00
about_unix.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
about_windows.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
encode_darwin.go backends: move encoding definitions from fs/encodings 2020-01-16 14:40:36 +00:00
encode_other.go backends: move encoding definitions from fs/encodings 2020-01-16 14:40:36 +00:00
encode_windows.go backends: move encoding definitions from fs/encodings 2020-01-16 14:40:36 +00:00
fadvise_other.go backend/local: Avoid polluting page cache when uploading local files to remote backends 2019-08-08 23:41:52 +01:00
fadvise_unix.go backend/local: fadvise run syscall on a dedicated go routine 2019-08-14 21:01:39 +01:00
lchtimes.go local: when using `-l` fix setting modification times of symlinks #1152 2019-01-28 13:47:27 +00:00
lchtimes_unix.go local: when using `-l` fix setting modification times of symlinks #1152 2019-01-28 13:47:27 +00:00
local.go local: speed up multi thread downloads by using sparse files on Windows 2020-03-09 10:55:52 +00:00
local_internal_test.go Remove backend dependency from fs/hash 2019-10-01 16:29:58 +01:00
local_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
preallocate_other.go local: speed up multi thread downloads by using sparse files on Windows 2020-03-09 10:55:52 +00:00
preallocate_unix.go local: speed up multi thread downloads by using sparse files on Windows 2020-03-09 10:55:52 +00:00
preallocate_windows.go local: speed up multi thread downloads by using sparse files on Windows 2020-03-09 10:55:52 +00:00
read_device_other.go Implement new backend config system 2018-07-16 21:20:47 +01:00
read_device_unix.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
remove_other.go local: retry remove on Windows sharing violation error #2202 2018-04-07 17:36:26 +01:00
remove_test.go local: retry remove on Windows sharing violation error #2202 2018-04-07 17:36:26 +01:00
remove_windows.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
tests_test.go backend: adjust backends to have encoding parameter 2020-01-16 14:40:36 +00:00