qemu-gpiodev/libfuse.git
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...
2017-01-12 Nikolaus RathSwitch Travis build to Meson+Ninja
2017-01-12 Nikolaus RathAdded experimental support for building with Meson...
2017-01-12 Nikolaus RathReplaced evil pointer magic with offsetof()
2017-01-12 Nikolaus RathRephrased security information
2017-01-12 Nikolaus RathReturn with exitcode 0 if there are no errors.
2017-01-10 Nikolaus RathSkip tests if not root and no setuid fusermount3.
2017-01-03 Nikolaus RathDon't run whitespace cleanup
2016-12-24 Nikolaus RathSet IGNORE_MTAB when running under NetBSD
2016-12-24 Nikolaus RathUse tabs in configure.ac
2016-12-24 itsdeepakMemory leak fixed in file : mount_bsd.c
2016-12-24 Nikolaus RathAdded documentation and test case for null example
2016-12-24 Nikolaus RathFixed use of uninitialized memory.
2016-12-24 Csaba HenkRevert "Dropped example/null.c"
2016-12-11 Arunav SanyalAdding the markdown for travis CI build.
2016-12-09 Nikolaus RathReleased 3.0.0 fuse-3.0.0
2016-12-04 Jay HankinsFix a grammatical error.
2016-11-29 Nikolaus RathReleased 3.0.0rc3 fuse-3.0.0rc3
2016-11-29 Nikolaus RathImprove documentation of fuse_session_unmount
2016-11-29 Nikolaus RathReturn signal value if session loop is terminated by...
2016-11-29 Nikolaus RathImprove documentation of `fuse_file_info.keep_cache`
2016-11-29 Przemyslaw... examples/passthrough_ll.c: Include <limits.h> (for...
2016-11-29 Przemyslaw... examples/passthrough_ll.c: Close root fd before applica...
2016-11-29 Przemyslaw... examples/passthrough_ll.c: Fix segfault when showing...
2016-11-29 Przemysław... Rename more things from fuse to fuse3
2016-11-23 Nikolaus RathDocument that FUSE_CAP_POSIX_ACL turns on -o default_pe...
2016-11-23 Nikolaus RathMake handling of -oallow_root easier to understand
next