1
mirror of https://github.com/rclone/rclone synced 2024-11-12 10:50:08 +01:00
rclone/cmd/serve
Nick Craig-Wood fa867a9a4c serve restic: implement accounting for uploads and downloads
This means the bandwidth stats will be correct and the bandwidth
throttling will work correctly.  This was forgotten as a previous
iteration of the code was using the higher level operations.Rcat which
took care of this.
2018-03-18 14:19:43 +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: implement accounting for uploads and downloads 2018-03-18 14:19:43 +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