summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Released 3.2.2fuse-3.2.2Nikolaus Rath2018-03-312-0/+13
* Add example configuration file (#216)admorgan2018-03-282-0/+20
* Fix build error on DragonFlyBSD (sync with other *BSD) (#240)Tomohiro Kusumi2018-03-284-6/+6
* Fix uninitialised read in fuse_new_30() (#231) (#234)Ashley Pittman2018-02-091-0/+3
* Fix typo in "passthrough" docstring (#229)Mateusz Urbańczyk2018-01-151-1/+1
* Handle mount ... -o nofail (#221)Josh Soref2017-12-012-0/+3
* fix "Rath Consulting" link (#225)divinity762017-11-271-2/+2
* Spelling (#223)Josh Soref2017-11-278-18/+18
* Released 3.2.1fuse-3.2.1Nikolaus Rath2017-11-143-1/+8
* Updated professional support information.Nikolaus Rath2017-11-131-2/+2
* Backed out d92bf83Nikolaus Rath2017-11-031-1/+1
* Don't install manpages under *BSDNikolaus Rath2017-10-201-1/+3
* Don't use Python mode for meson.buildNikolaus Rath2017-10-201-3/+0
* make udevrulesdir configurableJoerg Thalheim2017-10-202-2/+9
* Adding pointer dereferencing after calling dlsym()Sangwoo Moon2017-09-271-1/+1
* fuse_lib_ioctl(): don't call memcpy with NULL argumentNikolaus Rath2017-09-251-1/+1
* Link with -lrt to support ancient libcNikolaus Rath2017-09-251-1/+4
* Removed unneccessary #include <config.h> from examplesNikolaus Rath2017-09-2512-28/+0
* Automatically print list of contributors when generating tarballNikolaus Rath2017-09-201-0/+5
* Travis CI: Don't use deprecated environmentNikolaus Rath2017-09-202-2/+3
* Correctly define fusermount3 path.Nikolaus Rath2017-09-191-1/+1
* Make *_loop_mt() available in version 3.0 againNikolaus Rath2017-09-192-2/+2
* Fix versioned symbols in version scriptNikolaus Rath2017-09-191-1/+4
* Don't use external symbol names in internal filesNikolaus Rath2017-09-195-7/+6
* Include source code in documentation.Nikolaus Rath2017-09-171-1/+1
* make_release_tarball.sh: be less verboseNikolaus Rath2017-09-171-1/+1
* Added some documentation of fuse internals.Nikolaus Rath2017-09-173-0/+17
* Released 3.2.0fuse-3.2.0Nikolaus Rath2017-09-122-11/+14
* Add script to create release tarball.Nikolaus Rath2017-09-121-0/+28
* Use "mkdir" instead of "md" in instructions.Nikolaus Rath2017-09-121-1/+1
* fuse_kern_unmount(): close fd before calling umountNikolaus Rath2017-09-111-1/+1
* example/ioctl: build on FreeBSD, but add protocol check instead.Nikolaus Rath2017-08-252-5/+7
* do_init(): print missing capabilities if there are any.Nikolaus Rath2017-08-251-1/+2
* Fix writeback capability check.Nikolaus Rath2017-08-251-1/+1
* examples/{ioctl,null}: don't build under FreeBSD instead of skipping tests.Nikolaus Rath2017-08-252-26/+23
* printcap: use temporary directory, not fileNikolaus Rath2017-08-241-6/+3
* Skip testing null and ioctl examples under FreeBSD.Nikolaus Rath2017-08-241-0/+10
* Removed unused import.Nikolaus Rath2017-08-241-1/+1
* passthrough_ll: only active EXPORT_SUPPORT of supported by kernel.Nikolaus Rath2017-08-241-1/+3
* Don't use -o auto_unmount under FreeBSD.Nikolaus Rath2017-08-242-0/+4
* Dropped support for building with autotoolsNikolaus Rath2017-08-2413-360/+3
* Use printcap() to control test executionNikolaus Rath2017-08-243-15/+54
* Added testcase for examples/printcapNikolaus Rath2017-08-241-0/+6
* Add idle_threads mount option.Joseph Dodge2017-08-2413-21/+105
* Renamed notify_inval_inode_fh to invalidate_pathNikolaus Rath2017-08-244-6/+6
* Allow inode cache invalidation in high-level APISławek Rudnicki2017-08-249-4/+379
* Added examples/printcapNikolaus Rath2017-08-234-2/+135
* fuse_loop_mt(): on error, return errno rather than -1.Nikolaus Rath2017-08-232-2/+5
* fuse_loop(): don't return non-zero if there was no errorNikolaus Rath2017-08-232-0/+7
* Document and unify error codes of fuse_lowlevel_notify_*Nikolaus Rath2017-08-223-15/+46