aboutsummaryrefslogtreecommitdiff
path: root/example
Commit message (Expand)AuthorAge
* 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
* 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
* passthrough_ll: document that functionality is restrictedGravatar Nikolaus Rath2017-04-07
* hello.c: don't use constant instead of magic numberGravatar guraga2017-03-28
* passthrough_fh: declare support for . and .. lookups.Gravatar Nikolaus Rath2017-03-15
* Added experimental support for building with Meson+NinjaGravatar Nikolaus Rath2017-01-12
* Replaced evil pointer magic with offsetof()Gravatar Nikolaus Rath2017-01-12
* Return with exitcode 0 if there are no errors.Gravatar Nikolaus Rath2017-01-11
* Added documentation and test case for null exampleGravatar Nikolaus Rath2016-12-23
* Fixed use of uninitialized memory.Gravatar Nikolaus Rath2016-12-23
* Revert "Dropped example/null.c"Gravatar Csaba Henk2016-12-23
* Fix a grammatical error.Gravatar Jay Hankins2016-12-04
* examples/passthrough_ll.c: Include <limits.h> (for PATH_MAX macro).Gravatar Przemyslaw Pawelczyk2016-11-28
* examples/passthrough_ll.c: Close root fd before application ends.Gravatar Przemyslaw Pawelczyk2016-11-28
* examples/passthrough_ll.c: Fix segfault when showing help or version.Gravatar Przemyslaw Pawelczyk2016-11-28
* silence bogus eclipse linter warningGravatar divinity762016-10-31
* Clean-up doxygen documentationGravatar Nikolaus Rath2016-10-28
* Turn fuse_operations.nopath_flag into fuse_config.nullpath_okGravatar Nikolaus Rath2016-10-20
* fuse_new(): don't accept options that don't make sense for end-usersGravatar Nikolaus Rath2016-10-20
* Make --help output more suitable for end-userGravatar Nikolaus Rath2016-10-15
* Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlersGravatar Nikolaus Rath2016-10-15
* Unify handling of fuse_conn_info optionsGravatar Nikolaus Rath2016-10-15
* Make -o clone_fd into a parameter of session_loop_mt().Gravatar Nikolaus Rath2016-10-13
* Fix race condition in notify_* examplesGravatar Nikolaus Rath2016-10-10
* fuse_main(): extend support for printing helpGravatar Nikolaus Rath2016-10-10
* Use NULL as option processor where possible.Gravatar Nikolaus Rath2016-10-09
* Renamed cuses example and added test programGravatar Nikolaus Rath2016-10-09
* Don't confuse lookup count for mountpoint and fileGravatar Nikolaus Rath2016-10-09
* Renamed timefsN examples to fuse_notify_*Gravatar Nikolaus Rath2016-10-09
* Include testfsN examples in Doxygen documentation.Gravatar Nikolaus Rath2016-10-09
* Renamed ioctl and poll examplesGravatar Nikolaus Rath2016-10-09
* Renamed some examples to make their function more obviousGravatar Nikolaus Rath2016-10-09
* fuse_parse_cmdline(): do not print help/version textGravatar Nikolaus Rath2016-10-09
* Whitespace fix.Gravatar Nikolaus Rath2016-10-09
* Dropped example/null.cGravatar Nikolaus Rath2016-10-09
* Added timefs3 to test notify_inval_entry.Gravatar Nikolaus Rath2016-10-08
* Add background and multithreading support to hello_ll and fuse_lo-plusGravatar Nikolaus Rath2016-10-08
* testfs2: Also test fuse_notify_retrieve().Gravatar Nikolaus Rath2016-10-08
* Added timefs[12] examples.Gravatar Nikolaus Rath2016-10-08
* Don't handle --help and --version in fuse_session_new().Gravatar Nikolaus Rath2016-10-02
* Fixed permissions of source files.Gravatar Nikolaus Rath2016-10-02
* Turn struct fuse_chan into an implementation detailGravatar Nikolaus Rath2016-10-02
* Renamed fuse_lowlevel_new() to fuse_session_new().Gravatar Nikolaus Rath2016-10-02
* Introduce separate mount/umount functions for low-level API.Gravatar Nikolaus Rath2016-10-02
* Fix ioctl exampleGravatar Nikolaus Rath2016-05-13