1619 Commits

Author SHA1 Message Date
Viktor Szakats
8f397f826d minor URL correction, remove EOL spaces, add EOF newlines. 2019-09-15 20:11:28 +00:00
Viktor Szakats
b11be60c0c use HTTPS, whitespace and newlines fixes
This is the only remaining HTTP link now: http://result42.com
2019-09-15 18:55:59 +00:00
Nathan Moinvaziri
8bba5e3fdf Fixed wrong open mode used in test_stream_mem(). #417 2019-09-14 16:46:28 -07:00
Nathan Moinvaziri
899ceef295 Change lzma & bzip read loop in case output is truncated. #414 #415 2019-09-06 18:46:48 -07:00
Nathan Moinvaziri
15909a58ea
Merge pull request #415 from rddesmond/bugfix/crc_stream
Fix issue with truncated ZLIB output.
2019-09-06 18:44:33 -07:00
Nathan Moinvaziri
a9f88d4b78
Fixed formatting 2019-09-06 18:26:13 -07:00
Ryan Desmond
58dfe87d1d Fix issue with truncated ZLIB output. 2019-09-06 11:49:11 -04:00
Nathan Moinvaziri
17447aac42
Merge pull request #413 from philippec-ls/master
Added missing newlines
2019-09-05 18:18:46 -07:00
Nathan Moinvaziri
25e76a213f
Merge pull request #412 from Coeur/bugfix/MZ_ZIP_SIGNING
Bugfix/mz zip signing
2019-08-21 08:01:23 -07:00
Philippe Casgrain
938936c285 Added missing newlines
Fixes compiler warnings.
2019-08-21 09:14:32 -04:00
Antoine Cœur
10cd8b86b9 Fix MZ_ZIP_NO_SIGNING -> MZ_ZIP_SIGNING 2019-08-21 11:19:59 +08:00
Nathan Moinvaziri
e33afe4012 Fixed segfault when copying hmac. #376, #409 2019-08-15 18:16:48 -07:00
Nathan Moinvaziri
e9c8709b3f Added shim functions for HMAC_CTX not available on openSSL < 1.1 2019-08-15 17:15:43 -07:00
Nathan Moinvaziri
35ed7354b7 Fixed formatting. 2019-08-15 17:09:45 -07:00
Nathan Moinvaziri
b7b90c3d19 Added append mode for ADDINZIP when using zip compatibility. #408 2019-08-15 17:09:10 -07:00
Nathan Moinvaziri
88cb25164c Updated HMAC code for OpenSSL 1.1.0. #409 2019-08-15 16:48:09 -07:00
Nathan Moinvaziri
84a398027d Added option to enable signing which is by default turned on. But now at least people don't have to define MZ_ZIP_NO_SIGNING in most projects I see. Signing support now requires MZ_ZIP_SIGNING to be defined. 2019-08-14 20:31:04 -07:00
Nathan Moinvaziri
1e1227b18e
Merge pull request #410 from ccawley2011/riscos
Support building on RISC OS
2019-08-07 10:28:12 -07:00
Cameron Cawley
28f78ffcc2 Support building on RISC OS 2019-08-07 15:13:42 +01:00
Nathan Moinvaziri
edebe6891d
Merge pull request #406 from axnsan12/patch-1
Fix BUILD_BYPRODUCTS argument for zlib
2019-07-07 09:40:24 -07:00
Cristi Vîjdea
2cbffcdb47 Fix BUILD_BYPRODUCTS argument for zlib
When using the Ninja generator, CMake relies on the BUILD_BYPRODUCTS argument of ExternalProject_Add to determine how to build libz.a. 

Previously this was wrongly set to the empty variable `ZLIB_STATIC_LIBRARIES`.
2019-07-07 14:13:50 +03:00
Nathan Moinvaziri
32fd805440 Version 2.8.9. 2.8.9 2019-07-04 10:32:02 -07:00
Nathan Moinvaziri
84498c7601
Merge pull request #402 from plo-/bugfix
Fix return of mz_stream_zlib_get_prop_int64() for PROP_COMPRESS_WINDOW
2019-06-20 07:26:37 -07:00
plo-
74354ebfb3 Fix return of mz_stream_zlib_get_prop_int64() for PROP_COMPRESS_WINDOW 2019-06-19 10:40:05 +02:00
Nathan Moinvaziri
1aef5b4661 Added missing zipOpenNewFileInZip functions to compatibility layer. #400 2019-06-04 09:56:08 -07:00
Nathan Moinvaziri
e3a0c2569f Rename function indicating it does aes CTR mode. 2019-06-01 11:57:33 -07:00
Nathan Moinvaziri
2e1ca271d7 Fixed formatting. 2019-06-01 09:25:08 -07:00
Nathan Moinvaziri
0ed30b6bd8 Removed extra whitespace. 2019-05-29 20:41:33 -07:00
Nathan Moinvaziri
fbfd4e82f7 Version 2.8.8. 2.8.8 2019-05-22 17:50:39 -07:00
Nathan Moinvaziri
46ac718c70 Added comment about AES_ecb wrt OpenSSL. 2019-05-21 13:18:21 -07:00
Nathan Moinvaziri
641b0bcb55 Fixed AES not working in correct mode when using CommonCrypto. #397, #398 2019-05-21 11:33:51 -07:00
Nathan Moinvaziri
27687efc01
Merge pull request #396 from zedxxx/master
Fix to compile with mingw-w64
2019-05-16 13:35:46 -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
8ef4540e68
Ignore expressions that have no effect 2019-05-10 14:17:17 -07:00
Nathan Moinvaziri
64c4c7f868 Version 2.8.7. 2.8.7 2019-05-09 18:46:18 -07:00
Nathan Moinvaziri
1d9f8aacf0 Fixed formatting. 2019-05-09 18:45:04 -07:00
Nathan Moinvaziri
78859aa714
Added name to podspec stage. 2019-05-09 18:39:03 -07:00
Nathan Moinvaziri
034d7e6896 Fixed compiler error after rename. 2019-05-09 12:47:40 -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
c164ddf5c8 Fixed unused variable warning. 2019-05-08 19:26:40 -07:00
Nathan Moinvaziri
aa0c293f71 Merge branch 'dev' of github.com:nmoinvaz/minizip into dev 2019-05-08 19:24:16 -07:00
Nathan Moinvaziri
3a941ef473 Return forward slashed path from mz_os_read_symlink on windows. 2019-05-08 19:24:09 -07:00
Nathan Moinvaziri
0ecc3f68a6
Merge pull request #393 from Coeur/podspec
Podspec update
2019-05-07 22:58:00 -07:00
Antoine Cœur
837eec8473 renaming subspecs to match CMakeLists 2019-05-08 11:24:54 +08:00
Nathan Moinvaziri
3506cb31e5
Merge pull request #394 from Coeur/thirdparties-typo
Third-parties typos
2019-05-07 11:28:43 -07:00
Nathan Moinvaziri
426543d2c4 Set the S_ISLNK attribute when storing a symbolic link. 2019-05-07 09:46:25 -07:00
Antoine Cœur
3318d15d00 Fix minor typos 2019-05-07 12:44:26 +08:00
Antoine Cœur
971d7de4c9 travis for podspec 2019-05-07 09:41:36 +08:00
Antoine Cœur
b3f1c2c512 Updating podspec 2019-05-07 09:41:24 +08:00