1
mirror of https://github.com/rclone/rclone synced 2024-09-20 18:16:22 +02:00
rclone/cmd/serve
Nick Craig-Wood 1313b529ff serve restic: use ListR (--fast-list) if available
For Restic's use case, --fast-list will use less transactions and
calling ListR directly means we can avoid the usual memory overhead.
2018-03-18 16:22:05 +00:00
..
http httplib: add Close() method to shut the server down and use it in tests 2018-02-19 15:45:24 +00:00
httplib httplib: allow the flags to be prefixed when instantiating a server 2018-03-14 22:58:20 +02:00
restic serve restic: use ListR (--fast-list) if available 2018-03-18 16:22:05 +00:00
webdav httplib: add Close() method to shut the server down and use it in tests 2018-02-19 15:45:24 +00:00
serve.go serve restic: serves a remote in restic REST API format 2018-03-11 14:43:03 +00:00