Skip to content

Tags: heshanxingzhe/minizip

Tags

2.3.7

Toggle 2.3.7's commit message
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.

2.3.6

Toggle 2.3.6's commit message
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.

2.3.5

Toggle 2.3.5's commit message
Fixed lzma not flushing all remaining codes when writing.

Fixed don't finializing compression stream if nothing written.
Updated liblzma to 5.2.4.

2.3.4

Toggle 2.3.4's commit message
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.

2.3.3

Toggle 2.3.3's commit message
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.

2.3.2

Toggle 2.3.2's commit message
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.

2.3.1

Toggle 2.3.1's commit message
Fixed many compilation warnings.

2.3.0

Toggle 2.3.0's commit message
Allow configuration of zip64 support. zlib-ng#258

Added MZ_UNUSED for unused variable warnings. zlib-ng#262
Append slash to end of directories for filenames in zip for compatibility. zlib-ng#257
Fixed compression method assigned to directories in zip.
Allow version_needed to be less than customized. zlib-ng#258
Fixed check for directory attribute on linux.
Fixed setting of MZ_ZIP_FLAG_LZMA_EOS_MARKER flag in raw mode.
Added functions for detecting directory based on attributes.
Added support for directories entries in minizip example app.
Fixed print out of directories in zip in minizip example app. zlib-ng#257
Added listing of attributes in minizip example app.
Improvements to compatibility with original minizip library.

2.2.9

Toggle 2.2.9's commit message
Fixed append mode does not work under linux. zlib-ng#250

Fixed overflow when getting disk number with cd. zlib-ng#248
Removed src directory.
Removed unnecessary aes files.

2.2.8

Toggle 2.2.8's commit message
Fixed lzma extraction when data doesn't have LZMA_STREAM_END flag. zl…

…ib-ng#233

Added HAVE_ZLIB for conditional compiliation of zlib.
Fixed naming with automatic lib prefix on mingw shared build. zlib-ng#247
Changed pkg-config build dependency for linux only. zlib-ng#246
Added definition for z_crc_t for zlib 1.2.5 and lower. zlib-ng#243
Read NTFS extra field only if all timestamps are present. zlib-ng#238
Fixed disk_number field is 16-bit, will never contain UINT32_MAX. zlib-ng#239
Fixed compatibility getting global info without global comment. zlib-ng#234
Fixed zip64 format is required if number of entries is greater than 65535. zlib-ng#234
Fixed host system must be placed in high byte of version made by field. zlib-ng#234
Fixed proper value for total number of disk field in zip64 cd locator. zlib-ng#234
Fixed win32 open mode while reading. zlib-ng#231