Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2016-10-09 | Renamed timefsN examples to fuse_notify_* | Nikolaus Rath | -417/+0 | |
This should make it more obvious at first glance what the different examples do. | ||||
2016-10-09 | Include testfsN examples in Doxygen documentation. | Nikolaus Rath | -41/+52 | |
2016-10-09 | fuse_parse_cmdline(): do not print help/version text | Nikolaus Rath | -2/+21 | |
The current behavior makes it difficult to add help for additional options. With the change, this becomes a lot easier. | ||||
2016-10-09 | Whitespace fix. | Nikolaus Rath | -2/+2 | |
2016-10-08 | testfs2: Also test fuse_notify_retrieve(). | Nikolaus Rath | -1/+42 | |
2016-10-08 | Added timefs[12] examples. | Nikolaus Rath | -0/+346 | |
These examplesdemonstrate the use of the `fuse_lowlevel_notify_store` and `fuse_lowlevel_notify_inval_inode` functions. |