rclone/cmd/serve
Benjamin Legrand 8a6fc8535d accounting: fix global error acounting
fs.CountError is called when an error is encountered. The method was
calling GlobalStats().Error(err) which incremented the error at the
global stats level. This led to calls to core/stats with group= filter
returning an error count of 0 even if errors actually occured.

This change requires the context to be provided when calling
fs.CountError. Doing so, we can retrieve the correct StatsInfo to
increment the errors from.

Fixes #5865
2024-09-30 17:20:42 +01:00
..
dlna accounting: fix global error acounting 2024-09-30 17:20:42 +01:00
docker serve docker: add missing vfs-read-chunk-streams option in docker volume driver 2024-09-09 10:07:25 +01:00
ftp serve ftp: fix failed startup due to config changes 2024-07-22 14:54:32 +01:00
http accounting: fix global error acounting 2024-09-30 17:20:42 +01:00
nfs serve nfs: unify the nfs library logging with rclone's logging better 2024-09-04 10:50:21 +01:00
proxy build: update logging statements to make json log work - fixes #6038 2024-09-06 17:04:18 +01:00
restic tree-wide: replace /bin/bash with /usr/bin/env bash 2024-06-11 12:47:47 +01:00
s3 build: fix govet lint errors with golangci-lint v1.60.1 2024-08-14 18:25:40 +01:00
servetest serve s3: implement --auth-proxy 2024-07-17 15:14:08 +01:00
sftp lib/sd-activation: wrap coreos/go-systemd 2024-09-06 17:21:56 +01:00
webdav accounting: fix global error acounting 2024-09-30 17:20:42 +01:00
serve.go serve s3: let rclone act as an S3 compatible server 2023-11-16 16:59:55 +00:00