Ticket #113 (new enhancement)

Opened 21 months ago

Last modified 21 months ago

Add support for Zip64 extensions

Reported by: maxence@… Owned by: maxence@…
Priority: high Milestone:
Component: Filesystem > Archive Version: 0.8.4
Severity: minor Keywords:
Cc: Operating System: unspecified
Java version: unspecified

Description

Add support for Zip64 extensions to allow Zip archives to :
- contain more than 65535 entries
- contain entries than are larger than 4GB
- be larger than 4GB as a whole

This will allow Zip64-enabled archives to be properly opened, and for archives created with muCommander to use Zip64 extensions when needed.

When creating (or modifying) an archive, muCommander should use Zip64 extensions only when they are absolutely necessary. Using Zip32 (spec version <4.5) whenever possible will maintain compatibility with older Zip unpackers that are not Zip64-aware.

Change History

Changed 21 months ago by maxence@…

  • blocked set to 105
Note: See TracTickets for help on using tickets.