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-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
2015-09-29
Merge branch 'clone_fd'
Miklos Szeredi
-2
/
+13
2015-07-30
Added fuse_pkgversion function
Christopher Harrison
-0
/
+7
2015-05-18
libfuse: add "clone_fd" option
Miklos Szeredi
-0
/
+3
2015-05-18
libfuse: refcount fuse_chan objects
Miklos Szeredi
-2
/
+10
2015-04-23
libfuse: add FUSE_CAP_NO_OPEN_SUPPORT flag to ->init()
Miklos Szeredi
-0
/
+5
2014-11-25
Fix docs of lowlevel readdirplus()
Miklos Szeredi
-3
/
+3
2014-07-21
libfuse: highlevel API: fix directory file handle passed to ioctl() method
Miklos Szeredi
-0
/
+3
2014-07-15
libfuse: add flags to ->rename()
Miklos Szeredi
-3
/
+12
2014-07-15
libfuse: allow setting ctime in ->setattr()
Miklos Szeredi
-2
/
+6
2014-07-15
libfuse: add "time_gran" option
Miklos Szeredi
-2
/
+17
2014-07-15
libfuse: document deadlock avoidance for fuse_notify_inval_entry()
Miklos Szeredi
-0
/
+8
2014-03-05
libfuse: implement readdirplus for high-level API
Eric Wong
-3
/
+34
2014-02-04
fuse: use dlsym() instead of relying on ld.so constructor functions
Fabrice Bauzac
-50
/
+19
2014-01-29
libfuse: Add "async_dio" and "writeback_cache" options
Miklos Szeredi
-1
/
+18
2013-08-26
Change generation and nlookup from 'unsigned long' to 'uint64_t'
Miklos Szeredi
-2
/
+2
2013-07-25
ulockmgr: strip ulockmgr support from this source package
Miklos Szeredi
-26
/
+0
2013-07-25
libfuse: fuse -> fuse3
Miklos Szeredi
-1
/
+1
2013-07-18
libfuse: clean up struct fuse_file_info
Miklos Szeredi
-5
/
+2
2013-07-17
Documentation fixes
Miklos Szeredi
-30
/
+29
2013-07-17
Merge https://github.com/qknight/fuse-fuse
Miklos Szeredi
-2
/
+43
2013-06-21
libfuse: remove fuse_chan_bufsize()
Miklos Szeredi
-8
/
+0
2013-06-21
libfuse: remove fuse_chan_(send|receive)
Miklos Szeredi
-2
/
+2
2013-06-21
libfuse: clean up fuse_chan
Miklos Szeredi
-85
/
+1
2013-06-21
libfuse: clean up fuse_session
Miklos Szeredi
-71
/
+1
2013-06-21
libfuse: replace fuse_session_next_chan
Miklos Szeredi
-13
/
+4
[next]