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-10-30Upload filesets last during a backupSean Templeton
2020-03-01Fix log message for retried upload operations.Kenneth Hsu
2019-10-05Rename method parameter for consistency.Kenneth Hsu
2019-10-05Ensure that dindex contains correct dblock file after renames.Kenneth Hsu
2019-07-07Simplify comment.Kenneth Hsu
2019-07-07Dispose Backends after upload operations.Kenneth Hsu
2019-07-06Make Worker implement IDisposable.Kenneth Hsu
2019-04-07Reorder methods alphabetically.Kenneth Hsu
2019-04-01Set flushed result after all tasks have completed.Kenneth Hsu
2019-04-01Cancel the FlushBackend task if upload exception occurs.Kenneth Hsu
2019-04-01Remove unnecessary try-finally.Kenneth Hsu
2019-04-01Ensure that failed put operations throw exception.Kenneth Hsu
2019-03-29Fix typo in async property name.Kenneth Hsu
2019-03-18Change Put method name to PutAsyncSean Templeton
2019-03-14Check upload throttle speed every 2 secondsSean Templeton
2019-03-14Fix code review comments and other minor changesSean Templeton
2019-03-14Fix several Codacy issuesSean Templeton
2019-03-14Properly catch exceptions from an upload and cancel all other uploadsSean Templeton
2019-03-06Dynamically throttle and track the progress of concurrent uploadsSean Templeton
2019-03-06Add asynchronous-concurrent-upload-limit optionSean Templeton
2019-03-04Change IBackend and IStreamingBackend to return Task for Put()Sean Templeton
2019-03-04Run each upload on a separate threadSean Templeton
2019-03-04Simplify BackendUploader and remove unnecessary codeSean Templeton
2019-03-04Move encrypting, hashing, and creating index volumes out of BackendUploaderSean Templeton
2019-03-04Move upload related code from BackendHandler to BackendUploaderSean Templeton
2018-06-08Merge branch 'master' into feature/speedup_backup_index_filesKenneth Skovhede
2018-05-25Mark fields that shouldn't be reassigned as readonly.Kenneth Hsu
2018-04-30Added an on-the-fly index builder to avoid querying the database for each volumeKenneth Skovhede
2017-09-20Updated main functions to new CoCoL libraryKenneth Skovhede
2017-09-19Implemented the blocking flag in the uploaderKenneth Skovhede
2016-02-29Implemented handling of pause/stop/abort in the concurrent code.Kenneth Skovhede
2016-02-25Added a lot of comments.Kenneth Skovhede
2016-02-25Fixed channels to use type-safe initializations.Kenneth Skovhede
2016-02-23More work on making the backup process use the concurrent constructsKenneth Skovhede
2016-02-22The concurrent processing now seems to work, at least in the base case.Kenneth Skovhede