rclone-dev:crypt-pass-corrupted

Last commit made on 2019-02-02
Get this branch:
git clone -b crypt-pass-corrupted https://git.launchpad.net/rclone-dev

Branch merges

Branch information

Name:
crypt-pass-corrupted
Repository:
lp:rclone-dev

Recent commits

2769321... by Nick Craig-Wood

crypt: add --crypt-pass-corrupted-blocks flag

c496efe... by Nick Craig-Wood

Add Wojciech Smigielski to contributors

cf583e0... by Nick Craig-Wood

Add Rémy Léone to contributors

f09d0f5... by Wojciech Smigielski <email address hidden>

b2: added disable sha1sum flag

1e6cbaa... by Rémy Léone

s3: Add Scaleway to s3 documentation

be643ec... by Nick Craig-Wood

sftp: don't error on dangling symlinks

0c4ed35... by Nick Craig-Wood

build: improve beta tidy script

4e4feeb... by Nick Craig-Wood

drive: fix google docs in rclone mount in some circumstances #1732

Before this change any attempt to access a google doc in an rclone
mount would give the error "partial downloads are not supported while
exporting Google Documents" as the mount uses ranged requests to read
data.

This implements ranged requests for a limited number of scenarios,
just enough so that Google docs can be cat-ed from an rclone mount.
When they are cat-ed then they receive their correct size also.

291f270... by =?utf-8?q?Sebastian_B=C3=BCnger?= <email address hidden>

jottacloud: add support for 2-factor authentification fixes #2722

f799be1... by Nick Craig-Wood

local: fix symlink tests under Windows