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
2021-09-01Timeparser.cs: summay: Update URL to duplicity man pageBeppo
2021-05-15Make period in regex filters match newline characters.Kenneth Hsu
2021-03-29Remove CopyStream buffering logic (will try to make a separate pull request f...Tyler Gill
2021-03-22Store the Utility buffer in a WeakReference so the GC can collect it if neces...Tyler Gill
2021-03-21Address some more feedbackTyler Gill
2021-03-20Fix a few more things.Tyler Gill
2021-03-19Clean up a few more bugs and inconsistencies in ReadLimitLengthStream.Tyler Gill
2021-03-18Fix some bugs in ReadLimitLengthStream changes, and add a unit test for some ...Tyler Gill
2021-03-18Remove SubStream and add functionality to ReadLimitLengthStream. Switch to us...Tyler Gill
2021-03-18Responding to some comments.Tyler Gill
2021-03-16A few more improvements to the MicrosoftGraphBackends.Tyler Gill
2021-03-06Merge pull request #4401 from warwickmm/cache_dir_environment_variableKenneth Skovhede
2020-12-28Exclude XDG_CACHE_HOME cache directory on Linux if defined.Kenneth Hsu
2020-12-28Avoid NullReferenceException if an IAsyncResult or WebRequest doesn't contain...Gurthurb
2020-11-22Fix incorrect or misleading indentations.Kenneth Hsu
2020-09-23Merge pull request #4293 from warwickmm/fix_export_encodingKenneth Skovhede
2020-09-02Make FilterEntry of type Simple for @ againDean Ferreyra
2020-09-01Fix FilterEntry for @ entries to be of type RegexpDean Ferreyra
2020-08-31Fix typo in commentDean Ferreyra
2020-08-31Fix restore GUI handling of folders with * or ?Dean Ferreyra
2020-08-24Use overload instead of optional parameters.Kenneth Hsu
2020-08-24Avoid decoding URL parameters when removing passwords.Kenneth Hsu
2020-07-27Target .NET Framework 4.7.1.Kenneth Hsu
2020-04-27Fix confusing indentation.Kenneth Hsu
2020-04-07add Edge and Chrome cache foldersRod Savard
2020-01-26Remove unnecessary variable assignment.Kenneth Hsu
2020-01-06Merge pull request #4042 from seantempleton/stopnowexceptionswarwickmm
2020-01-06Merge pull request #4039 from drwtsn32x/filter-cleanupwarwickmm
2020-01-06Fix exceptions caused by Stop NowSean Templeton
2020-01-02fix typodrwtsn32x
2020-01-02fix typodrwtsn32x
2020-01-02Change case of recycle binsdrwtsn32x
2020-01-02Improve Windows Temp filterdrwtsn32x
2020-01-02Improve Windows Install filterdrwtsn32x
2020-01-02remove Temp from SystemFilesdrwtsn32x
2020-01-02add slash to 'usrclass'drwtsn32x
2020-01-02remove duplicate 'ntuser' linedrwtsn32x
2020-01-02add recycle bin, change all to be off root of drivedrwtsn32x
2020-01-02move '$Recycle.bin' to SystemFiles filter for consistencydrwtsn32x
2020-01-02remove 'Windows' duplicatedrwtsn32x
2019-12-14Fix spelling errors in comments.Kenneth Hsu
2019-11-27removed getterdrwtsn32x
2019-11-22disable attribute maskingdrwtsn32x
2019-10-24Avoid possible invalid DateTimeOffset values.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-28Fix invalid regex pattern.Kenneth Hsu
2019-09-21Changed NormalizeDateTimeToEpochSeconds to use ToUnixTimeSecondsKyle Stanfield