index
:
libfuse.git
android-stable
master
libfuse for android
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2016-11-06
Fixed section names in documentation index
Nikolaus Rath
-2
/
+2
2016-11-06
Fix documentation: fuse_file_info may be NULL for open files
Nikolaus Rath
-8
/
+16
2016-11-06
Removed reference to fgetattr and ftruncate (don't exist anymore)
Nikolaus Rath
-3
/
+3
2016-11-06
Fixed typo in comment.
Nikolaus Rath
-1
/
+1
2016-11-06
Don't hardcode test file name.
Nikolaus Rath
-1
/
+1
2016-11-06
Added test for fchmod
Nikolaus Rath
-1
/
+187
2016-10-31
Merge pull request #109 from divinity76/patch-1
Nikolaus Rath
-0
/
+1
2016-10-31
silence bogus eclipse linter warning
divinity76
-0
/
+1
2016-10-28
Clean-up doxygen documentation
Nikolaus Rath
-895
/
+585
2016-10-28
Fix memory leak in fusermount.
Nikolaus Rath
-7
/
+13
2016-10-28
Renamed fusermount / mount.fuse to fusermount3 / mount.fuse3
Nikolaus Rath
-19
/
+25
2016-10-28
Released 3.0.0rc1
Nikolaus Rath
-3
/
+8
2016-10-27
man: Document suid requirement
Mihail Konev
-2
/
+2
2016-10-27
Add max_read to fuse_conn_info
Nikolaus Rath
-1
/
+50
2016-10-27
Removed obsolete FUSE_DEV_OLD
Nikolaus Rath
-54
/
+8
2016-10-27
Removed some more "Changed in version x.py" comments.
Nikolaus Rath
-20
/
+0
2016-10-27
Recommend when to use -o default_permissions automatically
Nikolaus Rath
-6
/
+15
2016-10-27
Describe all mount options in mount.fuse(8).
Nikolaus Rath
-78
/
+99
2016-10-27
Improve documentation of -o default_permissions
Nikolaus Rath
-1
/
+9
2016-10-27
Improve documentation of capability flags.
Nikolaus Rath
-18
/
+83
2016-10-27
Improve man page title
Nikolaus Rath
-1
/
+1
2016-10-25
Clarify which mount options are intended for file-system internal use.
Nikolaus Rath
-7
/
+9
2016-10-25
Clarify difference between notify_inval_entry and notify_delete().
Nikolaus Rath
-3
/
+8
2016-10-25
Use "se" instead of "f" for struct fuse_session
Nikolaus Rath
-106
/
+106
2016-10-24
Added debug logging to chmod
Nikolaus Rath
-1
/
+8
2016-10-24
Fix segfault in debug logging code
Nikolaus Rath
-18
/
+36
2016-10-24
fuse_session_new(): don't accept empty argv, check argv[0]
Nikolaus Rath
-6
/
+34
2016-10-20
Turn fuse_operations.nopath_flag into fuse_config.nullpath_ok
Nikolaus Rath
-34
/
+25
2016-10-20
fuse_new(): don't accept options that don't make sense for end-users
Nikolaus Rath
-36
/
+31
2016-10-20
Document -o remember= mount option.
Nikolaus Rath
-3
/
+6
2016-10-20
Pass struct fuse_config to high-level init() handler.
Nikolaus Rath
-36
/
+195
2016-10-20
ChangeLog: Remind people of to use FUSE_CAP_EXPORT_SUPPORT
Nikolaus Rath
-0
/
+7
2016-10-20
Accept zero value for fuse_conn_info options
Nikolaus Rath
-5
/
+15
2016-10-20
Removed all "Introduced in..." comments
Nikolaus Rath
-72
/
+7
2016-10-20
mount.fuse(8): remove max_readahead, max_write, [a]sync_read
Nikolaus Rath
-12
/
+0
2016-10-20
Do not close stdout on fuse_session_destroy()
Consus
-1
/
+3
2016-10-18
Cast to void where we deliberately ignore return values
Nikolaus Rath
-2
/
+2
2016-10-18
Ignore some errors
Mihail Konev
-2
/
+2
2016-10-17
Update linker script
Nikolaus Rath
-2
/
+2
2016-10-17
fuse_session_new(): accept --debug
Nikolaus Rath
-1
/
+1
2016-10-17
Spelling fix
Nikolaus Rath
-1
/
+1
2016-10-16
Ignore GNU Global tag files.
Nikolaus Rath
-0
/
+4
2016-10-16
Mention that low-level fs need to set FUSE_CAP_EXPORT_SUPPORT
Nikolaus Rath
-5
/
+5
2016-10-16
Default to FUSE_USE_VERSION 30
Nikolaus Rath
-4
/
+3
2016-10-16
Various documentation updates
Nikolaus Rath
-363
/
+4
2016-10-16
Inlined fuse_mount_help() into fuse_lowlevel_help().
Nikolaus Rath
-21
/
+6
2016-10-16
fuse_new(): instead of listing options, refer to mount.fuse(8)
Nikolaus Rath
-25
/
+6
2016-10-16
fuse_session_new(): instead of listing options, refer to mount.fuse(8)
Nikolaus Rath
-10
/
+5
2016-10-16
fuse_session_new: accept -o debug as synonym for -d
Nikolaus Rath
-0
/
+1
2016-10-16
Updated man-pages.
Nikolaus Rath
-37
/
+68
[next]