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-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-11-20Generically we don't want to throw an exception for an empty passphrase:verhoek
2018-10-07Replace chained LINQ calls with call to overload with predicate.Kenneth Hsu
2018-05-25Mark fields that shouldn't be reassigned as readonly.Kenneth Hsu
2018-04-08Make constructors for abstract classes protected.Kenneth Hsu
2018-03-24When unwrapping TargetInvocationException, we should still put the inner exce...Tyler Gill
2018-03-18Make fields containing lock objects readonly.Kenneth Hsu
2018-03-16Merge branch 'feature/improved-logging'Kenneth Skovhede
2018-03-15Implemented a new logging system that is more transparent and allows a more g...Kenneth Skovhede
2018-03-08Merge pull request #3087 from warwickmm/use_nameof_operatorKenneth Skovhede
2018-03-08Add missing XML parameter documentation.Kenneth Hsu
2018-03-08Remove XML documentation for unmatched parameters.Kenneth Hsu
2018-03-08Use nameof operator when constructing ArgumentNullException.Kenneth Hsu
2017-12-25Compression modules refactored to work with streams instead of filenames;vnau
2017-12-10Make parameter names in XML documentation match code.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-01-24Fixed a bunch of typos.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-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-08-12Updated copyright year on all assemblies.Kenneth Skovhede
2014-07-15Improved error messages when loading modulesKenneth 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
2014-03-12Missing importsKenneth Skovhede
2014-03-12Added test-backend command and web modulesKenneth Skovhede
2013-05-06Rewrote all backends to use the new Uri parser.Kenneth Skovhede
2013-05-05Removed all informs code (no more 1.3.x UI)Kenneth Skovhede
2013-05-05Removed unused x86 configurations and fixes som build refrencesKenneth Skovhede
2013-05-05Fixed some bugs with the new url-parsing systemKenneth Skovhede
2013-05-04Missing commitKenneth Skovhede
2013-05-04Added +s suffix for protocols, so that ftps and webdavs are supported uri sch...Kenneth Skovhede
2013-05-02Added code to parse url query strings for backends, and use that as optionsKenneth Skovhede
2012-05-08Update command line help to use a friendlier format.kenneth@hexad.dk
2011-11-19Fixed some build issues after the merge.kenneth@hexad.dk
2011-11-18Another trunk to v2 mergekenneth@hexad.dk
2011-11-18Removed DynamicLoader error log messagekenb@programmer.net