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-10-19Use pattern matching to simplify casts.Kenneth Hsu
2019-08-15Fix Google Cloud storage class help text.Kenneth Hsu
2019-06-02Remove unused properties.Kenneth Hsu
2019-05-31Remove unused property.Kenneth Hsu
2019-05-28Disable warning about unused class.Kenneth Hsu
2019-03-18Change Put method name to PutAsyncSean Templeton
2019-03-06Update Google Cloud and Drive backends for async PutSean Templeton
2019-03-04Change IBackend and IStreamingBackend to return Task for Put()Sean Templeton
2018-11-02Renamed Library.IO to Library.Common.IO.verhoek
2018-10-27Moved basic IO helper functions to Library.IO.verhoek
2018-10-11Remove empty statements.Kenneth Hsu
2018-09-22Use utility method to append trailing slash.Kenneth Hsu
2018-06-18Made the `gcs` backend available again.Kenneth Skovhede
2018-06-09Tidy up.verhoek
2018-06-09Merge remote-tracking branch 'origin' into webapi/googlecloudstorageverhoek
2018-05-29Initiated basic unit tests to ensure correct url helper functions.verhoek
2018-05-28Started moving url specific construction to webapi.verhoek
2018-05-25Mark fields that shouldn't be reassigned as readonly.Kenneth Hsu
2018-05-20Added BucketObjectPath helper method.verhoek
2018-05-20Updated Rename method.verhoek
2018-05-20Renamed WebApi GoogleCloudServices to GoogleCloudStorage. Refactored Get. Fix...verhoek
2018-05-20Updated Put and Createfolder using WebApi.verhoek
2018-05-19Imports organized, bucket locations moved to google webapi.verhoek
2018-05-18Introduced UrlPath wrapper for stringbuilder to ease concatenation of multipl...verhoek
2018-05-14Fixed code quality issues.verhoek
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 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
2017-01-09Implemented better default error messsagesKenneth Skovhede
2016-09-15Fixed all whitespace to be 4 spaces instead of tabsKenneth Skovhede
2016-04-16Rewrote all WebRequest code to use AsyncHttpRequest, and normalized usage suc...Kenneth Skovhede
2015-08-05Fixed an invalid line-ending characterKenneth Skovhede
2015-07-10Improved refactor-abiilityKenneth Skovhede
2015-06-29Implemented chunked-resumeable uploads for Google Drive for issue #1347.Kenneth Skovhede