aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Fixed typo in comment.Gravatar Nikolaus Rath2016-11-06
* Clean-up doxygen documentationGravatar Nikolaus Rath2016-10-28
* Add max_read to fuse_conn_infoGravatar Nikolaus Rath2016-10-27
* Removed some more "Changed in version x.py" comments.Gravatar Nikolaus Rath2016-10-27
* Recommend when to use -o default_permissions automaticallyGravatar Nikolaus Rath2016-10-27
* Improve documentation of capability flags.Gravatar Nikolaus Rath2016-10-27
* Clarify difference between notify_inval_entry and notify_delete().Gravatar Nikolaus Rath2016-10-25
* fuse_session_new(): don't accept empty argv, check argv[0]Gravatar Nikolaus Rath2016-10-24
* Turn fuse_operations.nopath_flag into fuse_config.nullpath_okGravatar Nikolaus Rath2016-10-20
* Pass struct fuse_config to high-level init() handler.Gravatar Nikolaus Rath2016-10-20
* Removed all "Introduced in..." commentsGravatar Nikolaus Rath2016-10-20
* Default to FUSE_USE_VERSION 30Gravatar Nikolaus Rath2016-10-16
* fuse_new(): instead of listing options, refer to mount.fuse(8)Gravatar Nikolaus Rath2016-10-16
* fuse_session_new(): instead of listing options, refer to mount.fuse(8)Gravatar Nikolaus Rath2016-10-16
* Make --help output more suitable for end-userGravatar Nikolaus Rath2016-10-15
* Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlersGravatar Nikolaus Rath2016-10-15
* Unify handling of fuse_conn_info optionsGravatar Nikolaus Rath2016-10-15
* Make -o clone_fd into a parameter of session_loop_mt().Gravatar Nikolaus Rath2016-10-13
* Mention atomic_o_trunc capability in description of open() handler.Gravatar Nikolaus Rath2016-10-13
* do_init(): treat command line options consistentlyGravatar Nikolaus Rath2016-10-13
* Document when fuse_reply_data will use splice()Gravatar Nikolaus Rath2016-10-10
* Removed 'async_read' field in fuse_conn_infoGravatar Nikolaus Rath2016-10-10
* fuse_main(): extend support for printing helpGravatar Nikolaus Rath2016-10-10
* fuse_parse_cmdline(): do not print help/version textGravatar Nikolaus Rath2016-10-09
* Fix documentation of fuse_parse_cmdline().Gravatar Nikolaus Rath2016-10-09
* Update list of requests that can be answered with fuse_reply_none().Gravatar Nikolaus Rath2016-10-08
* Clarify that readdir() *may* report . and .. entries.Gravatar Nikolaus Rath2016-10-08
* Removed ``-o big_writes`` optionGravatar Nikolaus Rath2016-10-08
* fuse_session_process_buf(): improve documentationGravatar Nikolaus Rath2016-10-03
* Added fuse_session_fd()Gravatar Nikolaus Rath2016-10-02
* Document that client pid/gid/uid may be zero.Gravatar Nikolaus Rath2016-10-02
* Don't handle --help and --version in fuse_session_new().Gravatar Nikolaus Rath2016-10-02
* Edited comments for clarity.Gravatar Nikolaus Rath2016-10-02
* Turn struct fuse_chan into an implementation detailGravatar Nikolaus Rath2016-10-02
* Renamed fuse_lowlevel_new() to fuse_session_new().Gravatar Nikolaus Rath2016-10-02
* Re-order declarations to reflect typical order of useGravatar Nikolaus Rath2016-10-02
* Introduce separate mount/umount functions for low-level API.Gravatar Nikolaus Rath2016-10-02
* Improve documentation of argument parsing.Gravatar Nikolaus Rath2016-10-01
* Documentation improvements.Gravatar Nikolaus Rath2016-09-27
* fuse_lowlevel_notify_*: take struct fuse_session instead of struct fuse_chanGravatar Nikolaus Rath2016-09-27
* Fixup commit 482a49c.Gravatar Nikolaus Rath2016-04-27
* Merge remote-tracking branch 'origin/master'Gravatar Nikolaus Rath2016-04-27
|\
| * Remove leading _ on header guards to comply with reserved identifier requirem...Gravatar Sam Stuewe2016-04-23
| * Fix spelling mistakeGravatar Eric Engestrom2016-04-02
* | Whitespace cleanup.Gravatar Nikolaus Rath2016-03-29
* | Inlined fuse_chan_fdGravatar Nikolaus Rath2016-03-29
| * fuse.h doc fix: The f_frsize field is not ignored by the statfs operation.Gravatar Jan Blumschein2016-03-09
|/
* Extend write_buf documentationGravatar Nikolaus Rath2016-01-14
* Merge branch 'clone_fd'Gravatar Miklos Szeredi2015-09-29
|\
* | Added fuse_pkgversion functionGravatar Christopher Harrison2015-07-30