rclone-dev:adb-remote

Last commit made on 2019-02-15
Get this branch:
git clone -b adb-remote https://git.launchpad.net/rclone-dev

Branch merges

Branch information

Name:
adb-remote
Repository:
lp:rclone-dev

Recent commits

c3e1a0f... by =?utf-8?q?Fabian_M=C3=B6ller?= <email address hidden>

adb: wait for correct size after upload

2683939... by =?utf-8?q?Fabian_M=C3=B6ller?= <email address hidden>

adb: improve read performance

by a real lot (x100 on my test device). Reading 1 byte at a time was
painfully slow, but it worked.

ed88ae8... by =?utf-8?q?Fabian_M=C3=B6ller?= <email address hidden>

vendor: add github.com/thinkhy/go-adb package

2ba5c35... by =?utf-8?q?Fabian_M=C3=B6ller?= <email address hidden>

adb: add new backend

240c158... by Nick Craig-Wood

accounting: fix total ETA when --stats-unit bits is in effect

38864ad... by Nick Craig-Wood

cmd: Use private custom func to fix clash between rclone and kubectl

Before this change, rclone used the `__custom_func` hook to control
the completions of remote files. However this clashes with other
cobra users, the most notable example being kubectl.

Upgrading cobra to master allows us to use a namespaced function
`__rclone_custom_func` which fixes the problem.

Fixes #1529

5991315... by Nick Craig-Wood

vendor: update github.com/spf13/cobra to master

73f0a67... by Nick Craig-Wood

s3: Update Dreamhost endpoint - fixes #2974

ffe067d... by Nick Craig-Wood

azureblob: fix SAS URL support - fixes #2969

This was broken accidentally in 5d1d93e163df as part of #2654

b5f563f... by Nick Craig-Wood

vfs: Ignore Truncate if called with no readers and already the correct size

This fixes FreeBSD which seems to call SetAttr with a size even on
read only files.

This is probably a bug in the FreeBSD FUSE implementation as it
happens with mount and cmount.

See: https://forum.rclone.org/t/freebsd-question/8662/12