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
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-15Remove unused method.Kenneth Hsu
2019-05-15Disable warnings about unused constructors.Kenneth Hsu
2019-05-15Disable warning about unused class.Kenneth Hsu
2019-03-18Change Put method name to PutAsyncSean Templeton
2019-03-06Update Box and Rackspace Cloud Files backends for async PutSean Templeton
2019-03-04Change IBackend and IStreamingBackend to return Task for Put()Sean Templeton
2018-11-03Updated project files.verhoek
2018-11-02Renamed Library.IO to Library.Common.IO.verhoek
2018-10-27Moved basic IO helper functions to Library.IO.verhoek
2018-10-16Remove unused members.Kenneth Hsu
2018-10-07Replace chained LINQ calls with call to overload with predicate.Kenneth Hsu
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-16Avoid null reference exceptions with Box.com backend.Kenneth Hsu
2018-05-25Mark fields that shouldn't be reassigned as readonly.Kenneth Hsu
2018-05-15Removed calls to `Console.WriteLine` as we may run somewhere without a console.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
2018-02-08Fixed a problem with the box.com backend not being able to find files it alre...Kenneth Skovhede
2017-11-26Make string comparisons use ordinal (binary) sort rules.Kenneth Hsu
2017-10-16Avoid signing assemblies.Kenneth Hsu
2017-09-26Change IBackend.List() to return IEnumerable instead of ListTyler Gill
2017-09-23Updated all Newtonsoft.Json packagesKenneth 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-06-27Updated packagesKenneth Skovhede
2016-06-27Merge branch 'master' into nuget_setupKenneth Skovhede
2016-04-16Fixed the timeout issueKenneth Skovhede
2016-04-16Rewrote all WebRequest code to use AsyncHttpRequest, and normalized usage suc...Kenneth Skovhede
2016-04-13Fixed a few issues where reporting the error message would cause an exception...Kenneth Skovhede
2016-04-13Reverted changes to solution file so it again forces Windows linefeeds.Kenneth Skovhede
2016-01-29Removed unused references and updated most libraries to come from NuGet sourc...Kenneth Skovhede
2015-12-08Reset version numberKenneth Skovhede
2015-12-07Added support for box.com API.Kenneth Skovhede