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-07-05Mega Strings const reviewValentin
2021-06-26Add support for mega.nz two fa authenticationValentin
2021-06-02Do not use StreamWriterSerge
2021-05-31Check contents of written test fileSerge
2021-05-30Merge pull request #4509 from sergethedev17/feature/azure-storage-sastokenwarwickmm
2021-05-29Merge pull request #4506 from warwickmm/mono_ssh_avoid_ecdsa_algorithmsKenneth Skovhede
2021-05-29Merge branch 'master' into feature/azure-storage-sastokenKenneth Skovhede
2021-05-29Merge pull request #4513 from warwickmm/fix_bug_handlings_deprecated_optionsKenneth Skovhede
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-16Reorder parameters of previously wrongly refactored string interpolationmarodev
2021-05-16Fix bug handling deprecated Azure and S3 options.Kenneth Hsu
2021-05-15Fix ReSharper's "Use string interpolation expression" / Code Smellmarodev
2021-05-15Add authentication using Shared access signature tokenSerge
2021-05-15Bugfix read non-present key from dictionarySerge
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-05-10Merge pull request #4502 from samuel-w/masterwarwickmm
2021-05-09Improve commentsamuel-w
2021-05-08Add commentsamuel-w
2021-05-08Merge pull request #4501 from warwickmm/fix_typo_in_script_examplesKenneth Skovhede
2021-05-08Merge pull request #4503 from samuel-w/dar-sqlKenneth Skovhede
2021-05-08Merge pull request #4488 from warwickmm/file_backend_should_truncateKenneth Skovhede
2021-05-08Add Disk Archive files to compression hintssamuel-w
2021-05-08Compare file extensions case insensitively.samuel-w
2021-05-07Fix typo in example scripts.Kenneth Hsu
2021-05-04Merge pull request #4469 from tygill/fix/ms-graph-throttlingwarwickmm
2021-04-21Make File backend truncate existing files when overwriting.Kenneth Hsu
2021-03-29Remove CopyStream buffering logic (will try to make a separate pull request f...Tyler Gill
2021-03-24Move Retry-After logic to RetryAfterHelper to make it easier for other backen...Tyler Gill
2021-03-24Add some logging to Microsoft Graph backends.Tyler Gill
2021-03-22OAuthHttpClient should behave the same as the WebRequest code path and treat ...Tyler Gill
2021-03-22Store the Utility buffer in a WeakReference so the GC can collect it if neces...Tyler Gill
2021-03-21Address some more feedbackTyler Gill
2021-03-20Fix a few more things.Tyler Gill
2021-03-20Fix column name typoaureliandevel
2021-03-19Clean up a few more bugs and inconsistencies in ReadLimitLengthStream.Tyler Gill
2021-03-18Fix some bugs in ReadLimitLengthStream changes, and add a unit test for some ...Tyler Gill
2021-03-18Remove SubStream and add functionality to ReadLimitLengthStream. Switch to us...Tyler Gill
2021-03-18Responding to some comments.Tyler Gill
2021-03-16Refactor the Retry-After logic. Now it tracks Retry-After headers on all requ...Tyler Gill
2021-03-16A few more improvements to the MicrosoftGraphBackends.Tyler Gill
2021-03-08Merge pull request #4464 from duplicati/warwickmm-replace_deprecated_s3_optionswarwickmm
2021-03-08Fix URL to curl in CheckMonoSSL error message.Kenneth Hsu
2021-03-08Do not alias S3 username and password to deprecated options.Kenneth Hsu
2021-03-06Merge pull request #4401 from warwickmm/cache_dir_environment_variableKenneth Skovhede