aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2017-04-10Added ChangeLog for commits c24cc to eb972.Nikolaus Rath-1/+4
2017-04-10Remove 'tests' target in favor of calling py.test directly.Nikolaus Rath-14/+6
2017-04-10Build tests by default.Nikolaus Rath-9/+8
2017-04-10Only build test/*.py if out of date.Nikolaus Rath-1/+1
2017-04-07Actually test passthrough* examplesNikolaus Rath-1/+1
2017-04-07passthrough: implemented create()Nikolaus Rath-0/+14
2017-04-07example/passthrough: use fi->fh for read, write, fallocateNikolaus Rath-7/+21
2017-04-07passthrough:truncate(): work on file descriptor when possibleNikolaus Rath-2/+4
2017-04-07example/passthrough: close open files in release()Nikolaus Rath-5/+2
2017-04-07passthrough, passthrough_fh: disable attribute cachingNikolaus Rath-0/+24
2017-04-07test_examples(): test without debug messages firstNikolaus Rath-1/+1
2017-04-07test_examples(): avoid false positives from fuse debug outputNikolaus Rath-1/+7
2017-04-07passthrough_ll: only test functions that are actually providedNikolaus Rath-19/+23
2017-04-07Fix rst markup.Nikolaus Rath-2/+1
2017-04-07Document true meaning of the 'use_ino' option.Nikolaus Rath-2/+10
2017-04-07Remove checked_unlink()Nikolaus Rath-18/+7
2017-04-07Turn tst_mknod() into tst_create()Nikolaus Rath-8/+15
2017-04-07Renamed tst_write() to tst_open_write()Nikolaus Rath-7/+12
2017-04-07Added tst_unlink()Nikolaus Rath-0/+13
2017-04-07tst_mkdir(): factor out tst_rmdir()Nikolaus Rath-3/+14
2017-04-07Rename tst_unlink() to tst_open_unlink()Nikolaus Rath-4/+4
2017-04-07tst_readdir(): don't require create/mkdir supportNikolaus Rath-3/+3
2017-04-07passthrough_ll: document that functionality is restrictedNikolaus Rath-1/+5
2017-03-28hello.c: don't use constant instead of magic numberguraga-1/+1
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