aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Document that access() is also called on chdir().Gravatar Nikolaus Rath2018-07-04
* fuse.h: fix typo (currenlty -> currently)Gravatar William Woodruff2018-07-02
* fix documentation for opendir in fuse_operationsGravatar Carl Edquist2018-05-24
* Drop redundant ; from FUSE_REGISTER_MODULE()Gravatar Tomohiro Kusumi2018-04-13
* Spelling (#223)Gravatar Josh Soref2017-11-27
* Dropped support for building with autotoolsGravatar Nikolaus Rath2017-08-24
* Add idle_threads mount option.Gravatar Joseph Dodge2017-08-24
* Allow inode cache invalidation in high-level APIGravatar SÅ‚awek Rudnicki2017-08-24
* Document and unify error codes of fuse_lowlevel_notify_*Gravatar Nikolaus Rath2017-08-22
* Document meaning of zero telldir() offset.Gravatar Nikolaus Rath2017-08-22
* Clarified documentation for fuse_parse_cmdline()Gravatar Nikolaus Rath2017-08-06
* Clarify how the filesystem should handle open/create flagsGravatar Nikolaus Rath2017-08-06
* Simplify and fix FreeBSD fsname handlingGravatar Nikolaus Rath2017-08-03
* FreeBSD: supprt fsname= optionGravatar Baptiste Daroussin2017-08-03
* Only declare fuse_new_30() when FUSE_USE_VERSION == 30Gravatar Nikolaus Rath2017-07-13
* Added public fuse_lib_help(), bumped minor versionGravatar Nikolaus Rath2017-07-08
* Fixed description of struct fuse_conn_info->time_granGravatar Nikolaus Rath2017-07-08
* Error out if FUSE_USE_VERSION is not definedGravatar Nikolaus Rath2017-07-07
* Don't use emacs' python-mode for meson filesGravatar Nikolaus Rath2017-07-07
* Clarify *_timeout semanticsGravatar Nikolaus Rath2017-06-08
* Clarify that destroy() is called without kernel connectionGravatar Nikolaus Rath2017-05-31
* Fix typo in comment.Gravatar Nikolaus Rath2017-05-25
* Document RENAME_EXCHANGE and RENAME_NOREPLACE flags.Gravatar Nikolaus Rath2017-05-25
* Improved documentation of fuse_context.private_dataGravatar Nikolaus Rath2017-04-12
* Document true meaning of the 'use_ino' option.Gravatar Nikolaus Rath2017-04-07
* open(): fix documentation of O_TRUNC flagGravatar Nikolaus Rath2017-03-15
* Added experimental support for building with Meson+NinjaGravatar Nikolaus Rath2017-01-12
* Improve documentation of fuse_session_unmountGravatar Nikolaus Rath2016-11-29
* Return signal value if session loop is terminated by signal and improve docum...Gravatar Nikolaus Rath2016-11-29
* Improve documentation of `fuse_file_info.keep_cache`Gravatar Nikolaus Rath2016-11-29
* Document that FUSE_CAP_POSIX_ACL turns on -o default_permissionsGravatar Nikolaus Rath2016-11-22
* Add support for FUSE_HANDLE_KILLPRIVGravatar Nikolaus Rath2016-11-22
* Add support for FUSE_POSIX_ACLGravatar Nikolaus Rath2016-11-22
* Added support for FUSE_PARALLEL_DIROPSGravatar Nikolaus Rath2016-11-22
* Updated kernel API headers.Gravatar Nikolaus Rath2016-11-22
* Document fuse_conn_info.max_backgroundGravatar Nikolaus Rath2016-11-22
* Enable more capabilities by default, and document defaults.Gravatar Nikolaus Rath2016-11-16
* Fix typo in commentGravatar Nikolaus Rath2016-11-16
* Add support for more detailed error codes from main loopGravatar Nikolaus Rath2016-11-16
* Fix typo in commentGravatar Nikolaus Rath2016-11-16
* Document special semantics of ENOSYS error code.Gravatar Nikolaus Rath2016-11-16
* Document "congestion_threshold" parameter.Gravatar Nikolaus Rath2016-11-16
* Make max_background and congestion_threshold "officially undocumented"Gravatar Nikolaus Rath2016-11-14
* Improve documentation of FUSE_CAP_AUTO_INVAL_DATAGravatar Nikolaus Rath2016-11-14
* Improve getattr() descriptionGravatar Nikolaus Rath2016-11-14
* Improve description of FUSE_CAP_NO_OPEN_SUPPORT flag.Gravatar Nikolaus Rath2016-11-14
* Added documentation for FUSE_CAP_FLOCK_LOCKSGravatar Nikolaus Rath2016-11-10
* Improve documentation of fuse_conn_info.time_gran.Gravatar Nikolaus Rath2016-11-10
* Fix documentation: fuse_file_info may be NULL for open filesGravatar Nikolaus Rath2016-11-06
* Removed reference to fgetattr and ftruncate (don't exist anymore)Gravatar Nikolaus Rath2016-11-06