aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-08Released 3.1.0Nikolaus Rath
2017-07-08Added public fuse_lib_help(), bumped minor versionNikolaus Rath
2017-07-08Fixed description of struct fuse_conn_info->time_granNikolaus Rath
2017-07-07Error out if FUSE_USE_VERSION is not definedNikolaus Rath
2017-07-07Don't use emacs' python-mode for meson filesNikolaus Rath
2017-07-07Fixed typo in ChangelogNikolaus Rath
2017-07-06Don't redefine FUSE_USE_VERSIONNikolaus Rath
2017-07-06Travis: use sudo-enabled environment.Nikolaus Rath
2017-07-06Added information about professional support.Nikolaus Rath
2017-07-06Fixed bug in code example in ChangeLog.Nikolaus Rath
2017-06-21Install init script in $DESTDIR/etc, not $prefix/$sysconfdirNikolaus Rath
2017-06-20tst_readdir(): actually go through FUSENikolaus Rath
2017-06-08Clarify *_timeout semanticsNikolaus Rath
2017-06-06Describe supported platforms.Nikolaus Rath
2017-06-05getgroups(): clarify codeNikolaus Rath
2017-06-05Fix comparison of integers of different signsAngelo G. Del Regno
2017-06-05examples/passthrough_ll: added support for create()Nikolaus Rath
2017-06-05example/passthrough_ll: added write supportNikolaus Rath
2017-05-31notify_store_retrieve(): fix race on unmountNikolaus Rath
2017-05-31Clarify that destroy() is called without kernel connectionNikolaus Rath
2017-05-31example/notify_store_retrieve: add debugging code for issue #105.Nikolaus Rath
2017-05-31Revert "example/passthrough.c: add debugging code for issue #157."Nikolaus Rath
2017-05-31tst_link(): wait for RELEASE requestNikolaus Rath
2017-05-25Factored out C-based testsNikolaus Rath
2017-05-25Fix typo in comment.Nikolaus Rath
2017-05-25Document RENAME_EXCHANGE and RENAME_NOREPLACE flags.Nikolaus Rath
2017-05-25passthrough_ll: document that fuse_ino_t and uintptr_t sizes must matchNikolaus Rath
2017-05-25example/passthrough.c: add debugging code for issue #157.Nikolaus Rath
2017-05-25tst_link(): add more assertionsNikolaus Rath
2017-05-25Remove fuse_fs_fgetattr and fuse_fs_ftruncate from linker scriptpablomh
2017-05-24Travis-CI: Don't abort on first failed testNikolaus Rath
2017-05-24Added tst_open_read()Nikolaus Rath
2017-05-24lib/meson.build: don't crash if there's no libdlNikolaus Rath
2017-05-24fuse_signals.c: use new do_nothing function instead of SIG_IGNNikolaus Rath
2017-05-24Released libfuse 3.0.2Nikolaus Rath
2017-05-24Make tests build on bsdBrian Naylor
2017-04-20make buffer size match kernel max transfer sizeCarlos Maiolino
2017-04-14Set default options before parsingTej Chajed
2017-04-12Improved documentation of fuse_context.private_dataNikolaus Rath
2017-04-10Released 3.0.1Nikolaus Rath
2017-04-10Fix travis build script. Broken in e372d.Nikolaus Rath
2017-04-10Added ChangeLog for commits c24cc to eb972.Nikolaus Rath
2017-04-10Remove 'tests' target in favor of calling py.test directly.Nikolaus Rath
2017-04-10Build tests by default.Nikolaus Rath
2017-04-10Only build test/*.py if out of date.Nikolaus Rath
2017-04-07Actually test passthrough* examplesNikolaus Rath
2017-04-07passthrough: implemented create()Nikolaus Rath
2017-04-07example/passthrough: use fi->fh for read, write, fallocateNikolaus Rath
2017-04-07passthrough:truncate(): work on file descriptor when possibleNikolaus Rath
2017-04-07example/passthrough: close open files in release()Nikolaus Rath