aboutsummaryrefslogtreecommitdiff
path: root/example
AgeCommit message (Expand)Author
2018-03-28Fix build error on DragonFlyBSD (sync with other *BSD) (#240)Tomohiro Kusumi
2018-01-15Fix typo in "passthrough" docstring (#229)Mateusz Urbańczyk
2017-11-27Spelling (#223)Josh Soref
2017-09-25Removed unneccessary #include <config.h> from examplesNikolaus Rath
2017-08-25example/ioctl: build on FreeBSD, but add protocol check instead.Nikolaus Rath
2017-08-25examples/{ioctl,null}: don't build under FreeBSD instead of skipping tests.Nikolaus Rath
2017-08-24printcap: use temporary directory, not fileNikolaus Rath
2017-08-24passthrough_ll: only active EXPORT_SUPPORT of supported by kernel.Nikolaus Rath
2017-08-24Dropped support for building with autotoolsNikolaus Rath
2017-08-24Renamed notify_inval_inode_fh to invalidate_pathNikolaus Rath
2017-08-24Allow inode cache invalidation in high-level APISławek Rudnicki
2017-08-23Added examples/printcapNikolaus Rath
2017-08-22Make passthrough_fh work under FreeBSD.Nikolaus Rath
2017-08-22Fix two compiler warnings.Nikolaus Rath
2017-08-11Don't build passthrough_ll under BSD.Nikolaus Rath
2017-08-06Added writeback cache to passthrough_llNikolaus Rath
2017-08-06Removed compat stuff in passthrough_llNikolaus Rath
2017-08-04passthrough_ll: added more debugging outputNikolaus Rath
2017-08-03Fix compilation on 32bit systemsNikolaus Rath
2017-08-01Fix compiler warnings of gcc-5.4.xBanglang
2017-07-08Added public fuse_lib_help(), bumped minor versionNikolaus Rath
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-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-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-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
2017-04-07passthrough, passthrough_fh: disable attribute cachingNikolaus Rath
2017-04-07passthrough_ll: document that functionality is restrictedNikolaus Rath
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