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
2021-05-18Simplify exception handling when testing for ECDSA support.Kenneth Hsu
2021-05-18Cache knowledge of ECDSA support using static field.Kenneth Hsu
2021-05-18Cache knowledge of ECDSA support.Kenneth Hsu
2021-05-18Assume we have ECDSA support if our test throws exception.Kenneth Hsu
2021-05-18Construct instance of ECDsaCng to test for ECDSA support.Kenneth Hsu
2021-05-17Test for ECDSA support explicitly.Kenneth Hsu
2021-05-12Enumerate items to list before modifying collection.Kenneth Hsu
2021-05-11SSH: Avoid advertising support for ECDSA algorithms with Mono.Kenneth Hsu
2021-01-24Update SSH.NET to version 2020.0.1.Kenneth Hsu
2020-12-31Update SSH.NET to version 2020.0.0.Kenneth Hsu
2020-07-27Target .NET Framework 4.7.1.Kenneth Hsu
2019-12-18Indentation cleanup.verhoek
2019-12-12Esthetical changes to SSH2 backend code.verhoek
2019-07-31update csproj toolverion and nuget packagesBlueBlock
2019-07-26initial upgrade to framework 4.6.2BlueBlock
2019-03-18Change Put method name to PutAsyncSean Templeton
2019-03-04Change IBackend and IStreamingBackend to return Task for Put()Sean Templeton
2018-12-12Use invariant culture in calls to ToLower and ToUpper.Kenneth Hsu
2018-11-22Remove unnecessary local variable.Kenneth Hsu
2018-11-22Use 'this' keyword to improve readability.Kenneth Hsu
2018-11-22Create parent directories as needed for SFTP backend.Kenneth Hsu
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-07Replace chained LINQ calls with call to overload with predicate.Kenneth Hsu
2018-09-22Use utility method to append trailing slash.Kenneth Hsu
2018-09-20Use ordinal case-insensitive comparison instead of ToLower.Kenneth Hsu
2018-06-04Merge pull request #3242 from warwickmm/remove_ineffective_statementsKenneth Skovhede
2018-05-26Remove ineffective statements.Kenneth Hsu
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-27Merge pull request #2910 from warwickmm/refactor/remove_redundant_tostringKenneth Skovhede
2017-11-27Remove redundant calls to ToString.Kenneth Hsu
2017-11-26Make string comparisons use ordinal (binary) sort rules.Kenneth Hsu
2017-11-19Added a friendly error message if the SSH key fails to parse/load.Kenneth Skovhede
2017-10-16Avoid signing assemblies.Kenneth Hsu
2017-09-26Change IBackend.List() to return IEnumerable instead of ListTyler Gill
2017-09-23Updated Renci.SSHKenneth Skovhede
2017-09-23Bugfix: better error message when there is no password for SSH backendKenneth Skovhede
2017-09-19Replace all instances of InvariantCultureIgnoreCase with OrdinalIgnoreCase in...Tyler Gill
2017-09-01String fixKenneth Skovhede
2017-08-29Updated SSH library to 2016.1.0-beta2 to see if speed improvements are workingKenneth Skovhede
2017-08-06Added extra options to SSH that exposes the operation timeout and keep-alive ...Kenneth Skovhede
2017-01-09Implemented better default error messsagesKenneth Skovhede
2016-12-30Disabled MSBuild for much faster builds on MacOSKenneth Skovhede
2016-12-03Removed custom handling of the SSH fingerprints.Kenneth Skovhede