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-06-13Fix bug in PutAsync implementations.Kenneth Hsu
2019-06-24Add support for B2 'prefix' API parameter when listing filesdrwtsn32x
2019-03-18Change Put method name to PutAsyncSean Templeton
2019-03-14Fix several Codacy issuesSean Templeton
2019-03-06Update Azure Blob and Backblaze B2 backends for async PutSean Templeton
2019-03-04Change IBackend and IStreamingBackend to return Task for Put()Sean Templeton
2019-02-20Merge pull request #3654 from aahung/b2-custom-download-urlRune Henriksen
2019-02-09Allow to use custom domain for b2 DownloadUrl #3653_sam
2018-11-02Renamed Library.IO to Library.Common.IO.verhoek
2018-10-27Moved basic IO helper functions to Library.IO.verhoek
2018-10-07Replace chained LINQ calls with call to overload with predicate.Kenneth Hsu
2018-09-22Use utility method to append trailing slash.Kenneth Hsu
2018-05-25Mark fields that shouldn't be reassigned as readonly.Kenneth Hsu
2018-03-15Implemented a new logging system that is more transparent and allows a more g...Kenneth Skovhede
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-26Make string comparisons use ordinal (binary) sort rules.Kenneth Hsu
2017-09-26Merge branch 'master' of https://github.com/duplicati/duplicati into fix/list...Tyler Gill
2017-09-26Change IBackend.List() to return IEnumerable instead of ListTyler Gill
2017-09-25Added an option to select the pagesize used in B2 list_bucket requestsKenneth Skovhede
2017-09-20Changed all hash algorithms to use the `Cng` version.Kenneth Skovhede
2017-09-19Replace all instances of InvariantCultureIgnoreCase with OrdinalIgnoreCase in...Tyler Gill
2017-01-09Implemented better default error messsagesKenneth Skovhede
2016-09-15Fixed all whitespace to be 4 spaces instead of tabsKenneth Skovhede
2016-04-19Fixed correctly encoding paths with spaces for Backblaze (B2) backend.Kenneth Skovhede
2016-04-16Rewrote all WebRequest code to use AsyncHttpRequest, and normalized usage suc...Kenneth Skovhede
2015-12-15Possible fix for #1498 - backblaze issueKenneth Skovhede
2015-12-07Removed unused variableKenneth Skovhede
2015-12-05Added B2 / Backblaze Cloud Storage support as requested in #1498Kenneth Skovhede