1
mirror of https://github.com/rclone/rclone synced 2024-10-18 04:15:01 +02:00
rclone/backend/webdav
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
..
api webdav: allow IsCollection property to be integer or boolean - fixes #2964 2019-02-12 12:33:08 +00:00
odrvcookie backend: fix misspellings 2019-02-07 19:51:03 +01:00
webdav_test.go Make integration tests use go1.7+ nested tests #2154 2018-04-08 15:04:14 +01:00
webdav.go Add context propagation to rclone 2019-06-19 11:59:46 +01:00