rclone/cmd/mountlib/mounttest
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
..
dir.go Add context propagation to rclone 2019-06-19 11:59:46 +01:00
edge_cases.go mount: delay rename if file has open writers instead of failing outright - fixes #2130 (#2249) 2018-05-24 20:45:11 +02:00
file.go all: fix go-critic linter suggestions 2018-08-06 21:14:03 +01:00
fs.go Add context propagation to rclone 2019-06-19 11:59:46 +01:00
read_non_unix.go mountlib: fix cross platform tests 2017-05-15 16:56:46 +01:00
read_unix.go mountlib: fix cross platform tests 2017-05-15 16:56:46 +01:00
read.go Use io.SeekStart/End/Current constants now for go1.7+ #2154 2018-04-07 11:42:36 +01:00
write_non_unix.go mountlib: fix cross platform tests 2017-05-15 16:56:46 +01:00
write_unix.go mount: disable failing test TestWriteFileDoubleClose on OSX 2018-03-09 23:15:37 +00:00
write.go mounttest: wait for all background Close/Release after writing a file 2017-11-20 12:46:23 +00:00