OSDN Git Service

add source code of 7z457
authornabeshin <nabeshin@users.sourceforge.jp>
Tue, 25 Nov 2008 08:27:24 +0000 (17:27 +0900)
committernabeshin <nabeshin@users.sourceforge.jp>
Tue, 25 Nov 2008 08:27:24 +0000 (17:27 +0900)
commit89431ba5155f98c69cfeae90e4f2e0f681134f33
tree681e716df562021a9d506634a0a8c18e92c0bb9c
parent1a5541322d7313031acd36c46b71450395457eeb
add source code of 7z457
1170 files changed:
7z457/Asm/x64/7zCrcT8U.asm [new file with mode: 0644]
7z457/Asm/x86/7zCrcT8U.asm [new file with mode: 0644]
7z457/C/7zCrc.c [new file with mode: 0644]
7z457/C/7zCrc.h [new file with mode: 0644]
7z457/C/7zCrcT8.c [new file with mode: 0644]
7z457/C/Alloc.c [new file with mode: 0644]
7z457/C/Alloc.h [new file with mode: 0644]
7z457/C/Archive/7z/7zAlloc.c [new file with mode: 0644]
7z457/C/Archive/7z/7zAlloc.h [new file with mode: 0644]
7z457/C/Archive/7z/7zBuffer.c [new file with mode: 0644]
7z457/C/Archive/7z/7zBuffer.h [new file with mode: 0644]
7z457/C/Archive/7z/7zDecode.c [new file with mode: 0644]
7z457/C/Archive/7z/7zDecode.h [new file with mode: 0644]
7z457/C/Archive/7z/7zExtract.c [new file with mode: 0644]
7z457/C/Archive/7z/7zExtract.h [new file with mode: 0644]
7z457/C/Archive/7z/7zHeader.c [new file with mode: 0644]
7z457/C/Archive/7z/7zHeader.h [new file with mode: 0644]
7z457/C/Archive/7z/7zIn.c [new file with mode: 0644]
7z457/C/Archive/7z/7zIn.h [new file with mode: 0644]
7z457/C/Archive/7z/7zItem.c [new file with mode: 0644]
7z457/C/Archive/7z/7zItem.h [new file with mode: 0644]
7z457/C/Archive/7z/7zMain.c [new file with mode: 0644]
7z457/C/Archive/7z/7zMethodID.c [new file with mode: 0644]
7z457/C/Archive/7z/7zMethodID.h [new file with mode: 0644]
7z457/C/Archive/7z/7z_C.dsp [new file with mode: 0644]
7z457/C/Archive/7z/7z_C.dsw [new file with mode: 0644]
7z457/C/Archive/7z/makefile [new file with mode: 0644]
7z457/C/Archive/7z/makefile.gcc [new file with mode: 0644]
7z457/C/Compress/Branch/BranchARM.c [new file with mode: 0644]
7z457/C/Compress/Branch/BranchARM.h [new file with mode: 0644]
7z457/C/Compress/Branch/BranchARMThumb.c [new file with mode: 0644]
7z457/C/Compress/Branch/BranchARMThumb.h [new file with mode: 0644]
7z457/C/Compress/Branch/BranchIA64.c [new file with mode: 0644]
7z457/C/Compress/Branch/BranchIA64.h [new file with mode: 0644]
7z457/C/Compress/Branch/BranchPPC.c [new file with mode: 0644]
7z457/C/Compress/Branch/BranchPPC.h [new file with mode: 0644]
7z457/C/Compress/Branch/BranchSPARC.c [new file with mode: 0644]
7z457/C/Compress/Branch/BranchSPARC.h [new file with mode: 0644]
7z457/C/Compress/Branch/BranchTypes.h [new file with mode: 0644]
7z457/C/Compress/Branch/BranchX86.c [new file with mode: 0644]
7z457/C/Compress/Branch/BranchX86.h [new file with mode: 0644]
7z457/C/Compress/Branch/BranchX86_2.c [new file with mode: 0644]
7z457/C/Compress/Branch/BranchX86_2.h [new file with mode: 0644]
7z457/C/Compress/Huffman/HuffmanEncode.c [new file with mode: 0644]
7z457/C/Compress/Huffman/HuffmanEncode.h [new file with mode: 0644]
7z457/C/Compress/Lz/LzHash.h [new file with mode: 0644]
7z457/C/Compress/Lz/MatchFinder.c [new file with mode: 0644]
7z457/C/Compress/Lz/MatchFinder.h [new file with mode: 0644]
7z457/C/Compress/Lz/MatchFinderMt.c [new file with mode: 0644]
7z457/C/Compress/Lz/MatchFinderMt.h [new file with mode: 0644]
7z457/C/Compress/Lzma/LzmaDecode.c [new file with mode: 0644]
7z457/C/Compress/Lzma/LzmaDecode.h [new file with mode: 0644]
7z457/C/Compress/Lzma/LzmaDecodeSize.c [new file with mode: 0644]
7z457/C/Compress/Lzma/LzmaStateDecode.c [new file with mode: 0644]
7z457/C/Compress/Lzma/LzmaStateDecode.h [new file with mode: 0644]
7z457/C/Compress/Lzma/LzmaStateTest.c [new file with mode: 0644]
7z457/C/Compress/Lzma/LzmaTest.c [new file with mode: 0644]
7z457/C/Compress/Lzma/LzmaTypes.h [new file with mode: 0644]
7z457/C/CpuArch.h [new file with mode: 0644]
7z457/C/Crypto/Aes.c [new file with mode: 0644]
7z457/C/Crypto/Aes.h [new file with mode: 0644]
7z457/C/IStream.h [new file with mode: 0644]
7z457/C/Sort.c [new file with mode: 0644]
7z457/C/Sort.h [new file with mode: 0644]
7z457/C/Threads.c [new file with mode: 0644]
7z457/C/Threads.h [new file with mode: 0644]
7z457/C/Types.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/7z.dsp [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/7z.dsw [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/7z.ico [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/7zCompressionMode.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/7zCompressionMode.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/7zDecode.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/7zDecode.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/7zEncode.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/7zEncode.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/7zExtract.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/7zFolderInStream.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/7zFolderInStream.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/7zFolderOutStream.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/7zFolderOutStream.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/7zHandler.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/7zHandler.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/7zHandlerOut.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/7zHeader.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/7zHeader.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/7zIn.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/7zIn.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/7zItem.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/7zOut.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/7zOut.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/7zProperties.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/7zProperties.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/7zRegister.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/7zSpecStream.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/7zSpecStream.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/7zUpdate.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/7zUpdate.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/makefile [new file with mode: 0644]
7z457/CPP/7zip/Archive/7z/resource.rc [new file with mode: 0644]
7z457/CPP/7zip/Archive/Archive.def [new file with mode: 0644]
7z457/CPP/7zip/Archive/Archive2.def [new file with mode: 0644]
7z457/CPP/7zip/Archive/ArchiveExports.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Arj/ArjHandler.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Arj/ArjHandler.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Arj/ArjHeader.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Arj/ArjIn.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Arj/ArjIn.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Arj/ArjItem.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Arj/ArjRegister.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Arj/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Arj/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Arj/arj.ico [new file with mode: 0644]
7z457/CPP/7zip/Archive/BZip2/BZip2Handler.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/BZip2/BZip2Handler.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/BZip2/BZip2HandlerOut.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/BZip2/BZip2Item.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/BZip2/BZip2Update.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/BZip2/BZip2Update.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/BZip2/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/BZip2/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/BZip2/bz2.ico [new file with mode: 0644]
7z457/CPP/7zip/Archive/BZip2/bz2Register.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Cab/CabBlockInStream.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Cab/CabBlockInStream.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Cab/CabHandler.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Cab/CabHandler.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Cab/CabHeader.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Cab/CabHeader.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Cab/CabIn.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Cab/CabIn.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Cab/CabItem.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Cab/CabRegister.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Cab/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Cab/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Cab/cab.ico [new file with mode: 0644]
7z457/CPP/7zip/Archive/Chm/ChmHandler.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Chm/ChmHandler.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Chm/ChmHeader.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Chm/ChmHeader.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Chm/ChmIn.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Chm/ChmIn.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Chm/ChmRegister.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Chm/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Chm/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Com/ComHandler.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Com/ComHandler.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Com/ComIn.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Com/ComIn.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Com/ComRegister.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Common/CoderMixer.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Common/CoderMixer.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Common/CoderMixer2.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Common/CoderMixer2.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Common/CoderMixer2MT.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Common/CoderMixer2MT.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Common/CoderMixer2ST.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Common/CoderMixer2ST.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Common/CoderMixerMT.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Common/CoderMixerMT.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Common/CrossThreadProgress.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Common/CrossThreadProgress.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Common/DummyOutStream.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Common/DummyOutStream.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Common/HandlerOut.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Common/HandlerOut.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Common/InStreamWithCRC.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Common/InStreamWithCRC.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Common/ItemNameUtils.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Common/ItemNameUtils.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Common/MultiStream.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Common/MultiStream.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Common/OutStreamWithCRC.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Common/OutStreamWithCRC.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Common/OutStreamWithSha1.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Common/OutStreamWithSha1.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Common/ParseProperties.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Common/ParseProperties.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Common/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Cpio/CpioHandler.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Cpio/CpioHandler.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Cpio/CpioHeader.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Cpio/CpioHeader.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Cpio/CpioIn.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Cpio/CpioIn.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Cpio/CpioItem.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Cpio/CpioRegister.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Cpio/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Cpio/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Cpio/cpio.ico [new file with mode: 0644]
7z457/CPP/7zip/Archive/Deb/DebHandler.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Deb/DebHandler.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Deb/DebHeader.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Deb/DebHeader.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Deb/DebIn.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Deb/DebIn.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Deb/DebItem.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Deb/DebRegister.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Deb/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Deb/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Deb/deb.ico [new file with mode: 0644]
7z457/CPP/7zip/Archive/DllExports.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/DllExports2.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/GZip/GZipHandler.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/GZip/GZipHandler.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/GZip/GZipHandlerOut.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/GZip/GZipHeader.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/GZip/GZipHeader.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/GZip/GZipIn.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/GZip/GZipIn.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/GZip/GZipItem.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/GZip/GZipOut.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/GZip/GZipOut.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/GZip/GZipRegister.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/GZip/GZipUpdate.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/GZip/GZipUpdate.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/GZip/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/GZip/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/GZip/gz.ico [new file with mode: 0644]
7z457/CPP/7zip/Archive/IArchive.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Iso/Iso.ico [new file with mode: 0644]
7z457/CPP/7zip/Archive/Iso/IsoHandler.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Iso/IsoHandler.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Iso/IsoHeader.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Iso/IsoHeader.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Iso/IsoIn.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Iso/IsoIn.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Iso/IsoItem.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Iso/IsoRegister.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Iso/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Iso/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Lzh/LzhCRC.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Lzh/LzhCRC.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Lzh/LzhHandler.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Lzh/LzhHandler.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Lzh/LzhHeader.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Lzh/LzhIn.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Lzh/LzhIn.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Lzh/LzhItem.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Lzh/LzhOutStreamWithCRC.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Lzh/LzhOutStreamWithCRC.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Lzh/LzhRegister.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Lzh/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Lzh/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Lzh/lzh.ico [new file with mode: 0644]
7z457/CPP/7zip/Archive/Nsis/NsisDecode.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Nsis/NsisDecode.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Nsis/NsisHandler.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Nsis/NsisHandler.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Nsis/NsisIn.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Nsis/NsisIn.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Nsis/NsisRegister.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Nsis/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Nsis/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/RPM/RpmHandler.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/RPM/RpmHandler.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/RPM/RpmHeader.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/RPM/RpmIn.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/RPM/RpmIn.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/RPM/RpmRegister.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/RPM/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/RPM/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/RPM/rpm.ico [new file with mode: 0644]
7z457/CPP/7zip/Archive/Rar/RarHandler.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Rar/RarHandler.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Rar/RarHeader.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Rar/RarHeader.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Rar/RarIn.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Rar/RarIn.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Rar/RarItem.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Rar/RarItem.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Rar/RarRegister.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Rar/RarVolumeInStream.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Rar/RarVolumeInStream.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Rar/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Rar/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Rar/rar.ico [new file with mode: 0644]
7z457/CPP/7zip/Archive/Split/Split.ico [new file with mode: 0644]
7z457/CPP/7zip/Archive/Split/SplitHandler.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Split/SplitHandler.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Split/SplitHandlerOut.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Split/SplitRegister.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Split/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Split/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Tar/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Tar/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Tar/TarHandler.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Tar/TarHandler.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Tar/TarHandlerOut.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Tar/TarHeader.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Tar/TarHeader.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Tar/TarIn.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Tar/TarIn.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Tar/TarItem.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Tar/TarOut.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Tar/TarOut.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Tar/TarRegister.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Tar/TarUpdate.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Tar/TarUpdate.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Tar/tar.ico [new file with mode: 0644]
7z457/CPP/7zip/Archive/Wim/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Wim/WimHandler.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Wim/WimHandler.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Wim/WimIn.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Wim/WimIn.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Wim/WimRegister.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Wim/wim.ico [new file with mode: 0644]
7z457/CPP/7zip/Archive/Z/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Z/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Z/Z.ico [new file with mode: 0644]
7z457/CPP/7zip/Archive/Z/ZHandler.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Z/ZHandler.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Z/ZRegister.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Zip/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Zip/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Zip/ZipAddCommon.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Zip/ZipAddCommon.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Zip/ZipCompressionMode.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Zip/ZipHandler.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Zip/ZipHandler.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Zip/ZipHandlerOut.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Zip/ZipHeader.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Zip/ZipHeader.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Zip/ZipIn.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Zip/ZipIn.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Zip/ZipItem.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Zip/ZipItem.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Zip/ZipItemEx.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Zip/ZipOut.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Zip/ZipOut.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Zip/ZipRegister.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Zip/ZipUpdate.cpp [new file with mode: 0644]
7z457/CPP/7zip/Archive/Zip/ZipUpdate.h [new file with mode: 0644]
7z457/CPP/7zip/Archive/Zip/zip.ico [new file with mode: 0644]
7z457/CPP/7zip/Archive/makefile [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Alone/Alone.dsp [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Alone/Alone.dsw [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Alone/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Alone/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Alone/afxres.h [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Alone/makefile [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Alone/resource.rc [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Alone7z/Alone.dsp [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Alone7z/Alone.dsw [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Alone7z/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Alone7z/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Alone7z/makefile [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Alone7z/resource.rc [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Format7z/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Format7z/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Format7z/makefile [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Format7z/resource.rc [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Format7zExtract/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Format7zExtract/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Format7zExtract/makefile [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Format7zExtract/resource.rc [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Format7zExtractR/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Format7zExtractR/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Format7zExtractR/makefile [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Format7zExtractR/resource.rc [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Format7zF/Format7z.dsp [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Format7zF/Format7z.dsw [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Format7zF/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Format7zF/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Format7zF/makefile [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Format7zF/resource.rc [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Format7zR/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Format7zR/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Format7zR/makefile [new file with mode: 0644]
7z457/CPP/7zip/Bundles/Format7zR/resource.rc [new file with mode: 0644]
7z457/CPP/7zip/Bundles/SFXCon/7z.ico [new file with mode: 0644]
7z457/CPP/7zip/Bundles/SFXCon/Main.cpp [new file with mode: 0644]
7z457/CPP/7zip/Bundles/SFXCon/SFXCon.dsp [new file with mode: 0644]
7z457/CPP/7zip/Bundles/SFXCon/SFXCon.dsw [new file with mode: 0644]
7z457/CPP/7zip/Bundles/SFXCon/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Bundles/SFXCon/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Bundles/SFXCon/makefile [new file with mode: 0644]
7z457/CPP/7zip/Bundles/SFXCon/resource.rc [new file with mode: 0644]
7z457/CPP/7zip/Bundles/SFXSetup/ExtractCallback.cpp [new file with mode: 0644]
7z457/CPP/7zip/Bundles/SFXSetup/ExtractCallback.h [new file with mode: 0644]
7z457/CPP/7zip/Bundles/SFXSetup/ExtractEngine.cpp [new file with mode: 0644]
7z457/CPP/7zip/Bundles/SFXSetup/ExtractEngine.h [new file with mode: 0644]
7z457/CPP/7zip/Bundles/SFXSetup/Main.cpp [new file with mode: 0644]
7z457/CPP/7zip/Bundles/SFXSetup/SFXSetup.dsp [new file with mode: 0644]
7z457/CPP/7zip/Bundles/SFXSetup/SFXSetup.dsw [new file with mode: 0644]
7z457/CPP/7zip/Bundles/SFXSetup/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Bundles/SFXSetup/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Bundles/SFXSetup/makefile [new file with mode: 0644]
7z457/CPP/7zip/Bundles/SFXSetup/resource.h [new file with mode: 0644]
7z457/CPP/7zip/Bundles/SFXSetup/resource.rc [new file with mode: 0644]
7z457/CPP/7zip/Bundles/SFXSetup/setup.ico [new file with mode: 0644]
7z457/CPP/7zip/Bundles/SFXWin/7z.ico [new file with mode: 0644]
7z457/CPP/7zip/Bundles/SFXWin/Main.cpp [new file with mode: 0644]
7z457/CPP/7zip/Bundles/SFXWin/SFXWin.dsp [new file with mode: 0644]
7z457/CPP/7zip/Bundles/SFXWin/SFXWin.dsw [new file with mode: 0644]
7z457/CPP/7zip/Bundles/SFXWin/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Bundles/SFXWin/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Bundles/SFXWin/makefile [new file with mode: 0644]
7z457/CPP/7zip/Bundles/SFXWin/resource.h [new file with mode: 0644]
7z457/CPP/7zip/Bundles/SFXWin/resource.rc [new file with mode: 0644]
7z457/CPP/7zip/Bundles/makefile [new file with mode: 0644]
7z457/CPP/7zip/Common/CreateCoder.cpp [new file with mode: 0644]
7z457/CPP/7zip/Common/CreateCoder.h [new file with mode: 0644]
7z457/CPP/7zip/Common/FilePathAutoRename.cpp [new file with mode: 0644]
7z457/CPP/7zip/Common/FilePathAutoRename.h [new file with mode: 0644]
7z457/CPP/7zip/Common/FileStreams.cpp [new file with mode: 0644]
7z457/CPP/7zip/Common/FileStreams.h [new file with mode: 0644]
7z457/CPP/7zip/Common/FilterCoder.cpp [new file with mode: 0644]
7z457/CPP/7zip/Common/FilterCoder.h [new file with mode: 0644]
7z457/CPP/7zip/Common/InBuffer.cpp [new file with mode: 0644]
7z457/CPP/7zip/Common/InBuffer.h [new file with mode: 0644]
7z457/CPP/7zip/Common/InMemStream.cpp [new file with mode: 0644]
7z457/CPP/7zip/Common/InMemStream.h [new file with mode: 0644]
7z457/CPP/7zip/Common/InOutTempBuffer.cpp [new file with mode: 0644]
7z457/CPP/7zip/Common/InOutTempBuffer.h [new file with mode: 0644]
7z457/CPP/7zip/Common/LSBFDecoder.cpp [new file with mode: 0644]
7z457/CPP/7zip/Common/LSBFDecoder.h [new file with mode: 0644]
7z457/CPP/7zip/Common/LSBFEncoder.cpp [new file with mode: 0644]
7z457/CPP/7zip/Common/LSBFEncoder.h [new file with mode: 0644]
7z457/CPP/7zip/Common/LimitedStreams.cpp [new file with mode: 0644]
7z457/CPP/7zip/Common/LimitedStreams.h [new file with mode: 0644]
7z457/CPP/7zip/Common/LockedStream.cpp [new file with mode: 0644]
7z457/CPP/7zip/Common/LockedStream.h [new file with mode: 0644]
7z457/CPP/7zip/Common/MSBFDecoder.h [new file with mode: 0644]
7z457/CPP/7zip/Common/MSBFEncoder.h [new file with mode: 0644]
7z457/CPP/7zip/Common/MemBlocks.cpp [new file with mode: 0644]
7z457/CPP/7zip/Common/MemBlocks.h [new file with mode: 0644]
7z457/CPP/7zip/Common/MethodId.cpp [new file with mode: 0644]
7z457/CPP/7zip/Common/MethodId.h [new file with mode: 0644]
7z457/CPP/7zip/Common/MethodProps.cpp [new file with mode: 0644]
7z457/CPP/7zip/Common/MethodProps.h [new file with mode: 0644]
7z457/CPP/7zip/Common/OffsetStream.cpp [new file with mode: 0644]
7z457/CPP/7zip/Common/OffsetStream.h [new file with mode: 0644]
7z457/CPP/7zip/Common/OutBuffer.cpp [new file with mode: 0644]
7z457/CPP/7zip/Common/OutBuffer.h [new file with mode: 0644]
7z457/CPP/7zip/Common/OutMemStream.cpp [new file with mode: 0644]
7z457/CPP/7zip/Common/OutMemStream.h [new file with mode: 0644]
7z457/CPP/7zip/Common/ProgressMt.cpp [new file with mode: 0644]
7z457/CPP/7zip/Common/ProgressMt.h [new file with mode: 0644]
7z457/CPP/7zip/Common/ProgressUtils.cpp [new file with mode: 0644]
7z457/CPP/7zip/Common/ProgressUtils.h [new file with mode: 0644]
7z457/CPP/7zip/Common/RegisterArc.h [new file with mode: 0644]
7z457/CPP/7zip/Common/RegisterCodec.h [new file with mode: 0644]
7z457/CPP/7zip/Common/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Common/StreamBinder.cpp [new file with mode: 0644]
7z457/CPP/7zip/Common/StreamBinder.h [new file with mode: 0644]
7z457/CPP/7zip/Common/StreamObjects.cpp [new file with mode: 0644]
7z457/CPP/7zip/Common/StreamObjects.h [new file with mode: 0644]
7z457/CPP/7zip/Common/StreamUtils.cpp [new file with mode: 0644]
7z457/CPP/7zip/Common/StreamUtils.h [new file with mode: 0644]
7z457/CPP/7zip/Common/VirtThread.cpp [new file with mode: 0644]
7z457/CPP/7zip/Common/VirtThread.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Arj/ArjDecoder1.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Arj/ArjDecoder1.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Arj/ArjDecoder2.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Arj/ArjDecoder2.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Arj/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/BWT/BlockSort.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/BWT/BlockSort.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/BWT/Mtf8.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/BWT/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/BZip2/BZip2.dsp [new file with mode: 0644]
7z457/CPP/7zip/Compress/BZip2/BZip2.dsw [new file with mode: 0644]
7z457/CPP/7zip/Compress/BZip2/BZip2CRC.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/BZip2/BZip2CRC.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/BZip2/BZip2Const.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/BZip2/BZip2Decoder.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/BZip2/BZip2Decoder.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/BZip2/BZip2Encoder.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/BZip2/BZip2Encoder.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/BZip2/BZip2Register.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/BZip2/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/BZip2/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/BZip2/makefile [new file with mode: 0644]
7z457/CPP/7zip/Compress/BZip2/resource.rc [new file with mode: 0644]
7z457/CPP/7zip/Compress/Branch/ARM.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Branch/ARM.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Branch/ARMThumb.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Branch/ARMThumb.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Branch/BCJ2Register.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Branch/BCJRegister.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Branch/Branch.dsp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Branch/Branch.dsw [new file with mode: 0644]
7z457/CPP/7zip/Compress/Branch/BranchCoder.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Branch/BranchCoder.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Branch/BranchRegister.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Branch/IA64.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Branch/IA64.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Branch/PPC.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Branch/PPC.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Branch/SPARC.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Branch/SPARC.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Branch/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Branch/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Branch/makefile [new file with mode: 0644]
7z457/CPP/7zip/Compress/Branch/resource.rc [new file with mode: 0644]
7z457/CPP/7zip/Compress/Branch/x86.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Branch/x86.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Branch/x86_2.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Branch/x86_2.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/ByteSwap/ByteSwap.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/ByteSwap/ByteSwap.dsp [new file with mode: 0644]
7z457/CPP/7zip/Compress/ByteSwap/ByteSwap.dsw [new file with mode: 0644]
7z457/CPP/7zip/Compress/ByteSwap/ByteSwap.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/ByteSwap/ByteSwapRegister.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/ByteSwap/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/ByteSwap/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/ByteSwap/makefile [new file with mode: 0644]
7z457/CPP/7zip/Compress/ByteSwap/resource.rc [new file with mode: 0644]
7z457/CPP/7zip/Compress/Codec.def [new file with mode: 0644]
7z457/CPP/7zip/Compress/CodecExports.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Copy/Copy.dsp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Copy/Copy.dsw [new file with mode: 0644]
7z457/CPP/7zip/Compress/Copy/CopyCoder.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Copy/CopyCoder.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Copy/CopyRegister.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Copy/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Copy/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Copy/makefile [new file with mode: 0644]
7z457/CPP/7zip/Compress/Copy/resource.rc [new file with mode: 0644]
7z457/CPP/7zip/Compress/Deflate/Deflate.dsp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Deflate/Deflate.dsw [new file with mode: 0644]
7z457/CPP/7zip/Compress/Deflate/Deflate64Register.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Deflate/DeflateConst.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Deflate/DeflateDecoder.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Deflate/DeflateDecoder.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Deflate/DeflateEncoder.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Deflate/DeflateEncoder.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Deflate/DeflateNsisRegister.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Deflate/DeflateRegister.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Deflate/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Deflate/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Deflate/makefile [new file with mode: 0644]
7z457/CPP/7zip/Compress/Deflate/resource.rc [new file with mode: 0644]
7z457/CPP/7zip/Compress/DllExports.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/DllExports2.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Huffman/HuffmanDecoder.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Huffman/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Implode/ImplodeDecoder.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Implode/ImplodeDecoder.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Implode/ImplodeHuffmanDecoder.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Implode/ImplodeHuffmanDecoder.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Implode/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Implode/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/LZ/LZOutWindow.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/LZ/LZOutWindow.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/LZ/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/LZMA/LZMA.dsp [new file with mode: 0644]
7z457/CPP/7zip/Compress/LZMA/LZMA.dsw [new file with mode: 0644]
7z457/CPP/7zip/Compress/LZMA/LZMA.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/LZMA/LZMADecoder.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/LZMA/LZMADecoder.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/LZMA/LZMAEncoder.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/LZMA/LZMAEncoder.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/LZMA/LZMARegister.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/LZMA/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/LZMA/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/LZMA/makefile [new file with mode: 0644]
7z457/CPP/7zip/Compress/LZMA/resource.rc [new file with mode: 0644]
7z457/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsp [new file with mode: 0644]
7z457/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsw [new file with mode: 0644]
7z457/CPP/7zip/Compress/LZMA_Alone/LzmaAlone.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/LZMA_Alone/LzmaBench.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/LZMA_Alone/LzmaBench.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/LZMA_Alone/LzmaRam.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/LZMA_Alone/LzmaRam.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/LZMA_Alone/LzmaRamDecode.c [new file with mode: 0644]
7z457/CPP/7zip/Compress/LZMA_Alone/LzmaRamDecode.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/LZMA_Alone/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/LZMA_Alone/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/LZMA_Alone/makefile [new file with mode: 0644]
7z457/CPP/7zip/Compress/LZMA_Alone/makefile.gcc [new file with mode: 0644]
7z457/CPP/7zip/Compress/Lzh/LzhDecoder.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Lzh/LzhDecoder.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Lzx/Lzx.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Lzx/Lzx86Converter.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Lzx/Lzx86Converter.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Lzx/LzxDecoder.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Lzx/LzxDecoder.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Lzx/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/PPMD/PPMD.dsp [new file with mode: 0644]
7z457/CPP/7zip/Compress/PPMD/PPMD.dsw [new file with mode: 0644]
7z457/CPP/7zip/Compress/PPMD/PPMDContext.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/PPMD/PPMDDecode.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/PPMD/PPMDDecoder.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/PPMD/PPMDDecoder.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/PPMD/PPMDEncode.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/PPMD/PPMDEncoder.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/PPMD/PPMDEncoder.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/PPMD/PPMDRegister.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/PPMD/PPMDSubAlloc.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/PPMD/PPMDType.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/PPMD/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/PPMD/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/PPMD/makefile [new file with mode: 0644]
7z457/CPP/7zip/Compress/PPMD/resource.rc [new file with mode: 0644]
7z457/CPP/7zip/Compress/Quantum/QuantumDecoder.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Quantum/QuantumDecoder.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Quantum/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/RangeCoder/RangeCoder.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/RangeCoder/RangeCoderBit.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/RangeCoder/RangeCoderBit.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/RangeCoder/RangeCoderBitTree.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/RangeCoder/RangeCoderOpt.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/RangeCoder/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Rar/Rar1Decoder.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Rar/Rar1Decoder.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Rar/Rar29.dsp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Rar/Rar29.dsw [new file with mode: 0644]
7z457/CPP/7zip/Compress/Rar/Rar2Decoder.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Rar/Rar2Decoder.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Rar/Rar3Decoder.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Rar/Rar3Decoder.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Rar/Rar3Vm.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Rar/Rar3Vm.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Rar/RarCodecsRegister.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Rar/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Rar/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Rar/makefile [new file with mode: 0644]
7z457/CPP/7zip/Compress/Rar/resource.rc [new file with mode: 0644]
7z457/CPP/7zip/Compress/Shrink/ShrinkDecoder.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Shrink/ShrinkDecoder.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Shrink/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Shrink/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Z/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Z/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/Z/ZDecoder.cpp [new file with mode: 0644]
7z457/CPP/7zip/Compress/Z/ZDecoder.h [new file with mode: 0644]
7z457/CPP/7zip/Compress/makefile [new file with mode: 0644]
7z457/CPP/7zip/Crc.mak [new file with mode: 0644]
7z457/CPP/7zip/Crc2.mak [new file with mode: 0644]
7z457/CPP/7zip/Crypto/7zAES/7zAES.cpp [new file with mode: 0644]
7z457/CPP/7zip/Crypto/7zAES/7zAES.h [new file with mode: 0644]
7z457/CPP/7zip/Crypto/7zAES/7zAESRegister.cpp [new file with mode: 0644]
7z457/CPP/7zip/Crypto/7zAES/DllExports.cpp [new file with mode: 0644]
7z457/CPP/7zip/Crypto/7zAES/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Crypto/7zAES/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Crypto/AES/MyAES.cpp [new file with mode: 0644]
7z457/CPP/7zip/Crypto/AES/MyAES.h [new file with mode: 0644]
7z457/CPP/7zip/Crypto/AES/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Crypto/AES/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Crypto/Codec.def [new file with mode: 0644]
7z457/CPP/7zip/Crypto/Hash/HmacSha1.cpp [new file with mode: 0644]
7z457/CPP/7zip/Crypto/Hash/HmacSha1.h [new file with mode: 0644]
7z457/CPP/7zip/Crypto/Hash/Pbkdf2HmacSha1.cpp [new file with mode: 0644]
7z457/CPP/7zip/Crypto/Hash/Pbkdf2HmacSha1.h [new file with mode: 0644]
7z457/CPP/7zip/Crypto/Hash/RandGen.cpp [new file with mode: 0644]
7z457/CPP/7zip/Crypto/Hash/RandGen.h [new file with mode: 0644]
7z457/CPP/7zip/Crypto/Hash/RotateDefs.h [new file with mode: 0644]
7z457/CPP/7zip/Crypto/Hash/Sha1.cpp [new file with mode: 0644]
7z457/CPP/7zip/Crypto/Hash/Sha1.h [new file with mode: 0644]
7z457/CPP/7zip/Crypto/Hash/Sha256.cpp [new file with mode: 0644]
7z457/CPP/7zip/Crypto/Hash/Sha256.h [new file with mode: 0644]
7z457/CPP/7zip/Crypto/Hash/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Crypto/Rar20/Rar20Cipher.cpp [new file with mode: 0644]
7z457/CPP/7zip/Crypto/Rar20/Rar20Cipher.h [new file with mode: 0644]
7z457/CPP/7zip/Crypto/Rar20/Rar20Crypto.cpp [new file with mode: 0644]
7z457/CPP/7zip/Crypto/Rar20/Rar20Crypto.h [new file with mode: 0644]
7z457/CPP/7zip/Crypto/Rar20/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Crypto/RarAES/RarAES.cpp [new file with mode: 0644]
7z457/CPP/7zip/Crypto/RarAES/RarAES.h [new file with mode: 0644]
7z457/CPP/7zip/Crypto/RarAES/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Crypto/WzAES/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/Crypto/WzAES/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Crypto/WzAES/WzAES.cpp [new file with mode: 0644]
7z457/CPP/7zip/Crypto/WzAES/WzAES.h [new file with mode: 0644]
7z457/CPP/7zip/Crypto/Zip/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/Crypto/Zip/ZipCipher.cpp [new file with mode: 0644]
7z457/CPP/7zip/Crypto/Zip/ZipCipher.h [new file with mode: 0644]
7z457/CPP/7zip/Crypto/Zip/ZipCrypto.cpp [new file with mode: 0644]
7z457/CPP/7zip/Crypto/Zip/ZipCrypto.h [new file with mode: 0644]
7z457/CPP/7zip/Crypto/makefile [new file with mode: 0644]
7z457/CPP/7zip/GuiCommon.rc [new file with mode: 0644]
7z457/CPP/7zip/Guid.txt [new file with mode: 0644]
7z457/CPP/7zip/ICoder.h [new file with mode: 0644]
7z457/CPP/7zip/IDecl.h [new file with mode: 0644]
7z457/CPP/7zip/IPassword.h [new file with mode: 0644]
7z457/CPP/7zip/IProgress.h [new file with mode: 0644]
7z457/CPP/7zip/IStream.h [new file with mode: 0644]
7z457/CPP/7zip/MyVersion.h [new file with mode: 0644]
7z457/CPP/7zip/MyVersionInfo.rc [new file with mode: 0644]
7z457/CPP/7zip/PropID.h [new file with mode: 0644]
7z457/CPP/7zip/SubBuild.mak [new file with mode: 0644]
7z457/CPP/7zip/UI/Agent/Agent.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Agent/Agent.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Agent/AgentOut.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Agent/AgentProxy.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Agent/AgentProxy.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Agent/ArchiveFolder.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Agent/ArchiveFolderOpen.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Agent/ArchiveFolderOut.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Agent/IFolderArchive.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Agent/UpdateCallbackAgent.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Agent/UpdateCallbackAgent.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Client7z/Client7z.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Client7z/Client7z.dsp [new file with mode: 0644]
7z457/CPP/7zip/UI/Client7z/Client7z.dsw [new file with mode: 0644]
7z457/CPP/7zip/UI/Client7z/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Client7z/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Client7z/makefile [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/ArchiveCommandLine.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/ArchiveCommandLine.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/ArchiveExtractCallback.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/ArchiveName.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/ArchiveName.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/ArchiveOpenCallback.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/ArchiveOpenCallback.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/CompressCall.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/CompressCall.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/DefaultName.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/DefaultName.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/DirItem.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/EnumDirItems.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/EnumDirItems.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/ExitCode.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/Extract.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/Extract.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/ExtractMode.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/ExtractingFilePath.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/ExtractingFilePath.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/HandlerLoader.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/IFileExtractCallback.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/LoadCodecs.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/LoadCodecs.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/OpenArchive.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/OpenArchive.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/PropIDUtils.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/PropIDUtils.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/Property.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/SetProperties.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/SetProperties.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/SortUtils.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/SortUtils.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/TempFiles.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/TempFiles.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/Update.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/Update.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/UpdateAction.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/UpdateAction.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/UpdateCallback.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/UpdateCallback.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/UpdatePair.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/UpdatePair.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/UpdateProduce.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/UpdateProduce.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/WorkDir.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/WorkDir.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/ZipRegistry.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Common/ZipRegistry.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Console/Console.dsp [new file with mode: 0644]
7z457/CPP/7zip/UI/Console/Console.dsw [new file with mode: 0644]
7z457/CPP/7zip/UI/Console/ConsoleClose.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Console/ConsoleClose.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Console/ExtractCallbackConsole.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Console/ExtractCallbackConsole.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Console/List.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Console/List.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Console/Main.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Console/MainAr.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Console/OpenCallbackConsole.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Console/OpenCallbackConsole.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Console/PercentPrinter.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Console/PercentPrinter.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Console/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Console/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Console/UpdateCallbackConsole.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Console/UpdateCallbackConsole.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Console/UserInputUtils.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Console/UserInputUtils.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Console/afxres.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Console/makefile [new file with mode: 0644]
7z457/CPP/7zip/UI/Console/resource.rc [new file with mode: 0644]
7z457/CPP/7zip/UI/Explorer/7-zip.dll.manifest [new file with mode: 0644]
7z457/CPP/7zip/UI/Explorer/ContextMenu.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Explorer/ContextMenu.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Explorer/ContextMenuFlags.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Explorer/DllExports.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Explorer/Explorer.def [new file with mode: 0644]
7z457/CPP/7zip/UI/Explorer/Explorer.dsp [new file with mode: 0644]
7z457/CPP/7zip/UI/Explorer/Explorer.dsw [new file with mode: 0644]
7z457/CPP/7zip/UI/Explorer/FoldersPage.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Explorer/FoldersPage.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Explorer/FoldersPage.rc [new file with mode: 0644]
7z457/CPP/7zip/UI/Explorer/FoldersPageRes.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Explorer/MyMessages.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Explorer/MyMessages.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Explorer/OptionsDialog.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Explorer/OptionsDialog.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Explorer/RegistryContextMenu.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Explorer/RegistryContextMenu.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Explorer/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Explorer/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Explorer/SystemPage.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Explorer/SystemPage.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Explorer/SystemPage.rc [new file with mode: 0644]
7z457/CPP/7zip/UI/Explorer/SystemPageRes.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Explorer/makefile [new file with mode: 0644]
7z457/CPP/7zip/UI/Explorer/resource.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Explorer/resource.rc [new file with mode: 0644]
7z457/CPP/7zip/UI/Far/CLSIDConst.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Far/ExtractEngine.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Far/ExtractEngine.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Far/Far.def [new file with mode: 0644]
7z457/CPP/7zip/UI/Far/Far.dsp [new file with mode: 0644]
7z457/CPP/7zip/UI/Far/Far.dsw [new file with mode: 0644]
7z457/CPP/7zip/UI/Far/FarPlugin.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Far/FarUtils.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Far/FarUtils.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Far/Main.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Far/Messages.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Far/OverwriteDialog.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Far/OverwriteDialog.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Far/Plugin.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Far/Plugin.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Far/PluginCommon.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Far/PluginDelete.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Far/PluginRead.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Far/PluginWrite.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Far/ProgressBox.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Far/ProgressBox.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Far/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Far/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Far/UpdateCallback100.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/Far/UpdateCallback100.h [new file with mode: 0644]
7z457/CPP/7zip/UI/Far/makefile [new file with mode: 0644]
7z457/CPP/7zip/UI/Far/resource.rc [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/7zFM.exe.manifest [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/7zipLogo.ico [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/AboutDialog.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/AboutDialog.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/AboutDialog.rc [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/AboutDialogRes.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/Add.bmp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/Add2.bmp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/App.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/App.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/AppState.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/ClassDefs.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/ComboDialog.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/ComboDialog.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/ComboDialog.rc [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/ComboDialogRes.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/Copy.bmp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/Copy2.bmp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/CopyDialog.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/CopyDialog.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/CopyDialog.rc [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/CopyDialogRes.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/Delete.bmp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/Delete2.bmp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/EditPage.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/EditPage.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/EditPage.rc [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/EditPageRes.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/EnumFormatEtc.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/EnumFormatEtc.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/Extract.bmp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/Extract2.bmp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/ExtractCallback.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/ExtractCallback.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/FM.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/FM.dsp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/FM.dsw [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/FM.ico [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/FSDrives.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/FSDrives.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/FSFolder.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/FSFolder.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/FSFolderCopy.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/FileFolderPluginOpen.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/FileFolderPluginOpen.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/FilePlugins.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/FilePlugins.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/FormatUtils.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/FormatUtils.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/HelpUtils.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/HelpUtils.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/IFolder.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/Info.bmp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/Info2.bmp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/LangPage.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/LangPage.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/LangPage.rc [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/LangPageRes.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/LangUtils.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/LangUtils.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/ListViewDialog.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/ListViewDialog.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/ListViewDialog.rc [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/ListViewDialogRes.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/MessagesDialog.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/MessagesDialog.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/MessagesDialog.rc [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/MessagesDialogRes.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/Move.bmp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/Move2.bmp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/MyCom2.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/MyLoadMenu.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/MyLoadMenu.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/NetFolder.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/NetFolder.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/OpenCallback.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/OpenCallback.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/OptionsDialog.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/OverwriteDialog.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/OverwriteDialog.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/OverwriteDialog.rc [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/OverwriteDialogRes.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/Panel.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/Panel.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/PanelCopy.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/PanelCrc.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/PanelDrag.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/PanelFolderChange.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/PanelItemOpen.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/PanelItems.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/PanelKey.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/PanelListNotify.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/PanelMenu.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/PanelOperations.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/PanelSelect.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/PanelSort.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/PanelSplitFile.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/PasswordDialog.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/PasswordDialog.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/PasswordDialog.rc [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/PasswordDialogRes.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/PhysDriveFolder.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/PhysDriveFolder.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/PluginInterface.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/PluginLoader.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/PluginsPage.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/PluginsPage.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/PluginsPage.rc [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/PluginsPageRes.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/ProgramLocation.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/ProgramLocation.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/ProgressDialog.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/ProgressDialog.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/ProgressDialog.rc [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/ProgressDialog2.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/ProgressDialog2.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/ProgressDialog2.rc [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/ProgressDialog2Res.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/ProgressDialogRes.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/PropertyName.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/PropertyName.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/PropertyName.rc [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/PropertyNameRes.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/RegistryAssociations.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/RegistryAssociations.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/RegistryPlugins.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/RegistryPlugins.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/RegistryUtils.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/RegistryUtils.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/RootFolder.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/RootFolder.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/SettingsPage.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/SettingsPage.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/SettingsPage.rc [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/SettingsPageRes.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/SplitDialog.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/SplitDialog.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/SplitDialog.rc [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/SplitDialogRes.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/SplitUtils.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/SplitUtils.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/StringUtils.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/StringUtils.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/SysIconUtils.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/SysIconUtils.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/SystemPage.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/SystemPage.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/SystemPage.rc [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/SystemPageRes.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/Test.bmp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/Test2.bmp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/TextPairs.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/TextPairs.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/UpdateCallback100.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/UpdateCallback100.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/ViewSettings.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/ViewSettings.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/makefile [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/resource.h [new file with mode: 0644]
7z457/CPP/7zip/UI/FileManager/resource.rc [new file with mode: 0644]
7z457/CPP/7zip/UI/GUI/7zG.exe.manifest [new file with mode: 0644]
7z457/CPP/7zip/UI/GUI/BenchmarkDialog.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/GUI/BenchmarkDialog.h [new file with mode: 0644]
7z457/CPP/7zip/UI/GUI/BenchmarkDialog.rc [new file with mode: 0644]
7z457/CPP/7zip/UI/GUI/BenchmarkDialogRes.h [new file with mode: 0644]
7z457/CPP/7zip/UI/GUI/CompressDialog.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/GUI/CompressDialog.h [new file with mode: 0644]
7z457/CPP/7zip/UI/GUI/CompressDialog.rc [new file with mode: 0644]
7z457/CPP/7zip/UI/GUI/CompressDialogRes.h [new file with mode: 0644]
7z457/CPP/7zip/UI/GUI/Extract.rc [new file with mode: 0644]
7z457/CPP/7zip/UI/GUI/ExtractDialog.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/GUI/ExtractDialog.h [new file with mode: 0644]
7z457/CPP/7zip/UI/GUI/ExtractDialog.rc [new file with mode: 0644]
7z457/CPP/7zip/UI/GUI/ExtractDialogRes.h [new file with mode: 0644]
7z457/CPP/7zip/UI/GUI/ExtractGUI.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/GUI/ExtractGUI.h [new file with mode: 0644]
7z457/CPP/7zip/UI/GUI/ExtractRes.h [new file with mode: 0644]
7z457/CPP/7zip/UI/GUI/FM.ico [new file with mode: 0644]
7z457/CPP/7zip/UI/GUI/GUI.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/GUI/GUI.dsp [new file with mode: 0644]
7z457/CPP/7zip/UI/GUI/GUI.dsw [new file with mode: 0644]
7z457/CPP/7zip/UI/GUI/OpenCallbackGUI.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/GUI/OpenCallbackGUI.h [new file with mode: 0644]
7z457/CPP/7zip/UI/GUI/StdAfx.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/GUI/StdAfx.h [new file with mode: 0644]
7z457/CPP/7zip/UI/GUI/UpdateCallbackGUI.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/GUI/UpdateCallbackGUI.h [new file with mode: 0644]
7z457/CPP/7zip/UI/GUI/UpdateGUI.cpp [new file with mode: 0644]
7z457/CPP/7zip/UI/GUI/UpdateGUI.h [new file with mode: 0644]
7z457/CPP/7zip/UI/GUI/makefile [new file with mode: 0644]
7z457/CPP/7zip/UI/GUI/resource.h [new file with mode: 0644]
7z457/CPP/7zip/UI/GUI/resource.rc [new file with mode: 0644]
7z457/CPP/7zip/UI/makefile [new file with mode: 0644]
7z457/CPP/7zip/makefile [new file with mode: 0644]
7z457/CPP/Build.mak [new file with mode: 0644]
7z457/CPP/Common/AutoPtr.h [new file with mode: 0644]
7z457/CPP/Common/Buffer.h [new file with mode: 0644]
7z457/CPP/Common/CRC.cpp [new file with mode: 0644]
7z457/CPP/Common/C_FileIO.cpp [new file with mode: 0644]
7z457/CPP/Common/C_FileIO.h [new file with mode: 0644]
7z457/CPP/Common/ComTry.h [new file with mode: 0644]
7z457/CPP/Common/CommandLineParser.cpp [new file with mode: 0644]
7z457/CPP/Common/CommandLineParser.h [new file with mode: 0644]
7z457/CPP/Common/Defs.h [new file with mode: 0644]
7z457/CPP/Common/DynamicBuffer.h [new file with mode: 0644]
7z457/CPP/Common/IntToString.cpp [new file with mode: 0644]
7z457/CPP/Common/IntToString.h [new file with mode: 0644]
7z457/CPP/Common/Lang.cpp [new file with mode: 0644]
7z457/CPP/Common/Lang.h [new file with mode: 0644]
7z457/CPP/Common/ListFileUtils.cpp [new file with mode: 0644]
7z457/CPP/Common/ListFileUtils.h [new file with mode: 0644]
7z457/CPP/Common/MyCom.h [new file with mode: 0644]
7z457/CPP/Common/MyException.h [new file with mode: 0644]
7z457/CPP/Common/MyGuidDef.h [new file with mode: 0644]
7z457/CPP/Common/MyInitGuid.h [new file with mode: 0644]
7z457/CPP/Common/MyString.cpp [new file with mode: 0644]
7z457/CPP/Common/MyString.h [new file with mode: 0644]
7z457/CPP/Common/MyUnknown.h [new file with mode: 0644]
7z457/CPP/Common/MyVector.cpp [new file with mode: 0644]
7z457/CPP/Common/MyVector.h [new file with mode: 0644]
7z457/CPP/Common/MyWindows.cpp [new file with mode: 0644]
7z457/CPP/Common/MyWindows.h [new file with mode: 0644]
7z457/CPP/Common/NewHandler.cpp [new file with mode: 0644]
7z457/CPP/Common/NewHandler.h [new file with mode: 0644]
7z457/CPP/Common/Random.cpp [new file with mode: 0644]
7z457/CPP/Common/Random.h [new file with mode: 0644]
7z457/CPP/Common/StdAfx.h [new file with mode: 0644]
7z457/CPP/Common/StdInStream.cpp [new file with mode: 0644]
7z457/CPP/Common/StdInStream.h [new file with mode: 0644]
7z457/CPP/Common/StdOutStream.cpp [new file with mode: 0644]
7z457/CPP/Common/StdOutStream.h [new file with mode: 0644]
7z457/CPP/Common/StringConvert.cpp [new file with mode: 0644]
7z457/CPP/Common/StringConvert.h [new file with mode: 0644]
7z457/CPP/Common/StringToInt.cpp [new file with mode: 0644]
7z457/CPP/Common/StringToInt.h [new file with mode: 0644]
7z457/CPP/Common/TextConfig.cpp [new file with mode: 0644]
7z457/CPP/Common/TextConfig.h [new file with mode: 0644]
7z457/CPP/Common/Types.h [new file with mode: 0644]
7z457/CPP/Common/UTFConvert.cpp [new file with mode: 0644]
7z457/CPP/Common/UTFConvert.h [new file with mode: 0644]
7z457/CPP/Common/Wildcard.cpp [new file with mode: 0644]
7z457/CPP/Common/Wildcard.h [new file with mode: 0644]
7z457/CPP/Windows/COM.cpp [new file with mode: 0644]
7z457/CPP/Windows/COM.h [new file with mode: 0644]
7z457/CPP/Windows/Clipboard.cpp [new file with mode: 0644]
7z457/CPP/Windows/Clipboard.h [new file with mode: 0644]
7z457/CPP/Windows/CommonDialog.cpp [new file with mode: 0644]
7z457/CPP/Windows/CommonDialog.h [new file with mode: 0644]
7z457/CPP/Windows/Console.cpp [new file with mode: 0644]
7z457/CPP/Windows/Console.h [new file with mode: 0644]
7z457/CPP/Windows/Control/ComboBox.cpp [new file with mode: 0644]
7z457/CPP/Windows/Control/ComboBox.h [new file with mode: 0644]
7z457/CPP/Windows/Control/Dialog.cpp [new file with mode: 0644]
7z457/CPP/Windows/Control/Dialog.h [new file with mode: 0644]
7z457/CPP/Windows/Control/Edit.h [new file with mode: 0644]
7z457/CPP/Windows/Control/ImageList.cpp [new file with mode: 0644]
7z457/CPP/Windows/Control/ImageList.h [new file with mode: 0644]
7z457/CPP/Windows/Control/ListView.cpp [new file with mode: 0644]
7z457/CPP/Windows/Control/ListView.h [new file with mode: 0644]
7z457/CPP/Windows/Control/ProgressBar.h [new file with mode: 0644]
7z457/CPP/Windows/Control/PropertyPage.cpp [new file with mode: 0644]
7z457/CPP/Windows/Control/PropertyPage.h [new file with mode: 0644]
7z457/CPP/Windows/Control/ReBar.h [new file with mode: 0644]
7z457/CPP/Windows/Control/Static.h [new file with mode: 0644]
7z457/CPP/Windows/Control/StatusBar.h [new file with mode: 0644]
7z457/CPP/Windows/Control/StdAfx.h [new file with mode: 0644]
7z457/CPP/Windows/Control/ToolBar.h [new file with mode: 0644]
7z457/CPP/Windows/Control/Trackbar.h [new file with mode: 0644]
7z457/CPP/Windows/Control/Window2.cpp [new file with mode: 0644]
7z457/CPP/Windows/Control/Window2.h [new file with mode: 0644]
7z457/CPP/Windows/DLL.cpp [new file with mode: 0644]
7z457/CPP/Windows/DLL.h [new file with mode: 0644]
7z457/CPP/Windows/Defs.h [new file with mode: 0644]
7z457/CPP/Windows/Error.cpp [new file with mode: 0644]
7z457/CPP/Windows/Error.h [new file with mode: 0644]
7z457/CPP/Windows/FileDevice.cpp [new file with mode: 0644]
7z457/CPP/Windows/FileDevice.h [new file with mode: 0644]
7z457/CPP/Windows/FileDir.cpp [new file with mode: 0644]
7z457/CPP/Windows/FileDir.h [new file with mode: 0644]
7z457/CPP/Windows/FileFind.cpp [new file with mode: 0644]
7z457/CPP/Windows/FileFind.h [new file with mode: 0644]
7z457/CPP/Windows/FileIO.cpp [new file with mode: 0644]
7z457/CPP/Windows/FileIO.h [new file with mode: 0644]
7z457/CPP/Windows/FileMapping.cpp [new file with mode: 0644]
7z457/CPP/Windows/FileMapping.h [new file with mode: 0644]
7z457/CPP/Windows/FileName.cpp [new file with mode: 0644]
7z457/CPP/Windows/FileName.h [new file with mode: 0644]
7z457/CPP/Windows/FileSystem.cpp [new file with mode: 0644]
7z457/CPP/Windows/FileSystem.h [new file with mode: 0644]
7z457/CPP/Windows/Handle.h [new file with mode: 0644]
7z457/CPP/Windows/Memory.cpp [new file with mode: 0644]
7z457/CPP/Windows/Memory.h [new file with mode: 0644]
7z457/CPP/Windows/MemoryLock.cpp [new file with mode: 0644]
7z457/CPP/Windows/MemoryLock.h [new file with mode: 0644]
7z457/CPP/Windows/Menu.cpp [new file with mode: 0644]
7z457/CPP/Windows/Menu.h [new file with mode: 0644]
7z457/CPP/Windows/NationalTime.cpp [new file with mode: 0644]
7z457/CPP/Windows/NationalTime.h [new file with mode: 0644]
7z457/CPP/Windows/Net.cpp [new file with mode: 0644]
7z457/CPP/Windows/Net.h [new file with mode: 0644]
7z457/CPP/Windows/ProcessMessages.cpp [new file with mode: 0644]
7z457/CPP/Windows/ProcessMessages.h [new file with mode: 0644]
7z457/CPP/Windows/PropVariant.cpp [new file with mode: 0644]
7z457/CPP/Windows/PropVariant.h [new file with mode: 0644]
7z457/CPP/Windows/PropVariantConversions.cpp [new file with mode: 0644]
7z457/CPP/Windows/PropVariantConversions.h [new file with mode: 0644]
7z457/CPP/Windows/Registry.cpp [new file with mode: 0644]
7z457/CPP/Windows/Registry.h [new file with mode: 0644]
7z457/CPP/Windows/ResourceString.cpp [new file with mode: 0644]
7z457/CPP/Windows/ResourceString.h [new file with mode: 0644]
7z457/CPP/Windows/Security.cpp [new file with mode: 0644]
7z457/CPP/Windows/Security.h [new file with mode: 0644]
7z457/CPP/Windows/Shell.cpp [new file with mode: 0644]
7z457/CPP/Windows/Shell.h [new file with mode: 0644]
7z457/CPP/Windows/StdAfx.h [new file with mode: 0644]
7z457/CPP/Windows/Synchronization.cpp [new file with mode: 0644]
7z457/CPP/Windows/Synchronization.h [new file with mode: 0644]
7z457/CPP/Windows/System.cpp [new file with mode: 0644]
7z457/CPP/Windows/System.h [new file with mode: 0644]
7z457/CPP/Windows/Thread.h [new file with mode: 0644]
7z457/CPP/Windows/Time.h [new file with mode: 0644]
7z457/CPP/Windows/Window.cpp [new file with mode: 0644]
7z457/CPP/Windows/Window.h [new file with mode: 0644]
7z457/DOC/7zC.txt [new file with mode: 0644]
7z457/DOC/7zFormat.txt [new file with mode: 0644]
7z457/DOC/7zip.nsi [new file with mode: 0644]
7z457/DOC/7zip.wxs [new file with mode: 0644]
7z457/DOC/License.txt [new file with mode: 0644]
7z457/DOC/Methods.txt [new file with mode: 0644]
7z457/DOC/copying.txt [new file with mode: 0644]
7z457/DOC/history.txt [new file with mode: 0644]
7z457/DOC/lzma.txt [new file with mode: 0644]
7z457/DOC/readme.txt [new file with mode: 0644]
7z457/DOC/unRarLicense.txt [new file with mode: 0644]