Commit Graph

  • a95e994767 Update zstd to version 1.4.4 Tino Reichardt 2019-11-13 07:36:21 +01:00
  • 5e3efe410d Compiling for IA64 and WinXP does not work, cause FLZMA2 doesn't build then :/ Tino Reichardt 2019-11-03 15:48:22 +01:00
  • 424714a700 Update lz4 to version 1.9.2 and some version numbers Tino Reichardt 2019-11-03 11:37:39 +01:00
  • 621c9fc012 Disable new C++11 expression in Lzma2Encoder.h Tino Reichardt 2019-11-03 11:33:20 +01:00
  • 690d68d1d2 Update zstd to version 1.4.3 Tino Reichardt 2019-10-10 22:34:10 +02:00
  • 2be04003c2 Fix #92, compile with support for WinXP Tino Reichardt 2019-09-03 21:13:00 +02:00
  • dbef332b60 Fix #80 - Vanilla 7-Zip compatibility options are marked with '[std]' in the Compression dialog now Tino Reichardt 2019-07-29 21:46:56 +02:00
  • faf6557dda Fix #86 Tino Reichardt 2019-07-29 21:29:00 +02:00
  • 11924be86a Update version numbers and Makefiles for zstd and flzma2 Tino Reichardt 2019-07-29 09:08:48 +02:00
  • 1364288df0 Update zstd to version 1.4.2 Tino Reichardt 2019-07-29 09:03:32 +02:00
  • f8d5879212 Update fast-lzma2 to version 1.0.1 Tino Reichardt 2019-07-29 08:58:39 +02:00
  • 2f4bcd7f4c Fix issue #88, thanks @xzn Tino Reichardt 2019-06-24 19:10:39 +02:00
  • 7932a50599 Merge pull request #85 from conor42/master Tino Reichardt 2019-05-04 22:45:59 +02:00
  • cd1e182908 Update lz4 to version 1.9.1 Tino Reichardt 2019-05-04 22:40:27 +02:00
  • 0cc8701c38 Pass blockSize to fast-lzma2 and limit it to 256 Mb conor42 2019-05-02 12:51:03 +10:00
  • 38a2686c43 Update version numbers Tino Reichardt 2019-04-26 16:45:25 +02:00
  • 5611d50166 Fix version for build script of ARM Tino Reichardt 2019-04-26 16:04:58 +02:00
  • 4ffde1c8db Update zstd to version 1.4.0 Tino Reichardt 2019-04-26 16:03:46 +02:00
  • aec3e4502e 19.00 Easy7Zip_1900 glachancecmaisonneuve 2019-04-04 02:12:44 -04:00
  • f5e740fbf5 Update version numbers Tino Reichardt 2019-03-29 21:41:16 +01:00
  • fe343d381a Take default manifest file of Igor's 7-Zip now Tino Reichardt 2019-03-29 21:01:27 +01:00
  • 79f113622b The x86 binaries are generated in "o" currently Tino Reichardt 2019-03-29 20:58:05 +01:00
  • 4b0de7ff78 Disable C4127: Conditional Expression is Constant for Lzma2Encoder.cpp Tino Reichardt 2019-03-29 20:56:57 +01:00
  • 9dfdb044b5 Merge pull request #79 from conor42/master Tino Reichardt 2019-03-29 19:30:00 +01:00
  • ed9073e9fe Add error check conor42 2019-03-29 12:13:14 +10:00
  • 0e0e2f476d Update plugin version conor42 2019-03-29 11:49:06 +10:00
  • e75ad3d355 19.0 Easy7Zip glachancecmaisonneuve 2018-09-05 01:00:35 -04:00
  • 04371fb60c Update Fast LZMA2 conor42 2019-03-29 00:16:26 +10:00
  • 38dd2d5a35 Add fast-lzma2 subdirs etc to enable use of a dir junction conor42 2019-03-29 00:15:59 +10:00
  • dbd5a83c40 Rename O to x86 conor42 2019-03-29 00:15:07 +10:00
  • b01ec364eb Add new formula for match buffer size conor42 2019-03-29 00:14:51 +10:00
  • 80ae5388ad Fix x86 warning and improve progress updates conor42 2019-03-29 00:14:05 +10:00
  • 6eb40bd436 Rename O to x86 and add workaround to keep arm\7zCrcOpt.asm conor42 2019-03-29 00:12:55 +10:00
  • 4b0103cebd Update fast-lzma2 conor42 2019-03-22 20:14:34 +10:00
  • ed1f022688 Update README.md conor42 2019-03-18 00:34:56 +10:00
  • 26cd887a90 Merge branch 'pr/1' conor42 2019-03-18 00:21:14 +10:00
  • d85962e654 Update to Fast LZMA2 1.0.0 conor42 2019-03-18 00:05:50 +10:00
  • ff14e3badb Github info Kornel Lesiński 2016-05-28 00:35:37 +01:00
  • 5c10d25476 19.00 Igor Pavlov 2019-03-04 01:27:14 +00:00
  • 2fdf03cb4a Update version numbers Tino Reichardt 2019-03-05 11:16:59 +01:00
  • 3a34d629a0 Update links in README.md - all websites support https now ;) Tino Reichardt 2019-03-05 11:13:39 +01:00
  • 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) Tino Reichardt 2019-03-04 20:15:18 +01:00
  • a6e2c7e401 Github info Kornel Lesiński 2016-05-28 00:35:37 +01:00
  • 4a960640a3 19.00 Igor Pavlov 2019-03-04 01:27:14 +00:00
  • 5a0006bff8 Fix #76 - thanks go to @Liz-chan for pointing out ;) Tino Reichardt 2019-03-03 17:20:32 +01:00
  • 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. Tino Reichardt 2019-02-22 17:11:17 +01:00
  • 5d7485c7d9 Merge 18.06 in Easy7Zip glachancecmaisonneuve 2019-02-19 23:45:59 -05:00
  • 758c3790d3 v7 glachancecmaisonneuve 2019-02-18 14:00:27 -05:00
  • 34323d51e9 Use RtlGenRandom() as an additional source of entropy for CRandomGenerator::Init() and 16 bytes IV for AES. Tino Reichardt 2019-01-26 09:10:09 +01:00
  • 4b0a001320 Fix About Dialog Tino Reichardt 2019-01-26 09:09:48 +01:00
  • 5aa58ab4e0 Merge pull request #70 from vinnyrom/vinnyrom Tino Reichardt 2019-01-21 22:11:16 +01:00
  • cab7bc1a72 Fix null dereference of 'progress' when updating an archive. The callstack of the crash is: vinnyrom 2019-01-15 16:42:11 -08:00
  • 50a695679a Merge pull request #2 from gongminmin/bug/FixRedefine Kornel 2019-01-15 11:33:39 +00:00
  • 04d04adea5 Fix the redefinition of ERROR_NEGATIVE_SEEK Minmin Gong 2019-01-13 18:06:35 -08:00
  • ea4589d20d Fix 1/2 of issue #66 Tino Reichardt 2019-01-07 20:55:17 +01:00
  • c6dd3f72ba Merge pull request #69 from stonebig/patch-2 Tino Reichardt 2019-01-07 05:59:35 +01:00
  • 254af9c609 apparently un-needed stuff stonebig 2019-01-06 12:33:56 +01:00
  • cbf20ccd51 Merge pull request #67 from stonebig/patch-1 Tino Reichardt 2019-01-04 00:03:49 +01:00
  • a1e2258ac1 apparently un-needed stuff stonebig 2019-01-03 23:52:25 +01:00
  • cb75c2b5bf Merge commit '5b2a99c548a6c9c90d4cc63cddca29af009c2479' Kornel 2018-12-30 14:02:42 +00:00
  • 5b2a99c548 18.06 Igor Pavlov 2018-12-30 14:01:47 +00:00
  • a489697582 Disable compilation for GUI stuff on ARM Tino Reichardt 2018-12-30 14:43:33 +01:00
  • 8ee55005cb Add ARM and remove IA64 Tino Reichardt 2018-12-30 13:42:38 +01:00
  • a488536124 Update to 7-Zip Version 18.06 Tino Reichardt 2018-12-30 12:50:20 +01:00
  • 093cf20bad Use BROTLI_MAX_WINDOW_BITS again. Tino Reichardt 2018-12-28 23:37:25 +01:00
  • 810c2164cb Update README Tino Reichardt 2018-12-28 21:32:18 +01:00
  • 7595ca1994 Update zstd to version 1.3.8 Tino Reichardt 2018-12-28 13:40:31 +01:00
  • f623539c73 v7 glachancecmaisonneuve 2018-12-22 19:18:21 -05:00
  • 1d1e92a9fb Fix decompression of zstd again - zIn.size was not correctly set before first decompression loop Tino Reichardt 2018-12-05 22:28:58 +01:00
  • 28bc209464 Revert the update of the 7-Zip property sizes - change the 7-Zip property size for LZ4, LZ5 and Zstandard back to 5 - the code understands 3 and 5 bytes, but we default to 5 ... Tino Reichardt 2018-12-04 21:11:23 +01:00
  • bb06376057 Fix decompression of skippable zstd frames Tino Reichardt 2018-12-04 21:02:15 +01:00
  • fe790520ab Update README.md Tino Reichardt 2018-11-27 18:25:14 +01:00
  • 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 Tino Reichardt 2018-11-27 15:41:49 +01:00
  • 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 Tino Reichardt 2018-11-25 18:03:13 +01:00
  • c287fb0519 for integrated debugging purposes glachancecmaisonneuve 2018-11-24 13:35:02 -05:00
  • 9b07a1847f fixes delete after extract glachancecmaisonneuve 2018-11-24 13:31:40 -05:00
  • 4728ce24ef Autoadjust ldm option on large windowLog values Tino Reichardt 2018-11-18 21:42:25 +01:00
  • 67ccdf37ef Update README.md Tino Reichardt 2018-11-18 21:33:50 +01:00
  • 714d514451 Make zstd:long behave like in zstd cli - adjust version information to current date - maybe I release this as the next version Tino Reichardt 2018-11-17 11:00:41 +01:00
  • 550c8e5df7 Update brotli to version 1.0.7 Tino Reichardt 2018-11-17 00:21:23 +01:00
  • 79fd76b438 Enable /Gw (Optimize Global Data) via build script Tino Reichardt 2018-11-16 22:47:20 +01:00
  • a24bf9aca1 Add zstd advanced compression options Tino Reichardt 2018-11-16 22:30:44 +01:00
  • 8474b3b70c Add some minor fixes - add README.md for the hash sources - do not compile IA64 binaries: - the flzma2 does not compile cleanly - /Gw is not implemented within sdk 7.1 :/ Tino Reichardt 2018-11-15 22:36:34 +01:00
  • 82ec026206 Merge pull request #60 from conor42/master Tino Reichardt 2018-11-09 21:51:52 +01:00
  • f531a44f1c Update readme; Add IA64 dll build conor42 2018-11-09 20:30:35 +10:00
  • cb96f7e6f8 Add some fixes to lzma2 header files - remove disabling of MSVC C4389 warning - update mem.h from current zstd code Tino Reichardt 2018-11-07 12:42:56 +01:00
  • 5cf16c9dba Merge pull request #59 from conor42/master Tino Reichardt 2018-11-07 12:14:57 +01:00
  • 0cbdf835f0 Merge remote-tracking branch 'upstream/master' conor42 2018-11-07 14:34:48 +10:00
  • 296c91d212 Add Fast LZMA2 codec dll build; Fix 32-bit warnings conor42 2018-11-07 14:34:04 +10:00
  • 68f3ed1f3c Compiling fixes - add /TP on old IA64 compiler (sdk71) - disable C4389 warning for flzma2 Tino Reichardt 2018-11-06 18:23:53 +01:00
  • eff4d316fa Merge pull request #58 from conor42/master Tino Reichardt 2018-11-05 17:29:02 +01:00
  • ab10047253 Add Fast LZMA2 codec conor42 2018-11-05 21:22:10 +10:00
  • 71a295905f Fix compiling issue on x32 with sha512.c Tino Reichardt 2018-11-03 12:46:49 +01:00
  • 41ddee9d44 Fix double sha512.obj in Ark.mak Tino Reichardt 2018-11-03 12:37:10 +01:00
  • 1a09f6fc0d Fix zstd decompression - todo: make zstd ldm compression optional Tino Reichardt 2018-11-03 10:03:54 +01:00
  • 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 Tino Reichardt 2018-11-03 00:18:33 +01:00
  • add56b5aed Add MD5 hash function Tino Reichardt 2018-11-01 23:08:00 +01:00
  • 9947dd780b Fix naming: Blake2s -> Blake2sp Tino Reichardt 2018-11-01 22:47:25 +01:00
  • 68f3dcfeb9 Google has even more windowbits then BROTLI_MAX_WINDOW_BITS - it's the BROTLI_LARGE_MAX_WINDOW_BITS ;) Tino Reichardt 2018-11-01 18:28:22 +01:00
  • 1048d4e133 Minor fixes - fix Zstandard Sfx stuff -> SetNumberOfThreads() - fix formatting of XXH32Reg.cpp and XXH64Reg.cpp - add Blake2s hash to explorer context menu Tino Reichardt 2018-11-01 18:18:34 +01:00