Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2016-12-04 | Fix a grammatical error. | Jay Hankins | -1/+1 | |
2016-10-28 | Clean-up doxygen documentation | Nikolaus Rath | -4/+3 | |
Fixes: #81. | ||||
2016-10-20 | fuse_new(): don't accept options that don't make sense for end-users | Nikolaus Rath | -0/+9 | |
Several options (use_ino, etc) depend on the file system implementation. Allowing them to be set from the command line makes no sense. | ||||
2016-10-15 | Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlers | Nikolaus Rath | -5/+15 | |
This obsoletes the ftruncate & fgetattr handlers. Fixes #58. | ||||
2016-10-09 | Renamed some examples to make their function more obvious | Nikolaus Rath | -0/+432 | |
Also, added more comments for the same purpose. |