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
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2013-08-17 17:55:43 +0400
committerKenneth Skovhede <kenneth@hexad.dk>2013-08-17 17:55:43 +0400
commitacb1e664f8ae721117a02f6e3753b398b45c8960 (patch)
treef129da835ed62d5e6fc317619f3c647920d57f30 /thirdparty/ManagedLZMA
parent95c65ccdd7e1ce17b0ff47ffc94b62bd75084c7e (diff)
Added LZMA support based on the code provided by Tobias Käes.
Apart from building a binary, some minor fixes were applied to follow the Duplicati style more. Some variables were renamed, all strings were moved to the resx files, and the compression hint was included. The compression detection was removed, and now uses the common implementation.
Diffstat (limited to 'thirdparty/ManagedLZMA')
-rw-r--r--thirdparty/ManagedLZMA/README.txt6
-rw-r--r--thirdparty/ManagedLZMA/download.txt1
-rw-r--r--thirdparty/ManagedLZMA/license.txt7
-rwxr-xr-xthirdparty/ManagedLZMA/managed-lzma.dllbin0 -> 169984 bytes
4 files changed, 14 insertions, 0 deletions
diff --git a/thirdparty/ManagedLZMA/README.txt b/thirdparty/ManagedLZMA/README.txt
new file mode 100644
index 000000000..65f387726
--- /dev/null
+++ b/thirdparty/ManagedLZMA/README.txt
@@ -0,0 +1,6 @@
+The binaries here are obtained by checking out the source for r50:
+http://code.google.com/p/managed-lzma
+
+And building the "master" project in Release mode with Mono.
+This is done because there were no released binaries to base it on.
+Once binaries are released by the managed-lzma project, they should replace this. \ No newline at end of file
diff --git a/thirdparty/ManagedLZMA/download.txt b/thirdparty/ManagedLZMA/download.txt
new file mode 100644
index 000000000..224525b31
--- /dev/null
+++ b/thirdparty/ManagedLZMA/download.txt
@@ -0,0 +1 @@
+http://code.google.com/p/managed-lzma \ No newline at end of file
diff --git a/thirdparty/ManagedLZMA/license.txt b/thirdparty/ManagedLZMA/license.txt
new file mode 100644
index 000000000..57a710260
--- /dev/null
+++ b/thirdparty/ManagedLZMA/license.txt
@@ -0,0 +1,7 @@
+Copyright (c) 2011-2012 Tobias Käs
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/thirdparty/ManagedLZMA/managed-lzma.dll b/thirdparty/ManagedLZMA/managed-lzma.dll
new file mode 100755
index 000000000..f469fca8b
--- /dev/null
+++ b/thirdparty/ManagedLZMA/managed-lzma.dll
Binary files differ