Skip to content

Releases: google/fuse-archive

Version 1.16

20 Aug 00:49

Choose a tag to compare

  • Fix a build error on macOS
  • Add a -o noxattrs option to hide extended attributes

Full Changelog: v1.14...v1.16

Version 1.14

05 Aug 07:33

Choose a tag to compare

  • Add support for extended attributes
  • Add support for macOS
  • Add the -o lazycache option for incremental caching
  • Use a small rolling cache with the -o nocache option
  • Improve handling of deb, grzip, rpm, tbr, tlz, tlzip, tzs and tzstd filename extensions

Full Changelog: v1.12...v1.14

Version 1.12

19 Mar 23:55

Choose a tag to compare

  • Use FUSE 3 (#16)
  • Determine the archive format from its filename extension (#43)
  • Support the Brotli compression filter
  • Support the Base64 encoding filter
  • Treat timestamps with value 0 as now instead of 1 January 1970
  • Treat nameless file entries as having the name data
  • Fix issue with ar archives (#47)

Full Changelog: v1.10...v1.12

Version 1.10

06 Feb 01:06

Choose a tag to compare

  • Fix handling of sparse files in .tar archives (#40)

Full Changelog: v1.8...v1.10

Version 1.8

28 Jan 01:00

Choose a tag to compare

  • Fix crash when archive_error_string() unexpectedly returns a null pointer (#36)
  • Fix build and test issues on FreeBSD (#30)

Full Changelog: v1.6...v1.8

Version 1.6

13 Jan 00:36

Choose a tag to compare

  • By default, create the mount point in the current working directory
  • Always use -o for command line options
  • Don't use path prefix UP for parent-relative paths

Full Changelog: v1.4...v1.6

Version 1.4

03 Dec 23:10

Choose a tag to compare

  • Option -o nohardlinks now completely skips all hard links.
  • Without -o nohardlinks, only the redundant hard links are skipped (#27).

Full Changelog: v1.2...v1.4

Version 1.2

02 Dec 04:26

Choose a tag to compare

  • No functional change since version 1.0
  • Fixed compilation error with old GCC versions
  • Changed Makefile so that make install does not strip the executable

Full Changelog: v1.0...v1.2

Version 1.0

02 Dec 04:10

Choose a tag to compare

  • Uncompressed data is fully cached by default
  • Symlinks are correctly handled
  • Hard links are correctly handled
  • Empty directories are correctly handled
  • Special files (FIFOs, character devices, block devices) are correctly handled
  • Number of blocks used by each file is correctly reported
  • Colliding filenames are deduplicated
  • Destination mount point is automatically created if it does not exist yet
  • Implemented the statfs operation
  • Improved computation of access bits of each file
  • Improved computation of UID and GID of each file
  • Improved path normalization
  • Improved handling of encrypted archives
  • Improved performance
  • Improved logs
  • Improved help messages
  • Added a man page
  • Added comprehensive tests
  • Added command line options:
    • --quiet
    • --verbose
    • --redact
    • -o force
    • -o nocache
    • -o nospecials
    • -o nosymlinks
    • -o nohardlinks
    • -o dmask
    • -o fmask
  • Removed command line options:
    • --asyncprogress
    • --passphrase

Full Changelog: v0.1.14...v1.0

Version 0.1.14

14 Aug 07:00

Choose a tag to compare

Have my_read use node size not archive_entry_size