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
2019-12-18Indentation cleanup.verhoek
2019-12-12Esthetical changes to SSH2 backend code.verhoek
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-02Renamed Library.IO to Library.Common.IO.verhoek
2018-10-27Moved basic IO helper functions to Library.IO.verhoek
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-09-26Change IBackend.List() to return IEnumerable instead of ListTyler Gill
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-08-06Added extra options to SSH that exposes the operation timeout and keep-alive ...Kenneth Skovhede
2016-12-03Removed custom handling of the SSH fingerprints.Kenneth Skovhede
2016-10-14Fixed an issue where the `--ssh-accept-any-fingerprint` option would cause a ...Kenneth Skovhede
2016-09-15Fixed all whitespace to be 4 spaces instead of tabsKenneth Skovhede
2016-08-30Changed SSH backend to report invalid host keys via the HostKeyExceptionKenneth Skovhede
2016-06-28merge upstreamMax
2016-06-27default behavior is that fingerprint needs to be specified, but can be overidedMax
2016-06-24add ability to check server fingerprintMax
2016-06-11fix 1341Max
2015-01-20Merge branch 'no_more_resx'Kenneth Skovhede
2015-01-20Updated copyright noticesKenneth Skovhede
2015-01-20Removed all resx files, now using Duplicati.Library.Localization exclusivelyKenneth Skovhede
2014-11-17Bugfix from EddiVonDerAlm@1e83373Kenneth Skovhede
2014-11-14Fixed a problem with canceled backupsMalte Neumann
2014-08-21Added rename support to S3 and SSH.Kenneth Skovhede