You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for erasing files from zip.
Added support for adding wildcard patterns when creating archive.
Use wildcard path compare when specifying files to erase.
Don't write duplicate ntfs, zip64, and aes extra fields.
Added os delete and rename functions.
Fixes to compatibility mode when writing raw entries. zlib-ng#289zlib-ng#291
Added api versioning. zlib-ng#292
Fixed liblzma compilation on non-x86 systems. zlib-ng#286
Fixed bug not reading global comments correctly. zlib-ng#288
Fixed compilation of internal liblzma on non-x86 systems. zlib-ng#286
Added additional compatibility functions for working with streams. zlib-ng#283
Added entropy fallback functions on linux. zlib-ng#283
Changed default memory stream grow size to 128kb. zlib-ng#283
Fixed various problems reading/writing with raw mode. zlib-ng#277
Fixed compatibility zip open mode with append arg. zlib-ng#281
Fixed loading of zips that have incorrect offsets for central directory.
Fixed reading of raw decrypted data, if you want completely raw then don't pass in a password.
Added function to set memory buffer limit if relying on mem stream for its own buffer.
Fixed bug verifying password header using pkcrypt.
Fixed issues with zero byte files not working with other zip apps.
Moved crc32 hashing stream into its own files.
Added support for conditional complication of compression and decompr…
…ession with continued support for raw mode.
Fixed zip slip vulnerability in minizip example app.
Renamed MZ_USE_WINRT_API to MZ_WINRT_API.
Fixed buffered stream not being reset for reading after close.
Fixed casting issues after crc32 changes for mac.
Fixed compilation warnings on mac and linux.
Modified pkcrypt to use crc32 table from zlib or lzma.
Renamed traditional PKWARE crypt stream to pkcrypt to avoid confusion.
Fixed issues with not being able to compile without zlib.
Simplified filename parsing in minizip example app.