index
:
libfuse.git
android-stable
master
libfuse for android
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
fuse.c
Age
Commit message (
Expand
)
Author
Lines
2016-10-24
Added debug logging to chmod
Nikolaus Rath
-1
/
+8
2016-10-24
Fix segfault in debug logging code
Nikolaus Rath
-17
/
+32
2016-10-20
Turn fuse_operations.nopath_flag into fuse_config.nullpath_ok
Nikolaus Rath
-5
/
+3
2016-10-20
fuse_new(): don't accept options that don't make sense for end-users
Nikolaus Rath
-6
/
+0
2016-10-20
Pass struct fuse_config to high-level init() handler.
Nikolaus Rath
-30
/
+4
2016-10-15
Make --help output more suitable for end-user
Nikolaus Rath
-10
/
+4
2016-10-15
Removed -o nopath - it never did anything
Nikolaus Rath
-2
/
+0
2016-10-15
Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlers
Nikolaus Rath
-83
/
+34
2016-10-15
Unify handling of fuse_conn_info options
Nikolaus Rath
-1
/
+0
2016-10-13
Make -o clone_fd into a parameter of session_loop_mt().
Nikolaus Rath
-2
/
+2
2016-10-04
Clarified purpose of helper.c, moved *version() to fuse.c
Nikolaus Rath
-0
/
+10
2016-10-03
Merge master fuse_chan into fuse_session.
Nikolaus Rath
-4
/
+3
2016-10-02
Merged fuse_mt.c into fuse.c
Nikolaus Rath
-0
/
+14
2016-10-02
Extended per-file comments.
Nikolaus Rath
-0
/
+3
2016-10-02
Don't handle --help and --version in fuse_session_new().
Nikolaus Rath
-40
/
+34
2016-10-02
Add section headings for --help output
Nikolaus Rath
-2
/
+3
2016-10-02
Turn struct fuse_chan into an implementation detail
Nikolaus Rath
-9
/
+8
2016-10-02
Renamed fuse_lowlevel_new() to fuse_session_new().
Nikolaus Rath
-1
/
+1
2016-10-02
Introduce separate mount/umount functions for low-level API.
Nikolaus Rath
-0
/
+10
2016-10-02
Turned fuse_session_{process,receive}_buf into wrapper functions.
Nikolaus Rath
-2
/
+2
2016-10-01
Improve documentation of argument parsing.
Nikolaus Rath
-0
/
+5
2016-03-29
Whitespace cleanup.
Nikolaus Rath
-4
/
+3
2016-03-29
Inlined fuse_chan_fd
Nikolaus Rath
-1
/
+1
2015-02-26
libfuse: fix handling of '.' and '..' in highlevel readdirplus
Miklos Szeredi
-4
/
+12
2014-07-21
libfuse: highlevel API: fix directory file handle passed to ioctl() method
Miklos Szeredi
-2
/
+8
2014-07-15
libfuse: add flags to ->rename()
Miklos Szeredi
-10
/
+53
2014-03-26
Initilaize stat buffer passed to ->getattr() and ->fgetattr()
Miklos Szeredi
-0
/
+2
2014-03-05
libfuse: implement readdirplus for high-level API
Eric Wong
-51
/
+255
2014-02-04
fuse: use dlsym() instead of relying on ld.so constructor functions
Fabrice Bauzac
-43
/
+79
2013-08-26
Merge remote-tracking branch 'origin/fuse_2_9_bugfix'
Miklos Szeredi
-0
/
+1
2013-08-26
Add missing includes
Daniel Thau
-0
/
+1
2013-08-26
Change generation and nlookup from 'unsigned long' to 'uint64_t'
Miklos Szeredi
-2
/
+1
2013-07-26
Print help on stdout instead of stderr
Miklos Szeredi
-3
/
+3
2013-07-18
libfuse: clean up struct fuse_file_info
Miklos Szeredi
-1
/
+0
2013-06-21
libfuse: remove fuse_chan_bufsize()
Miklos Szeredi
-12
/
+4
2013-06-21
libfuse: remove fuse_chan_(send|receive)
Miklos Szeredi
-3
/
+2
2013-06-21
libfuse: replace fuse_session_next_chan
Miklos Szeredi
-1
/
+1
2013-03-19
Merge branch 'fuse_2_9_bugfix'
Miklos Szeredi
-0
/
+1
2013-02-21
fix fi->fh format strings
Miklos Szeredi
-2
/
+2
2013-02-21
Fix nodeid format strings
Miklos Szeredi
-6
/
+9
2013-02-18
Add "nopath" to help.
Miklos Szeredi
-0
/
+1
2013-02-08
libfuse: remove deprecated fuse_operations.utime_omit_ok
Miklos Szeredi
-5
/
+1
2013-02-08
libfuse: remove deprecated fuse_operations.utime()
Miklos Szeredi
-10
/
+0
2013-02-08
libfuse: remove deprecated fuse_operations.getdir()
Miklos Szeredi
-30
/
+0
2013-02-08
libfuse: remove deprecated fuse_exited()
Miklos Szeredi
-5
/
+0
2013-02-08
libfuse: remove deprecated fuse_read_cmd(), fuse_process_cmd()
Miklos Szeredi
-47
/
+0
2013-02-08
libfuse: remove deprecated fuse_set_getcontext_func()
Miklos Szeredi
-6
/
+0
2013-02-08
libfuse: remove deprecated fuse_invalidate()
Miklos Szeredi
-7
/
+0
2013-02-08
libfuse: remove deprecated fuse_is_lib_option()
Miklos Szeredi
-6
/
+0
2013-02-07
libfuse-fix-fs-cleanup
Miklos Szeredi
-4
/
+3
[next]