aboutsummaryrefslogtreecommitdiff
path: root/lib/helper.c
AgeCommit message (Expand)Author
2019-11-09Update to libfuse 3.8.0Zim
2018-10-09Add unprivileged option in `mount.fuse3`Mattias Nissler
2018-10-09Allow passing `/dev/fuse` file descriptor from parent processMattias Nissler
2018-08-29return different non-zero error codes (#290)Oded Arbel
2017-11-27Spelling (#223)Josh Soref
2017-09-19Don't use external symbol names in internal filesNikolaus Rath
2017-08-24Add idle_threads mount option.Joseph Dodge
2017-08-22Fix two compiler warnings.Nikolaus Rath
2017-08-14directly call fuse_new_31() instead of fuse_new() internallyuserwithuid
2017-08-03Simplify and fix FreeBSD fsname handlingNikolaus Rath
2017-08-03FreeBSD: supprt fsname= optionBaptiste Daroussin
2017-07-08Added public fuse_lib_help(), bumped minor versionNikolaus Rath
2016-10-20Accept zero value for fuse_conn_info optionsNikolaus Rath
2016-10-18Cast to void where we deliberately ignore return valuesNikolaus Rath
2016-10-18Ignore some errorsMihail Konev
2016-10-16Inlined fuse_mount_help() into fuse_lowlevel_help().Nikolaus Rath
2016-10-15Make --help output more suitable for end-userNikolaus Rath
2016-10-15Unify handling of fuse_conn_info optionsNikolaus Rath
2016-10-13Make -o clone_fd into a parameter of session_loop_mt().Nikolaus Rath
2016-10-10fuse_main(): extend support for printing helpNikolaus Rath
2016-10-09fuse_main_real(): use fuse_parse_cmdline().Nikolaus Rath
2016-10-09fuse_parse_cmdline(): do not print help/version textNikolaus Rath
2016-10-04Clarified purpose of helper.c, moved *version() to fuse.cNikolaus Rath
2016-10-02Don't handle --help and --version in fuse_session_new().Nikolaus Rath
2016-10-02Add section headings for --help outputNikolaus Rath
2016-10-02Turn struct fuse_chan into an implementation detailNikolaus Rath
2016-10-02Introduce separate mount/umount functions for low-level API.Nikolaus Rath
2016-10-01Improve documentation of argument parsing.Nikolaus Rath
2016-06-20libfuse/fuse_daemonize: wait until daemon child process is ready (#55)Hendrik Brueckner
2015-09-29Merge branch 'clone_fd'Miklos Szeredi
2015-08-12Canonicalised whitespace and added ChangeLog entryChristopher Harrison
2015-07-30Added fuse_pkgversion functionChristopher Harrison
2015-05-18libfuse: refcount fuse_chan objectsMiklos Szeredi
2013-07-26Print help on stdout instead of stderrMiklos Szeredi
2013-06-21libfuse: remove session and chan abstractionsMiklos Szeredi
2013-06-21libfuse: replace fuse_session_next_chanMiklos Szeredi
2013-06-20libfuse: fix multiple close of device fdMiklos Szeredi
2013-02-22remove real fuse_main() symbolMiklos Szeredi
2013-02-19fuse_daemonize(): chdir to "/" even if not running in the backgroundMiklos Szeredi
2013-02-08libfuse: remove deprecated fuse_setup(), fuse_teardown()Miklos Szeredi
2012-07-19Remove compat functionsMiklos Szeredi
2012-07-19Remove old symbol versionsMiklos Szeredi
2011-09-23Replace daemon() function with fork()Anatol Pomozov
2011-03-30Fix a potential null pointer dereference issueLaszlo Papp
2010-08-27Add NetBSD supportMiklos Szeredi
2009-06-18CUSE patches from Tejun HeoMiklos Szeredi
2008-06-10Fix missing <sys/param.h> include for PATH_MAXMiklos Szeredi
2008-02-08Add support for atomic open(O_TRUNC)Miklos Szeredi
2007-12-12change indentingMiklos Szeredi
2007-12-12Disable old symbol versions if __UCLIBC__ is definedMiklos Szeredi