add version requirement for using fuse 3
bump version to 1.3.0
fix seeking in zfile when restoring the zstream state
Merge branch 'fix_zread_deadlock'
update changelog
change testread tool to use two thread simultaneously to allow to check for race conditions
fix deadlock in zread
Merge branch 'seek_with_system_zlib'
update changelog
use system zlib by default if new enough
improve test tool for backward seeking with variable stepping
add support for fast seek with system zlib
disable compiler warning for zlib
small code changes to make cppcheck happier
update changelog
update autotools files
Merge branch 'fuse3_support'
update changelog
add support for fuse3
bump version to 1.2.0
update changelog
uzip: fix handling of zip64 archives
Merge branch 'time_t_64bit'
update changelog
bump libtool version-info
mark code with 32bit timestamp limit
Use time_t instead of long
Add atomic library
update changelog
extfs: replace tmpfile if archive basefile has been changed
readdir includes file.tar# in dir listing
support long file name
I have added support for longer names in e183f557566b2106d35f63e4f874c939eb7a91a7. It also fixes some other issues with the dirent struct and works around compiler warnings. Never actually tested it with longer names, so feedback is welcomed.
update changelog
tests: add a simple readdir test program
virtual: use a union for AVDIR to support longer directory entry names than NAME_MAX
support long file name
bump version to 1.1.5
adjust mount/umount scripts to export AVFSBASE variable
implement handling of some basic records from extended headers
add #avfsstat file for get how often the memlimit in xz has been reached
update changelog
output error description in testread program
only force localfile lookup if previous parse returned ENOENT
use configurable memlimit for xz and return ENOMEM if the current limit has been reached
add xz_memlimit special entry in #avfsstat to get/set memlimit
add support for ls output with SElinux attribute
bump version to 1.1.4
implement faster seeking on member boundaries
ulzip: changing lzip index cache to live within avfs cache so it can be cleaned up on demand
add lzip support
fix missing initialization
Merge branch 'lzip_support'
bump version to 1.1.3
extfs/ulha: set locale to C to avoid encoding problems
urar: include limits.h for PATH_MAX
changelog update
bump version to 1.1.2
fix memleak in zstdread
rar: implement basic rar 5.0 support
extfs/udar: add option ay to output size as bytes for correct parsing
update changelog
bump version to 1.1.1
add avfs.pc to gitignore file
add pkgconfig file
changelog update
update internal bzlib to 1.0.8
changelog update
bump version to 1.1.0
dav: update dav module to latest neon version and removed bundled outdated neon
changelog: dav update
changelog update
zread: directly handle gzip encapsulated members
add simple test case for two concatenated gzip files
Merge branch 'multi_gzip_members'
ugz: don't read crc from end of file since it can have multiple gzip members
remove LD_PRELOAD support
remove emacs check
remove coda support
stop looking up auto avfs chain if we found a dir-based vfs
fix some compiler warnings
changelog update
uzip: add apk as list of handled file endings
changelog update