Releases: google/mount-zip
Releases · google/mount-zip
Version 1.0.11
- No functional modification compared to the previous release
- Tweaked some
Makefiles
Version 1.0.10
- No functional modification compared to the previous release
- Use a pre-generated man page, which means that you don't need
pandocto be installed when runningmake install
Version 1.0.9
- No functional modification compared to the previous release
- Use
std::bit_floorto simplify some code
Version 1.0.8
- Add
--precacheoption for preemptive caching - Implement
statfs - Use libzip's
zip_file_is_seekable
Version 1.0.7
- Check compression and encryption methods at mount time
- Add
--cacheoption to specify a cache directory - Add
--nocacheoption to disable caching make docshows the generated man page- Fix bug in
Path::WithoutExtension() - Use
open()withO_TMPFILEto create the cache file - Emulate
posix_fallocateon macOS - Fix build error on macOS
- Remove
listxattrandgetxattr
Version 1.0.6
- Log a "Loading" progress message once per second
- Don't log PID in syslog
Version 1.0.5
- Fix quadratic behavior when resolving name collisions
- Use default filename conversion if unknown encoding is passed
- Implement
listxattrandgetxattr - Add tests
Version 1.0.4
- Add tests
- Add
rawandlibzipfilename encodings - Skip filenames longer than
NAME_MAX - Use
fuse_main() - Improve logs
- Fix for NetBSD
Version 1.0.3
- Don't try to seek encrypted files
- Better debug logs for lengthy operations
- Tuned Makefile
Version 1.0.2
- No functional change
- Cleaned up Makefiles
- Build with optimizations by default