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-01-21Implement exponential backoff for backend errorsRiccardo Paolo Bestetti
2020-03-15Remove unnecessary variable assignment.Kenneth Hsu
2020-03-15Revert "Ensure that IndexVolumeWriter is disposed."Kenneth Hsu
2020-03-05Fix bandwidth throttling inconsistencySean Templeton
2020-01-26Remove unused BackendManager.FlushDbMessages method.Kenneth Hsu
2020-01-26Remove unused BackendManager.CreateFolder method.Kenneth Hsu
2020-01-26Remove unused BackendManager.LastException property.Kenneth Hsu
2020-01-26Remove unused BackendManager.HasDied property.Kenneth Hsu
2020-01-20Write blocklists when compacting filesSean Templeton
2019-12-14Fix spelling errors in comments.Kenneth Hsu
2019-11-20only warn if delete failure is confirmeddrwtsn32x
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-28Ensure that IndexVolumeWriter is disposed.Kenneth Hsu
2019-03-18Change Put method name to PutAsyncSean Templeton
2019-03-04Change IBackend and IStreamingBackend to return Task for Put()Sean Templeton
2019-01-01Remove empty finally blocks.Kenneth Hsu
2018-10-14Flatten AggregateExceptions before referencing InnerException.Kenneth Hsu
2018-10-07Merge pull request #3410 from warwickmm/simplify_enumerating_collectionsRune Henriksen
2018-10-07Replace chained LINQ calls with call to overload with predicate.Kenneth Hsu
2018-10-07Remove unused method parameters.Kenneth Hsu
2018-09-29Undo removal of method parameters.Kenneth Hsu
2018-09-29Remove unused variables and fields.Kenneth Hsu
2018-05-25Mark fields that shouldn't be reassigned as readonly.Kenneth Hsu
2018-03-22Merge branch 'master' of github.com:duplicati/duplicatiKenneth Skovhede
2018-03-22Fixed the order of arguments for throttling downloads.Kenneth Skovhede
2018-03-18Make fields containing lock objects readonly.Kenneth Hsu
2018-03-15Implemented a new logging system that is more transparent and allows a more g...Kenneth Skovhede
2018-02-26Added support for returning multiple DNS names for cache invalidation.Kenneth Skovhede
2018-02-22changed from NYI to null returns. Added check to skip DNS check if no DNSName...Rune Henriksen
2018-02-20Added if statement to specifically verify that it's a NameResolutionFailure a...Rune Henriksen
2018-02-18added code to attempt to resolve DNS issues on connection failure and impleme...Rune Henriksen
2017-12-25Compression modules refactored to work with streams instead of filenames;vnau
2017-11-27Remove redundant calls to ToString.Kenneth Hsu
2017-10-30Fixed a case where entering an invalid value for the `--number-of-retries` or...Kenneth Skovhede
2017-09-26Change IBackend.List() to return IEnumerable instead of ListTyler Gill
2017-09-20Changed all hash algorithms to use the `Cng` version.Kenneth Skovhede
2017-09-19Fixed removing temporary files downloaded for testing purposes.Kenneth Skovhede
2017-09-19Replace all instances of InvariantCultureIgnoreCase with OrdinalIgnoreCase in...Tyler Gill
2017-09-18Added "DeleteGraceTime" to all files deleted from the backend mananger.Kenneth Skovhede
2017-09-04Implemented logic to report if the backend is blocking the operation.Kenneth Skovhede
2017-06-20Implemented the live throttle control.Kenneth Skovhede
2017-03-03Added some readonly flags to signal non-changing variablesKenneth Skovhede
2017-02-14Improved the logic around the abort functionality to avoid hanging while perf...Kenneth Skovhede
2017-01-09Implemented better default error messsagesKenneth Skovhede
2016-12-30Added commandline operation to purge select files from filesets.Kenneth Skovhede
2016-10-16Fix use of null objectAndersGron
2016-09-15Fixed all whitespace to be 4 spaces instead of tabsKenneth Skovhede
2016-04-18Added fix to prevent full backend url from being reported in the error messageKenneth Skovhede