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-08Merge pull request #3087 from warwickmm/use_nameof_operatorKenneth Skovhede
2018-03-08Fix namespace in code references in XML documentation.Kenneth Hsu
2018-03-08Use nameof operator when constructing ArgumentNullException.Kenneth Hsu
2017-11-26Make string comparisons use ordinal (binary) sort rules.Kenneth Hsu
2017-09-26Avoid hard-coded parameter names.Kenneth Hsu
2017-09-19Replace all instances of InvariantCultureIgnoreCase with OrdinalIgnoreCase in...Tyler Gill
2017-03-07Fixed an issue with the URL parser being a little too flexible, which breaks ...Kenneth Skovhede
2016-07-12Handle paths with leading /Vaporizer8
2015-01-20Merge branch 'no_more_resx'Kenneth Skovhede
2015-01-20Updated copyright noticesKenneth Skovhede
2015-01-20Removed all resx files, now using Duplicati.Library.Localization exclusivelyKenneth Skovhede
2014-09-02Fixed handling file://c:\test with the new parserKenneth Skovhede
2014-08-26Fixed #1090Kenneth Skovhede
2014-08-16Fixed an escape char that did not work well with WindowsKenneth Skovhede
2014-08-14Fixed handling of multi-byte characters in both HttpServer and Duplicati.Kenneth Skovhede
2014-07-25Allowed detection of URI with no hostname componentKenneth Skovhede
2014-06-09Added UrlPathEncode i utilityKenneth Skovhede
2014-03-20Fixed parsing windows paths with file:// prefixKenneth Skovhede
2014-03-12Exposed the url encode/decode functionsKenneth Skovhede
2014-02-28Updated URI regexp to be even more flexibleKenneth Skovhede
2014-02-10Don't depend on System.Web because it is broken on MonoKenneth Skovhede
2013-05-20Fixed parsing urls with no path informationKenneth Skovhede
2013-05-08Removed unused options and dropped the fh- prefix for forest hash optionsKenneth Skovhede
2013-05-06Fixed various minor issues with backendsKenneth Skovhede
2013-05-06Added url encode/decode for the username and password to allow all kinds of u...Kenneth Skovhede
2013-05-06Bugfix to the Uri parserKenneth Skovhede
2013-05-06Rewrote all backends to use the new Uri parser.Kenneth Skovhede
2013-05-05Added a custom URL parserKenneth Skovhede