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
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-27Moved basic IO helper functions to Library.IO.verhoek
2018-10-19Merge pull request #3437 from LacunaSoftware/target-newest-windowsRune Henriksen
2018-10-17Target Windows 8.1 and 10 in order to display correct version in UIMikael Mello
2018-10-17Merge branch 'master' of github.com:duplicati/duplicatiKenneth Skovhede
2018-10-17Reporting the error id to the WebUIKenneth Skovhede
2018-10-16Remove unused members.Kenneth Hsu
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-29Disable warning about unreferenced field.Kenneth Hsu
2018-09-29Restore removed reference to system settings context.Kenneth Hsu
2018-09-29Remove unused variables and fields.Kenneth Hsu
2018-09-23Use built-in method to expand environment variables.Kenneth Hsu
2018-09-21Merge pull request #3387 from warwickmm/ordinal_case_insensitive_comparisonRune Henriksen
2018-09-20Use ordinal case-insensitive comparison instead of ToLower.Kenneth Hsu
2018-09-19Use existing local variable to improve readability.Kenneth Hsu
2018-08-02Merge pull request #3317 from verhoek/refactoring/ftpKenneth Skovhede
2018-06-30Re-added the input debug code that apparently got lost somewhereKenneth Skovhede
2018-06-29Reordered logic.verhoek
2018-06-29Fixed to desired behavior. In particular, backend tester works again for the ftpverhoek
2018-06-20Fixed a few cases where the commandline tool would not write to the redirecte...Kenneth Skovhede
2018-06-07Merge remote-tracking branch 'origin/master' into feature/tempdirverhoek
2018-06-07Use utility method to read from stream.Kenneth Hsu
2018-06-04Merge branch 'master' of github.com:duplicati/duplicatiKenneth Skovhede
2018-06-02Fix line ending issues.Kenneth Hsu
2018-06-02Provide missing values to format items.Kenneth Hsu
2018-06-02Merge pull request #3233 from warwickmm/make_fields_readonlyKenneth Skovhede
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-25Update 'help logging' to mention --log-file-log-level and --console-log-level...Tyler Gill
2018-05-24Merge pull request #3229 from verhoek/bugs/commandlineKenneth Skovhede
2018-05-23Rewrote parsing aliases of parameter file option in a loop.verhoek
2018-05-23Merge branch 'master' into feature/tempdirverhoek
2018-05-23Adjusted display of help according to common standards,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-23wipverhoek
2018-05-22Implemented default tempdir for backend server.verhoek
2018-05-20Added escapes, now e.g. help --include works again.verhoek
2018-05-20Fixed broken help output in commandline.verhoek
2018-05-20Removed weird mixed up if's.verhoek
2018-05-20Replace string concatenation with StringBuilder.Kenneth Hsu
2018-05-13Provide missing value to format item.Kenneth Hsu
2018-04-29Removed unused argument in command line parser.Hendrik