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-07-27Target .NET Framework 4.7.1.Kenneth Hsu
2020-05-10Added error handling to the Dropbox backend for cases where the Dropbox serve...Kenneth Skovhede
2019-10-19Use pattern matching to simplify casts.Kenneth Hsu
2019-07-31update csproj toolverion and nuget packagesBlueBlock
2019-07-26initial upgrade to framework 4.6.2BlueBlock
2019-05-27Make property static.Kenneth Hsu
2019-05-27Disable warning about unused properties.Kenneth Hsu
2019-05-27Remove unused properties.Kenneth Hsu
2019-05-18Disable warning about unused property.Kenneth Hsu
2019-05-18Disable warnings about unused constructors.Kenneth Hsu
2019-05-18Disable warning about unused class.Kenneth Hsu
2019-03-18Change Put method name to PutAsyncSean Templeton
2019-03-14Fix several Codacy issuesSean Templeton
2019-03-06Update Dropbox and File backends for async PutSean Templeton
2019-03-04Change IBackend and IStreamingBackend to return Task for Put()Sean Templeton
2019-01-22Remove redundant casts.Kenneth Hsu
2018-11-03Updated project files.verhoek
2018-11-02Renamed Library.IO to Library.Common.IO.verhoek
2018-11-01Fixed IO calls in Filebackend.verhoek
2018-10-24Fixed incorrect download files string.verhoek
2018-10-23Moved content api strings to webapi.verhoek
2018-10-23Replaced paths in formatted strings to inner class.verhoek
2018-10-23Added listfiles url to dropbox's webapi.verhoek
2018-10-23Merge branch 'master' into webapi/dropboxverhoek
2018-10-16Remove unused members.Kenneth Hsu
2018-06-23Factored out createfolder.verhoek
2018-06-23Fix name issue.verhoek
2018-06-23Unnecessary imports removed.verhoek
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-12-16Fixed compiler warnings.vnau
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-23Additional updates to NewtonSoft.JsonKenneth Skovhede
2017-05-17Updated NewtonSoft.JsonKenneth Skovhede
2016-12-30Disabled MSBuild for much faster builds on MacOSKenneth Skovhede
2016-09-15Fixed all whitespace to be 4 spaces instead of tabsKenneth Skovhede
2016-09-08Fixed chunksize to work correctly regardless of the default buffer size and D...Kenneth Skovhede
2016-09-08Minor fixes to Dropbox backend to better report errorsKenneth Skovhede
2016-09-07Renamed DropBox to DropboxKenneth Skovhede
2016-09-07Ensure that Auth token is always added to API calls in DropBox.Kenneth Skovhede
2016-09-07Added various localizable strings to the Dropbox moduleKenneth Skovhede
2016-08-10Fixed assembly version in DropBox module to prevent unwanted changes during t...Kenneth Skovhede
2016-07-07Style fixes to the DropBox backendKenneth Skovhede
2016-06-29setup JSON.net dependency for dropbox backendWim Vancroonenburg
2016-04-13Initial implementation of Dropbox backend. Needs errorhandlingWim Vancroonenburg