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 (Collapse)Author
2020-09-20Fixed incorrect naming derived from FTP, added license files for TLSharp, ↵Karen Martikyan
removed redundant Nuget pkgs ...
2020-07-27Target .NET Framework 4.7.1.Kenneth Hsu
This updates all projects to target .NET Framework 4.7.1. The TencentCOS and Tardigrade backends depend on .NET Standard 2.0. When a .NET Framework prior to 4.7.1 is targeted, the system cannot be sure that all the dependencies exist, so it copies all dependent assemblies to the output directory. This causes many assemblies from the System namespace to become bundled in the release. https://stackoverflow.com/a/48875007 We had previously attempted to make individual projects target 4.7.1 (see pull request #4242), but this can cause compatibility issues when 4.6.2 projects depend on 4.7.1. projects. This will require Mono 5.10.0 or greater (previously, we required 5.0.0 or greater). https://www.mono-project.com/docs/about-mono/releases/5.10.0/#class-libraries This fixes issue #4234.
2020-06-28add tencentyun cos licensewood
2020-05-17feat: Add license-infoTopperDEL
2019-10-19Mark fields that don't need to be reassigned as readonly.Kenneth Hsu
This makes it explicit at compile-time that these fields should not be reassigned outside the constructor.
2019-07-31update csproj toolverion and nuget packagesBlueBlock
2019-07-26initial upgrade to framework 4.6.2BlueBlock
- no code changes except those noted below - projects upgrade to 4.6.2 - wixinstaller project upgraded automatically by VisualStudio - wixinstaller updated to require 4.6.2 - Library.Encryption changed to Standard2.0 so accommodate update to SharpAesCrypt
2019-03-04Update AlternativeFtp Backend for async PutSean Templeton
Removed System.Net.FtpClient and added the FluentFTP Nuget package which is the new name of System.Net.FtpClient.
2018-11-03Updated project files.verhoek
2018-11-02Renamed Library.IO to Library.Common.IO.verhoek
Moved basic Platform functions to Library.Common.Platform. Turned IO_OS into property within Library.Common.
2018-10-30Redirected GetDirectories calls to Library.IO's version.verhoek
2018-05-25Mark fields that shouldn't be reassigned as readonly.Kenneth Hsu
This makes it explicit at compile-time that these fields should not be reassigned outside the constructor.
2017-11-26Make string comparisons use ordinal (binary) sort rules.Kenneth Hsu
These string comparisons should not be culture-aware.
2017-10-16Avoid signing assemblies.Kenneth Hsu
Using strong-named assemblies can cause difficulties with the GNU LGPL license, which allows for one to recombine or relink their application with modified versions of the code. While one solution is to share the private key so that people can sign the assemblies themselves, this would break the trust that is expected from signed assemblies. For now, the easiest fix is to simply not sign the assemblies. Note that by doing so, we prevent the code from being referenced from other signed assemblies. This also fixes an issue introduced in revision ba94d36a80 ("Added auto-update for WindowsService and Service."), where the WindowsService project (signed) referenced the AutoUpdater project (not signed). We also removed instances of <SignAssembly>false</SignAssembly> to be consistent with newly created .csproj files that do not contain the SignAssembly element. This was motivated by the discussion in issue #2814.
2017-09-23Switched hash library to use FasterHashingKenneth Skovhede
2017-01-23Bundling the mozroots and tlstest tools from Mono to aid in debugging SSL issuesKenneth Skovhede
2016-12-30Disabled MSBuild for much faster builds on MacOSKenneth Skovhede
2016-11-01Updated acknowledgements.txtKenneth Skovhede
2016-10-04Update acknowledgements.txtKenneth Skovhede
Fixed some grammar an typos
2016-10-04Merge pull request #1973 from duplicati/AcknowledgementsKenneth Skovhede
New acknowledgements
2016-10-03New acknowledgementsAcknowledgementsRené Stach
2016-10-03Added licenses to project fileKenneth Skovhede
2016-09-15Fixed all whitespace to be 4 spaces instead of tabsKenneth Skovhede
2016-06-29Updated licenses section to include BouncyCastle and MimeKitKenneth Skovhede
2016-06-28merge upstreamMax
2016-06-27Merge branch 'master' into nuget_setupKenneth Skovhede
# Conflicts: # Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj # Duplicati/Library/Backend/S3/Duplicati.Library.Backend.S3.csproj # Duplicati/Library/Backend/S3/S3Wrapper.cs # thirdparty/CoCoL/CoCoL.dll # thirdparty/SSH.NET/Renci.SshNet.dll
2016-06-25fix doneMax
2016-06-24acknowledgements updateMax
2016-05-25Update acknowledgements.txtXelio Cheong
2016-04-26More prettifying the version number :)Kenneth Skovhede
2016-04-10Cleaned up the commit a bitKenneth Skovhede
2016-04-09Fixed error in Duplicati.License.csprojTim Mylemans
2016-04-09Merge remote-tracking branch 'refs/remotes/duplicati/master' into ↵Tim Mylemans
alternative_ftp_backend
2016-04-09Implemented an alternative FTP backend using System.Net.FtpClientTim Mylemans
2016-04-07Added rumps backend for OSX tray-iconKenneth Skovhede
2016-03-30Updated acknowledgements.txtTim Mylemans
2016-03-22BaseVersion SharePoint BackendFootStark
2016-03-14Merge branch 'master' into nuget_setupKenneth Skovhede
# Conflicts: # thirdparty/SharpAESCrypt/SharpAESCrypt.exe
2016-03-03Contribution acknowledgementStefan Lück
2016-01-29Removed unused references and updated most libraries to come from NuGet ↵Kenneth Skovhede
sources instead of being provided in the thirdparty library
2015-12-22Update acknowledgements.txtKenneth Skovhede
2015-12-17Added CoCoL as a thirdparty item, initially for use in the comming usage ↵Kenneth Skovhede
reporter
2015-12-07Added Angular and jQuery to the licenses sectionKenneth Skovhede
2015-12-06Added Mega.co.nz backend as requested in issue #806Kenneth Skovhede
2015-12-05Updates to the project filesKenneth Skovhede
2015-12-01Bugfix for build issues with AutoUpdateBuilder.Kenneth Skovhede
2015-09-16Add creditsaghajani
2015-06-27Removed the Google API, now running directly on the REST API.Kenneth Skovhede
2015-06-22Implemented the Google Drive backend, and trashed the Google Docs backend ↵Kenneth Skovhede
for issue #1347
2015-05-17Follow up to the latest pull request, changed all references to HexaD to ↵Kenneth Skovhede
"Duplicati Team"