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-09-19Disable "legacy path handling" for executablesDean Ferreyra
2020-07-27Target .NET Framework 4.7.1.Kenneth Hsu
2020-01-14make tests case insensitivedrwtsn32x
2019-12-17make it a boolean value checkUser
2019-10-21Merge pull request #3953 from warwickmm/make_fields_readonlyKenneth Skovhede
2019-10-19Mark fields that don't need to be reassigned as readonly.Kenneth Hsu
2019-10-19Use pattern matching to simplify casts.Kenneth Hsu
2019-08-04change exe projects to true for AutoGenerateBindingRedirectsBlueBlock
2019-07-31update csproj toolverion and nuget packagesBlueBlock
2019-07-26initial upgrade to framework 4.6.2BlueBlock
2019-03-22Preserve stack trace while unwrapping TargetInvocationExceptions.Kenneth Hsu
2018-12-23Added option to generate new priv/pub key pair without verifying the manifest.verhoek
2018-11-03Renamed IsClientLinux to IsClientPosix .verhoek
2018-11-03Updated project files.verhoek
2018-11-03Migrated to use the platform class.verhoek
2018-11-02Renamed Library.IO to Library.Common.IO.verhoek
2018-11-02Replaced DirectorySeparatorChar.ToString() calls.verhoek
2018-10-30Redirected GetDirectories calls to Library.IO's version.verhoek
2018-10-27Moved basic IO helper functions to Library.IO.verhoek
2018-10-19Seal method to avoid potential reference to uninitialized members.Kenneth Hsu
2018-10-11Remove empty statements.Kenneth Hsu
2018-10-07Merge pull request #3410 from warwickmm/simplify_enumerating_collectionsRune Henriksen
2018-10-07Avoid unnecessary enumeration of collections.Kenneth Hsu
2018-10-07Remove unused method parameters.Kenneth Hsu
2018-09-28Merge pull request #3394 from warwickmm/remove_unnecessary_indirectionKenneth Skovhede
2018-09-23Use built-in method to expand environment variables.Kenneth Hsu
2018-09-20Allow tasks to complete on any thread when context is irrelevant.Kenneth Hsu
2018-06-20Workaround to support output redirect on Windows, and also allow passphrase i...Kenneth Skovhede
2018-06-20Revert "Removed redirecting of standard streams so to properly share a console."Kenneth Skovhede
2018-06-12Removed redirecting of standard streams so to properly share a console.verhoek
2018-06-07Merge remote-tracking branch 'origin/master' into feature/tempdirverhoek
2018-06-07Use utility method to read from stream.Kenneth Hsu
2018-05-25Mark fields that shouldn't be reassigned as readonly.Kenneth Hsu
2018-05-23Merge branch 'master' into feature/tempdirverhoek
2018-05-23wipverhoek
2018-05-22Implemented default tempdir for backend server.verhoek
2018-05-16Corrected spelling function name.verhoek
2018-01-19Fixed a problem with writing the wrong (empty) sha256 hash in the autoupdater...Kenneth Skovhede
2018-01-18Removed `TempFileStram` and fixed the two places that were using it, as they ...Kenneth Skovhede
2017-12-25Fix for AppVeyor.vnau
2017-12-25Compression modules refactored to work with streams instead of filenames;vnau
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-22Fixed the updater to use the argument escaping code from utilities.Kenneth Skovhede
2017-10-30Re-enabled the options to disable the auto-updaterKenneth Skovhede
2017-10-22Enabling webroot checking for the autoupdater libraryKenneth Skovhede
2017-10-22Fixed a few string comparesKenneth Skovhede
2017-10-12Added options to run the update manager in a "check" mode that shows if it th...Kenneth Skovhede
2017-10-12Added temporary option to allow switching between the auto update invoke meth...Kenneth Skovhede