summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Released 3.1.0fuse-3.1.0Nikolaus Rath2017-07-082-2/+4
* Added public fuse_lib_help(), bumped minor versionNikolaus Rath2017-07-0824-70/+151
* Fixed description of struct fuse_conn_info->time_granNikolaus Rath2017-07-083-3/+8
* Error out if FUSE_USE_VERSION is not definedNikolaus Rath2017-07-071-1/+1
* Don't use emacs' python-mode for meson filesNikolaus Rath2017-07-075-15/+0
* Fixed typo in ChangelogNikolaus Rath2017-07-071-1/+1
* Don't redefine FUSE_USE_VERSIONNikolaus Rath2017-07-062-4/+0
* Travis: use sudo-enabled environment.Nikolaus Rath2017-07-061-0/+1
* Added information about professional support.Nikolaus Rath2017-07-061-0/+7
* Fixed bug in code example in ChangeLog.Nikolaus Rath2017-07-061-2/+2
* Install init script in $DESTDIR/etc, not $prefix/$sysconfdirNikolaus Rath2017-06-212-3/+7
* tst_readdir(): actually go through FUSENikolaus Rath2017-06-201-6/+9
* Clarify *_timeout semanticsNikolaus Rath2017-06-082-4/+10
* Describe supported platforms.Nikolaus Rath2017-06-061-0/+8
* getgroups(): clarify codeNikolaus Rath2017-06-051-1/+1
* Fix comparison of integers of different signsAngelo G. Del Regno2017-06-052-4/+4
* examples/passthrough_ll: added support for create()Nikolaus Rath2017-06-053-5/+27
* example/passthrough_ll: added write supportNikolaus Rath2017-06-053-2/+24
* notify_store_retrieve(): fix race on unmountNikolaus Rath2017-05-311-4/+11
* Clarify that destroy() is called without kernel connectionNikolaus Rath2017-05-311-2/+4
* example/notify_store_retrieve: add debugging code for issue #105.Nikolaus Rath2017-05-311-2/+10
* Revert "example/passthrough.c: add debugging code for issue #157."Nikolaus Rath2017-05-311-9/+2
* tst_link(): wait for RELEASE requestNikolaus Rath2017-05-311-9/+16
* Factored out C-based testsNikolaus Rath2017-05-253-48/+65
* Fix typo in comment.Nikolaus Rath2017-05-251-1/+1
* Document RENAME_EXCHANGE and RENAME_NOREPLACE flags.Nikolaus Rath2017-05-253-2/+21
* passthrough_ll: document that fuse_ino_t and uintptr_t sizes must matchNikolaus Rath2017-05-251-0/+13
* example/passthrough.c: add debugging code for issue #157.Nikolaus Rath2017-05-251-2/+9
* tst_link(): add more assertionsNikolaus Rath2017-05-251-3/+17
* Remove fuse_fs_fgetattr and fuse_fs_ftruncate from linker scriptpablomh2017-05-251-2/+0
* Travis-CI: Don't abort on first failed testNikolaus Rath2017-05-241-4/+6
* Added tst_open_read()Nikolaus Rath2017-05-241-0/+9
* lib/meson.build: don't crash if there's no libdlNikolaus Rath2017-05-241-1/+1
* fuse_signals.c: use new do_nothing function instead of SIG_IGNNikolaus Rath2017-05-242-2/+18
* Released libfuse 3.0.2fuse-3.0.2Nikolaus Rath2017-05-245-3/+17
* Make tests build on bsdBrian Naylor2017-05-242-0/+10
* make buffer size match kernel max transfer sizeCarlos Maiolino2017-04-201-3/+5
* Set default options before parsingTej Chajed2017-04-141-5/+5
* Improved documentation of fuse_context.private_dataNikolaus Rath2017-04-121-13/+20
* Released 3.0.1fuse-3.0.1Nikolaus Rath2017-04-104-3/+8
* Fix travis build script. Broken in e372d.Nikolaus Rath2017-04-101-3/+3
* Added ChangeLog for commits c24cc to eb972.Nikolaus Rath2017-04-101-1/+4
* Remove 'tests' target in favor of calling py.test directly.Nikolaus Rath2017-04-103-14/+6
* Build tests by default.Nikolaus Rath2017-04-103-9/+8
* Only build test/*.py if out of date.Nikolaus Rath2017-04-101-1/+1
* Actually test passthrough* examplesNikolaus Rath2017-04-071-1/+1
* passthrough: implemented create()Nikolaus Rath2017-04-071-0/+14
* example/passthrough: use fi->fh for read, write, fallocateNikolaus Rath2017-04-071-7/+21
* passthrough:truncate(): work on file descriptor when possibleNikolaus Rath2017-04-071-2/+4
* example/passthrough: close open files in release()Nikolaus Rath2017-04-071-5/+2