Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2017-09-25 | Removed unneccessary #include <config.h> from examples | Nikolaus Rath | -2/+0 | |
Fixes: #208. | ||||
2017-08-22 | Fix two compiler warnings. | Nikolaus Rath | -1/+1 | |
2017-07-08 | Added public fuse_lib_help(), bumped minor version | Nikolaus Rath | -1/+1 | |
2017-01-12 | Replaced evil pointer magic with offsetof() | Nikolaus Rath | -2/+2 | |
This triggered undefined behaviour warnings from UBSan. | ||||
2016-10-31 | silence bogus eclipse linter warning | divinity76 | -0/+1 | |
"No break at the end of case cuse.c /example line 235 Code Analysis Problem" | ||||
2016-10-28 | Clean-up doxygen documentation | Nikolaus Rath | -3/+2 | |
Fixes: #81. | ||||
2016-10-09 | Renamed cuses example and added test program | Nikolaus Rath | -0/+322 | |
An earlier version of the fioclient.c example was intended to be used together with cusexmp.c. The former has since evolved into ioctl_client.c and no longer has the function necessary to test CUSE. Therefore, we've added a new cuse_client.c that is clearly associated with the cuse.c example file system. |