Home | History | Annotate | only in /external/chromium_org/third_party/lzma_sdk
Up to higher level directory
NameDateSize
7z.h06-Dec-20134.6K
7zAlloc.c06-Dec-20131.4K
7zAlloc.h06-Dec-2013311
7zBuf.c06-Dec-2013501
7zBuf.h06-Dec-2013649
7zCrc.c06-Dec-20131.7K
7zCrc.h06-Dec-2013610
7zCrcOpt.c06-Dec-2013923
7zDec.c06-Dec-201312.3K
7zFile.c06-Dec-20136.5K
7zFile.h06-Dec-20131.5K
7zIn.c06-Dec-201334K
7zr.exe06-Dec-2013325.5K
7zStream.c06-Dec-20133.9K
Alloc.c06-Dec-20132.6K
Alloc.h06-Dec-2013622
Bcj2.c06-Dec-20133.1K
Bcj2.h06-Dec-2013707
Bra.c06-Dec-20133.1K
Bra.h06-Dec-20131.9K
Bra86.c06-Dec-20132.1K
chromium.patch06-Dec-20137.6K
CpuArch.c06-Dec-20133.6K
CpuArch.h06-Dec-20133.7K
Executable/06-Dec-2013
LICENSE06-Dec-201341
LzFind.c06-Dec-201319.2K
LzFind.h06-Dec-20133.2K
LzHash.h06-Dec-20131.9K
Lzma2Dec.c06-Dec-20139.7K
Lzma2Dec.h06-Dec-20132.2K
lzma_sdk.gyp06-Dec-20131.8K
lzma_sdk.target.darwin-arm.mk06-Dec-20136.2K
lzma_sdk.target.darwin-mips.mk06-Dec-20136.1K
lzma_sdk.target.darwin-x86.mk06-Dec-20136.2K
lzma_sdk.target.linux-arm.mk06-Dec-20136.2K
lzma_sdk.target.linux-mips.mk06-Dec-20136.1K
lzma_sdk.target.linux-x86.mk06-Dec-20136.2K
LzmaDec.c06-Dec-201326.5K
LzmaDec.h06-Dec-20136.7K
LzmaEnc.c06-Dec-201361K
LzmaEnc.h06-Dec-20132.8K
LzmaLib.c06-Dec-20131.4K
LzmaLib.h06-Dec-20134.2K
README.chromium06-Dec-2013801
Types.h06-Dec-20135.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