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-09-08Address review comments from @warwickmmDean Ferreyra
2020-09-07Address review comments from @warwickmmDean Ferreyra
2020-09-04Support globbing for "@" filters in "find" and "restore"Dean Ferreyra
2020-09-04Support globbing for "@" filters in "find" and "restore"Dean Ferreyra
2020-09-04Support globbing for "@" filters in "find" and "restore"Dean Ferreyra
2020-09-02Add additional handling for @ filtersDean Ferreyra
2020-01-26Remove redundant calls to String.Format.Kenneth Hsu
2019-04-18Remove unused local variables.Kenneth Hsu
2018-12-12result-classes: rename properties of RestoreResults to be consistent with Bac...Mikael Mello
2018-11-02Renamed Library.IO to Library.Common.IO.verhoek
2018-11-02Continuation of Util.DirectorySeparatorString replacements.verhoek
2018-11-02Replaced DirectorySeparatorChar.ToString() calls.verhoek
2018-10-07Merge pull request #3410 from warwickmm/simplify_enumerating_collectionsRune Henriksen
2018-10-07Avoid unnecessary enumeration of collections.Kenneth Hsu
2018-10-07Replace chained LINQ calls with call to overload with predicate.Kenneth Hsu
2018-10-07Remove unused method parameters.Kenneth Hsu
2018-10-02Merge pull request #3400 from warwickmm/fix_potential_null_referenceRune Henriksen
2018-09-30Check for null reference before accessing property.Kenneth Hsu
2018-09-29Remove unused variables and fields.Kenneth Hsu
2018-09-19Use existing local variable to improve readability.Kenneth Hsu
2018-06-20Fixed a few cases where the commandline tool would not write to the redirecte...Kenneth Skovhede
2018-05-25Mark fields that shouldn't be reassigned as readonly.Kenneth Hsu
2018-05-23Adjusted display of help according to common standards,verhoek
2018-05-20Fixed broken help output in commandline.verhoek
2018-03-17Warn that option is ignored by manual or command-line backups.Kenneth Hsu
2018-03-15Implemented a new logging system that is more transparent and allows a more g...Kenneth Skovhede
2018-02-07Write standard output even when the --verbose flag is specified.Tyler Gill
2018-01-18Updated the UI to use the new donation page instead of embedding the destinat...Kenneth Skovhede
2017-11-26Make string comparisons use ordinal (binary) sort rules.Kenneth Hsu
2017-10-30Merge pull request #2853 from duplicati/Bitcoin-address-changeKenneth Skovhede
2017-10-28Switch address to same as restore dialog in UIRené Stach
2017-10-28Update Bitcoin address in CLIRené Stach
2017-09-27Convert if statement to switch statement.Kenneth Hsu
2017-09-27Convert if statement to switch statement.Kenneth Hsu
2017-09-22Update command line message.Tyler Gill
2017-09-22Add support for the quota reporting and renaming interfaces to the OneDrive b...Tyler Gill
2017-09-19Replace all instances of InvariantCultureIgnoreCase with OrdinalIgnoreCase in...Tyler Gill
2017-08-04Issue #2578: Removed all direct calls to VACUUM and added a command to run VA...Dan Stahr
2017-04-05Merge branch 'feature/improved_verify_output' into feature/commandline_uiKenneth Skovhede
2017-04-05Rewrote `ListAffected` and `ListChanges` to support a callback, such that the...Kenneth Skovhede
2017-04-05Added a `--full-result` commandline option to allow getting full file listing...Kenneth Skovhede
2017-04-04Improved the output from the verify option with both `--verbose` and withoutKenneth Skovhede
2017-04-04Rewrote the commandline to support plug-able outputKenneth Skovhede
2017-03-08Fixed returning non-zero status codes when verification failsKenneth Skovhede
2017-01-23Added a new result code to simplify reporting the same backup result from all...Kenneth Skovhede
2017-01-10Updated MailKit, fixed a bug with DnsLite, added backward compatible tls supp...Kenneth 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-02Renamed testresults "changes" to "verifications"Kenneth Skovhede
2016-10-19Rewrote the way the passphrase input is disabled when a local database is pre...Kenneth Skovhede