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
2020-10-05Refine check for null web exception response.Kenneth Hsu
2020-09-27Avoid null reference exception when building Sia error messages.Kenneth Hsu
2019-10-19Use pattern matching to simplify casts.Kenneth Hsu
2019-06-12Disable warning about unused constructors.Kenneth Hsu
2019-03-18Change Put method name to PutAsyncSean Templeton
2019-03-04Change IBackend and IStreamingBackend to return Task for Put()Sean Templeton
2019-02-09Fix Sia API authentication not sending credentialsAndrew Meyer
2018-11-02Renamed Library.IO to Library.Common.IO.verhoek
2018-11-01Fixed IO calls in Filebackend.verhoek
2018-06-02Remove unnecessary calls to String.Format.Kenneth Hsu
2018-05-25Mark fields that shouldn't be reassigned as readonly.Kenneth Hsu
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
2017-11-27Merge pull request #2910 from warwickmm/refactor/remove_redundant_tostringKenneth Skovhede
2017-11-27Remove redundant calls to ToString.Kenneth Hsu
2017-11-26Make string comparisons use ordinal (binary) sort rules.Kenneth Hsu
2017-09-26Change from wrapping yield returning methods with methods that do a try/catch...Tyler Gill
2017-09-26Change IBackend.List() to return IEnumerable instead of ListTyler Gill
2017-09-12minimum redundancy to wait for is now 1.0. Also, slightly better error handling.Ulf Hedlund
2017-09-04Simple sanity check for Sia target pathUlf Hedlund
2017-09-02Trim target path properlyUlf Hedlund
2017-09-01fixed issue with an empty Sia at first backupUlf Hedlund
2017-09-01cleaned up Sia optionsUlf Hedlund
2017-09-01fixed release configurationUlf Hedlund
2017-09-01removed erroneous parameters in upload endpointUlf Hedlund
2017-08-31Added Sia as a backend providerUlf Hedlund