rclone/backend/crypt
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
..
pkcs7 Move all backends into backend directory 2018-01-12 17:07:38 +00:00
cipher_test.go all: fix go-critic linter suggestions 2018-08-06 21:14:03 +01:00
cipher.go Use io.SeekStart/End/Current constants now for go1.7+ #2154 2018-04-07 11:42:36 +01:00
crypt_test.go Make integration tests use go1.7+ nested tests #2154 2018-04-08 15:04:14 +01:00
crypt.go backend: unify NewFs path handling for wrapping remotes 2018-10-10 17:50:27 +01:00