Tags: heshanxingzhe/minizip
Tags
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.
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.
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