rclone/fs/accounting
Nick Craig-Wood d0d6b83a7a fs/accounting: rework to enable accounting to work with crypt and b2
This removes the old system of part accounting and replaces it with a
system of popping off the accounting reader and wrapping up new ones
as necessary.

This makes it much easier to carry the context down the chain of
wrapped readers and get the limiting as near as possible to the
output.  This makes the accounting more accurate and the bandwidth
limiting smoother.

Fixes #2029 and Fixes #1443
2018-02-02 15:14:41 +00:00
..
accounting_other.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
accounting_test.go fs/accounting: rework to enable accounting to work with crypt and b2 2018-02-02 15:14:41 +00:00
accounting_unix.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
accounting.go fs/accounting: rework to enable accounting to work with crypt and b2 2018-02-02 15:14:41 +00:00
inprogress.go fs/accounting: factor into separate files without changing functionality 2018-02-02 15:14:40 +00:00
stats.go fs/accounting: factor into separate files without changing functionality 2018-02-02 15:14:40 +00:00
stringset.go fs/accounting: factor into separate files without changing functionality 2018-02-02 15:14:40 +00:00
token_bucket.go fs/accounting: factor into separate files without changing functionality 2018-02-02 15:14:40 +00:00