rclone/backend/cache
Nick Craig-Wood 2e21c58e6a fs: deglobalise the config #4685
This is done by making fs.Config private and attaching it to the
context instead.

The Config should be obtained with fs.GetConfig and fs.AddConfig
should be used to get a new mutable config that can be changed.
2020-11-26 16:40:12 +00:00
..
cache_internal_test.go fs: deglobalise the config #4685 2020-11-26 16:40:12 +00:00
cache_test.go build: make rclone build with wasm 2020-08-10 17:32:21 +01:00
cache_unsupported.go build: make rclone build with wasm 2020-08-10 17:32:21 +01:00
cache_upload_test.go build: make rclone build with wasm 2020-08-10 17:32:21 +01:00
cache.go fs: Add context to fs.Features.Fill & fs.Features.Mask #3257 #4685 2020-11-09 18:05:54 +00:00
directory.go build: make rclone build with wasm 2020-08-10 17:32:21 +01:00
handle.go build: make rclone build with wasm 2020-08-10 17:32:21 +01:00
object.go build: make rclone build with wasm 2020-08-10 17:32:21 +01:00
plex.go build: make rclone build with wasm 2020-08-10 17:32:21 +01:00
storage_memory.go build: make rclone build with wasm 2020-08-10 17:32:21 +01:00
storage_persistent.go build: make rclone build with wasm 2020-08-10 17:32:21 +01:00
utils_test.go cache: move methods used for testing into test file 2020-03-16 18:41:32 +00:00