Minizip was originally developed in 1998. It was first included in the zlib distribution as an additional code contribution starting in zlib 1.1.2. Since that time, it has been continually improved upon and contributed to by many people. + Creating and extracting zip archives. + Adding and removing entries from zip archives. + Read and write raw zip entry data. + Reading and writing zip archives from memory. + Zlib, BZIP2, LZMA, and ZSTD compression methods. + Password protection through Traditional PKWARE and WinZIP AES encryption. + Buffered streaming for improved I/O performance. with fixes and tweaks from cwen@: - add patch to fix build on gcc - disable -Os - build & enable tests some ports bundle it, some ports allow building against a systemwide one, some ports bundle/rely on an incompatible version - all those will be fixed in following commits. required by an upcoming geo/spatialite/libspatialite update. ok bentley@ cwen@
13 lines
591 B
Plaintext
13 lines
591 B
Plaintext
Minizip was originally developed in 1998. It was first included in the zlib
|
|
distribution as an additional code contribution starting in zlib 1.1.2. Since
|
|
that time, it has been continually improved upon and contributed to by many
|
|
people.
|
|
|
|
+ Creating and extracting zip archives.
|
|
+ Adding and removing entries from zip archives.
|
|
+ Read and write raw zip entry data.
|
|
+ Reading and writing zip archives from memory.
|
|
+ Zlib, BZIP2, LZMA, and ZSTD compression methods.
|
|
+ Password protection through Traditional PKWARE and WinZIP AES encryption.
|
|
+ Buffered streaming for improved I/O performance.
|