qemu-gpiodev/libfuse.git
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
2017-08-14 userwithuiddirectly call fuse_new_31() instead of fuse_new() inter...
2017-08-14 Nikolaus RathFixed udev rules directory.
2017-08-11 Nikolaus RathSkip tests that aren't supported under FreeBSD.
2017-08-11 Nikolaus Rathfuse_lib_init(): don't set FUSE_CAP_EXPORT_SUPPORT...
2017-08-11 Nikolaus RathDon't attempt to run fusermount3 under BSD.
2017-08-11 Nikolaus RathCall cp with -p instead of --preserve=mode
2017-08-11 Nikolaus RathDon't pass --update to cp
2017-08-11 Nikolaus RathDon't build passthrough_ll under BSD.
2017-08-11 Nikolaus Rathfuse_kern_unmount(): fix variable type.
2017-08-11 Nikolaus RathFix unused variable warnings under FreeBSD.
2017-08-08 Nikolaus RathFix FreeBSD platform detection.
2017-08-07 Marcin SulikowskiFix support for FUSE_POSIX_ACL
2017-08-06 Nikolaus RathReleased 3.1.1 fuse-3.1.1
2017-08-06 Nikolaus Rathos_open(): don't attempt to close fd if open failed.
2017-08-06 Nikolaus RathAdded writeback cache to passthrough_ll
2017-08-06 Nikolaus RathClarified documentation for fuse_parse_cmdline()
2017-08-06 Nikolaus RathRemoved compat stuff in passthrough_ll
2017-08-06 Nikolaus RathClarify how the filesystem should handle open/create...
2017-08-04 Nikolaus Rathpassthrough_ll: added more debugging output
2017-08-04 Nikolaus RathAdded append and seek tests
2017-08-04 Nikolaus RathInclude ChangeLog in tarball
2017-08-03 Nikolaus RathSimplify and fix FreeBSD fsname handling
2017-08-03 Nikolaus RathSimply #ifdefs
2017-08-03 Nikolaus RathFix FreeBSD detection in meson.build
2017-08-03 Nikolaus RathAdded ChangeLog entry for FreeBSD commits.
2017-08-03 Baptiste DaroussinFreeBSD: supprt fsname= option
2017-08-03 Baptiste DaroussinFreeBSD: use unmount(2) and add missing FreeBSD mount...
2017-08-03 Baptiste DaroussinFreeBSD: do not build utilities
2017-08-03 Nikolaus RathProduce more helpful message on OS-X and Windows.
2017-08-03 Nikolaus RathDon't check st_nlink value for mkdir
2017-08-03 Nikolaus RathAdded changelog entry for symbol versioning fixes.
2017-08-03 Nikolaus RathAdded changelog entry for commit f0ecf.
2017-08-03 Nikolaus RathFix compilation on 32bit systems
2017-08-02 Heiko BeckerAsk pkgconfig where we should install udev rules
2017-08-01 BanglangFix compiler warnings of gcc-5.4.x
2017-07-13 Nikolaus RathOnly declare fuse_new_30() when FUSE_USE_VERSION == 30
2017-07-13 Nikolaus Rathfuse_new_30(): call fuse_new_31(), not fuse_new()
2017-07-08 Nikolaus RathFixup symbol versioning for GCC 4.x
2017-07-08 Nikolaus RathReleased 3.1.0 fuse-3.1.0
2017-07-08 Nikolaus RathAdded public fuse_lib_help(), bumped minor version
2017-07-07 Nikolaus RathFixed description of struct fuse_conn_info->time_gran
2017-07-07 Nikolaus RathError out if FUSE_USE_VERSION is not defined
2017-07-07 Nikolaus RathDon't use emacs' python-mode for meson files
2017-07-07 Nikolaus RathFixed typo in Changelog
2017-07-06 Nikolaus RathDon't redefine FUSE_USE_VERSION
next