Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2017-08-01 | Fix compiler warnings of gcc-5.4.x | Banglang | -1/+1 | |
Signed-off-by: Banglang <banglang.huang@foxmail.com> | ||||
2016-10-28 | Clean-up doxygen documentation | Nikolaus Rath | -4/+3 | |
Fixes: #81. | ||||
2016-10-09 | Renamed cuses example and added test program | Nikolaus Rath | -0/+153 | |
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. |