1876 Commits

Author SHA1 Message Date
Nathan Moinvaziri
123c49e94e Version 2.10.5. 2.10.5 2020-12-13 14:57:11 -08:00
Nathan Moinvaziri
215a7a84dc Fixed pk_verify not being set when writing encrypted entries. 2020-12-13 14:52:45 -08:00
Nathan Moinvaziri
c76f28f217 Silent message about BZip2 not being found from find_package. 2020-12-13 10:29:16 -08:00
Nathan Moinvaziri
cef47f610e Use DMZ_FORCE_FETCH_LIBS in CI instances. 2020-12-12 17:35:53 -08:00
Nathan Moinvaziri
a1602ed9c8 Add MZ_FETCH_LIBS and MZ_FORCE_FETCH_LIBS options to enable/disable fetching of third-party libraries. #539 2020-12-12 17:20:28 -08:00
Tim Gates
69fe69aaf6 docs: fix simple typo, verisons -> versions
There is a small typo in doc/README.md.

Should read `versions` rather than `verisons`.
2020-12-12 15:32:42 -08:00
Nathan Moinvaziri
318e848843 Version 2.10.4. 2.10.4 2020-12-06 16:32:18 -08:00
Nathan Moinvaziri
5a5abcfed2 Only include executables in releases. 2020-12-06 16:32:17 -08:00
Nathan Moinvaziri
6e7c519d65 Fixed issues with FetchContent_Declare forcing variable names lowercase. #532 2020-12-06 13:16:14 -08:00
Nathan Moinvaziri
712fe00b60 Added out-of-source-tree build CI configuration. 2020-12-06 13:16:14 -08:00
Nathan Moinvaziri
e61419f5e8 Don't use find_package for GitHub CI Windows instances. 2020-12-06 13:16:14 -08:00
Thomas Gamper
b81e65c531 CMakeLists.txt - fix zconf.h not being found in case of out-of-source-tree build 2020-12-04 10:24:14 -08:00
ptc-tgamper
01ade0721d mz_os_win32.c - use memset to zero init, renaming 2020-12-03 08:19:52 -08:00
ptc-tgamper
9b42223635 mz_os_win32.c - fix MZ_WINRT_API compile errors 2020-12-03 08:19:52 -08:00
ptc-tgamper
dde880be5e mz_strm_os_win32.c - fix MZ_WINRT_API compile errors 2020-12-03 08:19:52 -08:00
Niko
ee60b3c614 mz_compat: Move return to new line, adapt unzGetCurrentFileInfo64 as well
Moved return statement to separate line.
Applied the same changes to unzGetCurrentFileInfo64 (allow getting filename/comment/extrafield separately without unz_file_info64)
2020-12-03 00:14:02 -08:00
Niko
d2b1e76de8 mz_compat: support unzGetCurrentFileInfo without pfile_info
Allow getting filename/extrafield/comment separately without specifying an unz_file_info structure to improve compatibility with minizip1.
2020-12-03 00:14:02 -08:00
Nathan Moinvaziri
cf4029d4d5 Only fill out pk_verify if HAVE_PKCRYPT. 2020-12-02 18:07:01 -08:00
ptc-tgamper
dc9ef70d6e README.md - add MZ_ICONV option 2020-12-01 09:57:07 -08:00
ptc-tgamper
628830ff93 CMakeLists.txt - introduce MZ_ICONV to allow user to explicitely disable iconv 2020-12-01 09:57:07 -08:00
Nathan Moinvaziri
9ffb08e41b Fixed mismatching NTFS date/time causing decryption failure. #527 2020-11-30 21:30:10 -08:00
Ørjan
af49f4652b libressl 2.7.0 and above provides HMAC_CTX_{new,free,reset} 2020-11-25 14:35:14 -08:00
Ørjan
72459e9abc mz_os: add support for midipix 2020-11-25 14:35:14 -08:00
Thomas Gamper
261402ad2d mz_zip_rw.c - fix potential null dereference in create functions 2020-11-24 19:02:04 -08:00
Nathan Moinvaziri
8642018342 Version 2.10.3. 2.10.3 2020-11-08 16:04:36 -08:00
Nathan Moinvaziri
7b54b74435 Fixed release files for Windows. 2020-11-08 16:04:27 -08:00
Nathan Moinvaziri
ffd65ce31a Fixed uploading Windows release not working. 2020-11-08 15:34:50 -08:00
Nathan Moinvaziri
a9fb9258f8
Fixed link to zlib-ng repository 2020-11-05 13:16:38 -08:00
Viktor Szakats
ed03eedeff mz_compat: sync parameter types with minizip1, add two compatibility wrappers
- zipOpenNewFileInZip*(): method/compression_method is 'int' in minizip1
- zipCloseFileInZipRaw64(): uncompressed_size is 'ZPOS64_T', which is 'uint64_t'
- unzTell64(): return value is 'ZPOS64_T', which is 'uint64_t'
- unztell(): return value should be 32-bit
- add unztell64() (full lowercase), which is the same as unzTell64()
- add unzeof(), which is the same as unzEndOfFile()

NOTE: It'd be probably useful to update mz_zip_entry_close_raw() uncompressed_size
      type to unsigned.
2020-11-04 13:23:26 -08:00
Nathan Moinvaziri
edee9e5e62 Remove unnecessary name array from matrix. 2020-11-01 19:10:31 -08:00
Nathan Moinvaziri
c57cf06f84 Fixed formatting. 2020-10-28 12:46:51 -07:00
Nathan Moinvaziri
267de35128 Added XZ archive to unzip fuzz corpus. 2020-10-27 19:44:10 -07:00
Nathan Moinvaziri
010f99968c Include minigzip in output for macOS and Linux. 2020-10-25 17:31:30 -07:00
Nathan Moinvaziri
5ac8e58c32 Only run libbsd checks when MZ_BRG is enabled. 2020-10-25 17:30:56 -07:00
Nathan Moinvaziri
397fd1858d Include all libraries in release. 2020-10-25 17:17:44 -07:00
Nathan Moinvaziri
6544b8d02a Version 2.10.2. 2.10.2 2020-10-25 15:54:05 -07:00
Nathan Moinvaziri
e5f884117d Added XZ info for libcompression to README. 2020-10-25 15:34:50 -07:00
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
9667101258 Fixed compiling with BRG aes library.
Fixed problem decompressing with XZ library.
2020-10-25 14:31:54 -07:00
Nathan Moinvaziri
c2f8a5c41d Retrieve BRG code from official repositories. 2020-10-25 13:42:10 -07:00
Nathan Moinvaziri
bd1dda931b Fetch BZIP2 from original repository. 2020-10-25 12:58:09 -07:00
Nathan Moinvaziri
5cd2879603 Fixed issues with XZ compress method. 2020-10-25 12:50:12 -07:00
Nathan Moinvaziri
b729653bc1 Fixed xz command line argument in minigzip. 2020-10-25 12:31:43 -07:00
Nathan Moinvaziri
ff7ef66155 Added XZ compression method for libcompression. 2020-10-25 12:27:29 -07:00
Nathan Moinvaziri
cda49c2bf1 Fixed MZ_STREAM_PROP_COMPRESS_ALGORITHM renamed. 2020-10-25 12:09:51 -07:00
Nathan Moinvaziri
d3702321d9 Updated README for XZ support. 2020-10-25 12:07:48 -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
237a057cc9 Added xcode instruction to readme doc. 2020-10-24 18:47:10 -07:00
Nathan Moinvaziri
7cb06eff8a Added missing extrafield doc. 2020-10-24 18:41:42 -07:00