Age | Commit message (Expand) | Author | Lines |
2016-10-24 | fuse_session_new(): don't accept empty argv, check argv[0] | Nikolaus Rath | -5/+13 |
2016-10-20 | Turn fuse_operations.nopath_flag into fuse_config.nullpath_ok | Nikolaus Rath | -25/+13 |
2016-10-20 | Pass struct fuse_config to high-level init() handler. | Nikolaus Rath | -2/+181 |
2016-10-20 | Removed all "Introduced in..." comments | Nikolaus Rath | -37/+1 |
2016-10-16 | fuse_new(): instead of listing options, refer to mount.fuse(8) | Nikolaus Rath | -25/+6 |
2016-10-15 | Make --help output more suitable for end-user | Nikolaus Rath | -6/+27 |
2016-10-15 | Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlers | Nikolaus Rath | -47/+39 |
2016-10-13 | Make -o clone_fd into a parameter of session_loop_mt(). | Nikolaus Rath | -1/+3 |
2016-10-10 | fuse_main(): extend support for printing help | Nikolaus Rath | -1/+18 |
2016-10-02 | Edited comments for clarity. | Nikolaus Rath | -8/+6 |
2016-10-02 | Turn struct fuse_chan into an implementation detail | Nikolaus Rath | -27/+16 |
2016-10-02 | Introduce separate mount/umount functions for low-level API. | Nikolaus Rath | -0/+26 |
2016-10-01 | Improve documentation of argument parsing. | Nikolaus Rath | -0/+7 |
2016-09-27 | Documentation improvements. | Nikolaus Rath | -1/+4 |
2016-04-23 | Remove leading _ on header guards to comply with reserved identifier requirem... | Sam Stuewe | -3/+3 |
2016-04-02 | Fix spelling mistake | Eric Engestrom | -1/+1 |
2016-03-09 | fuse.h doc fix: The f_frsize field is not ignored by the statfs operation. | Jan Blumschein | -1/+1 |
2014-07-21 | libfuse: highlevel API: fix directory file handle passed to ioctl() method | Miklos Szeredi | -0/+3 |
2014-07-15 | libfuse: add flags to ->rename() | Miklos Szeredi | -2/+2 |
2014-03-05 | libfuse: implement readdirplus for high-level API | Eric Wong | -3/+34 |
2014-02-04 | fuse: use dlsym() instead of relying on ld.so constructor functions | Fabrice Bauzac | -50/+19 |
2013-07-17 | Documentation fixes | Miklos Szeredi | -21/+18 |
2013-06-20 | - added a doxygen main page | Joachim Schiele | -0/+23 |
2013-02-08 | remove <utime.h> include from <fuse.h> | Miklos Szeredi | -1/+0 |
2013-02-08 | libfuse: remove struct fuse_cmd | Miklos Szeredi | -3/+0 |
2013-02-08 | libfuse: remove deprecated fuse_operations.utime_omit_ok | Miklos Szeredi | -7/+1 |
2013-02-08 | libfuse: remove deprecated fuse_operations.utime() | Miklos Szeredi | -6/+0 |
2013-02-08 | libfuse: remove deprecated fuse_operations.getdir() | Miklos Szeredi | -13/+1 |
2013-02-08 | libfuse: remove deprecated fuse_exited() | Miklos Szeredi | -12/+0 |
2013-02-08 | libfuse: remove deprecated fuse_setup(), fuse_teardown() | Miklos Szeredi | -9/+0 |
2013-02-08 | libfuse: remove deprecated fuse_read_cmd(), fuse_process_cmd() | Miklos Szeredi | -9/+0 |
2013-02-08 | libfuse: remove deprecated fuse_loop_mt_proc() | Miklos Szeredi | -4/+0 |
2013-02-08 | libfuse: remove deprecated fuse_set_getcontext_func() | Miklos Szeredi | -3/+0 |
2013-02-08 | libfuse: remove deprecated fuse_invalidate() | Miklos Szeredi | -7/+0 |
2013-02-08 | libfuse: remove deprecated fuse_is_lib_option() | Miklos Szeredi | -3/+0 |
2012-07-20 | Move flags to the front of struct fuse_operations | Miklos Szeredi | -24/+24 |
2012-07-20 | Remove compatibility path handling | Miklos Szeredi | -17/+4 |
2012-07-19 | Remove compat functions | Miklos Szeredi | -47/+0 |
2012-07-19 | Start of 3.0 series | Miklos Szeredi | -8/+1 |
2012-06-18 | Add FALLOCATE operation | Anatol Pomozov | -0/+15 |
2012-04-10 | Add 'flag_utime_omit_ok' flag to fuse_operations | Miklos Szeredi | -1/+7 |
2011-07-06 | Add ->flock() operation to low and high level interfaces | Miklos Szeredi | -0/+23 |
2011-06-02 | add "remember" option | therealneworld@gmail.com | -0/+28 |
2011-05-25 | adding details to utimens doxygen comments | Reuben Hawkins | -0/+5 |
2011-05-25 | Spell checking comments, etc... | Reuben Hawkins | -1/+1 |
2010-11-10 | add read_buf method to high level API | Miklos Szeredi | -0/+22 |
2010-11-10 | add write_buf method to high level API | Miklos Szeredi | -0/+14 |
2010-06-15 | * Add a nopath option and flag, indicating that path argument | Miklos Szeredi | -4/+21 |
2009-07-02 | * The context is extended with a 'umask' field. The umask is sent | Miklos Szeredi | -0/+3 |
2009-06-19 | Add fuse_getgroups (high level lib) and fuse_req_getgroups (low | Miklos Szeredi | -0/+20 |