Commit Graph

68 Commits

Author SHA1 Message Date
Tino Reichardt
a9e1808a17 Fix #223 and use CCOMPLB in the 7zip.mak makefile 2021-10-05 23:07:28 +02:00
Tino Reichardt
df06f31a42 Update to 7-Zip Version 21.03 2021-08-26 04:33:47 +02:00
FadeMind
fd7fa2defa refresh icons set
https://github.com/mcmilk/7-Zip-zstd/issues/198
2021-05-21 09:03:59 +02:00
Tino Reichardt
f8207b4ab3 Fix issue #190 (level 0 = copy!) 2021-05-16 15:56:11 +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
f090495d25 Make Upper- or lowercase hash output an option. (fix #177) 2021-04-06 12:13:41 +02:00
no bk
3df8bc1293 change hot-key ALT+UP, add CTRL+RIGHT/LEFT
Windows Explorer and TotalCommander use ALT+UP as a hotkey to return to the upper level of the directory, but 7-ZIP defines it as synchronizing the path of the current panel to another panel, which often leads to incorrect operations.
Now change it to the same behavior mode as the above application, and add hotkeys CTRL+LEFT and CTRL+RIGHT to provide the function of synchronizing the panel path, which is similar but not exactly the same as TotalCommander.
2021-03-17 21:02:15 +01:00
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
Force.Charlie
425b889145 GUI zip(zstd) turn on 2020-06-23 23:11:54 +08: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
8b46a95422 Fix #123 2020-05-27 13:42:33 +02:00
Tino Reichardt
a87ef5f0fe Fix #125 2020-05-27 09:57:13 +02:00
Tino Reichardt
3128e3c4d6 New feature as requested in #97 is ready 2020-04-13 21:56:22 +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
c2277a3957 Fix #101 - thanks to aeonios for pointing that out
Begin with #97
2019-12-22 15:28:33 +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
fe343d381a Take default manifest file of Igor's 7-Zip now 2019-03-29 21:01:27 +01:00
conor42
b01ec364eb Add new formula for match buffer size 2019-03-29 00:14:51 +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
4b0a001320 Fix About Dialog 2019-01-26 09:09:48 +01:00
Tino Reichardt
ea4589d20d Fix 1/2 of issue #66 2019-01-07 21:28:26 +01:00
Tino Reichardt
a488536124 Update to 7-Zip Version 18.06 2018-12-30 13:30:20 +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
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
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
1048d4e133 Minor fixes
- fix Zstandard Sfx stuff -> SetNumberOfThreads()
- fix formatting of XXH32Reg.cpp and XXH64Reg.cpp
- add Blake2s hash to explorer context menu
2018-11-01 18:18:34 +01:00
Tino Reichardt
f4bf9c8d29 Add xxHash functionss to context menu 2018-11-01 08:00:13 +01:00
Tino Reichardt
089a2d7574 Take shorter name 7-Zip ZS instead of 7-Zip Zstandard 2018-10-31 10:41:13 +01:00
Tino Reichardt
cc10eb2d9b Version number fixes
- About Dialog shows v1.3.6 instead of v1.3.7
- added 7-Zip ZS Homepage to About Dialog
- also some headers needed to be fixed
2018-10-26 00:07:13 +02:00
Tino Reichardt
78fc3c9bc5 Update to 7-Zip Version 18.05 2018-10-21 14:23:28 +02:00
Tino Reichardt
9ce1f1530a Add suggested changes to manifest files, see #22 for details 2017-09-02 22:25:41 +02:00
Tino Reichardt
ef790b5209 Update to 7-Zip 17.01 Beta from Igor Pavlov
- Minor speed optimization for LZMA2 (xz and 7z) multi-threading compression.
  7-Zip now uses additional memory buffers for multi-block LZMA2 compression.
  CPU utilization was slightly improved.
- 7-zip now creates multi-block xz archives by default. Block size can be
  specified with -ms[Size]{m|g} switch.
- xz decoder now can unpack random block from multi-block xz archives.  7-Zip
  File Manager now can open nested multi-block xz archives (for example,
  image.iso.xz) without full unpacking of xz archive.
- 7-Zip now can create zip archives from stdin to stdout.
- 7-Zip command line: @listfile now doesn't work after -- switch.  Use
  -i@listfile before -- switch instead.

fixed bugs:
- 7-Zip could add unrequired alternate file streams to WIM archives, for
  commands that contain filename wildcards and -sns switch.
- 7-Zip 17.00 beta crashed for commands that write anti-item to 7z archive.
- 7-Zip 17.00 beta ignored "Use large memory pages" option.
2017-08-28 16:40:24 +02:00
Tino Reichardt
eaee80be81 Fix naming: ZStandard -> Zstandard 2017-08-14 23:38:52 +02:00
Tino Reichardt
b786c47d61 Fix #24, which happens on first time calls via Explorer menu :/ 2017-07-16 21:11:59 +02:00
Tino Reichardt
2c4144c1e8 Add new zstd 1.3.0 files and update version numbers
- pool.c, zstdmt_compress.c and some more header files are needed now
- improved manifest files for 7-zip.dll, 7zG.exe and 7zFM.exe
- update README and version numbers for release 1.3.0 R1
2017-07-12 18:10:07 +02:00
Tino Reichardt
3b096d5d64 minor fixes for lizard again
- add Lizard to Explorer Context menu
- fixed the .liz handler (can compress now)
2017-05-28 18:55:54 +02:00
Tino Reichardt
bfa1f28920 major Lizard fixes
- changed to real Lizard code v1.0 (I used LZ5 v2.0)
- add Lizard file handling, so '.liz' files can be used in windows
- changed CompressDialog (Lizard has 4 entries in the methods now)
- added Lizard icon
2017-05-28 15:32:22 +02:00
Tino Reichardt
7fde161c29 minor bugfixes
- corrected copyright information in new codecs
- fixed thread combobox for the new codecs
- fixed lizard level combobox (level 10..49) are now there ;)
2017-05-27 13:05:35 +02:00