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
2022-03-20Check that the vhd exists and log a warning if it does not.awerghcpc
2022-02-04Added null check to fix exception reading vhd settings xml.awerghcpc
2021-11-12Renames relating to the extended device path prefix, \\?\Dean Ferreyra
2020-11-22Fix incorrect or misleading indentations.Kenneth Hsu
2020-09-19Disable "legacy path handling" for executablesDean Ferreyra
2020-08-22Merge pull request #4287 from dgehri/feature/improve_usn_2warwickmm
2020-08-21Merge pull request #4285 from dferreyra/source_path_with_unc_prefix_3warwickmm
2020-08-18USN: moving exclusion filter earlier in the enumeration process to improve pe...Daniel Gehriger
2020-08-18USN: only considering events relevant to backupDaniel Gehriger
2020-08-18USN: excluding non-relevant eventsDaniel Gehriger
2020-08-18USN: corrected exclusion criteriaDaniel Gehriger
2020-08-17USN: adding verbose messageDaniel Gehriger
2020-08-17USN journal: removing create & delete sequences between two backups from list...Daniel Gehriger
2020-08-16Handle Windows source paths starting with "\\?\"Dean Ferreyra
2020-08-09Fix snapshots broken by #4256Dean Ferreyra
2020-08-08Fix snapshots broken by #4256Dean Ferreyra
2020-08-07Merge pull request #4277 from dgehri/feature/USN-deleted-files-fixKenneth Skovhede
2020-08-06Fixed usn reason comparison (was too severe)Daniel Gehriger
2020-08-06Removed debug assertDaniel Gehriger
2020-08-06Enabled support for \$Extend\$Deleted special MTF folder when using USNDaniel Gehriger
2020-07-27Target .NET Framework 4.7.1.Kenneth Hsu
2020-07-20Support problematic Windows pathsDean Ferreyra
2020-07-18Support problematic Windows pathsDean Ferreyra
2020-03-15Remove comment disabling ReSharper warning.Kenneth Hsu
2020-02-26add descriptive reason for usn soft failureRod Savard
2020-02-03Merge pull request #4080 from drwtsn32x/improve-config-change-detectionwarwickmm
2020-02-03send array of strings instead of single concatenated stringRod Savard
2020-02-03Merge pull request #4063 from warwickmm/remove_string_formatdrwtsn32x
2020-02-03move config hash calculation to UsnJournalServiceRod Savard
2020-02-02remove unused parameterRod Savard
2020-02-02change config hash calculationRod Savard
2020-02-01if full scan occurred, do not append previous setRod Savard
2020-01-26Remove redundant calls to String.Format.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-01Merge remote-tracking branch 'upstream/master' into fix-stop-after-current-fileBlueBlock
2019-08-23add braces for codacyBlueBlock
2019-08-02codacy fixes applied 2BlueBlock
2019-08-02codacy fixes appliedBlueBlock
2019-07-31update csproj toolverion and nuget packagesBlueBlock
2019-07-26initial upgrade to framework 4.6.2BlueBlock
2019-07-24Also stop the file enum process when the user has cancelledBlueBlock
2019-01-03Remove unnecessary line breaks.Kenneth Hsu
2019-01-03Avoid redundant addition of trailing slashes to folder names.Kenneth Hsu
2018-12-12Use invariant culture in calls to ToLower and ToUpper.Kenneth Hsu
2018-11-22Use ordinal string comparison.Kenneth Hsu
2018-11-13Added null check for writers to include in vss (issue 3494).verhoek
2018-11-03Renamed IsClientLinux to IsClientPosix .verhoek