aboutsummaryrefslogtreecommitdiffstats
path: root/lib/helper.c
AgeCommit message (Expand)AuthorLines
2025-03-24fuse: Fix want flag conversionBernd Schubert-2/+2
2025-03-24convert LL_ENABLE/LL_DISABLE to do-while-loopBernd Schubert-4/+11
2025-02-18Avoid nested function declarations in helper functionsBernd Schubert-4/+0
2025-02-10fuse_new version fixes: Change to fuse_new_versionedBernd Schubert-2/+2
2025-02-09Rename fuse_main_real_317 to fuse_main_real_versionedBernd Schubert-6/+8
2025-01-06Make fuse_main_real() not symboledBernd Schubert-4/+4
2025-01-06Avoid global declarion of internal functions that are new in 3.17Bernd Schubert-0/+4
2024-05-13Add in the libfuse version a program was compiled with (#942)Bernd Schubert-4/+16
2023-03-11Fix max_threads command line parameter propagationSarath Lakshman-0/+1
2023-02-20Avoid max-idle threads warningBernd Schubert-2/+1
2023-01-28Install a the configure_file (config.h) and use in headersBernd Schubert-1/+1
2023-01-04Fix ublic/apple build for the fuse_parse_cmdline ABI symbolBernd Schubert-12/+0
2022-09-11Fix the fuse_parse_cmdline@FUSE_3.0 ABI compat symbolBernd Schubert-1/+1
2022-09-04fuse-loop/fuse_do_work: Avoid lots of thread creations/destructionsBernd Schubert-3/+44
2022-09-04API update for fuse_loop_config additionsBernd Schubert-5/+13
2019-09-04Introduce callback for loggingStefan Hajnoczi-5/+5
2018-10-09Add unprivileged option in `mount.fuse3`Mattias Nissler-0/+18
2018-10-09Allow passing `/dev/fuse` file descriptor from parent processMattias Nissler-1/+6
2018-08-29return different non-zero error codes (#290)Oded Arbel-6/+6
2017-11-27Spelling (#223)Josh Soref-1/+1
2017-09-19Don't use external symbol names in internal filesNikolaus Rath-1/+1
2017-08-24Add idle_threads mount option.Joseph Dodge-3/+13
2017-08-22Fix two compiler warnings.Nikolaus Rath-1/+1
2017-08-14directly call fuse_new_31() instead of fuse_new() internallyuserwithuid-1/+1
2017-08-03Simplify and fix FreeBSD fsname handlingNikolaus Rath-29/+10
2017-08-03FreeBSD: supprt fsname= optionBaptiste Daroussin-0/+30
2017-07-08Added public fuse_lib_help(), bumped minor versionNikolaus Rath-8/+4
2016-10-20Accept zero value for fuse_conn_info optionsNikolaus Rath-5/+15
2016-10-18Cast to void where we deliberately ignore return valuesNikolaus Rath-2/+2
2016-10-18Ignore some errorsMihail Konev-2/+2
2016-10-16Inlined fuse_mount_help() into fuse_lowlevel_help().Nikolaus Rath-1/+0
2016-10-15Make --help output more suitable for end-userNikolaus Rath-3/+3
2016-10-15Unify handling of fuse_conn_info optionsNikolaus Rath-0/+127
2016-10-13Make -o clone_fd into a parameter of session_loop_mt().Nikolaus Rath-1/+3
2016-10-10fuse_main(): extend support for printing helpNikolaus Rath-0/+3
2016-10-09fuse_main_real(): use fuse_parse_cmdline().Nikolaus Rath-11/+1
2016-10-09fuse_parse_cmdline(): do not print help/version textNikolaus Rath-35/+3
2016-10-04Clarified purpose of helper.c, moved *version() to fuse.cNikolaus Rath-10/+4
2016-10-02Don't handle --help and --version in fuse_session_new().Nikolaus Rath-119/+114
2016-10-02Add section headings for --help outputNikolaus Rath-6/+3
2016-10-02Turn struct fuse_chan into an implementation detailNikolaus Rath-23/+21
2016-10-02Introduce separate mount/umount functions for low-level API.Nikolaus Rath-35/+0
2016-10-01Improve documentation of argument parsing.Nikolaus Rath-0/+1
2016-06-20libfuse/fuse_daemonize: wait until daemon child process is ready (#55)Hendrik Brueckner-0/+14
2015-09-29Merge branch 'clone_fd'Miklos Szeredi-2/+1
2015-08-12Canonicalised whitespace and added ChangeLog entryChristopher Harrison-1/+1
2015-07-30Added fuse_pkgversion functionChristopher Harrison-0/+4
2015-05-18libfuse: refcount fuse_chan objectsMiklos Szeredi-2/+1
2013-07-26Print help on stdout instead of stderrMiklos Szeredi-16/+12
2013-06-21libfuse: remove session and chan abstractionsMiklos Szeredi-1/+1