qemu-gpiodev/libfuse.git
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
2016-11-22 Nikolaus RathAdd support for FUSE_HANDLE_KILLPRIV
2016-11-22 Nikolaus RathAdd support for FUSE_POSIX_ACL
2016-11-22 Nikolaus RathAdded support for FUSE_PARALLEL_DIROPS
2016-11-22 Nikolaus RathUpdated kernel API headers.
2016-11-22 Nikolaus RathDocument fuse_conn_info.max_background
2016-11-17 Nikolaus RathDistinguish between mount options and libfuse options
2016-11-17 Nikolaus RathFixed manpage formatting.
2016-11-16 Nikolaus RathEnable more capabilities by default, and document defaults.
2016-11-16 Nikolaus RathUpdate ChangeLog to include recent documentation improv...
2016-11-16 Nikolaus RathAbort if fs requests capabilities not supported by...
2016-11-16 Nikolaus RathFail more nicely on max_read mismatch
2016-11-16 Nikolaus RathFix typo in comment
2016-11-16 Nikolaus RathAdd support for more detailed error codes from main...
2016-11-16 Nikolaus RathFix typo in comment
2016-11-16 Nikolaus RathDocument special semantics of ENOSYS error code.
2016-11-16 Nikolaus RathDocument "congestion_threshold" parameter.
2016-11-15 Nikolaus RathMake max_background and congestion_threshold "officiall...
2016-11-15 Nikolaus RathImprove documentation of FUSE_CAP_AUTO_INVAL_DATA
2016-11-15 Nikolaus RathImprove getattr() description
2016-11-14 Nikolaus RathImprove description of FUSE_CAP_NO_OPEN_SUPPORT flag.
2016-11-10 Nikolaus RathAdded documentation for FUSE_CAP_FLOCK_LOCKS
2016-11-10 Nikolaus RathImprove documentation of fuse_conn_info.time_gran.
2016-11-10 Nikolaus RathMake test for util-linux version more robust
2016-11-10 Nikolaus RathDon't expect EACCESS errors as root
2016-11-07 Nikolaus RathReleased 3.0.0-rc2 fuse-3.0.0rc2
2016-11-07 Nikolaus RathRemoved reference to developer-notes.rst (was removed...
2016-11-07 Nikolaus RathFixed section names in documentation index
2016-11-07 Nikolaus RathFix documentation: fuse_file_info may be NULL for open...
2016-11-07 Nikolaus RathRemoved reference to fgetattr and ftruncate (don't...
2016-11-07 Nikolaus RathFixed typo in comment.
2016-11-07 Nikolaus RathDon't hardcode test file name.
2016-11-07 Nikolaus RathAdded test for fchmod
2016-10-31 Nikolaus RathMerge pull request #109 from divinity76/patch-1
2016-10-31 divinity76silence bogus eclipse linter warning
next