Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-16Reorder parameters of previously wrongly refactored string interpolationmarodev
2021-05-15Fix ReSharper's "Use string interpolation expression" / Code Smellmarodev
2020-09-26Fix construction of paths for rclone.Kenneth Hsu
2020-07-27Target .NET Framework 4.7.1.Kenneth Hsu
2020-01-26Remove redundant calls to String.Format.Kenneth Hsu
2019-07-31update csproj toolverion and nuget packagesBlueBlock
2019-07-26initial upgrade to framework 4.6.2BlueBlock
2019-07-08remove unnecessary write to consolewjansenw
2019-06-12Remove unused property.Kenneth Hsu
2019-06-12Disable warning about unused class.Kenneth Hsu
2019-03-18Change Put method name to PutAsyncSean Templeton
2019-03-06Update Mega, OneDrive, and Rclone backends for async PutSean Templeton
2019-03-04Change IBackend and IStreamingBackend to return Task for Put()Sean Templeton
2018-11-03Updated project files.verhoek
2018-11-02Renamed Library.IO to Library.Common.IO.verhoek
2018-11-01Fixed IO calls in Filebackend.verhoek
2018-10-11Remove empty statements.Kenneth Hsu
2018-06-05Remove redundant calls to ToString.Kenneth Hsu
2018-06-02Fix line ending issues.Kenneth Hsu
2018-05-25Mark fields that shouldn't be reassigned as readonly.Kenneth Hsu
2018-05-16Removed unused var.verhoek
2018-04-05rclone backend should honor advanced options (see #3142)Bruceforce
2018-02-26Added support for returning multiple DNS names for cache invalidation.Kenneth Skovhede
2018-02-22changed from NYI to null returns. Added check to skip DNS check if no DNSName...Rune Henriksen
2018-02-18added DNSName getter on Backend interface and added NotImplementedException m...Rune Henriksen
2018-01-19corrects Newtonsoft referencewjan
2018-01-18adds exception in case of other errors from rclone backendwjan
2018-01-18removes oauth helper from the referenceswjan
2018-01-18read output from rclone command async + corrects parameters in guiwjan
2018-01-11adds option to provide location of rclone-executable and provides long descri...wjan
2018-01-10adds exception handling and moves duplicate code to helper functionwjan
2018-01-10adds rclone UI and backend improvementswjan
2018-01-09Corrects the folder of Rclone contributionswjan
2018-01-09provides rclone backendwjan