summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Released 3.2.3fuse-3.2.3Nikolaus Rath2018-05-112-1/+6
* add_arg(): check for overflowNikolaus Rath2018-05-111-0/+5
* Fix compile-time warnings on IGNORE_MTABTomohiro Kusumi2018-05-081-1/+2
* Fix path to pytest cache directory.Nikolaus Rath2018-04-131-1/+1
* Invert calloc(3) argument order (`nmemb` comes first)Tomohiro Kusumi2018-04-131-1/+1
* Drop unneeded void cast for actually used local variableTomohiro Kusumi2018-04-131-1/+0
* Drop redundant ; from FUSE_REGISTER_MODULE()Tomohiro Kusumi2018-04-131-1/+1
* Travis: remove root-owned cache files.Nikolaus Rath2018-03-311-0/+3
* Fix Travis build environmentNikolaus Rath2018-03-312-3/+2
* Fixed up duplicate ChangeLog entry.Nikolaus Rath2018-03-311-2/+0
* 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