Nathan Moinvaziri
c56d53156e
Remove unused variable.
2018-08-14 15:59:41 -07:00
Nathan Moinvaziri
05aa0f2a07
Fixed error with file info being NULL after locate entry.
2018-08-14 15:59:19 -07:00
Nathan Moinvaziri
829ffb5cce
Fixed check for directory if path ends with slash.
...
Fixed return error if compression method is not supported.
2018-08-14 14:00:16 -07:00
Nathan Moinvaziri
b635b7db5a
Rename get entry info function for consistency.
...
Added output path param to entry callback on reader.
Removed unused variables.
2018-08-14 12:49:51 -07:00
Nathan Moinvaziri
9f863b35ca
Add zip file entry helpers to zip reader/writer.
2018-08-14 09:20:17 -07:00
Nathan Moinvaziri
de09ac796f
Fixed empty zip test.
2018-08-13 23:48:40 -07:00
Nathan Moinvaziri
a8644a1de8
Fixed const mix-match.
2018-08-13 23:20:02 -07:00
Nathan Moinvaziri
9a170d4d60
Added zip reader/writer class to encapsulate a lot of functionality.
...
Added create/delete functions for zip class.
Simplify locating an entry by filename.
Added more advanced functions for locating an entry based on callback decision.
Change default mem grow size to 64kb since we have unzOpen_MZ and zipOpen_MZ. #283
2018-08-13 23:07:42 -07:00