rclone:fix-bitrix-dirmove

Last commit made on 2021-03-29
Get this branch:
git clone -b fix-bitrix-dirmove https://git.launchpad.net/rclone

Branch merges

Branch information

Name:
fix-bitrix-dirmove
Repository:
lp:rclone

Recent commits

9ea209a... by Nick Craig-Wood

webdav: fix DirMove for bitrix - FIXME DO NOT MERGE

This implements a workaround to enable DirMove for bitrix to work.

This is an apparently non RFC compliant change.

See: https://forum.rclone.org/t/cant-manage-folders-using-bitrix-webdav-under-windows/23073

fc57648... by Nick Craig-Wood

lib/rest: fix multipart uploads stopping on context cancel

Before this change when the context was cancelled (due to
--max-duration for example) this could deadlock when uploading
multipart uploads.

This change fixes the problem by introducing another go routine to
monitor the context and close the pipe with an error when the context
errors.

8c5c91e... by Nick Craig-Wood

lib/readers: add NewContextReader to error on context errors

9dd39e8... by Nick Craig-Wood

Add x0b to contributors

9c91861... by albertony <email address hidden>

docs: add short description of configuration file format (#5142)

Fixes #572

2ccf416... by Nick Craig-Wood

build: add version to android builds and fix upload

5577c7b... by x0b

build: replace xgo with NDK for Android builds

f6dbb98... by Nick Craig-Wood

cmount: update cgofuse to the latest version to bring in macfuse 4 fix

d042f31... by Nick Craig-Wood

b2: fix html files downloaded via cloudflare

When reading files from B2 via cloudflare using --b2-download-url
cloudflare strips the Content-Length headers (presumably so it can
inject stuff into the body).

This caused rclone to think the file was corrupted as the length
didn't match.

The patch uses the old length read from the listing if there is no
Content-Length.

See: https://forum.rclone.org/t/b2-cloudflare-error-directory-not-found/23026

524cd32... by Nick Craig-Wood

build: update notes on how to build the release manually with docker