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-30Provide explicit column names when creating temp table.Kenneth Hsu
2020-11-15Fix typo in variable name.Kenneth Hsu
2020-08-26Improve query performence used in GetFilesAndSourceBlocksFastHonoré Vasconcelos
2020-03-15Remove unused Database members.Kenneth Hsu
2019-12-14Fix spelling errors in comments.Kenneth Hsu
2019-10-21Merge pull request #3953 from warwickmm/make_fields_readonlyKenneth Skovhede
2019-10-19Mark fields that don't need to be reassigned as readonly.Kenneth Hsu
2019-10-19Use pattern matching to simplify casts.Kenneth Hsu
2019-09-01Move NormalizeDateTime method to Utility class.Kenneth Hsu
2019-01-26Merge branch 'master' into feature/fix_path_storage2Rune Henriksen
2018-11-03Renamed IsClientLinux to IsClientPosix .verhoek
2018-11-03Migrated to use the platform class.verhoek
2018-11-02Renamed Library.IO to Library.Common.IO.verhoek
2018-10-27Moved basic IO helper functions to Library.IO.verhoek
2018-10-23Merge branch 'master' into feature/fix_path_storage2Kenneth Skovhede
2018-10-14Remove unnecessary use of partial keyword.Kenneth Hsu
2018-09-29Remove unused variables and fields.Kenneth Hsu
2018-06-14Re-applied the path-storage fix as the merge failed somehowKenneth Skovhede
2018-06-02Remove unnecessary calls to String.Format.Kenneth Hsu
2018-05-25Mark fields that shouldn't be reassigned as readonly.Kenneth Hsu
2018-05-15Removed calls to `Console.WriteLine` as we may run somewhere without a console.Kenneth Skovhede
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-03-11Fixed an error in renaming absolute Windows paths.Dan Stahr
2017-01-14Fixed issue with restoring files to their original location.Kenneth 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-06Fixed multiple cases where connections and command instances were not disposed.Kenneth Skovhede
2016-03-12Respect DryRun option when scanning target blocksFootStark
2016-03-07Merge branch 'ParalellFileScanning' of https://github.com/FootStark/duplicati...Kenneth Skovhede
2016-03-06Merge branch 'ImpVolumeDownloadOrder' of https://github.com/FootStark/duplica...Kenneth Skovhede
2016-03-05Merge remote-tracking branch 'refs/remotes/duplicati/master' into ParalellFil...FootStark
2016-03-05Reorganize ScanForExistingTargetBlocksFootStark
2016-03-04Fix update stats if file without blocksFootStark
2016-03-04Last Adjustment and a measureFootStark
2016-03-03Volume order by max block indexFootStark
2016-02-28Added commentFootStark
2016-02-28Imrpoved Blockmarker and update statisticsFootStark
2016-02-18Speedup restore (Index + SQL Fix)FootStark
2015-11-16Implemented indexes as suggested in #1481 and #1391Kenneth Skovhede
2015-09-15Fixed issues with filtering/selecting files on case-insensitive filesystems.Kenneth Skovhede
2015-04-08Improved handling of non-standard blocksize and hashing algorithmsKenneth Skovhede
2015-03-04Fixed issue with file length not being set correctly.Kenneth Skovhede
2015-01-25Fixed a bug that caused metadata to be restored for only every second fileKenneth Skovhede
2015-01-24Now using the file modification timestamp and the filesize as indicators that...Kenneth Skovhede
2014-12-30Fixed a case where a missing value caused an errorKenneth Skovhede
2014-11-24Added TODOKenneth Skovhede
2014-11-19Added most handling of the restore operation with --skip-metadata=trueKenneth Skovhede
2014-11-06Removed some TODO'sKenneth Skovhede
2014-11-05Implemented most of the metadata restore handlingKenneth Skovhede