aboutsummaryrefslogtreecommitdiff
path: root/example
Commit message (Expand)AuthorAge
* example/{hello,null}: Fix memory leaksGravatar Rostislav Skudnov2018-07-23
* Invert calloc(3) argument order (`nmemb` comes first)Gravatar Tomohiro Kusumi2018-04-13
* Fix build error on DragonFlyBSD (sync with other *BSD) (#240)Gravatar Tomohiro Kusumi2018-03-28
* Fix typo in "passthrough" docstring (#229)Gravatar Mateusz Urbańczyk2018-01-15
* Spelling (#223)Gravatar Josh Soref2017-11-27
* Removed unneccessary #include <config.h> from examplesGravatar Nikolaus Rath2017-09-25
* example/ioctl: build on FreeBSD, but add protocol check instead.Gravatar Nikolaus Rath2017-08-25
* examples/{ioctl,null}: don't build under FreeBSD instead of skipping tests.Gravatar Nikolaus Rath2017-08-25
* printcap: use temporary directory, not fileGravatar Nikolaus Rath2017-08-24
* passthrough_ll: only active EXPORT_SUPPORT of supported by kernel.Gravatar Nikolaus Rath2017-08-24
* Dropped support for building with autotoolsGravatar Nikolaus Rath2017-08-24
* Renamed notify_inval_inode_fh to invalidate_pathGravatar Nikolaus Rath2017-08-24
* Allow inode cache invalidation in high-level APIGravatar Sławek Rudnicki2017-08-24
* Added examples/printcapGravatar Nikolaus Rath2017-08-23
* Make passthrough_fh work under FreeBSD.Gravatar Nikolaus Rath2017-08-22
* Fix two compiler warnings.Gravatar Nikolaus Rath2017-08-22
* Don't build passthrough_ll under BSD.Gravatar Nikolaus Rath2017-08-11
* Added writeback cache to passthrough_llGravatar Nikolaus Rath2017-08-06
* Removed compat stuff in passthrough_llGravatar Nikolaus Rath2017-08-06
* passthrough_ll: added more debugging outputGravatar Nikolaus Rath2017-08-04
* Fix compilation on 32bit systemsGravatar Nikolaus Rath2017-08-03
* Fix compiler warnings of gcc-5.4.xGravatar Banglang2017-08-01
* Added public fuse_lib_help(), bumped minor versionGravatar Nikolaus Rath2017-07-08
* examples/passthrough_ll: added support for create()Gravatar Nikolaus Rath2017-06-05
* example/passthrough_ll: added write supportGravatar Nikolaus Rath2017-06-05
* notify_store_retrieve(): fix race on unmountGravatar Nikolaus Rath2017-05-31
* example/notify_store_retrieve: add debugging code for issue #105.Gravatar Nikolaus Rath2017-05-31
* Revert "example/passthrough.c: add debugging code for issue #157."Gravatar Nikolaus Rath2017-05-31
* 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