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