Nathan Moinvaziri
4cec116210
Version 4.0.6.
2024-06-01 14:10:39 -07:00
Nathan Moinvaziri
3eed562ef0
Version 4.0.5.
2024-03-05 19:30:16 -08:00
Nathan Moinvaziri
a7d612adf2
Use hexadecimal prefix for MZ_VERSION_BUILD. #758
2024-01-04 10:05:59 -08:00
Nathan Moinvaziri
13b01a74a4
Version 4.0.4.
2023-12-29 07:05:05 -08:00
Brad Smith
0211461993
Remove DOS line endings
2023-12-21 10:38:11 -08:00
Nathan Moinvaziri
ef3ef9a4b8
Version 4.0.3.
2023-11-13 10:04:26 -08:00
Nathan Moinvaziri
4f670cc7d7
Version 4.0.2.
2023-10-26 10:06:19 -07:00
Nathan Moinvaziri
680d6f1dcf
Version 4.0.1.
2023-08-04 11:23:54 -07:00
Nathan Moinvaziri
a1f568d601
Version 4.0.0.
2023-05-19 10:27:46 -07:00
Nathan Moinvaziri
103a1c836d
Remove limited OS support for AES CTR mode.
2023-04-18 17:32:08 -07:00
Nathan Moinvaziri
23fac55eda
Added initial support for other AES modes.
2023-04-18 17:15:48 -07:00
Nathan Moinvaziri
fcde5c5ba7
Added optional support for AES CBC mode to mz_crypt_aes.
2023-04-17 14:32:06 -07:00
Nathan Moinvaziri
8d2488c481
Version 3.0.10.
2023-04-09 11:13:13 -07:00
Nathan Moinvaziri
db9df99b91
Version 3.0.9.
2023-03-16 09:37:00 -07:00
Nathan Moinvaziri
261041dabc
Remove useless MZ_CUSTOM_ALLOC and MZ_CUSTOM_FREE.
...
It would have required an include to make it useful.
2023-02-24 14:23:04 -08:00
Nathan Moinvaziri
1e4cc21871
Fixed minor formatting whitespace changes.
2023-02-19 10:41:34 -08:00
Nathan Moinvaziri
03e4d2213d
Remove copyright years.
2023-02-16 13:14:21 -08:00
Nathan Moinvaziri
cee6d8cbd4
Version 3.0.8.
2022-12-31 11:09:18 -08:00
Nathan Moinvaziri
2414288862
Version 3.0.7.
2022-10-15 15:55:45 -07:00
Nathan Moinvaziri
47b8449fec
Version 3.0.6.
2022-04-27 11:16:33 -07:00
Nathan Moinvaziri
f3d400e999
Version 3.0.5.
2022-03-05 14:53:32 -08:00
Sergey Markelov
9896383d2f
Add SHA224, SHA384, SHA512 to crypt.
2022-01-18 10:31:11 -08:00
Nathan Moinvaziri
95987e98b4
Version 3.0.4.
2021-11-29 12:58:24 -05:00
Nathan Moinvaziri
99d39015e2
Version 3.0.3.
2021-09-06 12:44:00 -07:00
lawadr
a59538c168
Replace use of GNU C definitions with standard definitions to allow compilation with non-GNU C conforming compilers
2021-08-31 10:15:46 -07:00
Nathan Moinvaziri
bc93e4077b
Version 3.0.2.
2021-05-09 16:46:32 -07:00
Uilian Ries
9fb1dc29fe
#475 Replace _WINDOWS by _WIN32
...
Signed-off-by: Uilian Ries <uilianries@gmail.com>
2021-04-13 15:56:13 -07:00
Nathan Moinvaziri
1593060ecf
Version 3.0.1.
2021-03-04 17:35:25 -08:00
Nathan Moinvaziri
6f17da582d
Version 3.0.0.
2021-01-23 16:57:55 -08:00
Nathan Moinvaziri
db95894646
Updated name of project to minizip-ng.
2021-01-23 16:19:05 -08:00
Nathan Moinvaziri
af3c3ad8ee
Version 2.10.6.
2020-12-29 13:16:01 -08:00
Nathan Moinvaziri
123c49e94e
Version 2.10.5.
2020-12-13 14:57:11 -08:00
Nathan Moinvaziri
318e848843
Version 2.10.4.
2020-12-06 16:32:18 -08:00
Nathan Moinvaziri
8642018342
Version 2.10.3.
2020-11-08 16:04:36 -08:00
Nathan Moinvaziri
c4668ed5ca
Added support for XZ format.
...
Use official LZMA/XZ repository.
2020-10-25 11:58:02 -07:00
Nathan Moinvaziri
699bf6e886
Version 2.10.1.
2020-10-11 13:02:40 -07:00
Fabrice Fontaine
9400c1d4d7
mz.h: fix build with gcc 4.8
...
gcc 4.8 does not support __has_include directive as a result the build
will fail on:
/home/naourr/work/instance-1/output-1/build/minizip-2.10.0/mz.h:162:44: error: missing binary operator before token "("
(defined(__has_include) && __has_include(<stdint.h>))
^
Fix it by appling:
https://gcc.gnu.org/onlinedocs/gcc-10.1.0/cpp/_005f_005fhas_005finclude.html
Fix #510
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2020-07-26 13:12:16 -07:00
Nathan Moinvaziri
3ecff07e3c
Version 2.10.0.
2020-06-25 10:17:43 -07:00
Force Charlie
32ccb3e0bc
remove zstd deprecated magic 20
2020-06-23 20:13:01 -07:00
Nathan Moinvaziri
1840ad0c13
Fixed static analysis warning in MSVC.
2020-06-19 21:29:06 -07:00
Nathan Moinvaziri
70811ac6f5
Remove version number from headers.
2020-06-19 21:21:12 -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
Frederik Seiffert
ac8c990de2
Fix incorrect built-in PRIx64 defines
...
Also added missing u- and x-defines for 8 and 16 bits.
2020-06-08 12:35:50 -07:00
Nathan Moinvaziri
2ae0de78f6
Added back check for HAVE_INTTYPES_H and HAVE_STDINT_H
2020-06-08 12:35:49 -07:00
Frederik Seiffert
4f9b6bdd17
Use __has_include instead of preprocessor defines.
2020-06-08 12:35:49 -07:00
Nathan Moinvaziri
2aa369c468
Version 2.9.3.
2020-05-21 07:31:09 -07:00
Nathan Moinvaziri
b39f7a0e89
Version 2.9.2.
2020-02-12 08:38:09 -08:00
Nathan Moinvaziri
370ab036f3
Version 2.9.1.
2019-11-15 13:24:17 -08:00
Nathan Moinvaziri
10ac291d91
Version 2.9.0.
2019-09-18 16:55:43 -07:00
Nathan Moinvaziri
17447aac42
Merge pull request #413 from philippec-ls/master
...
Added missing newlines
2019-09-05 18:18:46 -07:00