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
2019-12-14Fix spelling errors in comments.Kenneth Hsu
2019-10-19Mark fields that don't need to be reassigned as readonly.Kenneth Hsu
2019-07-31update csproj toolverion and nuget packagesBlueBlock
2019-07-26initial upgrade to framework 4.6.2BlueBlock
2019-01-22Remove redundant casts.Kenneth Hsu
2018-08-23Fix typo on comments of Log classMikael Mello
2018-08-07The file counter crashed prematurely, because the logging context was dispose...Kenneth Skovhede
2018-06-26Merge pull request #3282 from verhoek/fix/last_succesful_runKenneth Skovhede
2018-06-22Allow tasks to complete on any thread when context is irrelevant.Kenneth Hsu
2018-06-19Wiped unnecessary imports.verhoek
2018-06-05Remove redundant calls to ToString.Kenneth Hsu
2018-06-02Remove unnecessary calls to String.Format.Kenneth Hsu
2018-05-25Mark fields that shouldn't be reassigned as readonly.Kenneth Hsu
2018-05-09Removed the redundant byte-array-to-string method from the MD5 module, and ad...Kenneth Skovhede
2018-04-12Merge branch 'master' into concurrent_processingKenneth Skovhede
2018-04-09Changed the repeating log scope to be better at detecting its own messagesKenneth Skovhede
2018-04-09Split out the Tag and FilterTag properties to allow re-entering a log message...Kenneth Skovhede
2018-03-18Make fields containing lock objects readonly.Kenneth Hsu
2018-03-16Added a repeating log-scope that writes out a message, if no activity produce...Kenneth Skovhede
2018-03-15Implemented a new logging system that is more transparent and allows a more g...Kenneth Skovhede
2017-11-27Remove redundant calls to ToString.Kenneth Hsu
2017-10-16Avoid signing assemblies.Kenneth Hsu
2017-09-16Normalize whitespace and replace Now.ToUniversalTime() with UtcNow.Tyler Gill
2017-09-15Fixed issue #2165: Log timestamps have wrong time zoneAlbertony
2017-01-12Changed logging re-entrancy lock to not look at the message itselfKenneth Skovhede
2017-01-10Reworked the way log messages are handled, to include call-context setup.Kenneth Skovhede
2016-12-30Disabled MSBuild for much faster builds on MacOSKenneth 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-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-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-20Updated copyright noticesKenneth Skovhede
2014-08-12Updated copyright year on all assemblies.Kenneth Skovhede
2014-08-12Improved logging output from the timerKenneth Skovhede
2014-08-01Removed unused log eventKenneth Skovhede
2014-07-01Universal time format (ISO) for log timestampsKenneth Skovhede
2014-07-01Added a timestamp to the log fileKenneth Skovhede
2014-06-13Updated the version number in all projects to 2.0.0.7Kenneth Skovhede
2014-06-13Updated product-number in the project filesKenneth Skovhede
2013-09-26Autoflush for log messagesKenneth Skovhede
2013-05-31Optimized profiling timer a bit and enabled profiling for release buildsKenneth Skovhede
2013-05-05Removed unused x86 configurations and fixes som build refrencesKenneth Skovhede
2012-05-06Fixed a problem with overwriting the log file.kenneth@hexad.dk
2011-11-19Fixed some build issues after the merge.kenneth@hexad.dk
2011-09-23Merged trunk changes into 2.0 branchkenneth.skovhede@gmail.com