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-29Fixed relevant code issues brought up by codacity.verhoek
2018-10-27Moved basic IO helper functions to Library.IO.verhoek
2018-10-25Created separate package for io wrapper.verhoek
2018-10-18Merge pull request #3439 from warwickmm/constructor_virtual_membersRune Henriksen
2018-10-18Avoid referencing virtual members in Basiclist constructor.Kenneth Hsu
2018-10-17Merge branch 'master' of github.com:duplicati/duplicatiKenneth Skovhede
2018-10-17Improved error message for faults in database filelistsKenneth Skovhede
2018-10-17Spelling fixKenneth Skovhede
2018-10-17Merge pull request #3431 from warwickmm/remove_unused_membersRune Henriksen
2018-10-16Remove unused members.Kenneth Hsu
2018-10-16Fix typo in log message id.Kenneth Hsu
2018-10-14Merge pull request #3424 from warwickmm/flatten_aggregate_exceptionsRune Henriksen
2018-10-14Flatten AggregateExceptions before referencing InnerException.Kenneth Hsu
2018-10-14Remove unnecessary use of partial keyword.Kenneth Hsu
2018-10-11Remove empty statements.Kenneth Hsu
2018-10-11Remove unused empty methods.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-09-29Remove additional unused variables.Kenneth Hsu
2018-09-29Undo removal of method parameters.Kenneth Hsu
2018-09-29Add comment regarding removed code.Kenneth Hsu
2018-09-29Remove unused variables and fields.Kenneth Hsu
2018-09-29Remove unnecessary variable assignment.Kenneth Hsu
2018-09-28Merge pull request #3390 from warwickmm/configure_await_falseKenneth Skovhede
2018-09-20Allow tasks to complete on any thread when context is irrelevant.Kenneth Hsu
2018-09-20Use ordinal case-insensitive comparison instead of ToLower.Kenneth Hsu
2018-09-15Merge pull request #3368 from LacunaSoftware/progressBarKenneth Skovhede
2018-09-08Fix wrong file size being added to the totalMikael Mello
2018-09-08Added consistency check to the test/verify commandKenneth Skovhede
2018-09-05Fix progress bar not updating size and number of files processedMikael Mello
2018-09-05Merge branch 'master' of github.com:duplicati/duplicatiKenneth Skovhede
2018-09-05Changed the default query to be v==2, as multiple users reported this to be f...Kenneth Skovhede
2018-09-05Fix reference to renamed method.Kenneth Hsu
2018-09-04Merge branch 'master' into remove_unnecessary_asyncRune Henriksen
2018-09-04Merge pull request #3355 from ravisorg/patch-1Rune Henriksen
2018-09-04Added comment to clarify odd naming conventionRune Henriksen
2018-08-31Added some missing image formatsravisorg
2018-08-15Merge branch 'feature/improved-exit-code-handling'Kenneth Skovhede
2018-08-15Merge branch 'feature/disable-filelist-consistency-checks'Kenneth Skovhede
2018-08-14Added an option to disable filelist consistency checks as it was reported to ...Kenneth Skovhede
2018-08-14Converted exceptions while adding an unmodified file to the database to a log...Kenneth Skovhede
2018-08-14Added support for multiple exit codes, and added a unittest to verify that th...Kenneth Skovhede
2018-08-13Reworked the file-path query, and enabled experimentally changing it by setti...Kenneth Skovhede
2018-08-11Attempt at making a leaner version of getting the previous file's informationKenneth Skovhede
2018-08-11Fixed the query to correctly extract metadata for a file, using the `Metadata...Kenneth Skovhede