aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* Document and unify error codes of fuse_lowlevel_notify_*Gravatar Nikolaus Rath2017-08-22
* Make passthrough_fh work under FreeBSD.Gravatar Nikolaus Rath2017-08-22
* Fix two compiler warnings.Gravatar Nikolaus Rath2017-08-22
* Document meaning of zero telldir() offset.Gravatar Nikolaus Rath2017-08-22
* Allow building without iconv.Gravatar Nikolaus Rath2017-08-22
* Use 'buildtype' to set debug/optimization optionsGravatar Nikolaus Rath2017-08-22
* directly call fuse_new_31() instead of fuse_new() internallyGravatar userwithuid2017-08-14
* Fixed udev rules directory.Gravatar Nikolaus Rath2017-08-14
* Skip tests that aren't supported under FreeBSD.Gravatar Nikolaus Rath2017-08-11
* fuse_lib_init(): don't set FUSE_CAP_EXPORT_SUPPORT unconditionallyGravatar Nikolaus Rath2017-08-11
* Don't attempt to run fusermount3 under BSD.Gravatar Nikolaus Rath2017-08-11
* Call cp with -p instead of --preserve=modeGravatar Nikolaus Rath2017-08-11
* Don't pass --update to cpGravatar Nikolaus Rath2017-08-11
* Don't build passthrough_ll under BSD.Gravatar Nikolaus Rath2017-08-11