rclone/lib
Fabian Möller 61616ba864 pacer: make pacer more flexible
Make the pacer package more flexible by extracting the pace calculation
functions into a separate interface. This also allows to move features
that require the fs package like logging and custom errors into the fs
package.

Also add a RetryAfterError sentinel error that can be used to signal a
desired retry time to the Calculator.
2019-02-16 14:38:07 +00:00
..
atexit atexit: prevent Run from being called on nil signal 2018-05-12 18:59:25 +02:00
dircache drive: fix DirMove leaving a hardlinked directory behind #2245 2018-04-15 10:12:21 +01:00
encoder encoder: add lib/encoder to handle character subsitution and quoting 2019-02-09 18:23:47 +00:00
errors errors: add lib/errors package 2019-02-16 14:38:07 +00:00
file lib/file: reimplement os.OpenFile allowing rename/delete open files under Windows 2019-01-11 10:26:34 +00:00
israce fs/asyncreader: skip some tests to work around race detector bug 2018-08-20 12:34:29 +01:00
mmap lib/mmap: library to do memory allocation with anonymous memory maps 2019-02-02 14:35:56 +00:00
oauthutil config: when using auto confirm make user interaction configurable 2019-01-18 14:46:26 +00:00
pacer pacer: make pacer more flexible 2019-02-16 14:38:07 +00:00
pool lib/pool: fix memory leak by freeing buffers on flush 2019-02-06 17:20:54 +00:00
readers build: fix problems found with unconvert 2019-02-02 11:45:07 +00:00
rest rest: fix upload of 0 length files 2019-01-24 11:38:00 +00:00