summaryrefslogtreecommitdiff
path: root/lib/librefuse/fuse.h
AgeCommit message (Expand)Author
2008-08-01Add API version 2.6 variant of fuse_setup.dillo
2008-01-14Remove puffs_ops from fuse_operations, no reason for it to be there.pooka
2007-05-17More fixes:christos
2007-05-16Add the $NetBSD$ tag, it's easier to know what revision you have.xtraeme
2007-05-16- Always check strdup return. For now we are lazy and bail instead of cleaningchristos
2007-05-16The FUSE_USE_VERSION is the definition which the user sets, and whichagc
2007-05-15Fuse version 2.6 (and above) has a 4 argument version of fuse_main(),agc
2007-05-03...and include fuse_opt.h in the correct place.agc
2007-05-03Implement fuse_setup(), and fuse_teardown() - necessary for the pythonagc
2007-05-03FUSE includes fuse_opt.h from fuse.h, albeit indirectly, via fuse_common.h.agc
2007-03-13Revert the most recent changes I made - they weren't ready for primetime.agc
2007-03-13+ Only use EXIT_SUCCESS and EXIT_FAILURE for the return code to theagc
2007-02-28* Move fuse_opt* defs and prototypes into fuse_opt.h.xtraeme
2007-02-26Refactor a few interfaces a bit to look more like fuse. fuse_argspooka
2007-02-26Implement readdir properly, or at least as close to possible to howpooka
2007-02-19Implement a very very stubby fuse_unmount(), which does ... nothing.pooka
2007-02-18move getdir() location to match layout of real fuse operationspooka
2007-02-18Added extra functionality:agc
2007-02-15Implement a very very hacky fuse_get_context(), needs to be visited oncepooka
2007-02-11implement getdir, used by some older fuse file systems instead of readdirpooka
2007-02-11Add an implementation of the file system in userspace functionality,agc