rclone/backend
Nick Craig-Wood 11de074cbf Revert "azureblob: fix deadlock with --max-connections with InvalidBlockOrBlob errors"
This reverts commit 0c1902cc6037d81eaf95e931172879517a25d529.

This turns out not to be sufficient so we need a better approach
2025-09-22 17:39:27 +01:00
..
alias config: make getting config values more consistent 2024-08-08 13:41:31 +01:00
all Add FileLu cloud storage backend 2025-06-06 15:15:07 +01:00
azureblob Revert "azureblob: fix deadlock with --max-connections with InvalidBlockOrBlob errors" 2025-09-22 17:39:27 +01:00
azurefiles azurefiles: fix hash getting erased when modtime is set 2025-08-09 18:12:17 -04:00
b2 b2: fix 1TB+ uploads 2025-09-15 13:05:20 +01:00
box box: fix about after change in API return - fixes #8776 2025-08-26 18:03:09 +01:00
cache build: use sequence Split introduced in go1.24 2025-09-15 12:45:57 +01:00
chunker chunker: fix double-transform 2025-06-12 18:31:01 +01:00
cloudinary cloudinary: var naming convention - #8416 2025-04-09 15:03:59 +01:00
combine build: remove x := x made unnecessary by the new semantics of loops in go1.22 2025-09-14 15:58:20 +01:00
compress compress: implement ListP interface 2025-04-08 15:14:09 +01:00
crypt crypt: implement ListP interface 2025-04-08 15:14:09 +01:00
doi build: use sequence Split introduced in go1.24 2025-09-15 12:45:57 +01:00
drive build: use sequence Split introduced in go1.24 2025-09-15 12:45:57 +01:00
dropbox about: fix potential overflow of about in various backends 2025-07-31 11:38:51 +01:00
fichier fichier: fix server side move - fixes #7856 2024-09-06 18:20:10 +01:00
filefabric build: modernize Go usage 2025-02-28 11:31:14 +00:00
filelu build: replace interface{} by the 'any' type added in go1.18 2025-09-15 12:45:57 +01:00
filescom build: modernize Go usage 2025-02-28 11:31:14 +00:00
ftp ftp: make TLS config default to global TLS config - Fixes #6671 2025-08-22 12:19:29 +01:00
gofile backend/gofile: update to use new direct upload endpoint 2025-05-27 14:28:25 +01:00
googlecloudstorage googlecloudstorage: add ListP interface - Fixes #8763 2025-09-05 15:29:37 +01:00
googlephotos googlephotos: added warning for Google Photos compatability-fixes #8672 2025-07-17 10:48:12 +01:00
hasher hasher: implement ListP interface 2025-04-08 15:14:09 +01:00
hdfs about: fix potential overflow of about in various backends 2025-07-31 11:38:51 +01:00
hidrive build: modernize Go usage 2025-02-28 11:31:14 +00:00
http http: correct root if definitely pointing to a file - fixes #8428 2025-03-17 18:05:23 +00:00
iclouddrive iclouddrive: fix panic and files potentially downloaded twice 2025-05-07 18:00:33 +01:00
imagekit imagekit: remove server side Copy method as it was downloading and uploading 2025-07-10 11:29:27 +01:00
internetarchive internetarchive: fix server side copy files with spaces 2025-09-04 10:37:27 +01:00
jottacloud walk: move NewListRHelper into list.Helper to avoid circular dependency 2025-04-08 15:14:00 +01:00
koofr docs: fix some function names in comments 2025-06-24 15:04:45 +01:00
linkbox linkbox: fix upload error "user upload file not exist" 2025-07-05 09:26:43 +01:00
local local: fix time zones on tests 2025-09-09 12:09:42 -04:00
mailru build: use sequence Split introduced in go1.24 2025-09-15 12:45:57 +01:00
mega about: fix potential overflow of about in various backends 2025-07-31 11:38:51 +01:00
memory memory: add ListP interface - #4788 2025-09-05 15:29:37 +01:00
netstorage walk: move NewListRHelper into list.Helper to avoid circular dependency 2025-04-08 15:14:00 +01:00
onedrive build: slices.Contains, added in go1.21 2025-09-15 12:45:57 +01:00
opendrive build: modernize Go usage 2025-02-28 11:31:14 +00:00
oracleobjectstorage oraceobjectstorage: add ListP interface - #4788 2025-09-05 15:29:37 +01:00
pcloud pcloud: fix "Access denied. You do not have permissions to perform this operation" on large uploads 2025-06-17 12:46:35 +01:00
pikpak pikpak: fix unnecessary retries by using URL expire parameter - fixes #8601 2025-09-19 12:46:26 +09:00
pixeldrain Add pixeldrain backend 2024-08-12 13:35:44 +01:00
premiumizeme about: fix potential overflow of about in various backends 2025-07-31 11:38:51 +01:00
protondrive backend/protondrive: improve performance of Proton Drive backend 2024-09-18 18:15:24 +01:00
putio build: modernize Go usage 2025-02-28 11:31:14 +00:00
qingstor walk: move NewListRHelper into list.Helper to avoid circular dependency 2025-04-08 15:14:00 +01:00
quatrix build: use the built-in min or max functions added in go1.21 2025-09-15 12:45:57 +01:00
s3 build: use strings.CutPrefix introduced in go1.20 2025-09-15 12:45:57 +01:00
seafile seafile: fix integration test errors by adding dot to encoding 2025-07-05 21:27:10 +01:00
sftp about: fix potential overflow of about in various backends 2025-07-31 11:38:51 +01:00
sharefile build: modernize Go usage 2025-02-28 11:31:14 +00:00
sia build: modernize Go usage 2025-02-28 11:31:14 +00:00
smb smb: optimize smb mount performance by avoiding stat checks during initialization 2025-09-22 15:33:44 +01:00
storj build: fix linting issues reported by running golangci-lint with different GOOS 2024-04-22 19:29:12 +02:00
sugarsync build: modernize Go usage 2025-02-28 11:31:14 +00:00
swift swift: add ListP interface - #4788 2025-09-05 15:29:37 +01:00
ulozto build: modernize Go usage 2025-02-28 11:31:14 +00:00
union build: remove x := x made unnecessary by the new semantics of loops in go1.22 2025-09-14 15:58:20 +01:00
uptobox build: modernize Go usage 2025-02-28 11:31:14 +00:00
webdav build: use sequence Split introduced in go1.24 2025-09-15 12:45:57 +01:00
yandex build: modernize Go usage 2025-02-28 11:31:14 +00:00
zoho lib/oauthutil: add support for OAuth client credential flow 2024-12-13 11:34:11 +00:00