Tags: cprates/minizip
Tags
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
Fixed incorrect size of data descriptor fields. zlib-ng#220 Changed bzip stream code so it is similar to zlib stream code.
Fixed zlib stream not writing all flush/finish bytes. Fixed bug reading entries with 0 size. zlib-ng#217 Fixed bugs in buffered stream. zlib-ng#216 Fixed writing raw data to zip file in compatibility layer. Fixed _FILE_OFFSET_BITS typo. zlib-ng#214 Fixed missing prototypes warning. zlib-ng#213 Fixed unused variables. zlib-ng#212 Simply freeing of resources when zip fails to open. Verify decryption header to detect wrong password for traditional PKZIP. Fixed snprintf isn't defined before MSVC 2015. zlib-ng#209 Fixed potential mismatch of calling conventions. zlib-ng#208 Various fixes to the compatibility functions. zlib-ng#206
Merged fcrypt since it has limited support. Allows for easy AES libra… …ry drop-in replacement for products that have their own AES library. Add ability to compile without zlib for LZMA support only. Write bits 1 and 2 of general purpose bit based on compression method. Added liblzma crc32 functions back in. Added missing function in buffered stream. zlib-ng#205 Fixed compilation without encryption. zlib-ng#204 Fixed file handle not closed in win32. zlib-ng#203
Fixed don't save modified date if it is zero. Fixed not uncompressing stream properly. Check for null return value from localtime. Fixed printing of error code when listing zip in minizip example app. Fixed compatibility #defines to point to the correct functions. Fixed #define for dosdate_to_tm. Moved get_file_crc, get file size, file exists function into os. Fixed various warnings on linux. Remove unused bzip2 file. Added zip memory test.
Rename some variables for consistency. Added support for NTFS timestamps. zlib-ng#140 Fixed reading cd while in write mode can cause cd to be prematurely written.
Modifications so you can read the entries when in write mode. Force compression method to RAW when compression level is set to 0. Fixed compilation issues with missing files. zlib-ng#193 Added zipcharpc for compatibility layer. zlib-ng#192