rclone/fs/accounting
Nick Craig-Wood 7766c5c90b accounting: fix memory leak on retries operations
Before this change if an operation was retried on operations.Copy and
the operation was large enough to use an async buffer then an async
buffer was leaked on the retry.  This leaked memory, a file handle and
a go routine.

After this change if Account.WithBuffer is called and there is already
a buffer, then a new one won't be allocated.
2019-11-19 12:12:47 +00:00
..
accounting.go accounting: fix memory leak on retries operations 2019-11-19 12:12:47 +00: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 file handle leak on errors - fixes #3547 2019-09-19 16:20:07 +01:00
accounting_unix.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
inprogress.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
stats.go accounting: cull the old time ranges when possible to save memory 2019-10-17 11:43:32 +01:00
stats_groups.go rc: fix formatting of docs 2019-10-27 10:44:29 +00:00
stats_test.go accounting: cull the old time ranges when possible to save memory 2019-10-17 11:43:32 +01:00
stringset.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
token_bucket.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
token_bucket_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
transfer.go accounting: allow up to 100 completed transfers in the accounting list 2019-10-16 22:13:17 +01:00