rclone/cmd/serve
Ankur Gupta 75a6c49f87 Fix error counter - fixes #3650
For few commands, RClone counts a error multiple times. This was fixed by
creating a new error type which keeps a flag to remember if the error has
already been counted or not. The CountError function now wraps the original
error eith the above new error type and returns it.
2019-11-18 14:13:02 +00:00
..
dlna Fix error counter - fixes #3650 2019-11-18 14:13:02 +00:00
ftp vendor: change goftp/server url 2019-10-29 17:41:56 +00:00
http serve http/webdav/restic/rc: rename --prefix flag to --baseurl #3398 2019-08-24 09:10:50 +01:00
httplib Fix error counter - fixes #3650 2019-11-18 14:13:02 +00:00
proxy proxy: reduce the internal bcrypt strength to fix race tests 2019-11-11 16:20:28 +00:00
restic Fix error counter - fixes #3650 2019-11-18 14:13:02 +00:00
servetest fstest: remove -subdir flag as it no longer tests anything useful #3421 2019-08-17 09:54:19 +01:00
sftp sftp: fix test failures 2019-10-09 17:43:03 +01:00
webdav build: drop support for go1.9 2019-09-04 10:23:48 +01:00
serve.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00