aboutsummaryrefslogtreecommitdiff
path: root/example
AgeCommit message (Expand)Author
2017-03-28hello.c: don't use constant instead of magic numberguraga
2017-03-15passthrough_fh: declare support for . and .. lookups.Nikolaus Rath
2017-01-12Added experimental support for building with Meson+NinjaNikolaus Rath
2017-01-12Replaced evil pointer magic with offsetof()Nikolaus Rath
2017-01-11Return with exitcode 0 if there are no errors.Nikolaus Rath
2016-12-23Added documentation and test case for null exampleNikolaus Rath
2016-12-23Fixed use of uninitialized memory.Nikolaus Rath
2016-12-23Revert "Dropped example/null.c"Csaba Henk
2016-12-04Fix a grammatical error.Jay Hankins
2016-11-28examples/passthrough_ll.c: Include <limits.h> (for PATH_MAX macro).Przemyslaw Pawelczyk
2016-11-28examples/passthrough_ll.c: Close root fd before application ends.Przemyslaw Pawelczyk
2016-11-28examples/passthrough_ll.c: Fix segfault when showing help or version.Przemyslaw Pawelczyk
2016-10-31silence bogus eclipse linter warningdivinity76
2016-10-28Clean-up doxygen documentationNikolaus Rath
2016-10-20Turn fuse_operations.nopath_flag into fuse_config.nullpath_okNikolaus Rath
2016-10-20fuse_new(): don't accept options that don't make sense for end-usersNikolaus Rath
2016-10-15Make --help output more suitable for end-userNikolaus Rath
2016-10-15Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlersNikolaus Rath
2016-10-15Unify handling of fuse_conn_info optionsNikolaus Rath
2016-10-13Make -o clone_fd into a parameter of session_loop_mt().Nikolaus Rath
2016-10-10Fix race condition in notify_* examplesNikolaus Rath
2016-10-10fuse_main(): extend support for printing helpNikolaus Rath
2016-10-09Use NULL as option processor where possible.Nikolaus Rath
2016-10-09Renamed cuses example and added test programNikolaus Rath
2016-10-09Don't confuse lookup count for mountpoint and fileNikolaus Rath
2016-10-09Renamed timefsN examples to fuse_notify_*Nikolaus Rath
2016-10-09Include testfsN examples in Doxygen documentation.Nikolaus Rath
2016-10-09Renamed ioctl and poll examplesNikolaus Rath
2016-10-09Renamed some examples to make their function more obviousNikolaus Rath
2016-10-09fuse_parse_cmdline(): do not print help/version textNikolaus Rath
2016-10-09Whitespace fix.Nikolaus Rath
2016-10-09Dropped example/null.cNikolaus Rath
2016-10-08Added timefs3 to test notify_inval_entry.Nikolaus Rath
2016-10-08Add background and multithreading support to hello_ll and fuse_lo-plusNikolaus Rath
2016-10-08testfs2: Also test fuse_notify_retrieve().Nikolaus Rath
2016-10-08Added timefs[12] examples.Nikolaus Rath
2016-10-02Don't handle --help and --version in fuse_session_new().Nikolaus Rath
2016-10-02Fixed permissions of source files.Nikolaus Rath
2016-10-02Turn struct fuse_chan into an implementation detailNikolaus Rath
2016-10-02Renamed fuse_lowlevel_new() to fuse_session_new().Nikolaus Rath
2016-10-02Introduce separate mount/umount functions for low-level API.Nikolaus Rath
2016-05-13Fix ioctl exampleNikolaus Rath
2016-03-29Added test_fselNikolaus Rath
2014-07-15libfuse: add flags to ->rename()Miklos Szeredi
2014-03-18compile fix for fuse_lo-plusMiklos Szeredi
2014-03-17compile fixMiklos Szeredi
2014-03-05libfuse: implement readdirplus for high-level APIEric Wong
2014-02-21libfuse: added fuse_lo-plus.c to the examplesMiklos Szeredi
2013-07-25ulockmgr: strip ulockmgr support from this source packageMiklos Szeredi
2013-07-25libfuse: fuse -> fuse3Miklos Szeredi