rclone/backend/fichier
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.go dircache: simplify interface, fix corner cases and apply to backends 2020-06-25 09:41:36 +01:00
fichier.go dircache: simplify interface, fix corner cases and apply to backends 2020-06-25 09:41:36 +01:00
fichier_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
object.go doc: fix typos throughout docs and code 2020-05-25 11:23:58 +01:00
structs.go fichier: fix accessing files > 2GB on 32 bit systems - fixes #3581 2019-10-01 16:03:49 +01:00