summaryrefslogtreecommitdiff
path: root/libfusepp
Commit message (Collapse)AuthorAge
* Use libadhocutilnetfs-1.1.4Dan Goodliffe2015-09-02
|
* Write client logs to syslog instead of stderr (/dev/null)Dan Goodliffe2015-08-12
|
* Visibility hiddennetfs-1.1.3Dan Goodliffe2015-07-26
|
* Switch to the StringSeq interface where possible because it's considerably ↵Dan Goodliffe2015-07-20
| | | | less annoying
* Virtualise fues_main so that the ut framework can get access to the ↵Dan Goodliffe2015-05-06
| | | | operations map
* Fix error messageDan Goodliffe2015-05-06
|
* runint doesn't need a pointer to itself passing inDan Goodliffe2015-05-06
|
* Export the runint functionDan Goodliffe2015-05-06
|
* 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