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
Tino Reichardt
ed069bab9e
Remove ErrorOut function
...
- replace the ErrorOut function with a simple return E_FAIL
- there is non reason to call some MessageBox()
2018-10-31 12:56:53 +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
0b1d91745e
Add zstd compression functions to sfx builds
...
- there are some missing function, if I remove the compression code
2018-10-29 19:10:24 +01:00
Tino Reichardt
4a4c2e307d
Remove last zstd objects of my zstdmt library
2018-10-29 18:46:10 +01:00
Tino Reichardt
739ec50c75
Switch to Zstandard's New advanced API.
...
- long distance matching is enabled
- the compression should improve, the speed also
- decompression code is single threaded only
2018-10-28 10:37:19 +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
c9b085e4ec
Add some compiling fixes and choose compiler (vc12 + sdk71 for ia64)
...
- add some pragma definitions to brotli port.h
- change lz4 code, to include zstd/xxhash.h
- fix various objects in makefile's
- fix LzHandler.cpp, LZIP has now 0xC5 @ Guid.txt
- improve logging on AppVeyor
- fix version numbers in codecs
- rename "Codec_zstdF" to "Codec_zstd_legacy"
- add missing objects for lizard
2018-10-21 18:53:42 +02:00
Tino Reichardt
78fc3c9bc5
Update to 7-Zip Version 18.05
2018-10-21 14:23:28 +02:00
Tino Reichardt
a42c9c1c77
Update Zstandard to v1.3.2
2017-10-31 10:53:17 +01:00
Tino Reichardt
eaee80be81
Fix naming: ZStandard -> Zstandard
2017-08-14 23:38:52 +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
e4157accb2
update README and version numbers for new release R7
...
- build also an 7z.dll which is compatible with the default 7-Zip installation
2017-06-20 20:24:41 +02:00
Tino Reichardt
dba1d04108
add original 7-zip compatible 7zxa.dll for use with Total Commander
...
- will go into an extra package named TotalCmd.7z later
2017-06-18 14:08:09 +02:00
Tino Reichardt
f417eb8c43
Add Lizard and Brotli to the USB-Backup DLL Bundle file.
...
Update README.md
Update README.md
2017-06-18 14:00:28 +02:00
Tino Reichardt
82a076a321
Update README.md
2017-05-28 16:40:17 +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
bace1a7c62
Update version numbers
2017-05-27 14:26:18 +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
Tino Reichardt
5ff0657d9f
Major changes, including Brotli and Lizard
...
- update of zstd-mt library
- add brotli v0.6.0
- add lizard v2.0
- xxhash is from zstd for lz4, lz5 and lizard now
- update also the documentation, where needed
2017-05-25 18:40:15 +02:00
Tino Reichardt
d1a2148fcd
fix name of 7z.dll for USB-Backup (7zu.dll)
2017-04-30 14:22:25 +02:00
Tino Reichardt
aa5ba75da0
Update to 7-Zip 17.00 Beta
2017-04-30 14:14:14 +02:00
Aras Pranckevicius
6b0b1ab05c
Build 7za.exe that includes Zstd/LZ4/LZ5 too, to better match what p7zip-zstd does
2017-04-11 10:43:41 +03:00
Tino Reichardt
58069903d0
merge multi threading to master branch
...
- updated zstd to latest devel release
- lz4, lz5 and zstd is included now
- all three support threading
2016-10-16 23:38:46 +02:00
Tino Reichardt
16b470c148
fixed codec ddl files, they should work again with 7-Zip Standard
2016-09-29 20:46:05 +02:00
Tino Reichardt
0e6c1206d2
Update to 7-Zip 16.03
2016-09-29 20:02:18 +02:00
Tino Reichardt
00c0d31e31
feature release
...
- you can open / crate .tar.zst files now
- direct compressing of files with zstd works also
- you can also open files compressed with pzstd
- next version will do also threaded compression like pzstd does
- zst files can be registred with 7-Zip ZS now
- update to latest zstd dev release v1.0.1
- the About Box will give you a hint, that this 7-Zip is not the default one
2016-09-15 17:57:28 +02:00
Tino Reichardt
ec25a9576b
Explorer integration seems to work
...
- but: may not usable together with default 7-Zip iNSTALLATION
- I will fix this ...
- updated Readme to fit new Version...
2016-09-04 17:31:51 +02:00
Tino Reichardt
2512b6593c
Switch from zbuff to stream interface
...
- using the recommended buffersizes from zstd lib
- compile also an codec dll with support for legacy versions
2016-09-04 13:37:51 +02:00
Tino Reichardt
3da1b15694
removed old testing stuff
2016-08-15 21:12:09 +02:00
Tino Reichardt
c21cd63d10
Added Extra Codec, for easier integration into existing 7-Zip installations
2016-08-15 20:31:10 +02:00
Tino Reichardt
559693c75b
zstd release 0.8.0
...
- made an extra zstd.mak file
- removed Format7zZStd
- SFXSetup also has zstd now
- the big 7z.dll is backward compatible to: 0.5 .. 0.7
- the small 7za.dll has only support for zstd 0.8
2016-08-09 09:44:05 +02:00
Tino Reichardt
958f0d26ae
Update to Zstd v0.7.2
2016-07-04 08:23:11 +02:00
Tino Reichardt
a43bcecdeb
7-Zip 16.02 with Zstd 0.7.1 release
2016-06-26 10:39:08 +02:00
Tino Reichardt
c3967fe27a
Initialer Commit
2016-06-25 21:15:50 +02:00