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-01-26Remove redundant calls to String.Format.Kenneth Hsu
2019-10-19Use pattern matching to simplify casts.Kenneth Hsu
2019-10-19Merge pull request #3931 from warwickmm/fix_parameter_file_aliasKenneth Skovhede
2019-10-05read tempdir command line optiondrwtsn32x
2019-09-30Fix parameter file alias.Kenneth Hsu
2019-07-25Fix codacy issuesBlueBlock
2019-07-25Refactored code for getting gpg pathBlueBlock
2019-07-20Add ability for gpg encryption to use the Windows gpg4win installed gpg.exe i...BlueBlock
2019-02-25Remove unused imports.verhoek
2018-11-03Migrated to use the platform class.verhoek
2018-10-17Merge branch 'master' of github.com:duplicati/duplicatiKenneth Skovhede
2018-10-17Reporting the error id to the WebUIKenneth Skovhede
2018-10-07Remove unused method parameters.Kenneth Hsu
2018-09-23Use built-in method to expand environment variables.Kenneth Hsu
2018-06-30Re-added the input debug code that apparently got lost somewhereKenneth Skovhede
2018-06-07Merge remote-tracking branch 'origin/master' into feature/tempdirverhoek
2018-05-26Merge remote-tracking branch 'origin' into feature/tempdirverhoek
2018-05-25Mark fields that shouldn't be reassigned as readonly.Kenneth Hsu
2018-05-23Rewrote parsing aliases of parameter file option in a loop.verhoek
2018-05-23Rewrote parsing aliases of parameter file option in a loop.verhoek
2018-05-23Revert "Removed weird mixed up if's."verhoek
2018-05-20Fixed broken help output in commandline.verhoek
2018-05-20Removed weird mixed up if's.verhoek
2018-04-29Removed unused argument in command line parser.Hendrik
2018-04-29Made internal functions private.Hendrik
2018-04-29Refactoring of parsing for command line options.Hendrik
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-09-22Fix warning that the default-filters parameter isn't supported.Tyler Gill
2017-09-19Merge pull request #2741 from tygill/fix/string-compare-ordinal-ignore-caseKenneth Skovhede
2017-09-19Replace all instances of InvariantCultureIgnoreCase with OrdinalIgnoreCase in...Tyler Gill
2017-09-19Remove the Platform and Common filter sets. They aren't really very useful.Tyler Gill
2017-09-14Add default filters parameter, and some built-in default filter sets.Tyler Gill
2017-08-04Issue #2578: Removed all direct calls to VACUUM and added a command to run VA...Dan Stahr
2017-04-04Rewrote the commandline to support plug-able outputKenneth Skovhede
2017-03-09Remove sencod callfrelis
2017-03-08Update manager : Ignore webroot Folderfrelis
2017-01-12Merge branch 'feature/fix_send_mail'Kenneth Skovhede
2017-01-10Updated MailKit, fixed a bug with DnsLite, added backward compatible tls supp...Kenneth Skovhede
2017-01-09Implemented better default error messsagesKenneth Skovhede
2017-01-05Implemented a new new `list-broken-files` and `purge-broken-files` command fo...Kenneth Skovhede
2016-12-30Added commandline operation to purge select files from filesets.Kenneth Skovhede
2016-12-02Formatting and White-space fixKenneth Skovhede
2016-12-02Added shutdown of the usage reporter.Kenneth Skovhede
2016-10-11small fixMax
2016-09-27Minor fixes to the help-text layoutKenneth Skovhede
2016-09-23Tabs-to-spaces fixKenneth Skovhede
2016-09-23Added example commands, this fixes #1927Kenneth Skovhede
2016-09-15Fixed all whitespace to be 4 spaces instead of tabsKenneth Skovhede
2016-01-12Added alias "test-filter" == "test-filters" to commandline.Kenneth Skovhede