summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Released 3.0.0-rc2fuse-3.0.0rc2Nikolaus Rath2016-11-063-3/+4
* Removed reference to developer-notes.rst (was removed earlier)Nikolaus Rath2016-11-061-1/+1
* Fixed section names in documentation indexNikolaus Rath2016-11-061-2/+2
* Fix documentation: fuse_file_info may be NULL for open filesNikolaus Rath2016-11-062-8/+16
* Removed reference to fgetattr and ftruncate (don't exist anymore)Nikolaus Rath2016-11-061-3/+3
* Fixed typo in comment.Nikolaus Rath2016-11-061-1/+1
* Don't hardcode test file name.Nikolaus Rath2016-11-061-1/+1
* Added test for fchmodNikolaus Rath2016-11-063-1/+187
* Merge pull request #109 from divinity76/patch-1Nikolaus Rath2016-10-311-0/+1
|\
| * silence bogus eclipse linter warningdivinity762016-10-311-0/+1
|/
* Clean-up doxygen documentationNikolaus Rath2016-10-2822-895/+585
* Fix memory leak in fusermount.Nikolaus Rath2016-10-281-7/+13
* Renamed fusermount / mount.fuse to fusermount3 / mount.fuse3Nikolaus Rath2016-10-286-19/+25
* Released 3.0.0rc1fuse-3.0.0rc1Nikolaus Rath2016-10-283-3/+8
* man: Document suid requirementMihail Konev2016-10-271-2/+2
* Add max_read to fuse_conn_infoNikolaus Rath2016-10-277-1/+50
* Removed obsolete FUSE_DEV_OLDNikolaus Rath2016-10-271-54/+8
* Removed some more "Changed in version x.py" comments.Nikolaus Rath2016-10-273-20/+0
* Recommend when to use -o default_permissions automaticallyNikolaus Rath2016-10-273-6/+15
* Describe all mount options in mount.fuse(8).Nikolaus Rath2016-10-272-78/+99
* Improve documentation of -o default_permissionsNikolaus Rath2016-10-271-1/+9
* Improve documentation of capability flags.Nikolaus Rath2016-10-271-18/+83
* Improve man page titleNikolaus Rath2016-10-271-1/+1
* Clarify which mount options are intended for file-system internal use.Nikolaus Rath2016-10-251-7/+9
* Clarify difference between notify_inval_entry and notify_delete().Nikolaus Rath2016-10-251-3/+8
* Use "se" instead of "f" for struct fuse_sessionNikolaus Rath2016-10-252-106/+106
* Added debug logging to chmodNikolaus Rath2016-10-241-1/+8
* Fix segfault in debug logging codeNikolaus Rath2016-10-242-18/+36
* fuse_session_new(): don't accept empty argv, check argv[0]Nikolaus Rath2016-10-244-6/+34
* Turn fuse_operations.nopath_flag into fuse_config.nullpath_okNikolaus Rath2016-10-206-34/+25
* fuse_new(): don't accept options that don't make sense for end-usersNikolaus Rath2016-10-206-36/+31
* Document -o remember= mount option.Nikolaus Rath2016-10-201-3/+6
* Pass struct fuse_config to high-level init() handler.Nikolaus Rath2016-10-205-36/+195
* ChangeLog: Remind people of to use FUSE_CAP_EXPORT_SUPPORTNikolaus Rath2016-10-201-0/+7
* Accept zero value for fuse_conn_info optionsNikolaus Rath2016-10-201-5/+15
* Removed all "Introduced in..." commentsNikolaus Rath2016-10-203-72/+7
* mount.fuse(8): remove max_readahead, max_write, [a]sync_readNikolaus Rath2016-10-201-12/+0
* Do not close stdout on fuse_session_destroy()Consus2016-10-201-1/+3
* Cast to void where we deliberately ignore return valuesNikolaus Rath2016-10-181-2/+2
|\
| * Ignore some errorsMihail Konev2016-10-181-2/+2
* | Update linker scriptNikolaus Rath2016-10-171-2/+2
* | fuse_session_new(): accept --debugNikolaus Rath2016-10-171-1/+1
* | Spelling fixNikolaus Rath2016-10-171-1/+1
* | Ignore GNU Global tag files.Nikolaus Rath2016-10-161-0/+4
* | Mention that low-level fs need to set FUSE_CAP_EXPORT_SUPPORTNikolaus Rath2016-10-161-5/+5
* | Default to FUSE_USE_VERSION 30Nikolaus Rath2016-10-161-4/+3
* | Various documentation updatesNikolaus Rath2016-10-166-363/+4
* | Inlined fuse_mount_help() into fuse_lowlevel_help().Nikolaus Rath2016-10-165-21/+6
* | fuse_new(): instead of listing options, refer to mount.fuse(8)Nikolaus Rath2016-10-161-25/+6
* | fuse_session_new(): instead of listing options, refer to mount.fuse(8)Nikolaus Rath2016-10-161-10/+5