Releases: google/fuse-archive
Releases · google/fuse-archive
Version 1.4
- 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
- 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
- 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
Have my_read use node size not archive_entry_size
Version 0.1.13
Add EXIT_CODE_INVALID_ETC_DUPLICATE_ENTRY codes
Version 0.1.12
Serve raw archive's file under the innername
Version 0.1.11
Full Changelog: v0.1.10...v0.1.11
- Minor changes in error messages.
- Minor changes in progress report messages.
fuse-archive
returns a specific error code if the archive file cannot be opened.
Version 0.1.10
Print progress messages while loading (scanning) the archive
Version 0.1.9
Have my_readdir fill in stat structs
Allow archive entry names to start with "./"
Close archive file descriptor after initialization
Rename g_archive_path to g_archive_realpath
A+C: add Vassili Tchersky
Merge pull request #1 from vassilit/bsd
Compatibility with BSD variants
Have verbose libarchive failures
Version 0.1.8
Fix some -Wsign-compare warnings
Add symlink archive entry support
Avoid asyncprogress segfault on early unmount
Mount files as r-x not rwx
Add --asyncprogress=foo.bar option
Track archive file read position in initial pass
Factor out g_archive_fd global variable