2244 Commits

Author SHA1 Message Date
Nathan Moinvaziri
4f571d6e38 Add lint workflow for clang-format 2025-03-25 08:04:19 -07:00
tbeu
1529686f37 Apply Clang format 2025-03-23 14:09:01 -07:00
tbeu
5e99d52a00 Consider passed codepage on listing and extraction callback 2025-03-23 14:07:59 -07:00
Herman Semenov
e6eeb4ea52 Align structures for 64-bit platforms (stream_split, mz_opt, crypt_sha, crypt_hmac)
- mz_stream_split 120 -> 104 bytes
- minizip_opt 32 -> 24 bytes
- mz_crypt_sha 32 -> 24 bytes
- mz_crypt_hmac 40 -> 32 bytes
2025-03-11 19:42:25 -07:00
Herman Semenov
dd91a4db20 Remove excess checks before free()
References:
- https://pubs.opengroup.org/onlinepubs/009695399/functions/free.html
- https://stackoverflow.com/a/18775633
2025-03-05 10:26:44 -08:00
Nathan Moinvaziri
55db144e03 Version 4.0.8. 4.0.8 2025-01-08 10:12:15 -08:00
Gabriel Landau
888d4713f6 Add gtest validating mz_os_get_file_date works on ADS 2025-01-07 21:58:03 -08:00
Gabriel Landau
4a1d10faa2 Fix Windows Alternate Data Stream (ADS) Support 2025-01-07 21:57:38 -08:00
Cœur
cf5404bb71 fix: don't replace slashes on UNIX 2024-12-02 19:11:15 -05:00
dependabot[bot]
c808a65a0e Bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-02 13:16:44 -05:00
Cœur
6d45beb98d ignore number_entry_cd when recover 2024-11-18 12:38:38 -05:00
Mikhail Khachayants
d7f5fdd19a fix and improve fuzzers 2024-11-14 18:07:14 -05:00
Cœur
00d695db9b align ZEXPORT definitions 2024-11-11 20:18:10 -05:00
Cœur
32b66976a7 missing mz_dos_date defines in unzip.h 2024-11-11 17:30:19 -05:00
Yasuhiro Hatta
34111e29e9 FIx typo in mz_zip_file.md 2024-11-11 13:56:38 -05:00
Nathan Moinvaziri
3bced613bc Move zlib include to zip/unzip headers like org minizip. 2024-11-11 10:56:18 -08:00
Cœur
522196762d improve logic on variants of ZLIB_H 2024-11-11 13:54:52 -05:00
Cœur
6a1a1eed0b fix Windows build 2024-11-11 13:54:52 -05:00
Cœur
3438b8832d remove superfluous redefines 2024-11-11 13:54:52 -05:00
Cœur
91182928a4 avoid redefining already defined type 2024-11-11 13:54:52 -05:00
Cœur
91112baa26 Expose zlib constants for backwards compat 2024-11-11 13:54:52 -05:00
Cœur
53e63823f5 fix incorrect dos date conversion 2024-11-11 13:52:13 -05:00
Nathan Moinvaziri
2c51fa719e Clang-format style changes. 2024-11-01 16:37:57 -07:00
Cœur
483950d09d Adopting a clang-format based on Google style 2024-11-01 16:13:37 -07:00
Cœur
39255ca709 The value is never actually read from 'zlib' 2024-11-01 16:13:37 -07:00
Cœur
c460967d7a Value stored to 'err' is never read 2024-11-01 16:13:36 -07:00
Cœur
20c6f562d1 Implicit conversion loses integer precision: 'unsigned long' to 'int32_t' 2024-10-31 11:38:23 -07:00
Cœur
8339456a44 Variable 'total_in' set but not used 2024-10-31 14:37:14 -04:00
Nathan Moinvaziri
7df56f7cc8 Split compat layer into different source files #806 2024-10-30 18:11:27 -04:00
Nathan Moinvaziri
cc14474b37 Move mz_compat to compat folder. 2024-10-30 18:11:27 -04:00
Nathan Moinvaziri
0bf8db3cff Fixed GCC warnings about path_length reuse in strncat. 2024-10-30 18:11:27 -04:00
Cœur
8950c248ae Group compatibilities per origin 2024-10-30 14:02:37 -04:00
Nathan Moinvaziri
6946ba67d0 Fixed disk spanning failures due to changes in #799.
At the end of a disk, we return any bytes read before proceeding to
the next disk. This allows us to return MZ_EXIST_ERROR when the next
disk is not found.
2024-10-30 13:01:47 -04:00
Cœur
b2691a0c96 Added MZ_TARGET_APPSTORE to hide GSM private api on macOS 2024-10-23 11:28:07 -07:00
Kai Pastor
95fdb49672 Do not use REQUIRED with find_dependency 2024-10-23 11:28:07 -07:00
Nathan Moinvaziri
9aeff7bc29 Fixed whitespace in mz_stream_split_open_disk. 2024-10-23 11:28:07 -07:00
筱萍
40416c35c3 Fix decompress a zip multi-volume archive file without filename extensions will cause an infinite loop. 2024-10-23 11:28:07 -07:00
Cœur
23bf392d1b fix: avoid private api on Mac App Store 2024-10-22 13:11:20 -04:00
Nathan Moinvaziri
0ee98b6909 Check version when verifying password for pkcrypt. #800 2024-10-18 12:01:40 -07:00
Nathan Moinvaziri
fe5fedc365 Version 4.0.7. 4.0.7 2024-06-15 09:21:44 -07:00
Nathan Moinvaziri
bfc8f6c9e1 Added definition for zipOpenNewFileInZip64 for backwards compat #787 2024-06-15 09:16:27 -07:00
Nathan Moinvaziri
b887f8104b Rename cli instead of lib for VS conflicts to prevent linker error. #778 2024-06-07 19:48:35 -07:00
Nathan Moinvaziri
1ddb23dfc0 Clean up casing in CMake. 2024-06-07 19:48:03 -07:00
Nathan Moinvaziri
a64aa8bb4b Only setup python when codecov is enabled. 2024-06-07 19:27:28 -07:00
Nathan Moinvaziri
51ab7c599d Fix macos-latest not properly locating OpenSSL. 2024-06-07 19:27:00 -07:00
Nathan Moinvaziri
2f380cbbbf Upgrade to GoogleTest Framework v1.13.0. 2024-06-07 19:26:12 -07:00
Nathan Moinvaziri
71334463b2 Turn off building shared libraries in CI. 2024-06-01 20:05:05 -07:00
Nathan Moinvaziri
437d2f0e4d Use default version of gcovr. 2024-06-01 19:55:15 -07:00
Nathan Moinvaziri
8a00c0e9fb Disable zlib-ng tests. 2024-06-01 18:30:05 -07:00
Nathan Moinvaziri
d3bc79cd0d Cancel CI jobs when newer HEAD commit available. 2024-06-01 16:48:10 -07:00