236 Commits

Author SHA1 Message Date
Nathan Moinvaziri
a734386650 Fixed bugs compiling liblzma with libcompression. 2020-10-25 15:22:10 -07:00
Nathan Moinvaziri
1a7e7e4a4c Fixed issues with XZ compression when using libcompression. 2020-10-25 15:10:58 -07:00
Nathan Moinvaziri
5cd2879603 Fixed issues with XZ compress method. 2020-10-25 12:50:12 -07:00
Nathan Moinvaziri
ff7ef66155 Added XZ compression method for libcompression. 2020-10-25 12:27:29 -07:00
Nathan Moinvaziri
c4668ed5ca Added support for XZ format.
Use official LZMA/XZ repository.
2020-10-25 11:58:02 -07:00
Nathan Moinvaziri
958226c74a Fixed infinite loop when recovering a zip entry with local file header containing data descriptor. 2020-07-30 11:06:25 -07:00
Force Charlie
32ccb3e0bc remove zstd deprecated magic 20 2020-06-23 20:13:01 -07:00
Nathan Moinvaziri
70811ac6f5 Remove version number from headers. 2020-06-19 21:21:12 -07:00
Nathan Moinvaziri
9126177377 Fixed bugs with zstd not working with pkcrypt and causing ci to stall. 2020-06-19 21:21:12 -07:00
Force.Charlie
7cecfa6472 fix decompress zstd error 2020-06-19 21:21:07 -07:00
Nathan Moinvaziri
1f4758bd7f Added support for ZSTD. #498
Co-authored-by: Force Charlie <fcharlie@users.noreply.github.com>
2020-06-14 22:02:12 -07:00
Nathan Moinvaziri
dc6962b5fa Use same brace style as zlib. 2020-06-14 22:00:02 -07:00
Nathan Moinvaziri
16704829e2 Fixed casting warnings when using warning level 4 in MSVC. 2020-06-08 12:35:50 -07:00
Nathan Moinvaziri
2aa369c468 Version 2.9.3. 2020-05-21 07:31:09 -07:00
Gabriel Dubois
3b3961e787 ZIP64 files containing more than 65,535 entries only report 65,535 entries 2020-03-20 15:48:40 +00:00
Nathan Moinvaziri
b39f7a0e89 Version 2.9.2. 2020-02-12 08:38:09 -08:00
Nathan Moinvaziri
d7e6aa00c7 Fixed compiler warnings. 2020-02-12 08:31:21 -08:00
Nathan Moinvaziri
163352fb5b Re-order functions to match documentation categorization. 2020-02-08 21:28:23 -08:00
Nathan Moinvaziri
58b37d35e5 Reduce scope of variable to fix codacy warning. 2020-02-08 20:35:27 -08:00
Nathan Moinvaziri
41fcda94f6 Enable data descriptor by default since it doesn't do any seek backs to update the local header.
Fixed seeking to local header when writing split archive. It kept seeking back to disk with the cd instead of the disk with the local header when the disk referenced was the first disk.
2020-01-04 16:55:21 -08:00
Nathan Moinvaziri
6c87ff43fc Allow the ability to disable use of data descriptor. Using data descriptor prevents having to seek backwards or to another disk while writing. However, the local headers aren't updated with the crc or size values. #440 2020-01-03 22:57:15 -08:00
Nathan Moinvaziri
370ab036f3 Version 2.9.1. 2019-11-15 13:24:17 -08:00
Nathan Moinvaziri
4b5bd87b68 Fixed issues finding data descriptor when previous compressed size is small. #431 2019-11-11 17:04:05 -08:00
Nathan Moinvaziri
f286b831d0 Overwrite existing central directory if using split disks with append mode. #436 2019-11-10 17:09:48 -08:00
Antoine Cœur
296489b206
Unused variable 'central_header_pos' 2019-10-23 13:32:10 +08:00
Nathan Moinvaziri
57cbcd2fbd Check previous value of err. 2019-10-21 15:37:58 -07:00
Nathan Moinvaziri
545d729594 More robust recovery method, seek to next local header and seek backward for data descriptor. #431 2019-10-21 15:32:18 -07:00
Nathan Moinvaziri
be483d8b6e Fixed extract 4gb zip files without zip64 via recovery method. #431 2019-10-19 17:30:54 -07:00
Nathan Moinvaziri
0e1fd89746 Fixed appending files to tiny zip. #418 2019-10-19 17:30:54 -07:00
Nathan Moinvaziri
10ac291d91 Version 2.9.0. 2019-09-18 16:55:43 -07:00
Nathan Moinvaziri
fe33c3d1b6 Fixed invalid literal PRI- when compiling with C++. #416 2019-09-16 11:07:43 -07:00
Cameron Cawley
28f78ffcc2 Support building on RISC OS 2019-08-07 15:13:42 +01:00
Nathan Moinvaziri
32fd805440 Version 2.8.9. 2019-07-04 10:32:02 -07:00
Nathan Moinvaziri
fbfd4e82f7 Version 2.8.8. 2019-05-22 17:50:39 -07:00
zed
65447dd38a Separate definition for snprintf 2019-05-16 22:19:08 +03:00
zed
cf076661a9 Fix to compile with mingw-w64 2019-05-15 21:43:56 +03:00
Nathan Moinvaziri
64c4c7f868 Version 2.8.7. 2019-05-09 18:46:18 -07:00
Nathan Moinvaziri
7d94b1ffa1 Fixed symbolic link issues on win32. Ensure that reading a symbolic link dir on windows produces linkname with slash at the end for recreation. 2019-05-08 23:41:47 -07:00
Nathan Moinvaziri
426543d2c4 Set the S_ISLNK attribute when storing a symbolic link. 2019-05-07 09:46:25 -07:00
Nathan Moinvaziri
aeb6cdd545 Fixed casting warning. 2019-05-06 13:40:32 -07:00
Nathan Moinvaziri
a5a1d5d272 Store symbolic links in UNIX1 extra field instead of file attributes.
Correct reading of UNIX1 extra field timestamps.
Added option to store links to minizip cmd.
2019-05-05 20:13:58 -07:00
Nathan Moinvaziri
3249eac087 Added support for symbolic links. ZipArchive/ZipArchive#424. 2019-05-02 21:07:39 -07:00
Antoine Cœur
61f224aacd
Fix support for creating empty archives 2019-05-02 01:42:09 +08:00
Nathan Moinvaziri
98b489b267
Merge pull request #387 from Coeur/patch-1
Unzipping password protected files with no password
2019-05-01 09:06:06 -07:00
Antoine Cœur
b409efde8d
Unzipping password protected files with no password 2019-05-01 19:35:25 +08:00
Nathan Moinvaziri
2e0a20a82a Fixed return value in localtime_r on windows. 2019-04-28 13:03:11 -07:00
Nathan Moinvaziri
cd3e9e12d2 Fixed compilation errors on Windows. 2019-04-28 10:22:49 -07:00
Nathan Moinvaziri
b9cb4e6a4d Use thread safe localtime_r function. 2019-04-28 10:05:29 -07:00
Nathan Moinvaziri
64faa259d5 Do not write central directory header if central directory is 0 bytes. #381 2019-04-21 21:38:48 -07:00
Nathan Moinvaziri
4fe0687243 Version 2.8.6. 2019-04-08 13:26:32 -07:00