Commit graph

154 commits

Author SHA1 Message Date
Alexander Koblov
cf2bf7f7f0 UPD: Project files 2024-02-27 20:52:37 +03:00
Alexander Koblov
192ccfd999 ADD: Extract Zstandard archives with a large dictionary 2024-01-20 14:49:02 +03:00
Alexander Koblov
be9ccaa59e FIX: Zip - Don't set attributes when extract symbolic links (fixes #1393) 2023-12-16 14:43:10 +03:00
Alexander Koblov
a6cdf056fc FIX: Bug [0002348] Cannot open empty zip files 2023-12-13 20:29:23 +03:00
Alexander Koblov
950c479527 UPD: Rename DCPcrypt to KAScrypt 2023-12-04 20:25:15 +03:00
Alexander Koblov
0d97682dc6 FIX: Plugins under Haiku x86_64 (workaround) 2023-11-19 14:50:42 +03:00
Alexander Koblov
f5539c640a FIX: Cannot extract symbolic links from ZIP archives (fixes #1332) 2023-11-04 13:55:02 +03:00
Alexander Koblov
d5f3755e61 FIX: Cannot extract symbolic links from ZIP archives (fixes #1332) 2023-11-04 13:24:29 +03:00
Alexander Koblov
d8bc7ce213 UPD: TXzDecompressionStream.Seek function 2023-10-09 19:45:44 +03:00
Alexander Koblov
bf1a1e61df UPD: Zip - readme.txt 2023-10-07 19:25:59 +03:00
Alexander Koblov
5c0192a445 UPD: Zip - increase buffer size 2023-10-07 19:07:55 +03:00
Alexander Koblov
d0a4cbd864 FIX: Zip - show correct compression progress
ADD: Zip - create .tar.* archives at one step
2023-10-07 18:51:45 +03:00
Alexander Koblov
c7c51230d1 ADD: Zip - show total progress when compress 2023-10-06 20:22:02 +03:00
Alexander Koblov
f89ab9056e ADD: Zip - show total progress when extract 2023-10-06 19:31:23 +03:00
Alexander Koblov
0115f01430 ADD: Zip - save password to cache (issue #1254) 2023-09-09 14:55:04 +03:00
Alexander Koblov
e2e3ac9031 FIX: Change zip plugin configuration force quits (fixes #1233) 2023-09-09 13:34:21 +03:00
Alexander Koblov
c9186d1e81 FIX: Zip - crash in the options dialog 2023-08-06 18:00:33 +03:00
Alexander Koblov
13bd3ce79b ADD: Zip - .tzst extension 2023-02-28 21:46:17 +03:00
Alexander Koblov
b50740cef7 FIX: Zip - crash on compression when libzstd not found 2023-02-26 14:16:19 +03:00
Alexander Koblov
735cf33d5b ADD: Zip - translate resource strings 2023-02-25 17:23:18 +03:00
Alexander Koblov
594c2beaba FIX: Zip - wrong checksum 2023-02-25 12:12:10 +03:00
Alexander Koblov
8c46e8b089 ADD: Zip - capability to change compression settings of all supported formats 2023-02-25 12:00:23 +03:00
Alexander Koblov
0f90c2580b UPD: Zip - speed up .zipx creation 2023-02-14 20:17:39 +03:00
Alexander Koblov
7159dd4ddd UPD: Zip - doublecmd.diff 2023-02-13 19:17:52 +03:00
Alexander Koblov
4c027c42a9 FIX: Incorrect .tar.gz archive reading: same directory appears multiple time (fixes #809) 2023-02-13 19:10:09 +03:00
Alexander Koblov
49f29d47a3 FIX: Extract files with zero UNIX time 2022-12-05 19:01:43 +03:00
Alexander Koblov
a193935b47 FIX: Zip - open small Gzip archive 2022-11-29 18:53:05 +03:00
Alexander Koblov
4d85d6d474 ADD: Zip - GetBackgroundFlags function (issue #665) 2022-11-14 18:41:32 +03:00
Alexander Koblov
85d5c093d5 UPD: Use new GetTempName function 2022-09-18 20:10:10 +03:00
Alexander Koblov
6011f09b10 FIX: Zip - gzip unpack progress 2022-09-16 18:41:40 +03:00
Alexander Koblov
8cd00f4a05 FIX: Zip - slow gzip-file opening 2022-09-16 18:41:22 +03:00
Alexander Koblov
82b6f6ec0b UPD: Speed up gzip-archive creation/modification 2022-09-15 21:27:10 +03:00
Alexander Koblov
952ceb722e ADD: Zip - show gzip compression progress 2022-09-14 21:19:16 +03:00
Alexander Koblov
c2c6590ae4 FIX: Zip - extract concatenated gzip archive
UPD: Zip - use fast CRC32 function
2022-09-14 19:00:07 +03:00
Alexander Koblov
dd3ee2639b UPD: Speed up zip-archive creation/modification 2022-09-11 18:59:51 +03:00
Alexander Koblov
1e03f05284 UPD: Zip - doublecmd.diff 2022-09-11 18:59:51 +03:00
Alexander Koblov
c6c5fbaed7 UPD: Zip - project file 2022-09-10 12:20:45 +03:00
Alexander Koblov
b858e33b17 FIX: Zip - unpack encrypted (AES) archive 2022-09-10 12:17:06 +03:00
Alexander Koblov
199450b197 FIX: Zip - unpack progress (file > 2 GB) 2022-09-10 12:15:19 +03:00
Alexander Koblov
29cea47087 FIX: Zip - update time extra fields (fixes #492) 2022-08-09 18:50:38 +03:00
Alexander Koblov
03e6a989d9 FIX: Zip - extract file with long name (> 100) from .tar archive in the pax format 2022-06-27 20:39:24 +03:00
Alexander Koblov
c3f0f99774 ADD: Zip - show bzip2/zstd/xz compression/decompression progress 2022-06-21 21:35:33 +03:00
Alexander Koblov
5451867f64 FIX: Zip - save Unix file attributes (fixes #424) 2022-05-03 12:08:01 +03:00
Alexander Koblov
2a69adfc53 ADD: TAR - read mtime from PAX headers 2022-02-16 18:36:46 +03:00
Alexander Koblov
d2b2920c29 FIX: Zip - use GMT time if available when extract 2022-01-19 20:53:03 +03:00
Alexander Koblov
e663163af2 FIX: Replace file in the TAR archive 2022-01-17 19:12:00 +03:00
Alexander Koblov
c9baafdb36 FIX: Don't use UTF8Decode/UTF8Encode functions (fixes #245) 2021-11-09 19:13:55 +03:00
Alexander Koblov
ab0ffc4f72 UPD: Patch file 2021-10-16 14:07:20 +03:00
Alexander Koblov
6fd35a5209 FIX: Remove temporary file 2021-10-16 13:32:23 +03:00
Alexander Koblov
d651aee9ca UPD: Zip - show detailed error message 2021-09-11 19:48:41 +03:00