| Age | Commit message (Expand) | Author |
| 2023-04-21 | Fix incorrect test for FUSE_USE_VERSION 34 | abs |
| 2022-01-22 | lib/librefuse: Implement all sorts of compat tweaks to appease various file s... | pho |
| 2022-01-22 | Add some missing struct fields, structs, and constants that are part of the API | pho |
| 2022-01-22 | Implement some missing functions that are part of the API | pho |
| 2022-01-22 | Correct the wrong prototype of fuse_daemonize(3) while retaining ABI compatib... | pho |
| 2022-01-22 | Cosmetic changes | pho |
| 2022-01-22 | Change the way how FUSE_*_VERSION are handled | pho |
| 2022-01-22 | lib/librefuse: Add support for legacy types and functions | pho |
| 2022-01-22 | lib/librefuse: Add stub functions for FUSE polling API | pho |
| 2022-01-22 | lib/librefuse: Implement data buffer API appeared on FUSE 2.9 | pho |
| 2022-01-22 | lib/librefuse: Implement FUSE session API and its signal handling functionality | pho |
| 2021-12-04 | librefuse: Preparation of a proper API versioning; no more #ifdef woes in use... | pho |
| 2019-04-10 | provide fuse_version | maya |
| 2016-11-20 | fuse_main(3): Support general fuse options via fuse_parse_cmdline(3) | pho |
| 2008-08-01 | Add API version 2.6 variant of fuse_setup. | dillo |
| 2008-01-14 | Remove puffs_ops from fuse_operations, no reason for it to be there. | pooka |
| 2007-05-17 | More fixes: | christos |
| 2007-05-16 | Add 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 cleaning | christos |
| 2007-05-16 | The FUSE_USE_VERSION is the definition which the user sets, and which | agc |
| 2007-05-15 | Fuse 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-03 | Implement fuse_setup(), and fuse_teardown() - necessary for the python | agc |
| 2007-05-03 | FUSE includes fuse_opt.h from fuse.h, albeit indirectly, via fuse_common.h. | agc |
| 2007-03-13 | Revert 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 the | agc |
| 2007-02-28 | * Move fuse_opt* defs and prototypes into fuse_opt.h. | xtraeme |
| 2007-02-26 | Refactor a few interfaces a bit to look more like fuse. fuse_args | pooka |
| 2007-02-26 | Implement readdir properly, or at least as close to possible to how | pooka |
| 2007-02-19 | Implement a very very stubby fuse_unmount(), which does ... nothing. | pooka |
| 2007-02-18 | move getdir() location to match layout of real fuse operations | pooka |
| 2007-02-18 | Added extra functionality: | agc |
| 2007-02-15 | Implement a very very hacky fuse_get_context(), needs to be visited once | pooka |
| 2007-02-11 | implement getdir, used by some older fuse file systems instead of readdir | pooka |
| 2007-02-11 | Add an implementation of the file system in userspace functionality, | agc |