aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* example/notify_store_retrieve: add debugging code for issue #105.Gravatar Nikolaus Rath2017-05-31
* Revert "example/passthrough.c: add debugging code for issue #157."Gravatar Nikolaus Rath2017-05-31
* tst_link(): wait for RELEASE requestGravatar Nikolaus Rath2017-05-31
* Factored out C-based testsGravatar Nikolaus Rath2017-05-25
* Fix typo in comment.Gravatar Nikolaus Rath2017-05-25
* Document RENAME_EXCHANGE and RENAME_NOREPLACE flags.Gravatar Nikolaus Rath2017-05-25
* passthrough_ll: document that fuse_ino_t and uintptr_t sizes must matchGravatar Nikolaus Rath2017-05-25
* example/passthrough.c: add debugging code for issue #157.Gravatar Nikolaus Rath2017-05-25
* tst_link(): add more assertionsGravatar Nikolaus Rath2017-05-25
* Remove fuse_fs_fgetattr and fuse_fs_ftruncate from linker scriptGravatar pablomh2017-05-25
* Travis-CI: Don't abort on first failed testGravatar Nikolaus Rath2017-05-24
* Added tst_open_read()Gravatar Nikolaus Rath2017-05-24
* lib/meson.build: don't crash if there's no libdlGravatar Nikolaus Rath2017-05-24
* fuse_signals.c: use new do_nothing function instead of SIG_IGNGravatar Nikolaus Rath2017-05-24
* Released libfuse 3.0.2Gravatar Nikolaus Rath2017-05-24
* Make tests build on bsdGravatar Brian Naylor2017-05-24
* make buffer size match kernel max transfer sizeGravatar Carlos Maiolino2017-04-20
* Set default options before parsingGravatar Tej Chajed2017-04-14
* Improved documentation of fuse_context.private_dataGravatar Nikolaus Rath2017-04-12
* Released 3.0.1Gravatar Nikolaus Rath2017-04-10
* Fix travis build script. Broken in e372d.Gravatar Nikolaus Rath2017-04-10
* Added ChangeLog for commits c24cc to eb972.Gravatar Nikolaus Rath2017-04-10
* Remove 'tests' target in favor of calling py.test directly.Gravatar Nikolaus Rath2017-04-10
* Build tests by default.Gravatar Nikolaus Rath2017-04-10
* Only build test/*.py if out of date.Gravatar Nikolaus Rath2017-04-10