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
2025-05-21
conn->want conversion: Fix fuse_apply_conn_info_opts()
Bernd Schubert
-4
/
+11
2025-03-24
fuse: Fix want flag conversion
Bernd Schubert
-2
/
+2
2025-02-18
Avoid nested function declarations in helper functions
Bernd Schubert
-4
/
+0
2025-02-10
fuse_new version fixes: Change to fuse_new_versioned
Bernd Schubert
-2
/
+2
2025-02-10
Rename fuse_main_real_317 to fuse_main_real_versioned
Bernd Schubert
-6
/
+8
2025-02-10
Make fuse_main_real() not symboled
Bernd Schubert
-4
/
+4
2025-02-10
Avoid global declarion of internal functions that are new in 3.17
Bernd Schubert
-0
/
+4
2024-05-13
Add in the libfuse version a program was compiled with (#942)
Bernd Schubert
-4
/
+16
2023-03-11
Fix max_threads command line parameter propagation
Sarath Lakshman
-0
/
+1
2023-02-20
Avoid max-idle threads warning
Bernd Schubert
-2
/
+1
2023-01-28
Install a the configure_file (config.h) and use in headers
Bernd Schubert
-1
/
+1
2023-01-04
Fix ublic/apple build for the fuse_parse_cmdline ABI symbol
Bernd Schubert
-12
/
+0
2022-09-11
Fix the fuse_parse_cmdline@FUSE_3.0 ABI compat symbol
Bernd Schubert
-1
/
+1
2022-09-04
fuse-loop/fuse_do_work: Avoid lots of thread creations/destructions
Bernd Schubert
-3
/
+44
2022-09-04
API update for fuse_loop_config additions
Bernd Schubert
-5
/
+13
2019-09-04
Introduce callback for logging
Stefan Hajnoczi
-5
/
+5
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
[next]