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
/
helper.c
Age
Commit message (
Expand
)
Author
Lines
2018-10-09
Add unprivileged option in `mount.fuse3`
Mattias Nissler
-0
/
+18
2018-10-09
Allow passing `/dev/fuse` file descriptor from parent process
Mattias Nissler
-1
/
+6
2018-08-29
return different non-zero error codes (#290)
Oded Arbel
-6
/
+6
2017-11-27
Spelling (#223)
Josh Soref
-1
/
+1
2017-09-19
Don't use external symbol names in internal files
Nikolaus Rath
-1
/
+1
2017-08-24
Add idle_threads mount option.
Joseph Dodge
-3
/
+13
2017-08-22
Fix two compiler warnings.
Nikolaus Rath
-1
/
+1
2017-08-14
directly call fuse_new_31() instead of fuse_new() internally
userwithuid
-1
/
+1
2017-08-03
Simplify and fix FreeBSD fsname handling
Nikolaus Rath
-29
/
+10
2017-08-03
FreeBSD: supprt fsname= option
Baptiste Daroussin
-0
/
+30
2017-07-08
Added public fuse_lib_help(), bumped minor version
Nikolaus Rath
-8
/
+4
2016-10-20
Accept zero value for fuse_conn_info options
Nikolaus Rath
-5
/
+15
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-16
Inlined fuse_mount_help() into fuse_lowlevel_help().
Nikolaus Rath
-1
/
+0
2016-10-15
Make --help output more suitable for end-user
Nikolaus Rath
-3
/
+3
2016-10-15
Unify handling of fuse_conn_info options
Nikolaus Rath
-0
/
+127
2016-10-13
Make -o clone_fd into a parameter of session_loop_mt().
Nikolaus Rath
-1
/
+3
2016-10-10
fuse_main(): extend support for printing help
Nikolaus Rath
-0
/
+3
2016-10-09
fuse_main_real(): use fuse_parse_cmdline().
Nikolaus Rath
-11
/
+1
2016-10-09
fuse_parse_cmdline(): do not print help/version text
Nikolaus Rath
-35
/
+3
2016-10-04
Clarified purpose of helper.c, moved *version() to fuse.c
Nikolaus Rath
-10
/
+4
2016-10-02
Don't handle --help and --version in fuse_session_new().
Nikolaus Rath
-119
/
+114
2016-10-02
Add section headings for --help output
Nikolaus Rath
-6
/
+3
2016-10-02
Turn struct fuse_chan into an implementation detail
Nikolaus Rath
-23
/
+21
2016-10-02
Introduce separate mount/umount functions for low-level API.
Nikolaus Rath
-35
/
+0
2016-10-01
Improve documentation of argument parsing.
Nikolaus Rath
-0
/
+1
2016-06-20
libfuse/fuse_daemonize: wait until daemon child process is ready (#55)
Hendrik Brueckner
-0
/
+14
2015-09-29
Merge branch 'clone_fd'
Miklos Szeredi
-2
/
+1
2015-08-12
Canonicalised whitespace and added ChangeLog entry
Christopher Harrison
-1
/
+1
2015-07-30
Added fuse_pkgversion function
Christopher Harrison
-0
/
+4
2015-05-18
libfuse: refcount fuse_chan objects
Miklos Szeredi
-2
/
+1
2013-07-26
Print help on stdout instead of stderr
Miklos Szeredi
-16
/
+12
2013-06-21
libfuse: remove session and chan abstractions
Miklos Szeredi
-1
/
+1
2013-06-21
libfuse: replace fuse_session_next_chan
Miklos Szeredi
-1
/
+1
2013-06-20
libfuse: fix multiple close of device fd
Miklos Szeredi
-4
/
+6
2013-02-22
remove real fuse_main() symbol
Miklos Szeredi
-8
/
+0
2013-02-19
fuse_daemonize(): chdir to "/" even if not running in the background
Miklos Szeredi
-0
/
+2
2013-02-08
libfuse: remove deprecated fuse_setup(), fuse_teardown()
Miklos Szeredi
-2
/
+2
2012-07-19
Remove compat functions
Miklos Szeredi
-141
/
+16
2012-07-19
Remove old symbol versions
Miklos Szeredi
-11
/
+0
2011-09-23
Replace daemon() function with fork()
Anatol Pomozov
-5
/
+29
2011-03-30
Fix a potential null pointer dereference issue
Laszlo Papp
-1
/
+2
2010-08-27
Add NetBSD support
Miklos Szeredi
-2
/
+2
2009-06-18
CUSE patches from Tejun Heo
Miklos Szeredi
-8
/
+8
2008-06-10
Fix missing <sys/param.h> include for PATH_MAX
Miklos Szeredi
-0
/
+1
2008-02-08
Add support for atomic open(O_TRUNC)
Miklos Szeredi
-22
/
+22
2007-12-12
change indenting
Miklos Szeredi
-281
/
+287
2007-12-12
Disable old symbol versions if __UCLIBC__ is defined
Miklos Szeredi
-9
/
+10
2007-10-16
Clarify licence version to be "LGPLv2" for the library
Miklos Szeredi
-1
/
+1
[next]