aboutsummaryrefslogtreecommitdiff
path: root/example/passthrough.c
Commit message (Collapse)AuthorAge
* Fix a grammatical error.Gravatar Jay Hankins2016-12-04
|
* Clean-up doxygen documentationGravatar Nikolaus Rath2016-10-28
| | | | Fixes: #81.
* fuse_new(): don't accept options that don't make sense for end-usersGravatar Nikolaus Rath2016-10-20
| | | | | | Several options (use_ino, etc) depend on the file system implementation. Allowing them to be set from the command line makes no sense.
* Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlersGravatar Nikolaus Rath2016-10-15
| | | | | | This obsoletes the ftruncate & fgetattr handlers. Fixes #58.
* Renamed some examples to make their function more obviousGravatar Nikolaus Rath2016-10-09
Also, added more comments for the same purpose.