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-04-07Bypass auto-update when running in a debug environmentAxeOfMen
2020-01-14make tests case insensitivedrwtsn32x
2019-12-17make it a boolean value checkUser
2019-10-19Use pattern matching to simplify casts.Kenneth Hsu
2019-03-22Preserve stack trace while unwrapping TargetInvocationExceptions.Kenneth Hsu
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-11-02Replaced DirectorySeparatorChar.ToString() calls.verhoek
2018-10-30Redirected GetDirectories calls to Library.IO's version.verhoek
2018-10-27Moved basic IO helper functions to Library.IO.verhoek
2018-10-07Merge pull request #3410 from warwickmm/simplify_enumerating_collectionsRune Henriksen
2018-10-07Avoid unnecessary enumeration of collections.Kenneth Hsu
2018-10-07Remove unused method parameters.Kenneth Hsu
2018-09-28Merge pull request #3394 from warwickmm/remove_unnecessary_indirectionKenneth Skovhede
2018-09-23Use built-in method to expand environment variables.Kenneth Hsu
2018-09-20Allow tasks to complete on any thread when context is irrelevant.Kenneth Hsu
2018-06-20Workaround to support output redirect on Windows, and also allow passphrase i...Kenneth Skovhede
2018-06-20Revert "Removed redirecting of standard streams so to properly share a console."Kenneth Skovhede
2018-06-12Removed redirecting of standard streams so to properly share a console.verhoek
2018-05-23Merge branch 'master' into feature/tempdirverhoek
2018-05-23wipverhoek
2018-05-22Implemented default tempdir for backend server.verhoek
2018-05-16Corrected spelling function name.verhoek
2018-01-19Fixed a problem with writing the wrong (empty) sha256 hash in the autoupdater...Kenneth Skovhede
2018-01-18Removed `TempFileStram` and fixed the two places that were using it, as they ...Kenneth Skovhede
2017-12-25Fix for AppVeyor.vnau
2017-12-25Compression modules refactored to work with streams instead of filenames;vnau
2017-11-27Merge pull request #2910 from warwickmm/refactor/remove_redundant_tostringKenneth Skovhede
2017-11-27Remove redundant calls to ToString.Kenneth Hsu
2017-11-26Make string comparisons use ordinal (binary) sort rules.Kenneth Hsu
2017-11-22Fixed the updater to use the argument escaping code from utilities.Kenneth Skovhede
2017-10-30Re-enabled the options to disable the auto-updaterKenneth Skovhede
2017-10-22Fixed a few string comparesKenneth Skovhede
2017-10-12Added temporary option to allow switching between the auto update invoke meth...Kenneth Skovhede
2017-10-11Re-wrote the auto-updater to use process spawning instead of AppDomain loadin...Kenneth Skovhede
2017-09-19Replace all instances of InvariantCultureIgnoreCase with OrdinalIgnoreCase in...Tyler Gill
2017-03-23Comment fixKenneth Skovhede
2017-03-08Update manager : Ignore webroot Folderfrelis
2016-11-03Added a check to see if the base version is more recent than the latest insta...Kenneth Skovhede
2016-09-27Implemented PO file parsing in LocalizationsKenneth Skovhede
2016-09-15Fixed all whitespace to be 4 spaces instead of tabsKenneth Skovhede
2016-04-26BugfixKenneth Skovhede
2016-04-26Prettier display nameKenneth Skovhede
2016-04-26Fixed displayed version for builds that have no manifest, but a valid license...Kenneth Skovhede
2016-04-26Added release type to update manager to avoid relying on a valid manifest for...Kenneth Skovhede
2016-04-21Changed the way the autoupdater probes for potential paths, such that it does...Kenneth Skovhede
2016-04-16Rewrote all WebRequest code to use AsyncHttpRequest, and normalized usage suc...Kenneth Skovhede
2016-03-13Added detection of channel by parsing custom updater urlsKenneth Skovhede
2016-03-12Implemented two new build channels: beta and canary.Kenneth Skovhede