aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fixed up duplicate ChangeLog entry.Gravatar Nikolaus Rath2018-03-31
* Released 3.2.2Gravatar Nikolaus Rath2018-03-31
* Add example configuration file (#216)Gravatar admorgan2018-03-28
* Fix build error on DragonFlyBSD (sync with other *BSD) (#240)Gravatar Tomohiro Kusumi2018-03-28
* Fix uninitialised read in fuse_new_30() (#231) (#234)Gravatar Ashley Pittman2018-02-09
* Fix typo in "passthrough" docstring (#229)Gravatar Mateusz Urbańczyk2018-01-15
* Handle mount ... -o nofail (#221)Gravatar Josh Soref2017-12-01
* fix "Rath Consulting" link (#225)Gravatar divinity762017-11-27
* Spelling (#223)Gravatar Josh Soref2017-11-27
* Released 3.2.1Gravatar Nikolaus Rath2017-11-14
* Updated professional support information.Gravatar Nikolaus Rath2017-11-13
* Backed out d92bf83Gravatar Nikolaus Rath2017-11-03
* Don't install manpages under *BSDGravatar Nikolaus Rath2017-10-20
* Don't use Python mode for meson.buildGravatar Nikolaus Rath2017-10-20
* make udevrulesdir configurableGravatar Joerg Thalheim2017-10-20
* Adding pointer dereferencing after calling dlsym()Gravatar Sangwoo Moon2017-09-27
* fuse_lib_ioctl(): don't call memcpy with NULL argumentGravatar Nikolaus Rath2017-09-25
* Link with -lrt to support ancient libcGravatar Nikolaus Rath2017-09-25
* Removed unneccessary #include <config.h> from examplesGravatar Nikolaus Rath2017-09-25
* Automatically print list of contributors when generating tarballGravatar Nikolaus Rath2017-09-20
* Travis CI: Don't use deprecated environmentGravatar Nikolaus Rath2017-09-20
* Correctly define fusermount3 path.Gravatar Nikolaus Rath2017-09-19
* Make *_loop_mt() available in version 3.0 againGravatar Nikolaus Rath2017-09-19
* Fix versioned symbols in version scriptGravatar Nikolaus Rath2017-09-19
* Don't use external symbol names in internal filesGravatar Nikolaus Rath2017-09-19
* Include source code in documentation.Gravatar Nikolaus Rath2017-09-17
* make_release_tarball.sh: be less verboseGravatar Nikolaus Rath2017-09-17
* Added some documentation of fuse internals.Gravatar Nikolaus Rath2017-09-17
* Released 3.2.0Gravatar Nikolaus Rath2017-09-12
* Add script to create release tarball.Gravatar Nikolaus Rath2017-09-12
* Use "mkdir" instead of "md" in instructions.Gravatar Nikolaus Rath2017-09-12
* fuse_kern_unmount(): close fd before calling umountGravatar Nikolaus Rath2017-09-11
* example/ioctl: build on FreeBSD, but add protocol check instead.Gravatar Nikolaus Rath2017-08-25
* do_init(): print missing capabilities if there are any.Gravatar Nikolaus Rath2017-08-25
* Fix writeback capability check.Gravatar Nikolaus Rath2017-08-25
* examples/{ioctl,null}: don't build under FreeBSD instead of skipping tests.Gravatar Nikolaus Rath2017-08-25
* printcap: use temporary directory, not fileGravatar Nikolaus Rath2017-08-24
* Skip testing null and ioctl examples under FreeBSD.Gravatar Nikolaus Rath2017-08-24
* Removed unused import.Gravatar Nikolaus Rath2017-08-24
* passthrough_ll: only active EXPORT_SUPPORT of supported by kernel.Gravatar Nikolaus Rath2017-08-24
* Don't use -o auto_unmount under FreeBSD.Gravatar Nikolaus Rath2017-08-24
* Dropped support for building with autotoolsGravatar Nikolaus Rath2017-08-24
* Use printcap() to control test executionGravatar Nikolaus Rath2017-08-24
* Added testcase for examples/printcapGravatar Nikolaus Rath2017-08-24
* Add idle_threads mount option.Gravatar Joseph Dodge2017-08-24
* Renamed notify_inval_inode_fh to invalidate_pathGravatar Nikolaus Rath2017-08-24
* Allow inode cache invalidation in high-level APIGravatar Sławek Rudnicki2017-08-24
* Added examples/printcapGravatar Nikolaus Rath2017-08-23
* fuse_loop_mt(): on error, return errno rather than -1.Gravatar Nikolaus Rath2017-08-23
* fuse_loop(): don't return non-zero if there was no errorGravatar Nikolaus Rath2017-08-23