Commit Graph

84 Commits

Author SHA1 Message Date
glachancecmaisonneuve
b34719746b easy 7-zip mod for 23.01: rebased from 19.00 2024-05-13 14:46:53 +08:00
sebres
eeae03eaa1 Add options to brotli and implement clean brotli .br support
- allow to specify brotli window size
  - parameter -m0=brotli:long=n, BROTLI_MAX_WINDOW_BITS (24) used by default in brotli-mt, smaller == faster
  - note that :long can be set up to BROTLI_LARGE_MAX_WINDOW_BITS (30), whereas :wlog can be set up to BROTLI_MAX_WINDOW_BITS (24) only...
  - todo: check whether set of BROTLI_PARAM_LARGE_WINDOW to BROTLI_TRUE is needed if (lgwin > BROTLI_MAX_WINDOW_BITS)

- implementation of single-threaded brotli compression / decompression for .br data

Signed-off-by: Sergey G. Brester <info@sebres.de>
Reviewed-by: Tino Reichardt <milky-7zip@mcmilk.de>
2023-09-06 17:56:30 +02:00
Tino Reichardt
dddf507557 Add SHA3 hashing
- added these variants: SHA3-256, SHA3-384, SHA3-512
- reordered also the hashing id's
- added some notes about them in DOC/Hashes.txt

Signed-off-by: Tino Reichardt <milky-7zip@mcmilk.de>
2023-06-18 15:09:58 +02:00
defrag257
9b8a493437 Add tzstd and tzst file extensions
Reviewed-by: Tino Reichardt <milky-7zip@mcmilk.de>
Signed-off-by: defrag257 <defrag257@qq.com>
2023-06-18 08:39:19 +02:00
Tino Reichardt
aaf1f122b8 Update Zstandard to Version 1.5.5
Signed-off-by: Tino Reichardt <milky-7zip@mcmilk.de>
2023-04-05 08:10:40 +02:00
Tino Reichardt
b2d7bd30d7 Update Lizard - use internal HUF and FSE entropy
- AdjustLiz.sh fixes some double defines with zstd of lizard
- lizard uses it's own entropy lib again
- this will fix #302

Signed-off-by: Tino Reichardt <milky-7zip@mcmilk.de>
2023-02-27 14:43:39 +01:00
Tino Reichardt
f0954038bc Add Github Action for generating release binaries 2023-02-18 18:03:30 +01:00
Tino Reichardt
edeaf1339f Update Icons 2023-02-13 23:12:34 +01:00
Tino Reichardt
83b87f6fe3 Update Zstandard to Version 1.5.4
Signed-off-by: Tino Reichardt <milky-7zip@mcmilk.de>
2023-02-13 23:12:34 +01:00
Tino Reichardt
5fac496461 Fix Version numbers 2023-01-15 19:18:20 +01:00
Tino Reichardt
f9e0730191 Update to 7-Zip Version 22.01
See: https://sourceforge.net/p/sevenzip/discussion/45797/thread/c43cbc5f18/
2022-08-07 10:06:40 +02:00
Tino Reichardt
57558682a8 Update to 7-Zip Version 22.00
See: https://sourceforge.net/p/sevenzip/discussion/45797/thread/9c2d9061ce/
2022-08-07 10:06:40 +02:00
Tino Reichardt
6a4fe97fc3 Update to 7-Zip Version 21.07
See: https://sourceforge.net/p/sevenzip/discussion/45797/thread/0a7b47970b/
2022-08-07 10:06:40 +02:00
Tino Reichardt
09497b7ba0 Update to 7-Zip Version 21.04
- first test... no release!!!
2021-11-06 22:17:34 +01:00
Tino Reichardt
df06f31a42 Update to 7-Zip Version 21.03 2021-08-26 04:33:47 +02:00
Tino Reichardt
3c1c9c5346 Update version numbers 2021-05-16 15:57:17 +02:00
Tino Reichardt
48fa49f76c Update to 7-Zip Version 21.02 2021-05-13 19:16:55 +02:00
Tino Reichardt
576c5df947 Add BLAKE3 hash function 2021-04-06 20:07:29 +02:00
Tino Reichardt
f59c42a811 Update zstd to version 1.4.9 2021-03-17 21:02:08 +01:00
Tino Reichardt
b093e28e93 Update lz4 to version 1.9.3 2020-12-12 23:25:26 +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
Tino Reichardt
9c3c277ad7 Normalize all the line endings 2020-05-31 13:08:03 +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
a95e994767 Update zstd to version 1.4.4 2019-11-13 07:37:18 +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
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
38a2686c43 Update version numbers 2019-04-26 16:45:25 +02:00
conor42
0e0e2f476d Update plugin version 2019-03-29 11:49:06 +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
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
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
stonebig
a1e2258ac1 apparently un-needed stuff 2019-01-03 23:52:25 +01:00
Tino Reichardt
a488536124 Update to 7-Zip Version 18.06 2018-12-30 13:30:20 +01:00
Tino Reichardt
7595ca1994 Update zstd to version 1.3.8 2018-12-28 15:34:32 +01:00
Tino Reichardt
bc77601656 Make 7-Zip ZS binary compatible with 7-Zip Standard
- you can use codec extensions for 7-zip now ;)
- remove builds for: Format7zFO, Format7zUSB
- also change build scripts and version numbers
2018-11-27 15:41:49 +01:00
Tino Reichardt
f98edef556 Add zstd fast levels and update 7z property sizes
- add the "fast compression levels" of zstd via "fast" option (fast=1..64)
- change the 7-Zip property sizes of LZ4, LZ5 and Zstandard to 3
- 3 and 5 byte header are valid now (default is 3)
- update the Methods-Extern.md file, to reflect the property changes
2018-11-25 21:21:04 +01:00
conor42
0cbdf835f0 Merge remote-tracking branch 'upstream/master' 2018-11-07 14:34:48 +10:00
conor42
296c91d212 Add Fast LZMA2 codec dll build; Fix 32-bit warnings 2018-11-07 14:34:04 +10:00
Tino Reichardt
eff4d316fa Merge pull request #58 from conor42/master
Add Fast LZMA2 codec
2018-11-05 17:29:02 +01:00
conor42
ab10047253 Add Fast LZMA2 codec 2018-11-05 21:22:10 +10:00
Tino Reichardt
41ddee9d44 Fix double sha512.obj in Ark.mak 2018-11-03 12:37:10 +01:00
Tino Reichardt
36a17a5184 Add some hash functions
- new: md2, md4, md5, sha384, sha512, xxhash-32, xxhash-64
- put Blake2sp hash stuff back to rar code
- added the hashes to GUI and Explorer Menu code
2018-11-03 00:18:33 +01:00
Tino Reichardt
add56b5aed Add MD5 hash function 2018-11-02 07:22:34 +01:00
Tino Reichardt
9947dd780b Fix naming: Blake2s -> Blake2sp 2018-11-01 22:47:25 +01:00
Tino Reichardt
7252a465e5 Add Blake2s to CPP/Common
- was in the Rar5 Code
2018-11-01 18:17:21 +01:00
Tino Reichardt
f4bf9c8d29 Add xxHash functionss to context menu 2018-11-01 08:00:13 +01:00