aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Factored out C-based testsGravatar Nikolaus Rath2017-05-25
* Fix typo in comment.Gravatar Nikolaus Rath2017-05-25
* Document RENAME_EXCHANGE and RENAME_NOREPLACE flags.Gravatar Nikolaus Rath2017-05-25
* passthrough_ll: document that fuse_ino_t and uintptr_t sizes must matchGravatar Nikolaus Rath2017-05-25
* example/passthrough.c: add debugging code for issue #157.Gravatar Nikolaus Rath2017-05-25
* tst_link(): add more assertionsGravatar Nikolaus Rath2017-05-25
* Remove fuse_fs_fgetattr and fuse_fs_ftruncate from linker scriptGravatar pablomh2017-05-25
* Travis-CI: Don't abort on first failed testGravatar Nikolaus Rath2017-05-24
* Added tst_open_read()Gravatar Nikolaus Rath2017-05-24
* lib/meson.build: don't crash if there's no libdlGravatar Nikolaus Rath2017-05-24
* fuse_signals.c: use new do_nothing function instead of SIG_IGNGravatar Nikolaus Rath2017-05-24
* Released libfuse 3.0.2Gravatar Nikolaus Rath2017-05-24
* Make tests build on bsdGravatar Brian Naylor2017-05-24
* make buffer size match kernel max transfer sizeGravatar Carlos Maiolino2017-04-20
* Set default options before parsingGravatar Tej Chajed2017-04-14
* Improved documentation of fuse_context.private_dataGravatar Nikolaus Rath2017-04-12
* Released 3.0.1Gravatar Nikolaus Rath2017-04-10
* Fix travis build script. Broken in e372d.Gravatar Nikolaus Rath2017-04-10
* Added ChangeLog for commits c24cc to eb972.Gravatar Nikolaus Rath2017-04-10
* Remove 'tests' target in favor of calling py.test directly.Gravatar Nikolaus Rath2017-04-10
* Build tests by default.Gravatar Nikolaus Rath2017-04-10
* Only build test/*.py if out of date.Gravatar Nikolaus Rath2017-04-10
* Actually test passthrough* examplesGravatar Nikolaus Rath2017-04-07
* passthrough: implemented create()Gravatar Nikolaus Rath2017-04-07
* example/passthrough: use fi->fh for read, write, fallocateGravatar Nikolaus Rath2017-04-07
* passthrough:truncate(): work on file descriptor when possibleGravatar Nikolaus Rath2017-04-07
* example/passthrough: close open files in release()Gravatar Nikolaus Rath2017-04-07
* passthrough, passthrough_fh: disable attribute cachingGravatar Nikolaus Rath2017-04-07
* test_examples(): test without debug messages firstGravatar Nikolaus Rath2017-04-07
* test_examples(): avoid false positives from fuse debug outputGravatar Nikolaus Rath2017-04-07
* passthrough_ll: only test functions that are actually providedGravatar Nikolaus Rath2017-04-07
* Fix rst markup.Gravatar Nikolaus Rath2017-04-07
* Document true meaning of the 'use_ino' option.Gravatar Nikolaus Rath2017-04-07
* Remove checked_unlink()Gravatar Nikolaus Rath2017-04-07
* Turn tst_mknod() into tst_create()Gravatar Nikolaus Rath2017-04-07
* Renamed tst_write() to tst_open_write()Gravatar Nikolaus Rath2017-04-07
* Added tst_unlink()Gravatar Nikolaus Rath2017-04-07
* tst_mkdir(): factor out tst_rmdir()Gravatar Nikolaus Rath2017-04-07
* Rename tst_unlink() to tst_open_unlink()Gravatar Nikolaus Rath2017-04-07
* tst_readdir(): don't require create/mkdir supportGravatar Nikolaus Rath2017-04-07
* passthrough_ll: document that functionality is restrictedGravatar Nikolaus Rath2017-04-07
* hello.c: don't use constant instead of magic numberGravatar guraga2017-03-28
* Document that -o auto_unmount implies -o nodev,nosuidGravatar Nikolaus Rath2017-03-16
* meson.build(): don't use absolute path for include_dir()Gravatar Nikolaus Rath2017-03-15
* passthrough_fh: declare support for . and .. lookups.Gravatar Nikolaus Rath2017-03-15
* open(): fix documentation of O_TRUNC flagGravatar Nikolaus Rath2017-03-15
* Document minimum required Meson version.Gravatar Nikolaus Rath2017-03-15
* Optimize fuse_fs_read. (#145)Gravatar amosonn2017-03-03
* Put -Werror in mesonconf, not CFLAGSGravatar Nikolaus Rath2017-01-23
* Pass _GNU_SOURCE as compiler argumentGravatar Nikolaus Rath2017-01-23