rclone/backend/sharefile
Nick Craig-Wood a8652e2252 dircache: simplify interface, fix corner cases and apply to backends
Dircache was changed to:

- Remove special cases for the root directory
- Remove Fatal errors
- Call FindRoot on behalf of the user wherever possible
- Bring up to modern Go standards

Backends were changed to:

- Remove calls to FindRoot
- Change calls to FindRootAndPath to FindPath
- Don't make special cases for the root

This fixes several corner cases, for example removing a non existent
directory if FindRoot hasn't been called.
2020-06-25 09:41:36 +01:00
..
api doc: fix typos throughout docs and code 2020-05-20 15:54:51 +01:00
generate_tzdata.go New backend for Citrix Sharefile - Fixes #1543 2019-09-30 12:28:33 +01:00
sharefile_test.go New backend for Citrix Sharefile - Fixes #1543 2019-09-30 12:28:33 +01:00
sharefile.go dircache: simplify interface, fix corner cases and apply to backends 2020-06-25 09:41:36 +01:00
tzdata_vfsdata.go New backend for Citrix Sharefile - Fixes #1543 2019-09-30 12:28:33 +01:00
update-timezone.sh New backend for Citrix Sharefile - Fixes #1543 2019-09-30 12:28:33 +01:00
upload.go New backend for Citrix Sharefile - Fixes #1543 2019-09-30 12:28:33 +01:00