aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorLines
2025-04-28fuse: Add ring creationBernd Schubert-0/+6
2025-04-24Fix test/test_examples.py::test_passthroughBernd Schubert-6/+51
2025-04-24Fix multi-threaded fuse session exitBernd Schubert-0/+216
2025-04-16conn: prevent duplicate flag conversion in high-level interfaceBernd Schubert-13/+210
2025-03-24fuse: Fix want flag conversionBernd Schubert-1/+156
2025-03-24test/test_write_cache.c: Reformat with clang-formatBernd Schubert-204/+212
2025-02-18Fix a typo in test/ci-build.sh (ct vs cat)Bernd Schubert-1/+1
2025-02-18tests: Re-enable mknod and mkfifo tests on FreeBSDVassili Tchersky-6/+0
2025-02-18tests: Disable tests with TMP_FILE on FreeBSDVassili Tchersky-0/+4
2025-02-17ci-build test: Add a 32-bit compilation testBernd Schubert-0/+17
2025-02-17tests: Skip the ioctl test for x86 cross compilationBernd Schubert-0/+13
2025-02-10Build fixes for -OgBernd Schubert-1/+1
2025-01-03Fix libfuse build with FUSE_USE_VERSION 30Amir Goldstein-0/+6
2024-12-30Add 64-bit conn::{capable,want}_ext fieldsBernd Schubert-1/+1
2024-12-17tests: Add debug messages to some tests and umountBernd Schubert-15/+97
2024-11-27support FUSE_TMPFILE in the low level APIHorst Birthelmer-0/+101
2024-06-25Use off_t instead of loff_tCismonX-3/+1
2024-03-27Install all test/build python packages from requirements.txtAshley Pittman-12/+3
2024-03-20ci-build.sh: Fix checking for function arguments (#909)Bernd Schubert-1/+1
2024-03-20/test_ctests / test_notify1: Print cmdline on failureBernd Schubert-0/+1
2024-03-20ci-build.sh: Add back test without versioned symbolsBernd Schubert-6/+15
2024-03-20Build clang/sanitized build firstBernd Schubert-37/+45
2024-03-20Add back s-bit for compiled fusermountBernd Schubert-0/+8
2024-03-20Fix test failures: Create missing mount dirBernd Schubert-2/+14
2024-03-20ci-build.sh: Reduce pytest --maxfail from 99 to 1Bernd Schubert-1/+3
2024-03-07Merge pull request #901 from bsbernd/posix_spawnBernd Schubert-25/+33
2024-03-07ci-build.sh: Always install and add s-bit for fusermount3Bernd Schubert-6/+14
2024-03-07ci-build.sh: Run ASAN and UBSAN at the same timeBernd Schubert-20/+20
2024-03-06Fix undefined loff_t in test_write_cache.c on alpineBernd Schubert-0/+2
2024-02-26Fix tests/test_write_cache in write back mode (#892)Bernd Schubert-8/+33
2024-01-29make FUSE_CAP_EXPIRE_ONLY test depend on available cap and not on versionHereThereBeDragons-2/+2
2023-12-17Allow *xattr operations on root directory (ino 1)amitgeron-2/+3
2023-07-01Reduce default write size by halfNikolaus Rath-1/+1
2023-07-01Add missing include.Nikolaus Rath-0/+1
2023-06-30Make expire only function fail if no kernel support (#789)HereThereBeDragons-0/+2
2023-05-11Fix issue #746. (#782)Peri-0/+173
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-0/+31
2023-04-11Migrate away from deprecated distutilsMatthias Goergens-3/+3
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-07Upgrade meson version in CIMatthias Goergens-2/+1
2023-04-01Add unit tests for setxattr() et alNikolaus Rath-3/+11
2023-02-20Migrate from Travis to Github actionsNikolaus Rath-1/+5
2023-01-28Install a the configure_file (config.h) and use in headersBernd Schubert-4/+4
2023-01-28Update travis to ubuntu jammy (22.04)Bernd Schubert-1/+1
2023-01-13passthrough_hp: Add options for clone_fd, max_threads, daemonizeBernd Schubert-0/+2
2023-01-10Support application-defined I/O functions for FUSE fdTofik Sonono-1/+82