rclone/backend/cache
Nick Craig-Wood fe8eeec5b5 cache: improve efficiency with RangeOption and RangeSeek #1825
* All remotes now support RangeOption so remove SeekOption
  * Correct off by one error as RangeOption arguments are inclusive.
  * Use RangeSeek in preference to Seek if available
2018-03-02 17:10:56 +00:00
..
cache_internal_test.go cache: fix dirmove with temp fs enabled 2018-02-14 23:47:45 +02:00
cache_mount_unix_test.go cache: offline uploading 2018-01-30 00:05:04 +02:00
cache_mount_windows_test.go cache: offline uploading 2018-01-30 00:05:04 +02:00
cache_test.go fstests: add TestInternal (#2085) 2018-02-25 10:58:06 +01:00
cache_unsupported.go Move all backends into backend directory 2018-01-12 17:07:38 +00:00
cache.go cache: fix dirmove with temp fs enabled 2018-02-14 23:47:45 +02:00
directory.go cache: offline uploading 2018-01-30 00:05:04 +02:00
handle.go cache: improve efficiency with RangeOption and RangeSeek #1825 2018-03-02 17:10:56 +00:00
object.go cache: notify vfs when using temp fs - fixes #2051 2018-02-11 22:30:58 +02:00
plex.go cache: offline uploading 2018-01-30 00:05:04 +02:00
storage_memory.go cache: offline uploading 2018-01-30 00:05:04 +02:00
storage_persistent.go cache: offline uploading 2018-01-30 00:05:04 +02:00