aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2017-08-04Include ChangeLog in tarballNikolaus Rath-1/+2
2017-08-03Simplify and fix FreeBSD fsname handlingNikolaus Rath-33/+10
2017-08-03Simply #ifdefsNikolaus Rath-53/+0
2017-08-03Fix FreeBSD detection in meson.buildNikolaus Rath-2/+2
2017-08-03Added ChangeLog entry for FreeBSD commits.Nikolaus Rath-0/+3
2017-08-03FreeBSD: supprt fsname= optionBaptiste Daroussin-0/+34
2017-08-03FreeBSD: use unmount(2) and add missing FreeBSD mount optionBaptiste Daroussin-0/+12
2017-08-03FreeBSD: do not build utilitiesBaptiste Daroussin-1/+4
2017-08-03Produce more helpful message on OS-X and Windows.Nikolaus Rath-0/+10
2017-08-03Don't check st_nlink value for mkdirNikolaus Rath-1/+6
2017-08-03Added changelog entry for symbol versioning fixes.Nikolaus Rath-0/+3
2017-08-03Added changelog entry for commit f0ecf.Nikolaus Rath-0/+3
2017-08-03Fix compilation on 32bit systemsNikolaus Rath-6/+12
2017-08-02Ask pkgconfig where we should install udev rulesHeiko Becker-2/+6
2017-08-01Fix compiler warnings of gcc-5.4.xBanglang-3/+3
2017-07-13Only declare fuse_new_30() when FUSE_USE_VERSION == 30Nikolaus Rath-26/+28
2017-07-13fuse_new_30(): call fuse_new_31(), not fuse_new()Nikolaus Rath-1/+1
2017-07-08Fixup symbol versioning for GCC 4.xNikolaus Rath-4/+7
2017-07-08Released 3.1.0Nikolaus Rath-2/+4
2017-07-08Added public fuse_lib_help(), bumped minor versionNikolaus Rath-70/+151
2017-07-08Fixed description of struct fuse_conn_info->time_granNikolaus Rath-3/+8
2017-07-07Error out if FUSE_USE_VERSION is not definedNikolaus Rath-1/+1
2017-07-07Don't use emacs' python-mode for meson filesNikolaus Rath-15/+0
2017-07-07Fixed typo in ChangelogNikolaus Rath-1/+1
2017-07-06Don't redefine FUSE_USE_VERSIONNikolaus Rath-4/+0
2017-07-06Travis: use sudo-enabled environment.Nikolaus Rath-0/+1
2017-07-06Added information about professional support.Nikolaus Rath-0/+7
2017-07-06Fixed bug in code example in ChangeLog.Nikolaus Rath-2/+2
2017-06-21Install init script in $DESTDIR/etc, not $prefix/$sysconfdirNikolaus Rath-3/+7
2017-06-20tst_readdir(): actually go through FUSENikolaus Rath-6/+9
2017-06-08Clarify *_timeout semanticsNikolaus Rath-4/+10
2017-06-06Describe supported platforms.Nikolaus Rath-0/+8
2017-06-05getgroups(): clarify codeNikolaus Rath-1/+1
2017-06-05Fix comparison of integers of different signsAngelo G. Del Regno-4/+4
2017-06-05examples/passthrough_ll: added support for create()Nikolaus Rath-5/+27
2017-06-05example/passthrough_ll: added write supportNikolaus Rath-2/+24
2017-05-31notify_store_retrieve(): fix race on unmountNikolaus Rath-4/+11
2017-05-31Clarify that destroy() is called without kernel connectionNikolaus Rath-2/+4
2017-05-31example/notify_store_retrieve: add debugging code for issue #105.Nikolaus Rath-2/+10
2017-05-31Revert "example/passthrough.c: add debugging code for issue #157."Nikolaus Rath-9/+2
2017-05-31tst_link(): wait for RELEASE requestNikolaus Rath-9/+16
2017-05-25Factored out C-based testsNikolaus Rath-48/+65
2017-05-25Fix typo in comment.Nikolaus Rath-1/+1
2017-05-25Document RENAME_EXCHANGE and RENAME_NOREPLACE flags.Nikolaus Rath-2/+21
2017-05-25passthrough_ll: document that fuse_ino_t and uintptr_t sizes must matchNikolaus Rath-0/+13
2017-05-25example/passthrough.c: add debugging code for issue #157.Nikolaus Rath-2/+9
2017-05-25tst_link(): add more assertionsNikolaus Rath-3/+17
2017-05-25Remove fuse_fs_fgetattr and fuse_fs_ftruncate from linker scriptpablomh-2/+0
2017-05-24Travis-CI: Don't abort on first failed testNikolaus Rath-4/+6
2017-05-24Added tst_open_read()Nikolaus Rath-0/+9