jinfeihan57@gmail.com
3f7481f408
fix Bug #144
2020-11-17 18:48:21 +08:00
Tino Reichardt
39bd8893d3
Merge pull request #140 from fcharlie/master
...
Add Zstd method to ZIP format.
2020-11-01 10:47:21 +01:00
Tino Reichardt
37cbbf2420
Use lowercase hashes
2020-11-01 10:36:11 +01:00
Tino Reichardt
32e6390fd7
Update brotli to version 1.0.9
2020-10-03 09:58:13 +02:00
Orsiris de Jong
ffea1d9c58
Add zstd support and fix missing fatal error U1052: file '../../7zip.mak' not found Stop.
2020-06-29 20:12:47 +02:00
Force.Charlie
425b889145
GUI zip(zstd) turn on
2020-06-23 23:11:54 +08:00
Force.Charlie
2c34b19505
7-zip-zstd support zip(zstd)
2020-06-23 21:04:35 +08:00
Tino Reichardt
9378903648
Fix zstd decompression, files with large window settings did not work
2020-06-02 09:34:09 +02:00
Tino Reichardt
2890284f67
Fix #130 - incorrect progress number with zstd
2020-06-02 08:50:49 +02:00
Tino Reichardt
0f95a82768
Fix #128 - format switching in archiv dialog makes options wrong
2020-06-02 08:50:49 +02:00
Tino Reichardt
f348c23dae
Fix #133 - wrong block size used
2020-06-02 08:50:46 +02:00
Tino Reichardt
9c3c277ad7
Normalize all the line endings
2020-05-31 13:08:03 +02:00
Tino Reichardt
256e46435f
Fix #131
2020-05-29 15:06:05 +02:00
Tino Reichardt
8b46a95422
Fix #123
2020-05-27 13:42:33 +02:00
Tino Reichardt
c6250abc60
Update README.md and version numbers
2020-05-27 11:49:00 +02:00
Tino Reichardt
60419a7c0d
Update zstd to version 1.4.5
2020-05-27 10:20:13 +02:00
Tino Reichardt
a87ef5f0fe
Fix #125
2020-05-27 09:57:13 +02:00
Tino Reichardt
4efe74c2d1
More Build.mak optimizations and fix for LzmaDec.mak
2020-04-21 00:10:47 +02:00
Tino Reichardt
9884fb96fa
If zstd fails, give a more specific failure massage, fix #109
2020-04-14 10:18:58 +02:00
Tino Reichardt
d2845a69d0
Remove _hMutex from ZstdEncoder.cpp
2020-04-14 07:05:38 +02:00
Tino Reichardt
3128e3c4d6
New feature as requested in #97 is ready
2020-04-13 21:56:22 +02:00
Tino Reichardt
35771b555d
Add support of lz4 and zstd compression for squashfs files
2020-04-12 23:33:35 +02:00
Tino Reichardt
d78400f0b0
Add: Clear various history tracking within registry, see issue #113
...
- you can re-enable this via tools->options->settings
2020-04-11 11:01:55 +02:00
Tino Reichardt
2314c89604
Some more fixes, mainly issue #116
2020-04-10 19:24:24 +02:00
Tino Reichardt
16b902a89f
LZ4 compression defaults to one thread
2020-04-10 14:44:24 +02:00
Tino Reichardt
d17138af60
Fix #103 and comments for level and version numbers
2020-04-10 14:44:24 +02:00
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
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
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
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
fe343d381a
Take default manifest file of Igor's 7-Zip now
2019-03-29 21:01:27 +01:00
Tino Reichardt
4b0de7ff78
Disable C4127: Conditional Expression is Constant for Lzma2Encoder.cpp
2019-03-29 20:56:57 +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
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
4b0103cebd
Update fast-lzma2
2019-03-22 20:14:34 +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
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