20 Commits

Author SHA1 Message Date
Nathan Moinvaziri
13a12e32ab Fixed missing prototypes warning. #213 2017-12-26 12:40:30 -08:00
Nathan Moinvaziri
919d837abf Fixed potential mismatch of calling conventions. #208 2017-12-03 22:59:26 -08:00
Nathan Moinvaziri
7e49256146 Version 2.2.4. 2017-11-15 21:57:52 -08:00
Nathan Moinvaziri
4f6a0e3fc1 Add ability to compile without zlib for LZMA support only. 2017-11-10 08:45:14 -08:00
Nathan Moinvaziri
db8df5bd96 Version 2.2.3. 2017-10-27 21:23:50 -07:00
Nathan Moinvaziri
ddc57abe50 Version 2.2.2. 2017-10-26 10:26:58 -07:00
Nathan Moinvaziri
44d2079466 Version 2.2.1. 2017-10-23 17:35:22 -07:00
Nathan Moinvaziri
79ac3385f1 Fixed appending zip to executable and added unit test.
Renamed MZ_STREAM_OPEN_* to MZ_OPEN_MODE_*.
Renamed MZ_STREAM_SEEK_* to MZ_SEEK_*.
2017-10-23 17:22:36 -07:00
Nathan Moinvaziri
cbc8c816e7 Version 2.2.0. 2017-10-22 14:50:43 -07:00
Nathan Moinvaziri
a994e3f8c0 Version 2.1.1. 2017-10-21 09:43:40 -07:00
Nathan Moinvaziri
57ae26f6c7 Version 2.1.0. 2017-10-20 08:55:42 -07:00
Nathan Moinvaziri
caf54683a5 Move raw stream back to zlib. 2017-10-20 08:37:58 -07:00
Nathan Moinvaziri
e220ac2679 Updated readme.
Moved raw stream to mz_strm.
2017-10-20 08:06:50 -07:00
Nathan Moinvaziri
5f9e5d3aee Move version_madeby out of the zip close function.
Removed need for zip64 value in mz_file_info.
Fixed bug reading local header filename and extrafield.
Code cleanup and fixed warnings.
2017-10-20 07:59:39 -07:00
Nathan Moinvaziri
a66cc31fac Merged miniunz into minizip.
Renamed passthru stream to raw stream.
Removed zlib extra compression parameters, so now all streams have the same basic parameter, which is compression level. And so got rid of mz_zip_compress and mz_zip_crypt structures.
Fixed issues using the disk splitting stream when the disk size was 0.
Changed return value of mz_file_exists to be consistent with all other functions.
Updated test harness and added empty zip test.
2017-10-18 16:51:10 -07:00
Nathan Moinvaziri
68fae9970c Fixed more bugs reading lzma, bzip2, and zlib streams. 2017-10-18 15:46:06 -07:00
Nathan Moinvaziri
1892617eeb Removed unused options from zlib stream and other cleanup. 2017-10-18 11:36:35 -07:00
Nathan Moinvaziri
9781d0aa80 Fixed total_in value for lzma, bzip2, zlib streams.
Fixed read functions for lzma, bzip2, and zlib not returning error.
2017-10-17 23:20:14 -07:00
Nathan Moinvaziri
11679d669c Version 2.0.1 2017-10-16 20:15:35 -07:00
Nathan Moinvaziri
24ef270bbe Move source files to src directory. 2017-10-16 19:30:24 -07:00