aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-06-13Wrapper around test applications for cross compiler environment in meson.buil...Rudi Heitbaum-4/+6
2023-06-09Released 3.15.0Nikolaus Rath-2/+19
2023-06-08Error handling for fusermount's commfd (#786)Matthias Görgens-1/+13
2023-06-08util/meson.build: don't install udev.rules if udevdir cannot be determined (#...wdlkmpx-3/+11
2023-06-08meson.build: pass -D_FILE_OFFSET_BITS=64 to C/C++ compiler (#799)wdlkmpx-2/+2
2023-06-08util/mount.fuse.c: compile with linux headers < 3.5 (#798)wdlkmpx-0/+4
2023-06-08Fix memory leak (#785)Matthias Görgens-0/+3
2023-06-08Remove unnecessary `_GNU_SOURCE` in `fuse.c` (#787)Matthias Görgens-4/+0
2023-06-06Add security policy (#797)Pedro Nacht-0/+20
2023-05-19Add minimal token permissionsPedro Kaj Kjellerup Nacht-0/+7
2023-05-12Add support for running xfstests.Nikolaus Rath-2/+103
2023-05-12Do not daemonize to earlyNikolaus Rath-2/+3
2023-05-12Do not pass unsupported mount options to the kernel.Nikolaus Rath-13/+6
2023-05-11Fix issue #746. (#782)Peri-0/+187
2023-04-14Fix memory leak in high level API (#781)Matthias Görgens-2/+1
2023-04-12Fix doxygen deprecation warning (#774)Matthias Görgens-638/+2098
2023-04-12Disable leak suppression (#773)Matthias Görgens-10/+0
2023-04-12Fuse mount: make auto_unmount compatible with suid/dev mount options (#762)Matthias Görgens-12/+120
2023-04-11Update fuse_kernel.h to state of linux-6.3Bernd Schubert-14/+259
2023-04-11Migrate away from deprecated distutilsMatthias Goergens-3/+3
2023-04-11Fix doxygen warning about parameter nameMatthias Goergens-1/+1
2023-04-11Fix typoMatthias Goergens-1/+1
2023-04-07Fix PytestReturnNotNoneWarningMatthias Goergens-2/+4
2023-04-07Fix deprecated @pytest.mark.hookwrapperMatthias Goergens-1/+1
2023-04-07Fix meson deprecation warningMatthias Goergens-2/+2
2023-04-07Fix meson deprecation warning also in FreeBSDMatthias Goergens-1/+1
2023-04-07Fix deprecated udev.get_pkgconfig_variable in mesonMatthias Goergens-2/+2
2023-04-07Upgrade meson version in CIMatthias Goergens-2/+1
2023-04-06Add long `--options` to fusermount (#764)Matthias Görgens-0/+1
2023-04-06Fix MS_LAZYTIME not defined on uclibc and move all MS_* and UMOUNT_* (#753)Giulio Benetti-24/+52
2023-04-04Document risks of auto_unmount (#763)Nikolaus Rath-0/+15
2023-04-02Workaround musl bug when mountdir has whitespace (#761)Matthias Görgens-5/+90
2023-04-01Fix compiler warning in hello_ll.c (#760)Nikolaus Rath-2/+4
2023-04-01Add unit tests for setxattr() et alNikolaus Rath-8/+65
2023-03-29Fix typos and configure spellcheck for PRsYaroslav Halchenko-8/+38
2023-03-29Fix meson deprecation warningMatthias Goergens-1/+1
2023-03-28Fix use-after-free warningMatthias Goergens-1/+2
2023-03-28Review feedback: rename and commentsMatthias Goergens-3/+9
2023-03-28Fix `auto_unmount` to work without `allow_other`Matthias Goergens-1/+46
2023-03-26Update script to drop references to Travis CI.Nikolaus Rath-3/+3
2023-03-26Released 3.14.1Nikolaus Rath-1/+15
2023-03-26Revert "upgrade of fuse_kernel.h based on Miklos expire_only kernel patch htt...Nikolaus Rath-190/+11
2023-03-20Add more time mount options to fusermount / fix lazytimeBernd Schubert-2/+10
2023-03-19Add more time mount optionsBernd Schubert-0/+16
2023-03-12Respect includedir when installing libfuse_config.hHeiko Becker-1/+1
2023-03-11Fix max_threads command line parameter propagationSarath Lakshman-0/+1
2023-03-03Enable parallel direct writes on the same file.Dharmendra singh-4/+32
2023-03-01Update description of keep_cache.Nikolaus Rath-5/+4
2023-02-20Migrate from Travis to Github actionsNikolaus Rath-29/+8
2023-02-20Avoid max-idle threads warningBernd Schubert-5/+6