Skip to content

Releases: google/mount-zip

Version 1.0.14

21 Apr 11:48
Compare
Choose a tag to compare
  • Add --memcache option for in-memory cache
  • Add workaround for cache on filesystems that don't support O_TMPFILE
  • Support older versions of libzip than 1.9.1

Full Changelog: v1.0.13...v1.0.14

Version 1.0.13

27 Mar 03:26
Compare
Choose a tag to compare
  • Allow control characters in filenames and paths

Version 1.0.12

04 Dec 04:23
Compare
Choose a tag to compare
  • Use $TMPDIR by default

Version 1.0.11

12 Oct 03:45
Compare
Choose a tag to compare
  • No functional modification compared to the previous release
  • Tweaked some Makefiles

Version 1.0.10

15 Sep 06:30
Compare
Choose a tag to compare
  • No functional modification compared to the previous release
  • Use a pre-generated man page, which means that you don't need pandoc to be installed when running make install

Version 1.0.9

17 Aug 05:48
Compare
Choose a tag to compare
  • No functional modification compared to the previous release
  • Use std::bit_floor to simplify some code

Version 1.0.8

27 Dec 05:37
Compare
Choose a tag to compare
  • Add --precache option for preemptive caching
  • Implement statfs
  • Use libzip's zip_file_is_seekable

Version 1.0.7

06 Sep 06:27
Compare
Choose a tag to compare
  • Check compression and encryption methods at mount time
  • Add --cache option to specify a cache directory
  • Add --nocache option to disable caching
  • make doc shows the generated man page
  • Fix bug in Path::WithoutExtension()
  • Use open() with O_TMPFILE to create the cache file
  • Emulate posix_fallocate on macOS
  • Fix build error on macOS
  • Remove listxattr and getxattr

Version 1.0.6

26 Jul 04:39
Compare
Choose a tag to compare
  • Log a "Loading" progress message once per second
  • Don't log PID in syslog

Version 1.0.5

23 Feb 23:48
Compare
Choose a tag to compare
  • Fix quadratic behavior when resolving name collisions
  • Use default filename conversion if unknown encoding is passed
  • Implement listxattr and getxattr
  • Add tests