Skip to content

Releases: google/mount-zip

Version 1.0.1

22 Nov 00:11

Choose a tag to compare

  • No functional change
  • Minor code refactoring
  • Added classes FileMapping and IcuGuard (not used yet, but will be used in the patch for ChromeOS)

Version 1.0.0

20 Nov 08:32

Choose a tag to compare

  • Forked from fuse-zip 0.7.2
  • Read-only mode (no read-write mode anymore)
  • Decompresses lazily when reading file
  • Supports encrypted files (both ZipCrypto and AES)
  • Detects file name encoding thanks to ICU
  • Deduplicates file names
  • Reads huge files, even on 32-bit devices
  • Can hide symlinks (-o nosymlinks)
  • Can hide hard links (-o nohardlinks)
  • Can hide special files (-o nospecials)
  • Can redact log messages (--redact)
  • Returns distinct error codes for different error conditions
  • Uses Boost Intrusive collections for internal tree
  • Fixed hard link count for directories and files
  • Fixed inode number for hard links
  • Rewrote black-box test in Python 3
  • Man page generated from README