Home | History | Annotate | only in /external/chromium_org/third_party/lzma_sdk
Up to higher level directory
NameDateSize
7z.h03-Dec-20144.6K
7zAlloc.c03-Dec-20141.4K
7zAlloc.h03-Dec-2014311
7zBuf.c03-Dec-2014501
7zBuf.h03-Dec-2014649
7zCrc.c03-Dec-20141.7K
7zCrc.h03-Dec-2014610
7zCrcOpt.c03-Dec-2014923
7zDec.c03-Dec-201412.3K
7zFile.c03-Dec-20146.5K
7zFile.h03-Dec-20141.5K
7zIn.c03-Dec-201434K
7zr.exe03-Dec-2014325.5K
7zStream.c03-Dec-20143.9K
Alloc.c03-Dec-20142.6K
Alloc.h03-Dec-2014622
Bcj2.c03-Dec-20143.1K
Bcj2.h03-Dec-2014707
Bra.c03-Dec-20143.1K
Bra.h03-Dec-20141.9K
Bra86.c03-Dec-20142.1K
BUILD.gn03-Dec-20141K
chromium.patch03-Dec-20147.6K
CpuArch.c03-Dec-20143.6K
CpuArch.h03-Dec-20143.7K
Executable/03-Dec-2014
LICENSE03-Dec-201441
LzFind.c03-Dec-201419.2K
LzFind.h03-Dec-20143.2K
LzHash.h03-Dec-20141.9K
Lzma2Dec.c03-Dec-20149.7K
Lzma2Dec.h03-Dec-20142.2K
lzma_sdk.gyp03-Dec-20141.8K
lzma_sdk.target.darwin-arm.mk03-Dec-20147.8K
lzma_sdk.target.darwin-arm64.mk03-Dec-20147.2K
lzma_sdk.target.darwin-mips.mk03-Dec-20147.5K
lzma_sdk.target.darwin-x86.mk03-Dec-20147.4K
lzma_sdk.target.darwin-x86_64.mk03-Dec-20147.4K
lzma_sdk.target.linux-arm.mk03-Dec-20147.8K
lzma_sdk.target.linux-arm64.mk03-Dec-20147.2K
lzma_sdk.target.linux-mips.mk03-Dec-20147.5K
lzma_sdk.target.linux-x86.mk03-Dec-20147.4K
lzma_sdk.target.linux-x86_64.mk03-Dec-20147.4K
LzmaDec.c03-Dec-201426.5K
LzmaDec.h03-Dec-20146.7K
LzmaEnc.c03-Dec-201461K
LzmaEnc.h03-Dec-20142.8K
LzmaLib.c03-Dec-20141.4K
LzmaLib.h03-Dec-20144.2K
README.chromium03-Dec-2014801
Types.h03-Dec-20145.3K

README.chromium

      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