qemu-gpiodev/libfuse.git
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...
2017-05-24 Nikolaus RathReleased libfuse 3.0.2 fuse-3.0.2
2017-05-24 Brian NaylorMake tests build on bsd
2017-04-20 Carlos Maiolinomake buffer size match kernel max transfer size
2017-04-14 Tej ChajedSet default options before parsing
2017-04-12 Nikolaus RathImproved documentation of fuse_context.private_data
2017-04-11 Nikolaus RathReleased 3.0.1 fuse-3.0.1
2017-04-11 Nikolaus RathFix travis build script. Broken in e372d.
2017-04-11 Nikolaus RathAdded ChangeLog for commits c24cc to eb972.
2017-04-11 Nikolaus RathRemove 'tests' target in favor of calling py.test directly.
2017-04-10 Nikolaus RathBuild tests by default.
2017-04-10 Nikolaus RathOnly build test/*.py if out of date.
2017-04-07 Nikolaus RathActually test passthrough* examples
2017-04-07 Nikolaus Rathpassthrough: implemented create()
2017-04-07 Nikolaus Rathexample/passthrough: use fi->fh for read, write, fallocate
2017-04-07 Nikolaus Rathpassthrough:truncate(): work on file descriptor when...
2017-04-07 Nikolaus Rathexample/passthrough: close open files in release()
2017-04-07 Nikolaus Rathpassthrough, passthrough_fh: disable attribute caching
2017-04-07 Nikolaus Rathtest_examples(): test without debug messages first
2017-04-07 Nikolaus Rathtest_examples(): avoid false positives from fuse debug...
2017-04-07 Nikolaus Rathpassthrough_ll: only test functions that are actually...
2017-04-07 Nikolaus RathFix rst markup.
2017-04-07 Nikolaus RathDocument true meaning of the 'use_ino' option.
2017-04-07 Nikolaus RathRemove checked_unlink()
2017-04-07 Nikolaus RathTurn tst_mknod() into tst_create()
2017-04-07 Nikolaus RathRenamed tst_write() to tst_open_write()
2017-04-07 Nikolaus RathAdded tst_unlink()
2017-04-07 Nikolaus Rathtst_mkdir(): factor out tst_rmdir()
2017-04-07 Nikolaus RathRename tst_unlink() to tst_open_unlink()
2017-04-07 Nikolaus Rathtst_readdir(): don't require create/mkdir support
2017-04-07 Nikolaus Rathpassthrough_ll: document that functionality is restricted
2017-03-28 guragahello.c: don't use constant instead of magic number
2017-03-16 Nikolaus RathDocument that -o auto_unmount implies -o nodev,nosuid
2017-03-15 Nikolaus Rathmeson.build(): don't use absolute path for include_dir()
2017-03-15 Nikolaus Rathpassthrough_fh: declare support for . and .. lookups.
2017-03-15 Nikolaus Rathopen(): fix documentation of O_TRUNC flag
2017-03-15 Nikolaus RathDocument minimum required Meson version.
2017-03-03 amosonnOptimize fuse_fs_read. (#145)
2017-01-23 Nikolaus RathPut -Werror in mesonconf, not CFLAGS
2017-01-23 Nikolaus RathPass _GNU_SOURCE as compiler argument
2017-01-12 Nikolaus RathOnly use valgrind if requested explicitly + enable...
next