qemu-gpiodev/libfuse.git
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
2017-07-06 Nikolaus RathTravis: use sudo-enabled environment.
2017-07-06 Nikolaus RathAdded information about professional support.
2017-07-06 Nikolaus RathFixed bug in code example in ChangeLog.
2017-06-21 Nikolaus RathInstall init script in $DESTDIR/etc, not $prefix/$sysco...
2017-06-20 Nikolaus Rathtst_readdir(): actually go through FUSE
2017-06-08 Nikolaus RathClarify *_timeout semantics
2017-06-06 Nikolaus RathDescribe supported platforms.
2017-06-05 Nikolaus Rathgetgroups(): clarify code
2017-06-05 Angelo G. Del... Fix comparison of integers of different signs
2017-06-05 Nikolaus Rathexamples/passthrough_ll: added support for create()
2017-06-05 Nikolaus Rathexample/passthrough_ll: added write support
2017-05-31 Nikolaus Rathnotify_store_retrieve(): fix race on unmount
2017-05-31 Nikolaus RathClarify that destroy() is called without kernel connection
2017-05-31 Nikolaus Rathexample/notify_store_retrieve: add debugging code for...
2017-05-31 Nikolaus RathRevert "example/passthrough.c: add debugging code for...
2017-05-31 Nikolaus Rathtst_link(): wait for RELEASE request
2017-05-25 Nikolaus RathFactored out C-based tests
2017-05-25 Nikolaus RathFix typo in comment.
2017-05-25 Nikolaus RathDocument RENAME_EXCHANGE and RENAME_NOREPLACE flags.
2017-05-25 Nikolaus Rathpassthrough_ll: document that fuse_ino_t and uintptr_t...
2017-05-25 Nikolaus Rathexample/passthrough.c: add debugging code for issue...
2017-05-25 Nikolaus Rathtst_link(): add more assertions
2017-05-25 pablomhRemove fuse_fs_fgetattr and fuse_fs_ftruncate from...
2017-05-24 Nikolaus RathTravis-CI: Don't abort on first failed test
2017-05-24 Nikolaus RathAdded tst_open_read()
2017-05-24 Nikolaus Rathlib/meson.build: don't crash if there's no libdl
2017-05-24 Nikolaus Rathfuse_signals.c: use new do_nothing function instead...
next