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
2020-01-26Remove redundant calls to String.Format.Kenneth Hsu
2019-12-14Fix spelling errors in comments.Kenneth Hsu
2019-09-13add missing referenceBlueBlock
2019-09-01Merge remote-tracking branch 'upstream/master' into gpg-updateBlueBlock
2019-08-01incldue SharpAESCrypt.exe it is needed for release buildsBlueBlock
2019-07-31update csproj toolverion and nuget packagesBlueBlock
2019-07-30change migrated Encryption project to also use packages.configBlueBlock
2019-07-30restore Encryption project as .net 4.6.2BlueBlock
2019-07-26initial upgrade to framework 4.6.2BlueBlock
2019-07-25Fix codacy issuesBlueBlock
2019-07-25Refactored code for getting gpg pathBlueBlock
2019-07-20Make method public for use by GnupgSigningToolBlueBlock
2019-07-20Add ability for gpg encryption to use the Windows gpg4win installed gpg.exe i...BlueBlock
2018-11-19Added error logging in case GPG cannot be executed correctly.verhoek
2018-11-19Compactified gpg options.verhoek
2018-09-23Use built-in method to expand environment variables.Kenneth Hsu
2018-06-12Clean up.verhoek
2018-05-25Mark fields that shouldn't be reassigned as readonly.Kenneth Hsu
2017-12-10Remove XML documentation for unmatched parameters.Kenneth Hsu
2017-10-16Avoid signing assemblies.Kenneth Hsu
2017-09-26Avoid hard-coded parameter names.Kenneth Hsu
2017-03-14fix source stringagrajaghh
2016-12-30Disabled MSBuild for much faster builds on MacOSKenneth Skovhede
2016-08-31Updated SharpAESCrypt to 1.3.2 targeting .Net 4.5.Kenneth Skovhede
2016-06-27Updated some package versions and removed duplicate filesKenneth Skovhede
2016-06-27Updated packagesKenneth Skovhede
2016-06-27Merge branch 'master' into nuget_setupKenneth Skovhede
2016-04-13Reverted changes to solution file so it again forces Windows linefeeds.Kenneth Skovhede
2016-03-20Enabled streaming and multithreading in encryption by defaultKenneth Skovhede
2016-03-14Bumped SharpAESCrypt to newestKenneth Skovhede
2016-03-14Merge branch 'master' into nuget_setupKenneth Skovhede
2016-03-03Updated commandline option defFootStark
2016-03-03Options to set AES threadlevelFootStark
2016-02-25Removed an optimization as it had almost no effect and caused issues with par...Kenneth Skovhede
2016-02-25Improved performance of the AES encryption module by caching the fixed-size o...Kenneth Skovhede
2016-01-29Removed unused references and updated most libraries to come from NuGet sourc...Kenneth Skovhede
2015-12-05Updates to the project filesKenneth Skovhede
2015-12-01Bugfix for build issues with AutoUpdateBuilder.Kenneth Skovhede
2015-09-05Imporved handling of the ~ character in pathsKenneth Skovhede
2015-05-17Follow up to the latest pull request, changed all references to HexaD to "Dup...Kenneth Skovhede
2015-05-16update year to 2015Fabian Trampusch
2015-01-26Updated to .Net framework version 4.5Kenneth Skovhede
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-10Added locally allocated buffers for copystream to reduce pressure on allocatorKenneth Skovhede
2014-08-25Removed SharpAESCrypt file, and now using the pre-built binary insteadKenneth Skovhede
2014-08-12Updated copyright year on all assemblies.Kenneth Skovhede
2014-08-02Fixed an issue with multiple calls to dispose in SharpAESCryptKenneth Skovhede