rclone/fs/accounting
Aleksandar Jankovic f78cd1e043 Add context propagation to rclone
- Change rclone/fs interfaces to accept context.Context
- Update interface implementations to use context.Context
- Change top level usage to propagate context to lover level functions

Context propagation is needed for stopping transfers and passing other
request-scoped values.
2019-06-19 11:59:46 +01:00
..
accounting_other.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
accounting_test.go accounting: fix layout of stats - fixes #2910 2019-01-14 16:12:39 +00:00
accounting_unix.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
accounting.go accounting: enable accounting without passing through the stream #2252 2019-05-11 23:35:19 +01:00
inprogress.go fs/accounting: factor into separate files without changing functionality 2018-02-02 15:14:40 +00:00
stats_test.go cmd: implement RetryAfter errors which cause a sleep before a retry 2019-03-25 13:41:34 +00:00
stats.go Add context propagation to rclone 2019-06-19 11:59:46 +01:00
stringset.go accounting: fix layout of stats - fixes #2910 2019-01-14 16:12:39 +00:00
token_bucket.go Add context propagation to rclone 2019-06-19 11:59:46 +01:00