aboutsummaryrefslogtreecommitdiff
path: root/lib/helper.c
Commit message (Expand)AuthorAge
* Spelling (#223)Gravatar Josh Soref2017-11-27
* Don't use external symbol names in internal filesGravatar Nikolaus Rath2017-09-19
* Add idle_threads mount option.Gravatar Joseph Dodge2017-08-24
* Fix two compiler warnings.Gravatar Nikolaus Rath2017-08-22
* directly call fuse_new_31() instead of fuse_new() internallyGravatar userwithuid2017-08-14
* Simplify and fix FreeBSD fsname handlingGravatar Nikolaus Rath2017-08-03
* FreeBSD: supprt fsname= optionGravatar Baptiste Daroussin2017-08-03
* Added public fuse_lib_help(), bumped minor versionGravatar Nikolaus Rath2017-07-08
* Accept zero value for fuse_conn_info optionsGravatar Nikolaus Rath2016-10-20
* Cast to void where we deliberately ignore return valuesGravatar Nikolaus Rath2016-10-18
|\
| * Ignore some errorsGravatar Mihail Konev2016-10-18
* | Inlined fuse_mount_help() into fuse_lowlevel_help().Gravatar Nikolaus Rath2016-10-16
* | Make --help output more suitable for end-userGravatar Nikolaus Rath2016-10-15
* | Unify handling of fuse_conn_info optionsGravatar Nikolaus Rath2016-10-15
|/
* Make -o clone_fd into a parameter of session_loop_mt().Gravatar Nikolaus Rath2016-10-13
* fuse_main(): extend support for printing helpGravatar Nikolaus Rath2016-10-10
* fuse_main_real(): use fuse_parse_cmdline().Gravatar Nikolaus Rath2016-10-09
* fuse_parse_cmdline(): do not print help/version textGravatar Nikolaus Rath2016-10-09
* Clarified purpose of helper.c, moved *version() to fuse.cGravatar Nikolaus Rath2016-10-04
* Don't handle --help and --version in fuse_session_new().Gravatar Nikolaus Rath2016-10-02
* Add section headings for --help outputGravatar Nikolaus Rath2016-10-02
* Turn struct fuse_chan into an implementation detailGravatar Nikolaus Rath2016-10-02
* Introduce separate mount/umount functions for low-level API.Gravatar Nikolaus Rath2016-10-02
* Improve documentation of argument parsing.Gravatar Nikolaus Rath2016-10-01
* libfuse/fuse_daemonize: wait until daemon child process is ready (#55)Gravatar Hendrik Brueckner2016-06-20
* Merge branch 'clone_fd'Gravatar Miklos Szeredi2015-09-29
|\
* | Canonicalised whitespace and added ChangeLog entryGravatar Christopher Harrison2015-08-12
* | Added fuse_pkgversion functionGravatar Christopher Harrison2015-07-30
| * libfuse: refcount fuse_chan objectsGravatar Miklos Szeredi2015-05-18
|/
* Print help on stdout instead of stderrGravatar Miklos Szeredi2013-07-26
* libfuse: remove session and chan abstractionsGravatar Miklos Szeredi2013-06-21
* libfuse: replace fuse_session_next_chanGravatar Miklos Szeredi2013-06-21
* libfuse: fix multiple close of device fdGravatar Miklos Szeredi2013-06-20
* remove real fuse_main() symbolGravatar Miklos Szeredi2013-02-22
* fuse_daemonize(): chdir to "/" even if not running in the backgroundGravatar Miklos Szeredi2013-02-19
* libfuse: remove deprecated fuse_setup(), fuse_teardown()Gravatar Miklos Szeredi2013-02-08
* Remove compat functionsGravatar Miklos Szeredi2012-07-19
* Remove old symbol versionsGravatar Miklos Szeredi2012-07-19
* Replace daemon() function with fork()Gravatar Anatol Pomozov2011-09-23
* Fix a potential null pointer dereference issueGravatar Laszlo Papp2011-03-30
* Add NetBSD supportGravatar Miklos Szeredi2010-08-27
* CUSE patches from Tejun HeoGravatar Miklos Szeredi2009-06-18
* Fix missing <sys/param.h> include for PATH_MAXGravatar Miklos Szeredi2008-06-10
* Add support for atomic open(O_TRUNC)Gravatar Miklos Szeredi2008-02-08
* change indentingGravatar Miklos Szeredi2007-12-12
* Disable old symbol versions if __UCLIBC__ is definedGravatar Miklos Szeredi2007-12-12
* Clarify licence version to be "LGPLv2" for the libraryGravatar Miklos Szeredi2007-10-16
* fixesGravatar Miklos Szeredi2007-08-08
* Add fs subtype support to libfuse and fusermountGravatar Miklos Szeredi2007-06-20
* update copyright datesGravatar Miklos Szeredi2007-04-25