qemu-gpiodev/libfuse.git
2018-08-31 Nikolaus RathReleased 3.2.6 fuse-3.2.6
2018-08-31 Nikolaus RathDo not hardcode /etc/fuse.conf path.
2018-08-30 Nikolaus RathUpdated ChangeLog with recent changes.
2018-08-29 Oded Arbelreturn different non-zero error codes (#290)
2018-08-26 RostislavFix memory leak of FUSE modules
2018-08-26 RostislavFix invalid free of memory pointer in 'struct fuse_buf'
2018-08-25 Martin BlanchardMake meson build scripts subprojects friendly
2018-08-09 Daniel FullmerAdd bcachefs to mountpoint file system whitelist
2018-08-05 Benjamin BarenblatAdd FAT to mountpoint file system whitelist
2018-08-05 Benjamin BarenblatRealphabetize and re-document mountpoint file system...
2018-07-31 Robo ShimmerAdd autofs to mountpoint file system whitelist
2018-07-25 Rostislav SkudnovRemove unused member of 'struct fuse_dh'
2018-07-24 Nikolaus RathReleased 3.2.5 fuse-3.2.5
2018-07-24 Nikolaus RathAdded ChangeLog entry for hardening patches.
2018-07-23 Rostislav Skudnovtest_write_cache: Use fuse_session_exit() to stop files...
2018-07-23 Rostislav Skudnovexample/{hello,null}: Fix memory leaks
2018-07-23 Rostislav Skudnovtest_write_cache: Fix memory leaks
2018-07-23 Rostislav Skudnovfusermount: Fix memory leaks
2018-07-21 RostislavFix readdir() bug when a non-zero offset is specified...
2018-07-18 Jann Hornfusermount: whitelist known-good filesystems for mountp...
2018-07-18 Jann Hornfusermount: refuse unknown options
2018-07-18 Jann Hornfusermount: bail out on transient config read failure
2018-07-18 Jann Hornfusermount: don't feed "escaped commas" into mount...
2018-07-18 Jann Hornfusermount: prevent silent truncation of mount options
2018-07-11 Nikolaus RathReleased 3.2.4 fuse-3.2.4
2018-07-11 Nikolaus RathDon't assume sub-second resolution for st_atime/st_mtime.
2018-07-04 Nikolaus RathUse triple quotes for multiline string.
2018-07-04 Nikolaus RathDocument that access() is also called on chdir().
2018-07-04 Laszlo Boszormenyi... Source LSB init functions
2018-07-04 Laszlo Boszormenyi... Fix manpage filename for mount.fuse3
2018-07-02 William Woodrufffuse.h: fix typo (currenlty -> currently)
2018-05-24 Carl Edquistfix documentation for opendir in fuse_operations
2018-05-18 Bill Zissimooulosrename: perform user mode dir loop check when not done...
2018-05-18 Bill Zissimopouloschangelog: add info on rename deadlock fix
2018-05-18 Bill Zissimooulosrename: perform user mode dir loop check when not done...
2018-05-11 Nikolaus RathReleased 3.2.3 fuse-3.2.3
2018-05-11 Nikolaus Rathadd_arg(): check for overflow
2018-05-08 Tomohiro KusumiFix compile-time warnings on IGNORE_MTAB
2018-04-13 Nikolaus RathFix path to pytest cache directory.
2018-04-13 Tomohiro KusumiInvert calloc(3) argument order (`nmemb` comes first)
2018-04-13 Tomohiro KusumiDrop unneeded void cast for actually used local variable
2018-04-13 Tomohiro KusumiDrop redundant ; from FUSE_REGISTER_MODULE()
2018-03-31 Nikolaus RathTravis: remove root-owned cache files.
2018-03-31 Nikolaus RathFix Travis build environment
2018-03-31 Nikolaus RathFixed up duplicate ChangeLog entry.
2018-03-31 Nikolaus RathReleased 3.2.2 fuse-3.2.2
2018-03-28 admorganAdd example configuration file (#216)
2018-03-28 Tomohiro KusumiFix build error on DragonFlyBSD (sync with other *BSD...
2018-02-09 Ashley PittmanFix uninitialised read in fuse_new_30() (#231) (#234)
2018-01-15 Mateusz UrbańczykFix typo in "passthrough" docstring (#229)
2017-12-01 Josh SorefHandle mount ... -o nofail (#221)
2017-11-27 divinity76fix "Rath Consulting" link (#225)
2017-11-27 Josh SorefSpelling (#223)
2017-11-14 Nikolaus RathReleased 3.2.1 fuse-3.2.1
2017-11-13 Nikolaus RathUpdated professional support information.
2017-11-03 Nikolaus RathBacked out d92bf83
2017-10-20 Nikolaus RathDon't install manpages under *BSD
2017-10-20 Nikolaus RathDon't use Python mode for meson.build
2017-10-20 Joerg Thalheimmake udevrulesdir configurable
2017-09-27 Sangwoo MoonAdding pointer dereferencing after calling dlsym()
2017-09-25 Nikolaus Rathfuse_lib_ioctl(): don't call memcpy with NULL argument
2017-09-25 Nikolaus RathLink with -lrt to support ancient libc
2017-09-25 Nikolaus RathRemoved unneccessary #include <config.h> from examples
2017-09-20 Nikolaus RathAutomatically print list of contributors when generatin...
2017-09-20 Nikolaus RathTravis CI: Don't use deprecated environment
2017-09-19 Nikolaus RathCorrectly define fusermount3 path.
2017-09-19 Nikolaus RathMake *_loop_mt() available in version 3.0 again
2017-09-19 Nikolaus RathFix versioned symbols in version script
2017-09-19 Nikolaus RathDon't use external symbol names in internal files
2017-09-17 Nikolaus RathInclude source code in documentation.
2017-09-17 Nikolaus Rathmake_release_tarball.sh: be less verbose
2017-09-17 Nikolaus RathAdded some documentation of fuse internals.
2017-09-12 Nikolaus RathReleased 3.2.0 fuse-3.2.0
2017-09-12 Nikolaus RathAdd script to create release tarball.
2017-09-12 Nikolaus RathUse "mkdir" instead of "md" in instructions.
2017-09-11 Nikolaus Rathfuse_kern_unmount(): close fd before calling umount
2017-08-25 Nikolaus Rathexample/ioctl: build on FreeBSD, but add protocol check...
2017-08-25 Nikolaus Rathdo_init(): print missing capabilities if there are...
2017-08-25 Nikolaus RathFix writeback capability check.
2017-08-25 Nikolaus Rathexamples/{ioctl,null}: don't build under FreeBSD instea...
2017-08-24 Nikolaus Rathprintcap: use temporary directory, not file
2017-08-24 Nikolaus RathSkip testing null and ioctl examples under FreeBSD.
2017-08-24 Nikolaus RathRemoved unused import.
2017-08-24 Nikolaus Rathpassthrough_ll: only active EXPORT_SUPPORT of supported...
2017-08-24 Nikolaus RathDon't use -o auto_unmount under FreeBSD.
2017-08-24 Nikolaus RathDropped support for building with autotools
2017-08-24 Nikolaus RathUse printcap() to control test execution
2017-08-24 Nikolaus RathAdded testcase for examples/printcap
2017-08-24 Joseph DodgeAdd idle_threads mount option.
2017-08-24 Nikolaus RathRenamed notify_inval_inode_fh to invalidate_path
2017-08-24 Sławek RudnickiAllow inode cache invalidation in high-level API
2017-08-23 Nikolaus RathAdded examples/printcap
2017-08-23 Nikolaus Rathfuse_loop_mt(): on error, return errno rather than -1.
2017-08-23 Nikolaus Rathfuse_loop(): don't return non-zero if there was no...
2017-08-22 Nikolaus RathDocument and unify error codes of fuse_lowlevel_notify_*
2017-08-22 Nikolaus RathMake passthrough_fh work under FreeBSD.
2017-08-22 Nikolaus RathFix two compiler warnings.
2017-08-22 Nikolaus RathDocument meaning of zero telldir() offset.
2017-08-22 Nikolaus RathAllow building without iconv.
2017-08-22 Nikolaus RathUse 'buildtype' to set debug/optimization options
next