aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* fuse_kern_unmount(): fix variable type.Gravatar Nikolaus Rath2017-08-11
* Fix unused variable warnings under FreeBSD.Gravatar Nikolaus Rath2017-08-11
* Fix FreeBSD platform detection.Gravatar Nikolaus Rath2017-08-08
* Fix support for FUSE_POSIX_ACLGravatar Marcin Sulikowski2017-08-07
* Released 3.1.1Gravatar Nikolaus Rath2017-08-06
* os_open(): don't attempt to close fd if open failed.Gravatar Nikolaus Rath2017-08-06
* Added writeback cache to passthrough_llGravatar Nikolaus Rath2017-08-06
* Clarified documentation for fuse_parse_cmdline()Gravatar Nikolaus Rath2017-08-06
* Removed compat stuff in passthrough_llGravatar Nikolaus Rath2017-08-06
* Clarify how the filesystem should handle open/create flagsGravatar Nikolaus Rath2017-08-06
* passthrough_ll: added more debugging outputGravatar Nikolaus Rath2017-08-04
* Added append and seek testsGravatar Nikolaus Rath2017-08-04
* Include ChangeLog in tarballGravatar Nikolaus Rath2017-08-04
* Simplify and fix FreeBSD fsname handlingGravatar Nikolaus Rath2017-08-03
* Simply #ifdefsGravatar Nikolaus Rath2017-08-03
* Fix FreeBSD detection in meson.buildGravatar Nikolaus Rath2017-08-03
* Added ChangeLog entry for FreeBSD commits.Gravatar Nikolaus Rath2017-08-03
* FreeBSD: supprt fsname= optionGravatar Baptiste Daroussin2017-08-03
* FreeBSD: use unmount(2) and add missing FreeBSD mount optionGravatar Baptiste Daroussin2017-08-03
* FreeBSD: do not build utilitiesGravatar Baptiste Daroussin2017-08-03
* Produce more helpful message on OS-X and Windows.Gravatar Nikolaus Rath2017-08-03
* Don't check st_nlink value for mkdirGravatar Nikolaus Rath2017-08-03
* Added changelog entry for symbol versioning fixes.Gravatar Nikolaus Rath2017-08-03
* Added changelog entry for commit f0ecf.Gravatar Nikolaus Rath2017-08-03
* Fix compilation on 32bit systemsGravatar Nikolaus Rath2017-08-03
* Ask pkgconfig where we should install udev rulesGravatar Heiko Becker2017-08-02
* Fix compiler warnings of gcc-5.4.xGravatar Banglang2017-08-01
* Only declare fuse_new_30() when FUSE_USE_VERSION == 30Gravatar Nikolaus Rath2017-07-13
* fuse_new_30(): call fuse_new_31(), not fuse_new()Gravatar Nikolaus Rath2017-07-13
* Fixup symbol versioning for GCC 4.xGravatar Nikolaus Rath2017-07-08
* Released 3.1.0Gravatar Nikolaus Rath2017-07-08
* Added public fuse_lib_help(), bumped minor versionGravatar Nikolaus Rath2017-07-08
* Fixed description of struct fuse_conn_info->time_granGravatar Nikolaus Rath2017-07-08
* Error out if FUSE_USE_VERSION is not definedGravatar Nikolaus Rath2017-07-07
* Don't use emacs' python-mode for meson filesGravatar Nikolaus Rath2017-07-07
* Fixed typo in ChangelogGravatar Nikolaus Rath2017-07-07
* Don't redefine FUSE_USE_VERSIONGravatar Nikolaus Rath2017-07-06
* Travis: use sudo-enabled environment.Gravatar Nikolaus Rath2017-07-06
* Added information about professional support.Gravatar Nikolaus Rath2017-07-06
* Fixed bug in code example in ChangeLog.Gravatar Nikolaus Rath2017-07-06
* Install init script in $DESTDIR/etc, not $prefix/$sysconfdirGravatar Nikolaus Rath2017-06-21
* tst_readdir(): actually go through FUSEGravatar Nikolaus Rath2017-06-20
* Clarify *_timeout semanticsGravatar Nikolaus Rath2017-06-08
* Describe supported platforms.Gravatar Nikolaus Rath2017-06-06
* getgroups(): clarify codeGravatar Nikolaus Rath2017-06-05
* Fix comparison of integers of different signsGravatar Angelo G. Del Regno2017-06-05
* examples/passthrough_ll: added support for create()Gravatar Nikolaus Rath2017-06-05
* example/passthrough_ll: added write supportGravatar Nikolaus Rath2017-06-05
* notify_store_retrieve(): fix race on unmountGravatar Nikolaus Rath2017-05-31
* Clarify that destroy() is called without kernel connectionGravatar Nikolaus Rath2017-05-31