aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2017-03-16Document that -o auto_unmount implies -o nodev,nosuidNikolaus Rath-0/+5
2017-03-15meson.build(): don't use absolute path for include_dir()Nikolaus Rath-3/+2
2017-03-15passthrough_fh: declare support for . and .. lookups.Nikolaus Rath-0/+8
2017-03-15open(): fix documentation of O_TRUNC flagNikolaus Rath-9/+5
2017-03-15Document minimum required Meson version.Nikolaus Rath-3/+4
2017-03-03Optimize fuse_fs_read. (#145)amosonn-10/+34
2017-01-23Put -Werror in mesonconf, not CFLAGSNikolaus Rath-3/+2
2017-01-23Pass _GNU_SOURCE as compiler argumentNikolaus Rath-5/+6
2017-01-12Only use valgrind if requested explicitly + enable address sanitizerNikolaus Rath-14/+21
2017-01-12Switch Travis build to Meson+NinjaNikolaus Rath-22/+74
2017-01-12Added experimental support for building with Meson+NinjaNikolaus Rath-46/+348
2017-01-12Replaced evil pointer magic with offsetof()Nikolaus Rath-2/+2
2017-01-12Rephrased security informationNikolaus Rath-29/+29
2017-01-11Return with exitcode 0 if there are no errors.Nikolaus Rath-0/+1
2017-01-10Skip tests if not root and no setuid fusermount3.Nikolaus Rath-2/+41
2017-01-03Don't run whitespace cleanupNikolaus Rath-3/+1
2016-12-23Set IGNORE_MTAB when running under NetBSDNikolaus Rath-4/+6
2016-12-23Use tabs in configure.acNikolaus Rath-0/+1
2016-12-23Memory leak fixed in file : mount_bsd.citsdeepak-4/+14
2016-12-23Added documentation and test case for null exampleNikolaus Rath-5/+36
2016-12-23Fixed use of uninitialized memory.Nikolaus Rath-0/+1
2016-12-23Revert "Dropped example/null.c"Csaba Henk-1/+139
2016-12-11Adding the markdown for travis CI build.Arunav Sanyal-0/+2
2016-12-09Released 3.0.0Nikolaus Rath-29/+25
2016-12-04Fix a grammatical error.Jay Hankins-1/+1
2016-11-29Released 3.0.0rc3Nikolaus Rath-3/+5
2016-11-29Improve documentation of fuse_session_unmountNikolaus Rath-2/+28
2016-11-29Return signal value if session loop is terminated by signal and improve docum...Nikolaus Rath-16/+46
2016-11-29Improve documentation of `fuse_file_info.keep_cache`Nikolaus Rath-2/+3
2016-11-28examples/passthrough_ll.c: Include <limits.h> (for PATH_MAX macro).Przemyslaw Pawelczyk-0/+1
2016-11-28examples/passthrough_ll.c: Close root fd before application ends.Przemyslaw Pawelczyk-0/+3
2016-11-28examples/passthrough_ll.c: Fix segfault when showing help or version.Przemyslaw Pawelczyk-1/+2
2016-11-28Rename more things from fuse to fuse3Przemysław Pawełczyk-36/+37
2016-11-22Document that FUSE_CAP_POSIX_ACL turns on -o default_permissionsNikolaus Rath-4/+11
2016-11-22Make handling of -oallow_root easier to understandNikolaus Rath-37/+25
2016-11-22Add support for FUSE_HANDLE_KILLPRIVNikolaus Rath-1/+40
2016-11-22Add support for FUSE_POSIX_ACLNikolaus Rath-1/+19
2016-11-22Added support for FUSE_PARALLEL_DIROPSNikolaus Rath-0/+14
2016-11-22Updated kernel API headers.Nikolaus Rath-1/+29
2016-11-22Document fuse_conn_info.max_backgroundNikolaus Rath-4/+26
2016-11-17Distinguish between mount options and libfuse optionsNikolaus Rath-14/+18
2016-11-17Fixed manpage formatting.Nikolaus Rath-2/+1
2016-11-16Enable more capabilities by default, and document defaults.Nikolaus Rath-8/+61
2016-11-16Update ChangeLog to include recent documentation improvementsNikolaus Rath-1/+2
2016-11-16Abort if fs requests capabilities not supported by kernel.Nikolaus Rath-0/+12
2016-11-16Fail more nicely on max_read mismatchNikolaus Rath-1/+4
2016-11-16Fix typo in commentNikolaus Rath-1/+1
2016-11-16Add support for more detailed error codes from main loopNikolaus Rath-5/+15
2016-11-16Fix typo in commentNikolaus Rath-1/+1
2016-11-16Document special semantics of ENOSYS error code.Nikolaus Rath-2/+79