rclone/backend/cache
Fabian Möller 1a40bceb1d backend: unify NewFs path handling for wrapping remotes
Use the same function to join the root paths for the wrapping remotes
alias, cache and crypt.
The new function fspath.JoinRootPath is equivalent to path.Join, but if
the first non empty element starts with "//", this is preserved to allow
Windows network path to be used in these remotes.
2018-10-10 17:50:27 +01:00
..
cache_internal_test.go Implement new backend config system 2018-07-16 21:20:47 +01:00
cache_mount_unix_test.go cache: update internal tests and small fixes 2018-06-08 23:34:38 +03:00
cache_mount_windows_test.go Remove builds conditional on go1.7 since that is now guaranteed #2154 2018-04-07 11:42:55 +01:00
cache_test.go Make integration tests use go1.7+ nested tests #2154 2018-04-08 15:04:14 +01:00
cache_unsupported.go Remove builds conditional on go1.7 since that is now guaranteed #2154 2018-04-07 11:42:55 +01:00
cache_upload_test.go Implement new backend config system 2018-07-16 21:20:47 +01:00
cache.go backend: unify NewFs path handling for wrapping remotes 2018-10-10 17:50:27 +01:00
directory.go cache: fix nil pointer deref when using lsjson on cached directory 2018-08-05 09:42:31 +01:00
handle.go cache: fix worker scale down 2018-09-03 12:29:35 +02:00
object.go cache: improve performance by not sending info requests for cached chunks 2018-09-03 15:41:06 +01:00
plex.go cache: add plex_insecure option to skip certificate validation 2018-09-10 21:19:25 +01:00
storage_memory.go Remove builds conditional on go1.7 since that is now guaranteed #2154 2018-04-07 11:42:55 +01:00
storage_persistent.go Implement new backend config system 2018-07-16 21:20:47 +01:00