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-02-17Fix path to SQLite.Interop.dll.Kenneth Hsu
2019-12-14Fix spelling errors in comments.Kenneth Hsu
2019-08-04remove system.net nuget packagesBlueBlock
2019-08-04add sqlite nuget packagesBlueBlock
2019-07-31update csproj toolverion and nuget packagesBlueBlock
2019-07-26initial upgrade to framework 4.6.2BlueBlock
2019-06-06Include original database filename when saving database backup.drwtsn32x
2018-11-03Updated project files.verhoek
2018-11-03Migrated to use the platform class.verhoek
2018-10-16Remove unused members.Kenneth Hsu
2018-06-28Added some flexibility to the upgrade process to avoid unittest failures caus...Kenneth Skovhede
2018-06-28Merge branch 'verhoek-fix/sqlite_file_permissions'Kenneth Skovhede
2018-06-28Now getting the correct UID and GIDKenneth Skovhede
2018-06-27Replaced compile-time flag and dependency on `Mono.Posix` with a dynamic call...Kenneth Skovhede
2018-06-23moved dll filename var to const. Only change permissions on new file creation.verhoek
2018-06-22Only add mono.posix on non-windows.verhoek
2018-06-22Make Codacy happier.verhoek
2018-06-21Added chmoding of sqlite files after opening by sqlite. Removal of some dupli...verhoek
2018-06-21Moved method to sqlite loader.verhoek
2018-06-21Public unnecessary.verhoek
2018-06-19Undo of restoring TEMP/TMP environment variables.verhoek
2018-06-14Check mixed mode assembly more explicitly.verhoek
2018-06-14Reduce indentation.verhoek
2018-06-14Readded environment variables for SQLite on windows.verhoek
2018-06-11Removed non-thread safe PRAGMA temp_store_directory command.verhoek
2018-06-11Removed unused imports.verhoek
2018-06-11Added some logging in case of error.verhoek
2018-06-11Single responsibility applied.verhoek
2018-06-11Removal of obsolete prev variable.verhoek
2018-06-11Removed tempdir environment variable.verhoek
2018-05-15Removed calls to `Console.WriteLine` as we may run somewhere without a console.Kenneth Skovhede
2018-03-15Implemented a new logging system that is more transparent and allows a more g...Kenneth Skovhede
2018-01-03Use built-in method to determine if process is 64-bit.Kenneth Hsu
2017-11-26Make string comparisons use ordinal (binary) sort rules.Kenneth Hsu
2017-10-16Avoid signing assemblies.Kenneth Hsu
2017-09-19Replace all instances of InvariantCultureIgnoreCase with OrdinalIgnoreCase in...Tyler Gill
2017-06-09Corrected path to the new files.Dan Stahr
2017-06-08...and add the files to the project as wellDan Stahr
2017-06-08Added support for executing non-SQL code when performing a database update.Dan Stahr
2017-03-01Updating the SQLite library on Windows to 1.0.104.0.Kenneth Skovhede
2017-01-16Pedantic fix: use single quotes as described in the documentationKenneth Skovhede
2017-01-16Experiment to set the SQLite temp folder, both through the environment variab...Kenneth Skovhede
2017-01-09Implemented better default error messsagesKenneth Skovhede
2016-12-30Disabled MSBuild for much faster builds on MacOSKenneth Skovhede
2016-04-13Reverted changes to solution file so it again forces Windows linefeeds.Kenneth Skovhede
2016-04-06Fixed multiple cases where connections and command instances were not disposed.Kenneth Skovhede
2016-03-16Merge pull request #1620 from FootStark/DeleteVolumeQuickFixKenneth Skovhede
2016-03-16Do preparsing before command splittingFootStark
2016-03-16Prepocessor for schema, Optimized RemoveRemoteVolumeFootStark