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
bump version to 1.0.6
zip: set regular file bit if unix mode is actually zero
update changelog
disallow hyphen and dot as first character of the hostname
rsh/ssh: only allow valid user and host names to avoid remote command execution
udpate changelog
do not use extfs xz module by default if support is builtin
added uzstde for using external zstd tool
add support for zstd compression
add size output from stat and all read bytes
update changelog
do not use extfs zstd module by default if support is builtin
add zstd entries to list of available handlers
update changelog and news about new release 1.0.5
fix stderr filehandle in urar module
update changelog
update news and changelog