Tags: inviCRO/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
Fixed segmentation fault when trying to close posix stream. zlib-ng#225 Fixed casting and 16-bit zlib limitation. Fixed support for reading buffer greater than 65kb+ on most machines. zlib-ng#228 Enable x86 optimizations only if supported. zlib-ng#223 Allow customizable installation directory for cmake config. zlib-ng#219 Use POSITION_INDEPEDENT_CODE property instead of setting -fPIC. zlib-ng#222 Fixed definition of LFS macros on Android API < 24. zlib-ng#221