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-12-19Merge pull request #4376 from warwickmm/fix_indentationKenneth Skovhede
2020-11-22Change log level for entry regarding restoring empty files.Kenneth Hsu
2020-11-22Make log entries for restore errors consistent.Kenneth Hsu
2020-11-22Fix casing in log entry.Kenneth Hsu
2020-11-22Fix incorrect or misleading indentations.Kenneth Hsu
2020-10-03Update RestoreHandler.csKai
2020-07-02Remove unnecessary local variable.Kenneth Hsu
2020-07-02Ensure that paths exist when restoring empty files.Kenneth Hsu
2020-04-05Add VerifyRemoteList overload to reduce duplicated code.Kenneth Hsu
2020-03-02Fix a few more issues with stop nowSean Templeton
2019-08-30remove unused variableBlueBlock
2019-07-23fix stop after the current fileBlueBlock
2018-12-12result-classes: rename properties of RestoreResults to be consistent with Bac...Mikael Mello
2018-11-08Merge pull request #3456 from verhoek/issue/3311Kenneth Skovhede
2018-11-08Create warning when no files are restoredMikael Mello
2018-11-02Renamed Library.IO to Library.Common.IO.verhoek
2018-11-02Replaced DirectorySeparatorChar.ToString() calls.verhoek
2018-10-27Moved basic IO helper functions to Library.IO.verhoek
2018-10-25Created separate package for io wrapper.verhoek
2018-10-07Remove unused method parameters.Kenneth Hsu
2018-09-29Add comment regarding removed code.Kenneth Hsu
2018-09-29Remove unused variables and fields.Kenneth Hsu
2018-06-20Fixed typo.verhoek
2018-06-15Merge pull request #3262 from snamds/symlink_restoreKenneth Skovhede
2018-06-14Parent folder for directoriesfgonzalez
2018-06-12Added a new unittest option that disables auto-fixes to make sure we do not m...Kenneth Skovhede
2018-06-08Folder can't be created previous to applymetadatafgonzalez
2018-06-08Merge branch 'master' of github.com:duplicati/duplicatiKenneth Skovhede
2018-06-07Added check to avoid restoring metadata on a symlink, as that would change th...Kenneth Skovhede
2018-06-07Use utility method to read from stream.Kenneth Hsu
2018-05-25Mark fields that shouldn't be reassigned as readonly.Kenneth Hsu
2018-04-25Merge remote-tracking branch 'upstream/master' into feature/usnDaniel Gehriger
2018-04-12Merge branch 'master' into concurrent_processingKenneth Skovhede
2018-03-15Implemented a new logging system that is more transparent and allows a more g...Kenneth Skovhede
2018-01-20Merge branch 'master' into concurrent_processingKenneth Skovhede
2017-11-26Make string comparisons use ordinal (binary) sort rules.Kenneth Hsu
2017-09-20Merge branch 'master' into concurrent_processingKenneth Skovhede
2017-09-20Changed all hash algorithms to use the `Cng` version.Kenneth Skovhede
2017-08-12Fixed empty block handling.Dan Stahr
2017-01-09Implemented better default error messsagesKenneth Skovhede
2017-01-07Improved support for cross-os restores.Kenneth Skovhede
2016-09-15Fixed all whitespace to be 4 spaces instead of tabsKenneth Skovhede
2016-04-27Added fix to correctly restore folder symlinks.Kenneth Skovhede
2016-03-16Fixes File accesses and issue #1623FootStark
2016-03-14Improved error message after restoreKenneth Skovhede
2016-03-14Changed the name of a resource classKenneth Skovhede
2016-03-12Merge pull request #1614 from FootStark/patch-2Kenneth Skovhede
2016-03-12Prepend file size check on scan target blocksFootStark
2016-03-12Respect DryRun option when scanning target blocksFootStark
2016-03-12Fix restore failure log messageStefan Lück