summaryrefslogtreecommitdiff
path: root/lib/libfuse/fuse.h
AgeCommit message (Expand)Author
2017-11-17Fixes the following bugs when getcwd(3) is used on a fuse file systemhelg
2014-01-20Include fuse_opt.h in fuse.h.Sylvestre Gallon
2013-12-17define FUSE_{MAJOR,MINOR}_VERSION which many fuse helpers assume is defined.Jasper Lievisse Adriaanse
2013-11-13Document the negative errno quirk used by callbacks in struct fuse_operations.Stefan Sperling
2013-11-07add fuse_invalidate() and fuse_setup() functions.Sylvestre Gallon
2013-11-01Add missing bitfields needed by gvfs.Sylvestre Gallon
2013-07-05Add support for fuse_teardown(3). This functionsyl
2013-06-14style change.syl
2013-06-14Add support for fuse_get_context(3) needed by ntfs-3g.syl
2013-06-14add support for fuse_version(3). Needed by ntfs-3g.syl
2013-06-04fix readdir, from sylvestreTed Unangst
2013-06-03rcsidsTed Unangst
2013-06-03add userland fuse library. ok beck deraadtTed Unangst