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
2016-01-29Removed unused references and updated most libraries to come from NuGet sourc...Kenneth Skovhede
2016-01-27Added environment variable expansion to filters for issue #1542Kenneth Skovhede
2015-12-27Implemented support for modifying the filter option in external modules as re...Kenneth Skovhede
2015-12-17Some cleanup with the platform testing codeKenneth Skovhede
2015-12-05Moved the MD5 calculating stream into a generic hash-calculating streamKenneth Skovhede
2015-12-01Bugfix for build issues with AutoUpdateBuilder.Kenneth Skovhede
2015-11-28Implemented escaping expanded environment variables when they are used inside...Kenneth Skovhede
2015-11-18Updated the SSL error message as described in issue #1493Kenneth Skovhede
2015-09-08Possible fix for PR #1456 and issue #1449Kenneth Skovhede
2015-09-05Imporved handling of the ~ character in pathsKenneth Skovhede
2015-09-04Setting various temp file related environment variables to force SQLite to pl...Kenneth Skovhede
2015-08-25Added missing fileKenneth Skovhede
2015-08-21Added a simple restore tool for recovering data from a broken backup.Kenneth Skovhede
2015-06-27Added a workaround to send the response into the webexception on MonoKenneth Skovhede
2015-05-17Follow up to the latest pull request, changed all references to HexaD to "Dup...Kenneth Skovhede
2015-05-16update year to 2015Fabian Trampusch
2015-04-09Fixed usage of EntryAssembly to work better with NUnitKenneth Skovhede
2015-01-26Updated to .Net framework version 4.5Kenneth Skovhede
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
2015-01-05Corrected a problem with the --throttle-upload and --throttle-download options.Kenneth Skovhede
2014-12-01Changed the auto-include rule to only scan folders and not actually include t...Kenneth Skovhede
2014-11-10Improved performance of the file-backed list and reduce fall-over size to 2mbKenneth Skovhede
2014-11-10Added locally allocated buffers for copystream to reduce pressure on allocatorKenneth Skovhede
2014-09-02Fixed handling file://c:\test with the new parserKenneth Skovhede
2014-08-26Fixed #1090Kenneth Skovhede
2014-08-25Simplified filter logicKenneth Skovhede
2014-08-24Implemented caching and tweaked the logic for default filter resultsKenneth Skovhede
2014-08-18Fixed logic for deleting old temp filesKenneth 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-08-12Updated copyright year on all assemblies.Kenneth Skovhede
2014-08-12Fixed the crash that occurs on windows after running a task (introduced in 2....Kenneth Skovhede
2014-08-11Improved the worker thread to prevent crashes of the worker on Windows.v2.0.0.56-2.0_preview_2014-08-11Kenneth Skovhede
2014-08-06Removed a few compile warningsKenneth Skovhede
2014-08-06Added automatic removal of old temp files on startup in the commandline.Kenneth Skovhede
2014-07-25Allowed detection of URI with no hostname componentKenneth Skovhede
2014-07-16Implemented filters for jobs created with the GUIKenneth Skovhede
2014-07-15Changed the way the source-folder filters are applied so they are treated as ...Kenneth Skovhede
2014-07-15Added helper functions and a sanity check for the filtersKenneth Skovhede
2014-07-15Fixed a typo errorKenneth Skovhede
2014-07-11Reworked the ReadWriteTimeout usage to avoid premature timeouts on MonoKenneth Skovhede
2014-06-23Moved the browser-detection code to the utility libraryKenneth Skovhede
2014-06-13Updated the version number in all projects to 2.0.0.7Kenneth Skovhede
2014-06-13Updated product-number in the project filesKenneth Skovhede
2014-06-09Added UrlPathEncode i utilityKenneth Skovhede
2014-05-21Implemented the stop and abort logic in the UI and fixed some minor issues wi...Kenneth Skovhede
2014-05-12Fixed allowing --include and --exclude to the help commandKenneth Skovhede
2014-04-07Moved SQLite related items into a separate project to avoid pulling in the ex...Kenneth Skovhede