aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Skip tests if not root and no setuid fusermount3.Gravatar Nikolaus Rath2017-01-10
* Don't run whitespace cleanupGravatar Nikolaus Rath2017-01-03
* Set IGNORE_MTAB when running under NetBSDGravatar Nikolaus Rath2016-12-23
* Use tabs in configure.acGravatar Nikolaus Rath2016-12-23
* Memory leak fixed in file : mount_bsd.cGravatar itsdeepak2016-12-23
* Added documentation and test case for null exampleGravatar Nikolaus Rath2016-12-23
* Fixed use of uninitialized memory.Gravatar Nikolaus Rath2016-12-23
* Revert "Dropped example/null.c"Gravatar Csaba Henk2016-12-23
* Adding the markdown for travis CI build.Gravatar Arunav Sanyal2016-12-11
* Released 3.0.0Gravatar Nikolaus Rath2016-12-09
* Fix a grammatical error.Gravatar Jay Hankins2016-12-04
* Released 3.0.0rc3Gravatar Nikolaus Rath2016-11-29
* 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
* examples/passthrough_ll.c: Include <limits.h> (for PATH_MAX macro).Gravatar Przemyslaw Pawelczyk2016-11-28
* examples/passthrough_ll.c: Close root fd before application ends.Gravatar Przemyslaw Pawelczyk2016-11-28
* examples/passthrough_ll.c: Fix segfault when showing help or version.Gravatar Przemyslaw Pawelczyk2016-11-28
* Rename more things from fuse to fuse3Gravatar Przemysław Pawełczyk2016-11-28
* Document that FUSE_CAP_POSIX_ACL turns on -o default_permissionsGravatar Nikolaus Rath2016-11-22
* Make handling of -oallow_root easier to understandGravatar 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
* Distinguish between mount options and libfuse optionsGravatar Nikolaus Rath2016-11-17
* Fixed manpage formatting.Gravatar Nikolaus Rath2016-11-17
* Enable more capabilities by default, and document defaults.Gravatar Nikolaus Rath2016-11-16
* Update ChangeLog to include recent documentation improvementsGravatar Nikolaus Rath2016-11-16
* Abort if fs requests capabilities not supported by kernel.Gravatar Nikolaus Rath2016-11-16
* Fail more nicely on max_read mismatchGravatar 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
* Make test for util-linux version more robustGravatar Nikolaus Rath2016-11-10
* Don't expect EACCESS errors as rootGravatar Nikolaus Rath2016-11-10
* Released 3.0.0-rc2Gravatar Nikolaus Rath2016-11-06
* Removed reference to developer-notes.rst (was removed earlier)Gravatar Nikolaus Rath2016-11-06
* Fixed section names in documentation indexGravatar Nikolaus Rath2016-11-06
* 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