2244 Commits

Author SHA1 Message Date
Andy Maloney
713f8f9354 - remove unused variables
- fix two potential memory leaks
2014-08-30 14:34:55 -04:00
Lubomir I. Ivanov
56e7329660 Add extern "C" to ioapi_buf.h and ioapi_mem.h
This is needed if you are going to link a C compiled minizip
library with a C++ application.

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
2014-07-24 12:15:38 -07:00
Nathan Moinvaziri
d27f7eb246 Simplify AES version 1 CRC check 2014-03-10 23:09:33 -07:00
Nathan Moinvaziri
a93acb477a Merge pull request #14 from StevenChristy/master
Small fixes for Unzip to be compatible AES versions 1 and 2
2014-03-10 22:53:56 -07:00
Nathan Moinvaziri
083e3dad37 Merge pull request #13 from wangp/master
Add header guards and avoid C++ style comments.
2014-03-10 22:45:47 -07:00
Steven Christy
283e64a053 Update ChangeLog 2014-03-07 13:56:15 -06:00
Steven Christy
9f8274cf65 Added support for Zip AE-2 and fixed AE-1
AE-1 was not checking the CRC32.
2014-03-07 13:53:29 -06:00
Peter Wang
b109b1c936 Avoid non-C90 comments in some sources.
In case you need to compile with gcc -pedantic or similar.
2014-03-07 10:59:19 +11:00
Peter Wang
b067d0bafe Avoid non-C90 comments in header. 2014-03-07 10:55:32 +11:00
Peter Wang
3ab3bf1af1 Add header guards. 2014-03-07 10:55:32 +11:00
Nathan Moinvaziri
bb05c753a6 Updated readme 2014-01-12 14:20:43 -07:00
Nathan Moinvaziri
fed25db1cf Added additional information about zipping to memory 2014-01-12 14:20:04 -07:00
Nathan Moinvaziri
0256e3a403 Updated readme with zip memory example 2014-01-12 14:18:01 -07:00
Nathan Moinvaziri
c680ad315c Cleaned up source header comments
Fixed indentation of preprocessor statements
2014-01-12 14:04:54 -07:00
Nathan Moinvaziri
0947ea8a2c Update and rename license file 2014-01-11 12:59:11 -07:00
Nathan Moinvaziri
1dd0b15a7d Added bzip2 and winrt info 2014-01-07 20:22:10 -07:00
Nathan Moinvaziri
5d468b7eb7 Added i/o memory example 2014-01-07 20:19:34 -07:00
Nathan Moinvaziri
783245097e Fix formatting 2014-01-07 20:11:35 -07:00
Nathan Moinvaziri
a8392b4d47 Merge change logs 2014-01-07 20:08:22 -07:00
Nathan Moinvaziri
c5e3969207 Added functionality to zip to memory 2014-01-07 19:57:18 -07:00
Nathan Moinvaziri
8e5eb69e0b Fix formatting 2014-01-07 19:55:59 -07:00
Nathan Moinvaziri
614ff26c89 Fixed bug adding comment when adding file greater than 4gb 2014-01-07 19:39:39 -07:00
Nathan Moinvaziri
aea0ac41b7 Fix formatting of preprocessor defines 2014-01-07 19:13:14 -07:00
Nathan Moinvaziri
8e60f1fbf9 Don't auto-detect Windows RT 2014-01-07 18:58:43 -07:00
Nathan Moinvaziri
42241b9f8d Moved _CRT_SECURE_NO_WARNINGS to vcprojs 2014-01-07 18:28:33 -07:00
Nathan Moinvaziri
7636b5400a Remove references to non-existent file 2014-01-07 09:24:09 -07:00
Nathan Moinvaziri
50b2387bdd Fixed call to SetFilePointer dwMoveMethod 2014-01-07 09:12:37 -07:00
Nathan Moinvaziri
36f6ce0454 Use INVALID_SET_FILE_POINTER to check return value from SetFilePointer 2014-01-04 22:28:11 -07:00
Nathan Moinvaziri
fd293e867b Windows RT changes from zlib 2014-01-04 22:23:51 -07:00
Nathan Moinvaziri
be42d17476 Fixed compiler error with time sanitation changes 2014-01-04 22:21:01 -07:00
Nathan Moinvaziri
cde1848dc8 Updated readme 2014-01-04 22:00:13 -07:00
Nathan Moinvaziri
4c608fde5a Merge branch 'master' of https://github.com/nmoinvaz/minizip 2014-01-04 21:52:47 -07:00
Nathan Moinvaziri
4561c51138 Updated file name in change log 2014-01-04 21:51:57 -07:00
Nathan Moinvaziri
76b0b1c65b Fix whitespace 2013-12-20 14:02:40 -07:00
Nathan Moinvaziri
64ba7525f3 Fix whitespace 2013-12-20 13:59:33 -07:00
Nathan Moinvaziri
44fc17a262 Remove binaries 2013-12-20 13:55:34 -07:00
Nathan Moinvaziri
1d84281f1f Merge pull request #8 from joaoe/master
Timestamp sanitization and test fixing
2013-12-20 12:47:25 -08:00
João Eiras
8cc3b286ec Make smoke test better
Did not run successfully, and output was not clear.
2013-12-18 15:58:30 +01:00
João Eiras
ae95a6b69d Added file date and time sanitization.
zip64local_TmzDateToDosDate now ignores invalid dates. This was specially
problematic when handling of range values.

unz64local_DosDateToTmuDate now returns an empty date when the date in the zip
file is not valid.
2013-12-18 15:51:40 +01:00
João Eiras
ff62d718ca Fix compile issues
And whitespace.
2013-12-18 14:55:41 +01:00
João Eiras
b61a5a821f Removed trailing whitespace.
(commit contains only whitespace changes)
2013-12-18 14:55:38 +01:00
Nathan Moinvaziri
adc5c27460 Revert "Remove unused aes files"
This reverts commit fe701528aca51645dc5fbc60d37ce80db03e0d49.
2013-10-30 19:36:40 -07:00
Nathan Moinvaziri
83908cecd5 Merge pull request #6 from Kallidus/master
Fix iOS simulator crash, reorder defined
2013-08-06 10:30:51 -07:00
Dale Jefferson
d63aa151d8 Fix iOS simulator crash, reorder defined 2013-08-06 13:08:48 +01:00
Nathan Moinvaziri
91c243ed54 Remove comment about AES encryption 2013-06-28 03:41:40 -07:00
Nathan Moinvaziri
8f555e1116 Remove file 2013-06-26 01:46:18 -07:00
Nathan Moinvaziri
0638e23043 Added commented hack for zips that don't respect zip64
Fixed formatting
2013-06-26 01:38:19 -07:00
Nathan Moinvaziri
8402ebabe5 Remove references to non-existent MiniZip_info.txt 2013-06-26 01:31:57 -07:00
Nathan Moinvaziri
d618d6e21c Updated binaries 2013-06-24 23:57:29 -07:00
Nathan Moinvaziri
c0e32e46b9 Enable string pooling 2013-06-24 23:57:12 -07:00