index
:
libfuse.git
android-stable
master
libfuse for android
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Lines
2016-11-06
Fix documentation: fuse_file_info may be NULL for open files
Nikolaus Rath
-8
/
+12
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-10-28
Clean-up doxygen documentation
Nikolaus Rath
-13
/
+7
2016-10-27
Add max_read to fuse_conn_info
Nikolaus Rath
-0
/
+14
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
/
+12
2016-10-27
Improve documentation of capability flags.
Nikolaus Rath
-18
/
+83
2016-10-25
Clarify difference between notify_inval_entry and notify_delete().
Nikolaus Rath
-3
/
+8
2016-10-24
fuse_session_new(): don't accept empty argv, check argv[0]
Nikolaus Rath
-5
/
+19
2016-10-20
Turn fuse_operations.nopath_flag into fuse_config.nullpath_ok
Nikolaus Rath
-25
/
+13
2016-10-20
Pass struct fuse_config to high-level init() handler.
Nikolaus Rath
-2
/
+181
2016-10-20
Removed all "Introduced in..." comments
Nikolaus Rath
-72
/
+7
2016-10-16
Default to FUSE_USE_VERSION 30
Nikolaus Rath
-4
/
+3
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-15
Make --help output more suitable for end-user
Nikolaus Rath
-18
/
+42
2016-10-15
Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlers
Nikolaus Rath
-47
/
+39
2016-10-15
Unify handling of fuse_conn_info options
Nikolaus Rath
-10
/
+61
2016-10-13
Make -o clone_fd into a parameter of session_loop_mt().
Nikolaus Rath
-2
/
+7
2016-10-13
Mention atomic_o_trunc capability in description of open() handler.
Nikolaus Rath
-6
/
+12
2016-10-13
do_init(): treat command line options consistently
Nikolaus Rath
-3
/
+13
2016-10-10
Document when fuse_reply_data will use splice()
Nikolaus Rath
-0
/
+27
2016-10-10
Removed 'async_read' field in fuse_conn_info
Nikolaus Rath
-5
/
+0
2016-10-10
fuse_main(): extend support for printing help
Nikolaus Rath
-1
/
+18
2016-10-09
fuse_parse_cmdline(): do not print help/version text
Nikolaus Rath
-15
/
+14
2016-10-09
Fix documentation of fuse_parse_cmdline().
Nikolaus Rath
-1
/
+1
2016-10-08
Update list of requests that can be answered with fuse_reply_none().
Nikolaus Rath
-0
/
+2
2016-10-08
Clarify that readdir() *may* report . and .. entries.
Nikolaus Rath
-0
/
+3
2016-10-08
Removed ``-o big_writes`` option
Nikolaus Rath
-2
/
+2
2016-10-03
fuse_session_process_buf(): improve documentation
Nikolaus Rath
-3
/
+4
2016-10-02
Added fuse_session_fd()
Nikolaus Rath
-1
/
+17
2016-10-02
Document that client pid/gid/uid may be zero.
Nikolaus Rath
-2
/
+9
2016-10-02
Don't handle --help and --version in fuse_session_new().
Nikolaus Rath
-31
/
+62
2016-10-02
Edited comments for clarity.
Nikolaus Rath
-12
/
+9
2016-10-02
Turn struct fuse_chan into an implementation detail
Nikolaus Rath
-109
/
+34
2016-10-02
Renamed fuse_lowlevel_new() to fuse_session_new().
Nikolaus Rath
-9
/
+10
2016-10-02
Re-order declarations to reflect typical order of use
Nikolaus Rath
-71
/
+73
2016-10-02
Introduce separate mount/umount functions for low-level API.
Nikolaus Rath
-26
/
+53
2016-10-01
Improve documentation of argument parsing.
Nikolaus Rath
-3
/
+27
2016-09-27
Documentation improvements.
Nikolaus Rath
-6
/
+10
2016-09-27
fuse_lowlevel_notify_*: take struct fuse_session instead of struct fuse_chan
Nikolaus Rath
-10
/
+10
2016-04-27
Fixup commit 482a49c.
Nikolaus Rath
-1
/
+1
2016-04-27
Merge remote-tracking branch 'origin/master'
Nikolaus Rath
-17
/
+17
2016-04-23
Remove leading _ on header guards to comply with reserved identifier requirem...
Sam Stuewe
-15
/
+15
2016-04-02
Fix spelling mistake
Eric Engestrom
-1
/
+1
2016-03-29
Whitespace cleanup.
Nikolaus Rath
-11
/
+11
2016-03-29
Inlined fuse_chan_fd
Nikolaus Rath
-8
/
+0
2016-03-09
fuse.h doc fix: The f_frsize field is not ignored by the statfs operation.
Jan Blumschein
-1
/
+1
2016-01-14
Extend write_buf documentation
Nikolaus Rath
-0
/
+5
[next]