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-12-14Fix spelling errors in comments.Kenneth Hsu
2019-06-12Remove unused property.Kenneth Hsu
2019-03-18Change Put method name to PutAsyncSean Templeton
2019-03-14Fix several Codacy issuesSean Templeton
2019-03-06Update S3, Sharepoint, Tahoe, and WEBDAV backends for async PutSean Templeton
2019-03-04Change IBackend and IStreamingBackend to return Task for Put()Sean Templeton
2019-01-01Remove empty finally blocks.Kenneth Hsu
2018-11-02Renamed Library.IO to Library.Common.IO.verhoek
2018-10-27Moved basic IO helper functions to Library.IO.verhoek
2018-09-22Use utility method to append trailing slash.Kenneth Hsu
2018-06-05Remove redundant calls to ToString.Kenneth Hsu
2018-05-25Mark fields that shouldn't be reassigned as readonly.Kenneth Hsu
2018-05-20Replace string concatenation with StringBuilder.Kenneth Hsu
2018-03-08Use nameof operator when constructing ArgumentNullException.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
2018-01-18Adds a `UserAgent` header to OD4B as suggested in #2475 may also work for #2474Kenneth Skovhede
2017-12-10Remove XML documentation for unmatched parameters.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-19Replace all instances of InvariantCultureIgnoreCase with OrdinalIgnoreCase in...Tyler Gill
2016-09-15Fixed all whitespace to be 4 spaces instead of tabsKenneth Skovhede
2016-05-16Chunked uploads to SharePoint w non-seekable streamsFootStark
2016-04-23Upload files in chunks to prevent timeouts on large filesRené Hézser
2016-03-22Added option delete-to-recyclerFootStark
2016-03-22Streamlining. Added separate OneDriveForBusiness backenFootStark
2016-03-22Error handling, removed nuget-pkg for SP.CSOMFootStark
2016-03-22BaseVersion SharePoint BackendFootStark