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
2018-03-17Implemented support for setting low IO priority on Windows, Linux, and MacOSKenneth Skovhede
2018-03-16Moved the process control stuff into another class, so it can be disposed eas...Kenneth Skovhede
2018-03-08Merge pull request #3087 from warwickmm/use_nameof_operatorKenneth Skovhede
2018-03-08Merge pull request #3088 from warwickmm/bugfix/remove_extra_tagKenneth Skovhede
2018-03-08Fix namespace in code references in XML documentation.Kenneth Hsu
2018-03-08Fix generic class code references in XML documentation.Kenneth Hsu
2018-03-08Remove superfluous closing tag in XML documentation.Kenneth Hsu
2018-03-08Use nameof operator when constructing ArgumentNullException.Kenneth Hsu
2018-03-02Merge pull request #3052 from tygill/fix/default-filter-trimKenneth Skovhede
2018-02-22Removed application of default filters, pending discussionKenneth Skovhede
2018-02-13Remove some default filters for things that should probably still be backed up.Tyler Gill
2018-02-09Merge pull request #2995 from TekkiWuff/bugfix/issue-2994Kenneth Skovhede
2018-02-03Added an overloaded AddTask method that allows tasks to skip the queue and up...Pectojin
2018-01-31Fixed issue 2994Daniel Radünz
2018-01-26Added method to automatically create folder for async upload.Kenneth Skovhede
2018-01-21Merge pull request #4 from duplicati/masterJonMikelV
2018-01-18Removed `TempFileStram` and fixed the two places that were using it, as they ...Kenneth Skovhede
2018-01-05FormatSizeString now will also format negative values such as produced when r...JonMikelV
2018-01-03Use built-in method to determine if process is 64-bit.Kenneth Hsu
2017-12-26Merge pull request #2939 from vnau/masterKenneth Skovhede
2017-12-25Removed throw expressions to avoid Microsoft compiler bug.vnau
2017-12-25Compression modules refactored to work with streams instead of filenames;vnau
2017-12-22Merge branch 'feature/fix_windows_cmd_escape'Kenneth Skovhede
2017-12-21Fixed a case where the commandline arguments were not correctly escaped.Kenneth Skovhede
2017-12-18Use method to parse string into bool to reduce duplication.Kenneth Hsu
2017-12-18Add overload for method that parses string into bool.Kenneth Hsu
2017-12-10Remove invalid XML documentation element for void method.Kenneth Hsu
2017-12-10Make parameter names in XML documentation match code.Kenneth Hsu
2017-12-10Remove XML documentation for unmatched parameters.Kenneth Hsu
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-11-22Implemented a utility method for escaping commandline argumentsKenneth Skovhede
2017-11-21Change .rbf filter to only exclude `.rbf` files in the `config.msi` subfolder.Kenneth Skovhede
2017-11-21Merge branch 'master' of github.com:duplicati/duplicatiKenneth Skovhede
2017-11-19Added some documentation strings and a missing "else" that was causing a crash.Kenneth Skovhede
2017-11-19Merge pull request #2836 from warwickmm/feature/no_tilde_expansionKenneth Skovhede
2017-11-16Only try to load Windows registry filters on Windows.Tyler Gill
2017-11-09Added a timestamp value to the end of dates in the report output for easier p...Kenneth Skovhede
2017-11-01Merge branch 'feature/use-windows-exclude-paths'Kenneth Skovhede
2017-10-31Added support for reading the list of folder/file exclusion from the Windows ...Kenneth Skovhede
2017-10-31Added flags option to the enum for good measureKenneth Skovhede
2017-10-31Fixed reporting the time values in the local timezoneKenneth Skovhede
2017-10-21Avoid performing tilde expansion.Kenneth Hsu
2017-10-21Expose field that represents users's home directory.Kenneth Hsu
2017-10-16Avoid signing assemblies.Kenneth Hsu
2017-10-14Add exception message.Kenneth Hsu
2017-10-14Use nameof operator instead of string literal.Kenneth Hsu
2017-10-13Updated FasterHashing. This enables automatic loading of OpenSSL on Linux and...Kenneth Skovhede