Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2016-10-15 | Unify handling of fuse_conn_info options | Nikolaus Rath | -1/+0 | |
Instead of using command line options to modify struct fuse_conn_info before and after calling the init() handler, we now give the file system explicit control over this. | ||||
2016-10-13 | Make -o clone_fd into a parameter of session_loop_mt(). | Nikolaus Rath | -1/+1 | |
This option really affects the behavior of the session loop, not the low-level interface. Therefore, it does not belong in the fuse_session object. | ||||
2016-10-09 | Renamed some examples to make their function more obvious | Nikolaus Rath | -0/+522 | |
Also, added more comments for the same purpose. |