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
2019-12-01Remove support for Amazon Cloud Drive.Kenneth Hsu
2019-10-21Merge pull request #3953 from warwickmm/make_fields_readonlyKenneth Skovhede
2019-10-19Mark fields that don't need to be reassigned as readonly.Kenneth Hsu
2019-10-19Use pattern matching to simplify casts.Kenneth Hsu
2019-05-12Disable warning about unused class.Kenneth Hsu
2019-05-12Disable warning about unused constructor.Kenneth Hsu
2019-05-12Disable warning about unused constructor.Kenneth Hsu
2019-05-05Use AsyncHttpRequest to handle async HttpWebRequests.Kenneth Hsu
2019-03-18Change Put method name to PutAsyncSean Templeton
2019-03-06Update Amazon Cloud Drive backend for async PutSean Templeton
2019-03-04Change IBackend and IStreamingBackend to return Task for Put()Sean Templeton
2018-12-16Remove condition that always evaluates to true.Kenneth Hsu
2018-11-02Renamed Library.IO to Library.Common.IO.verhoek
2018-10-28Replaced System.IO.Path with wrapper call to Alphaleonis.verhoek
2018-10-27Moved basic IO helper functions to Library.IO.verhoek
2018-09-28Merge pull request #3393 from warwickmm/fix_append_dir_separatorKenneth Skovhede
2018-09-22Use utility method to append trailing slash.Kenneth Hsu
2018-09-21Simplify method resolution by removing default parameters.Kenneth Hsu
2018-06-25Codacy changesfgonzalez
2018-06-22Code cleaningfgonzalez
2018-06-22- No need to handle first attemptfgonzalez
2018-06-21Case not coveredfgonzalez
2018-06-21Amazon cloud drive delay problems (amzcd-consistency-delay)fgonzalez
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-26Change IBackend.List() to return IEnumerable instead of ListTyler Gill
2017-09-19Replace all instances of InvariantCultureIgnoreCase with OrdinalIgnoreCase in...Tyler Gill
2017-05-17Fixed the buffer avoidance flag for `Delete` in AMZCD.Kenneth Skovhede
2017-04-21Avoids inserting delays if the same operation is performed repeatedly on AMZCD.Kenneth Skovhede
2017-01-09Implemented better default error messsagesKenneth Skovhede
2016-10-17Refactoring amazon cloud drive consistency delayAndersGron
2016-10-16Amazon cloud drive consistency delayAndersGron
2016-09-15Fixed all whitespace to be 4 spaces instead of tabsKenneth Skovhede
2016-05-21Fix the escaping of special characters of Amazon Cloud Drive API filteringXelio Cheong
2016-04-16Fixed the timeout issueKenneth Skovhede
2016-04-16Rewrote all WebRequest code to use AsyncHttpRequest, and normalized usage suc...Kenneth Skovhede
2016-03-13Implemented a list delay to work around the eventually consistent issue.Kenneth Skovhede
2016-03-13Fixed an issue with Amazon Cloud Drive where deleted files were put in the ro...Kenneth Skovhede
2016-01-12Removed unused variableKenneth Skovhede
2015-12-07Minor cleanup for amzcd, and switched to the new multi-part upload methodKenneth Skovhede
2015-12-05Optimization for AmzCD: don't load files unless required.Kenneth Skovhede
2015-12-05Added Amazon Cloud Drive backend as requested in issue #598Kenneth Skovhede