rclone:resume

Last commit made on 2021-11-17
Get this branch:
git clone -b resume https://git.launchpad.net/rclone

Branch merges

Branch information

Name:
resume
Repository:
lp:rclone

Recent commits

604dc4d... by Maxwell Calman <email address hidden>

chunker: implement resumer interface

Fixes #5154

e65e046... by Ivan Andreev

local: improve atexit handler for resume

- report errors if any
- prevent double invocation
- prefer saved hash type when many are supported

b015012... by Maxwell Calman <email address hidden>

Add resume feature

Added an interface and machinery for resuming failed uploads.
Implemented this interface in the local backend.
Later on it can be implemented by any supporting backend.

Fixes #87

ac2e5fd... by Ivan Andreev

Apply go mod tidy to fix build

38dc3e9... by =?utf-8?q?Micha=C5=82_Matczuk?= <email address hidden>

fshttp: add prometheus metrics for HTTP status code

This patch adds rclone_http_status_code counter vector labeled by

* host,
* method,
* code.

It allows to see HTTP errors, backoffs etc.

The Metrics struct is designed for extensibility.
Adding new metrics is a matter of adding them to Metrics struct and including them in the response handling.

This feature has been discussed in the forum [1].

[1] https://forum.rclone.org/t/prometheus-metrics/14484

ba67307... by Nick Craig-Wood

Fix repeated error messages after pkg/errors removal

7735b5c... by Nick Craig-Wood

Add Sinan Tan to contributors

d45b347... by Nick Craig-Wood

Add Andy Jackson to contributors

4c5df0a... by Nick Craig-Wood

Add Fredric Arklid to contributors

8c61a09... by Sinan Tan <email address hidden>

crypt: add test cases and documentation for base64 and base32768 filename encoding #5801