rclone-dev:fix-mount-dir-size

Last commit made on 2019-03-25
Get this branch:
git clone -b fix-mount-dir-size https://git.launchpad.net/rclone-dev

Branch merges

Branch information

Name:
fix-mount-dir-size
Repository:
lp:rclone-dev

Recent commits

d6778c9... by Nick Craig-Wood

mount: make directories show with non zero size

See: https://forum.rclone.org/t/empty-folder-when-rclone-mount-used-as-external-storage-of-nextcloud/9251

6e70d88... by Nick Craig-Wood

swift: work around token expiry on CEPH

This implements the Expiry interface so token expiry works properly

This change makes sure that this change from the swift library works
correctly with rclone's custom authenticator.

> Renew the token 60s before the expiry time
>
> The v2 and v3 auth schemes both return the expiry time of the token,
> so instead of waiting for a 401 error, renew the token 60s before this
> time.
>
> This makes transfers more efficient and also works around a bug in
> CEPH which returns 403 instead of 401 when the token expires.
>
> http://tracker.ceph.com/issues/22223

595fea7... by Nick Craig-Wood

vendor: update github.com/ncw/swift to bring in Expires changes

bb80586... by Nick Craig-Wood

bin/get-github-release: fetch the most recent not the least recent

0d47595... by Nick Craig-Wood

Fix errors discovered with go vet nilness tool

2728948... by Nick Craig-Wood

Add xopez to contributors

3756f21... by Nick Craig-Wood

Add Danil Semelenov to contributors

2faf2ae... by xopez <email address hidden>

docs: Update Copyright to current Year

1bd8183... by Nick Craig-Wood

build: use matrix build for travis

This makes the build more efficient, the .travis.yml file more
comprehensible and reduces the Makefile spaghetti.

Windows support is commented out for the moment as it isn't very
reliable yet.

5aa7068... by Nick Craig-Wood

b2: ignore already_hidden error on remove

Sometimes (possibly through eventual consistency) b2 returns an
already_hidden error on a delete. Ignore this since it is harmless.