summaryrefslogtreecommitdiff
path: root/libfusepp
Commit message (Collapse)AuthorAge
* Refactor fuse lib deps into final exeDan Goodliffe2015-05-06
|
* Refactor to make more testableDan Goodliffe2015-05-06
|
* Actually install the mknod hooknetfs-1.0.2randomdan2014-10-13
|
* Tidy up fix/hack for conditional binding, gcc 4.6 compatrandomdan2013-08-23
|
* Only bind fuse wrappers into fuse_operations for functions that have ↵randomdan2013-08-22
| | | | overrides in a deriving class
* Emergency I-broke-it-bump, don't bind write_buf and read_bufrandomdan2013-08-21
|
* Add base case support for ioctl, poll, write_buf, read_buf and flockrandomdan2013-08-19
|
* Compat fixesrandomdan2013-06-03
|
* Fix compilation against various versions of fuse libraryrandomdan2012-07-27
Usage C++0x to remove lots of code duplication in wrappers Move code for FuseAppBase into it's own folder