Commit Graph

274 Commits

Author SHA1 Message Date
Tino Reichardt
c2277a3957 Fix #101 - thanks to aeonios for pointing that out
Begin with #97
2019-12-22 15:28:33 +01:00
Tino Reichardt
a95e994767 Update zstd to version 1.4.4 2019-11-13 07:37:18 +01:00
Tino Reichardt
5e3efe410d Compiling for IA64 and WinXP does not work, cause FLZMA2 doesn't build then :/ 2019-11-03 16:28:05 +01:00
Tino Reichardt
424714a700 Update lz4 to version 1.9.2 and some version numbers 2019-11-03 11:37:39 +01:00
Tino Reichardt
621c9fc012 Disable new C++11 expression in Lzma2Encoder.h 2019-11-03 11:33:20 +01:00
Tino Reichardt
690d68d1d2 Update zstd to version 1.4.3 2019-10-10 22:34:10 +02:00
Tino Reichardt
2be04003c2 Fix #92, compile with support for WinXP 2019-09-07 13:02:33 +02:00
Tino Reichardt
dbef332b60 Fix #80
- Vanilla 7-Zip compatibility options are marked with '[std]'
  in the Compression dialog now
2019-07-29 21:46:56 +02:00
Tino Reichardt
faf6557dda Fix #86 2019-07-29 21:29:00 +02:00
Tino Reichardt
11924be86a Update version numbers and Makefiles for zstd and flzma2 2019-07-29 21:28:03 +02:00
Tino Reichardt
1364288df0 Update zstd to version 1.4.2 2019-07-29 09:03:32 +02:00
Tino Reichardt
f8d5879212 Update fast-lzma2 to version 1.0.1 2019-07-29 08:58:39 +02:00
Tino Reichardt
2f4bcd7f4c Fix issue #88, thanks @xzn 2019-06-24 19:10:39 +02:00
Tino Reichardt
7932a50599 Merge pull request #85 from conor42/master
Pass blockSize to fast-lzma2 and limit it to 256 Mb
2019-05-04 22:45:59 +02:00
Tino Reichardt
cd1e182908 Update lz4 to version 1.9.1 2019-05-04 22:40:27 +02:00
conor42
0cc8701c38 Pass blockSize to fast-lzma2 and limit it to 256 Mb 2019-05-02 12:51:03 +10:00
Tino Reichardt
38a2686c43 Update version numbers 2019-04-26 16:45:25 +02:00
Tino Reichardt
5611d50166 Fix version for build script of ARM 2019-04-26 16:43:28 +02:00
Tino Reichardt
4ffde1c8db Update zstd to version 1.4.0 2019-04-26 16:03:46 +02:00
Tino Reichardt
f5e740fbf5 Update version numbers 2019-03-29 21:41:16 +01:00
Tino Reichardt
fe343d381a Take default manifest file of Igor's 7-Zip now 2019-03-29 21:01:27 +01:00
Tino Reichardt
79f113622b The x86 binaries are generated in "o" currently 2019-03-29 20:58:05 +01:00
Tino Reichardt
4b0de7ff78 Disable C4127: Conditional Expression is Constant for Lzma2Encoder.cpp 2019-03-29 20:56:57 +01:00
Tino Reichardt
9dfdb044b5 Merge pull request #79 from conor42/master
Update Fast LZMA2 to v1.0.0 - Thank you @conor42
2019-03-29 19:30:00 +01:00
conor42
ed9073e9fe Add error check 2019-03-29 12:13:14 +10:00
conor42
0e0e2f476d Update plugin version 2019-03-29 11:49:06 +10:00
conor42
04371fb60c Update Fast LZMA2 2019-03-29 00:16:26 +10:00
conor42
38dd2d5a35 Add fast-lzma2 subdirs etc to enable use of a dir junction 2019-03-29 00:15:59 +10:00
conor42
dbd5a83c40 Rename O to x86 2019-03-29 00:15:07 +10:00
conor42
b01ec364eb Add new formula for match buffer size 2019-03-29 00:14:51 +10:00
conor42
80ae5388ad Fix x86 warning and improve progress updates 2019-03-29 00:14:05 +10:00
conor42
6eb40bd436 Rename O to x86 and add workaround to keep arm\7zCrcOpt.asm 2019-03-29 00:12:55 +10:00
conor42
4b0103cebd Update fast-lzma2 2019-03-22 20:14:34 +10:00
conor42
ed1f022688 Update README.md 2019-03-18 00:34:56 +10:00
conor42
26cd887a90 Merge branch 'pr/1' 2019-03-18 00:21:14 +10:00
conor42
d85962e654 Update to Fast LZMA2 1.0.0 2019-03-18 00:05:50 +10:00
Tino Reichardt
2fdf03cb4a Update version numbers 2019-03-05 11:16:59 +01:00
Tino Reichardt
3a34d629a0 Update links in README.md - all websites support https now ;) 2019-03-05 11:13:39 +01:00
Tino Reichardt
b10fe5514f Modified lz4 code to create a fix for #73
- by default, 7-Zip ZS creates lz4 streams with skippable frames, cause this
  makes parallel decompression possible
- but: sometimes this feature is not needed or wanted
- this patch will skip the writing of the additional frames for lz4, when
  compressing single threaded (-mmt=1)
2019-03-04 20:15:18 +01:00
Tino Reichardt
5a0006bff8 Fix #76 - thanks go to @Liz-chan for pointing out ;) 2019-03-03 17:20:32 +01:00
Tino Reichardt
ccca7cd09d Update to 7-Zip Version 19.00
- Encryption strength for 7z archives was increased the size of random
  initialization vector was increased from 64-bit to 128-bit, and the
  pseudo-random number generator was improved.
- Some bugs were fixed.
2019-02-23 09:25:31 +01:00
Tino Reichardt
34323d51e9 Use RtlGenRandom() as an additional source of entropy
for CRandomGenerator::Init() and 16 bytes IV for AES.
2019-01-26 16:31:27 +01:00
Tino Reichardt
4b0a001320 Fix About Dialog 2019-01-26 09:09:48 +01:00
Tino Reichardt
5aa58ab4e0 Merge pull request #70 from vinnyrom/vinnyrom
Fix null dereference of 'progress' when updating an archive.
2019-01-21 22:11:16 +01:00
vinnyrom
cab7bc1a72 Fix null dereference of 'progress' when updating an archive. The callstack of the crash is:
zstd-x64.dll!NCompress::NZSTD::CDecoder::CodeSpec(ISequentialInStream * inStream=0x000000001e6a2190, ISequentialOutStream * outStream=0x000000001e6b9460, ICompressProgressInfo * progress=0x0000000000000000) Line 130 C++
  zstd-x64.dll!NCompress::NZSTD::CDecoder::Code(ISequentialInStream * inStream=0x000000001e6a2190, ISequentialOutStream * outStream=0x000000001e6b9460, const unsigned __int64 * __formal=0x000000001e8a2d00, const unsigned __int64 * outSize=0x000000001e5eb3b0, ICompressProgressInfo * progress=0x0000000000000000) Line 177 C++
  7z.dll!NCoderMixer2::CCoderMT::Code(ICompressProgressInfo * progress=0x0000000000000000) Line 903 C++
  7z.dll!NCoderMixer2::CMixerMT::Code(ISequentialInStream * const * inStreams=0x000000001e8a2d20, ISequentialOutStream * const * outStreams=0x00000000219bf910, ICompressProgressInfo * progress=0x0000000000000000, bool & dataAfterEnd_Error=false) Line 1083 C++
  7z.dll!NArchive::N7z::CDecoder::Decode(const CExternalCodecs * __externalCodecs=0x000000001e599aa0, IInStream * inStream=0x000000001e8c6300, unsigned __int64 startPos=32, const NArchive::N7z::CFolders & folders={...}, unsigned int folderIndex=0, const unsigned __int64 * unpackSize=0x0000000000000000, ISequentialOutStream * outStream=0x000000001e6b9460, ICompressProgressInfo * compressProgress=0x0000000000000000, ISequentialInStream * * inStreamMainRes=0x0000000000000000, bool & dataAfterEnd_Error=false, ICryptoGetTextPassword * getTextPassword=0x000000001e6882b0, bool & isEncrypted=true, bool & passwordIsDefined=true, UString & password={...}, bool mtMode=false, unsigned int numThreads=1, unsigned __int64 memUsage=0) Line 555 C++
  7z.dll!NArchive::N7z::CThreadDecoder::Execute() Line 1493 C++
  7z.dll!CoderThread(void * p=0x000000001f1cbe90) Line 16 C++

Other 7z threads are:

  7z.dll!Handle_WaitObject(void * h=0x0000000000000868) Line 32 C
  7z.dll!NWindows::NSynchronization::CBaseEvent::Lock() Line 47 C++
  7z.dll!CStreamBinder::Read(void * data=0x000000001e9b53ea, unsigned int size=115206, unsigned int * processedSize=0x000000001f1cb310) Line 95 C++
  7z.dll!CBinderInStream::Read(void * data=0x000000001e9b53ea, unsigned int size=115206, unsigned int * processedSize=0x000000001f1cb310) Line 22 C++
  7z.dll!COffsetOutStream::Write(const void * data=0x000000001e9b53ea, unsigned int size=115206, unsigned int * processedSize=0x000000001f1cb310) Line 19 C++
  7z.dll!CSequentialInStreamSizeCount2::Read(void * data=0x000000001e9b53ea, unsigned int size=115206, unsigned int * processedSize=0x000000001f1cb350) Line 10 C++
  zstd-x64.dll!ReadStream(ISequentialInStream * stream=0x000000001e7b4010, void * data=0x000000001e9b53ea, unsigned __int64 * processedSize=0x000000001f1cb3b8) Line 17 C++
  zstd-x64.dll!NCompress::NZSTD::CEncoder::Code(ISequentialInStream * inStream=0x000000001e7b4010, ISequentialOutStream * outStream=0x000000001e8e0dc0, const unsigned __int64 * __formal=0x0000000000000000, const unsigned __int64 * __formal=0x0000000000000000, ICompressProgressInfo * progress=0x000000001b6df8d0) Line 329 C++
  7z.dll!NCoderMixer2::CCoderMT::Code(ICompressProgressInfo * progress=0x000000001b6df8d0) Line 903 C++
  7z.dll!NCoderMixer2::CMixerMT::Code(ISequentialInStream * const * inStreams=0x000000001f1cb750, ISequentialOutStream * const * outStreams=0x000000001e599bc0, ICompressProgressInfo * progress=0x000000001b6df8d0, bool & dataAfterEnd_Error=false) Line 1083 C++
  7z.dll!NArchive::N7z::CEncoder::Encode(const CExternalCodecs * __externalCodecs=0x000000001e599aa0, ISequentialInStream * inStream=0x000000001e7b3f10, const unsigned __int64 * inSizeForReduce=0x000000001f1cb960, NArchive::N7z::CFolder & folderItem={...}, CRecordVector<unsigned __int64> & coderUnpackSizes={...}, unsigned __int64 & unpackSize=17468, ISequentialOutStream * outStream=0x000000001e8bcdd0, CRecordVector<unsigned __int64> & packSizes={...}, ICompressProgressInfo * compressProgress=0x000000001b6df8d0) Line 454 C++
  7z.dll!NArchive::N7z::Update(const CExternalCodecs * __externalCodecs=0x000000001e599aa0, IInStream * inStream=0x000000001e8c6300, const NArchive::N7z::CDbEx * db=0x000000001e5998a8, const CObjectVector<NArchive::N7z::CUpdateItem> & updateItems={...}, NArchive::N7z::COutArchive & archive={...}, NArchive::N7z::CArchiveDatabaseOut & newDatabase={...}, ISequentialOutStream * seqOutStream=0x000000001e8bcdd0, IArchiveUpdateCallback * updateCallback=0x000000001f1cc980, const NArchive::N7z::CUpdateOptions & options={...}, ICryptoGetTextPassword * getDecoderPassword=0x000000001f1cc958) Line 2178 C++
  7z.dll!NArchive::N7z::CHandler::UpdateItems(ISequentialOutStream * outStream=0x000000001e8bcdd0, unsigned int numItems=10, IArchiveUpdateCallback * updateCallback=0x000000001f1cc980) Line 658 C++

And:

  7z.dll!Handle_WaitObject(void * h=0x0000000000000880) Line 32 C
  7z.dll!NWindows::NSynchronization::CBaseEvent::Lock() Line 47 C++
  7z.dll!CStreamBinder::Read(void * data=0x0000000020650000, unsigned int size=1048576, unsigned int * processedSize=0x000000002084f6d0) Line 95 C++
  7z.dll!CBinderInStream::Read(void * data=0x0000000020650000, unsigned int size=1048576, unsigned int * processedSize=0x000000002084f6d0) Line 22 C++
  7z.dll!ReadStream(ISequentialInStream * stream=0x000000001e8e0de0, void * data=0x0000000020650000, unsigned __int64 * processedSize=0x000000002084f758) Line 17 C++
  7z.dll!CFilterCoder::Code(ISequentialInStream * inStream=0x000000001e8e0de0, ISequentialOutStream * outStream=0x000000001e55da30, const unsigned __int64 * __formal=0x0000000000000000, const unsigned __int64 * outSize=0x0000000000000000, ICompressProgressInfo * progress=0x0000000000000000) Line 83 C++
  7z.dll!NCoderMixer2::CCoderMT::Code(ICompressProgressInfo * progress=0x0000000000000000) Line 903 C++
  7z.dll!NCoderMixer2::CCoderMT::Execute() Line 867 C++
  7z.dll!CoderThread(void * p=0x000000001e5eb510) Line 16 C++
2019-01-15 16:42:11 -08:00
Tino Reichardt
ea4589d20d Fix 1/2 of issue #66 2019-01-07 21:28:26 +01:00
Tino Reichardt
c6dd3f72ba Merge pull request #69 from stonebig/patch-2
Remove building of un-needed zstd compression code for SFXcon
2019-01-07 05:59:35 +01:00
stonebig
254af9c609 apparently un-needed stuff
passing by I notice the flags '-bso0  -bsp0 -bse0" are not implemented in SFXcon either
2019-01-06 12:33:56 +01:00
Tino Reichardt
cbf20ccd51 Merge pull request #67 from stonebig/patch-1
apparently un-needed stuff
2019-01-04 00:03:49 +01:00
stonebig
a1e2258ac1 apparently un-needed stuff 2019-01-03 23:52:25 +01:00