Releases: google/fuse-archive
Releases · google/fuse-archive
Version 1.16
- Fix a build error on macOS
- Add a
-o noxattrsoption to hide extended attributes
Full Changelog: v1.14...v1.16
Version 1.14
- Add support for extended attributes
- Add support for macOS
- Add the
-o lazycacheoption for incremental caching - Use a small rolling cache with the
-o nocacheoption - Improve handling of
deb,grzip,rpm,tbr,tlz,tlzip,tzsandtzstdfilename extensions
Full Changelog: v1.12...v1.14
Version 1.12
- 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
ararchives (#47)
Full Changelog: v1.10...v1.12
Version 1.10
- Fix handling of sparse files in
.tararchives (#40)
Full Changelog: v1.8...v1.10
Version 1.8
- 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
- By default, create the mount point in the current working directory
- Always use
-ofor command line options - Don't use path prefix
UPfor parent-relative paths
Full Changelog: v1.4...v1.6
Version 1.4
- Option
-o nohardlinksnow 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
- No functional change since version 1.0
- Fixed compilation error with old GCC versions
- Changed Makefile so that
make installdoes not strip the executable
Full Changelog: v1.0...v1.2
Version 1.0
- 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
statfsoperation - 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
manpage - 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
Have my_read use node size not archive_entry_size