rclone/fs/accounting
Nick Craig-Wood ca44fb1fba accounting: fix time to completion estimates
Previous to this change package used for this
github.com/VividCortex/ewma took a 0 average to mean reset the
statistics.  This happens quite often when transferring files though a
buffer.

Replace that implementation with a simple home grown one (with about
the same constant), without that feature.
2018-08-26 22:00:48 +01:00
..
accounting_other.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
accounting_test.go Implement --max-transfer flag to quit transferring at a limit #1655 2018-05-05 12:58:28 +01:00
accounting_unix.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
accounting.go accounting: fix time to completion estimates 2018-08-26 22:00:48 +01:00
inprogress.go fs/accounting: factor into separate files without changing functionality 2018-02-02 15:14:40 +00:00
stats.go fs/accounting: add --stats-one-line flag for single line stats 2018-08-17 17:58:00 +01:00
stringset.go fs/accounting: fix deadlock on GetBytes 2018-05-05 12:58:28 +01:00
token_bucket.go rc: fix setting bwlimit to unlimited 2018-04-26 12:21:29 +01:00