rclone-dev:fix-mega-base64

Last commit made on 2019-10-14
Get this branch:
git clone -b fix-mega-base64 https://git.launchpad.net/rclone-dev

Branch merges

Branch information

Name:
fix-mega-base64
Repository:
lp:rclone-dev

Recent commits

48fa6f5... by Nick Craig-Wood

vendor: Update github.com/t3rm1n4l/go-mega to fix base64 decoding issue

See: https://forum.rclone.org/t/problem-to-login-with-mega/12276

b4b59c5... by Nick Craig-Wood

mount: fix "mount_fusefs: -o timeout=: option not supported" on FreeBSD

Before this change `rclone mount` would give this error on FreeBSD

    mount helper error: mount_fusefs: -o timeout=: option not supported

Because the default value for FreeBSD was set to 15m for
--daemon-timeout and that FreeBSD does not support the timeout option.

This change sets the default for --daemon-timeout to 0 on FreeBSD
which fixes the problem.

Fixes #3610

77b42aa... by Ivan Andreev

chunker: fix integration tests and hashsum issues

910c80b... by Ivan Andreev

chunker: option to hash all files

9049bb6... by Ivan Andreev

chunker: prevent chunk corruption, survive meta-like input

7aa2b41... by Ivan Andreev

chunker: reservations for future extensions

41ed33b... by Alex Chen <email address hidden>

docs: update onedrive/sharepoint docs on some known issues

f3b0f8a... by Nick Craig-Wood

sync: --update/-u not transfer files that haven't changed - fixes #3232

Before this change --update would transfer any file which was newer
than the destination regardless of whether it had changed or not.
This is needlessly wasteful of bandwidth.

After this change --update will only transfer files if they are newer
**and** they are different (checked with checksum and size).

65a82fe... by Nick Craig-Wood

dropbox: fix nil pointer exception on restricted files

See: https://forum.rclone.org/t/issues-syncing-dropbox/12233

c892a6f... by Nick Craig-Wood

Add Michele Caci to contributors