| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| 7z.h | 03-Jun-2014 | 4.6K | |
| 7zAlloc.c | 03-Jun-2014 | 1.4K | |
| 7zAlloc.h | 03-Jun-2014 | 311 | |
| 7zBuf.c | 03-Jun-2014 | 501 | |
| 7zBuf.h | 03-Jun-2014 | 649 | |
| 7zCrc.c | 03-Jun-2014 | 1.7K | |
| 7zCrc.h | 03-Jun-2014 | 610 | |
| 7zCrcOpt.c | 03-Jun-2014 | 923 | |
| 7zDec.c | 03-Jun-2014 | 12.3K | |
| 7zFile.c | 03-Jun-2014 | 6.5K | |
| 7zFile.h | 03-Jun-2014 | 1.5K | |
| 7zIn.c | 03-Jun-2014 | 34K | |
| 7zr.exe | 03-Jun-2014 | 325.5K | |
| 7zStream.c | 03-Jun-2014 | 3.9K | |
| Alloc.c | 03-Jun-2014 | 2.6K | |
| Alloc.h | 03-Jun-2014 | 622 | |
| Bcj2.c | 03-Jun-2014 | 3.1K | |
| Bcj2.h | 03-Jun-2014 | 707 | |
| Bra.c | 03-Jun-2014 | 3.1K | |
| Bra.h | 03-Jun-2014 | 1.9K | |
| Bra86.c | 03-Jun-2014 | 2.1K | |
| chromium.patch | 03-Jun-2014 | 7.6K | |
| CpuArch.c | 03-Jun-2014 | 3.6K | |
| CpuArch.h | 03-Jun-2014 | 3.7K | |
| Executable/ | 03-Jun-2014 | ||
| LICENSE | 03-Jun-2014 | 41 | |
| LzFind.c | 03-Jun-2014 | 19.2K | |
| LzFind.h | 03-Jun-2014 | 3.2K | |
| LzHash.h | 03-Jun-2014 | 1.9K | |
| Lzma2Dec.c | 03-Jun-2014 | 9.7K | |
| Lzma2Dec.h | 03-Jun-2014 | 2.2K | |
| lzma_sdk.gyp | 03-Jun-2014 | 1.8K | |
| lzma_sdk.target.darwin-arm.mk | 03-Jun-2014 | 6.3K | |
| lzma_sdk.target.darwin-mips.mk | 03-Jun-2014 | 6.2K | |
| lzma_sdk.target.darwin-x86.mk | 03-Jun-2014 | 6.3K | |
| lzma_sdk.target.linux-arm.mk | 03-Jun-2014 | 6.3K | |
| lzma_sdk.target.linux-mips.mk | 03-Jun-2014 | 6.2K | |
| lzma_sdk.target.linux-x86.mk | 03-Jun-2014 | 6.3K | |
| LzmaDec.c | 03-Jun-2014 | 26.5K | |
| LzmaDec.h | 03-Jun-2014 | 6.7K | |
| LzmaEnc.c | 03-Jun-2014 | 61K | |
| LzmaEnc.h | 03-Jun-2014 | 2.8K | |
| LzmaLib.c | 03-Jun-2014 | 1.4K | |
| LzmaLib.h | 03-Jun-2014 | 4.2K | |
| README.chromium | 03-Jun-2014 | 801 | |
| Types.h | 03-Jun-2014 | 5.3K | |
1 Name: LZMA SDK 2 Short Name: lzma 3 URL: http://www.7-zip.org/sdk.html 4 Version: 9.20 5 Security Critical: yes 6 License: Public domain 7 8 Description: 9 This contains a part of LZMA SDK 9.20. 10 11 Only the C code required to open 7z archive files and uncompress LZMA 12 compression has been included. The project files have been rewritten to use 13 proper file paths and generate a static lib. 14 15 The patch in chromium.patch was applied to CpuArch.c to fix compile error on 16 32bit Linux (when compiled with -fPIC). 17 18 2013-06-14: The patch was updated to fix register corruption that can occur on 19 64-bit platforms. 20 21 2013-07-17: The patch was updated to fix register clobbering that occurred on 22 Mac builds (but in principle can occur anywhere). 23 24 An #include <stdlib.h> needs to be added to CpuArch.h to avoid a warning on 25 Win32. 26