159 Commits

Author SHA1 Message Date
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
a8f2f2951a Remove deleting print statement due to travis ci log length. 2017-10-16 19:03:55 -07:00
Nathan Moinvaziri
7482c1e277 Rename exit to sys.exit. 2017-10-16 19:02:31 -07:00
Nathan Moinvaziri
8e095476ec Remove use of random. 2017-10-16 18:59:15 -07:00
Nathan Moinvaziri
3cc104b962 Fixed tests so build fails if they fail.
Added random file generation tests.
Added disk spanning tests.
2017-10-16 15:59:06 -07:00
Nathan Moinvaziri
2f7b0bdac1 Remove .png from test script. 2017-10-16 07:56:04 -07:00
Nathan Moinvaziri
4ca84731d0 Removed unnecessary test file. 2017-10-09 19:03:05 -07:00
Nathan Moinvaziri
d83efdc614 Added back function to recursively create dirs.
Fixed issue extracting files that have dirs in them.
Added unit test for directory zipping/unzipping.
2017-10-09 00:40:53 -07:00
Nathan Moinvaziri
77fcdb3b31 Added test script and files.
Updated travis yaml.
2017-10-05 18:51:48 -07:00