index
:
libfuse.git
android-stable
master
libfuse for android
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
Lines
2025-04-24
Fix test/test_examples.py::test_passthrough
Bernd Schubert
-6
/
+51
2025-04-24
Fix multi-threaded fuse session exit
Bernd Schubert
-0
/
+216
2025-04-16
conn: prevent duplicate flag conversion in high-level interface
Bernd Schubert
-13
/
+210
2025-03-24
fuse: Fix want flag conversion
Bernd Schubert
-1
/
+156
2025-03-24
test/test_write_cache.c: Reformat with clang-format
Bernd Schubert
-204
/
+212
2025-02-18
Fix a typo in test/ci-build.sh (ct vs cat)
Bernd Schubert
-1
/
+1
2025-02-18
tests: Re-enable mknod and mkfifo tests on FreeBSD
Vassili Tchersky
-6
/
+0
2025-02-18
tests: Disable tests with TMP_FILE on FreeBSD
Vassili Tchersky
-0
/
+4
2025-02-17
ci-build test: Add a 32-bit compilation test
Bernd Schubert
-0
/
+17
2025-02-17
tests: Skip the ioctl test for x86 cross compilation
Bernd Schubert
-0
/
+13
2025-02-10
Build fixes for -Og
Bernd Schubert
-1
/
+1
2025-01-03
Fix libfuse build with FUSE_USE_VERSION 30
Amir Goldstein
-0
/
+6
2024-12-30
Add 64-bit conn::{capable,want}_ext fields
Bernd Schubert
-1
/
+1
2024-12-17
tests: Add debug messages to some tests and umount
Bernd Schubert
-15
/
+97
2024-11-27
support FUSE_TMPFILE in the low level API
Horst Birthelmer
-0
/
+101
2024-06-25
Use off_t instead of loff_t
CismonX
-3
/
+1
2024-03-27
Install all test/build python packages from requirements.txt
Ashley Pittman
-12
/
+3
2024-03-20
ci-build.sh: Fix checking for function arguments (#909)
Bernd Schubert
-1
/
+1
2024-03-20
/test_ctests / test_notify1: Print cmdline on failure
Bernd Schubert
-0
/
+1
2024-03-20
ci-build.sh: Add back test without versioned symbols
Bernd Schubert
-6
/
+15
2024-03-20
Build clang/sanitized build first
Bernd Schubert
-37
/
+45
2024-03-20
Add back s-bit for compiled fusermount
Bernd Schubert
-0
/
+8
2024-03-20
Fix test failures: Create missing mount dir
Bernd Schubert
-2
/
+14
2024-03-20
ci-build.sh: Reduce pytest --maxfail from 99 to 1
Bernd Schubert
-1
/
+3
2024-03-07
Merge pull request #901 from bsbernd/posix_spawn
Bernd Schubert
-25
/
+33
2024-03-07
ci-build.sh: Always install and add s-bit for fusermount3
Bernd Schubert
-6
/
+14
2024-03-07
ci-build.sh: Run ASAN and UBSAN at the same time
Bernd Schubert
-20
/
+20
2024-03-06
Fix undefined loff_t in test_write_cache.c on alpine
Bernd Schubert
-0
/
+2
2024-02-26
Fix tests/test_write_cache in write back mode (#892)
Bernd Schubert
-8
/
+33
2024-01-29
make FUSE_CAP_EXPIRE_ONLY test depend on available cap and not on version
HereThereBeDragons
-2
/
+2
2023-12-17
Allow *xattr operations on root directory (ino 1)
amitgeron
-2
/
+3
2023-07-01
Reduce default write size by half
Nikolaus Rath
-1
/
+1
2023-07-01
Add missing include.
Nikolaus Rath
-0
/
+1
2023-06-30
Make expire only function fail if no kernel support (#789)
HereThereBeDragons
-0
/
+2
2023-05-11
Fix issue #746. (#782)
Peri
-0
/
+173
2023-04-12
Disable leak suppression (#773)
Matthias Görgens
-10
/
+0
2023-04-12
Fuse mount: make auto_unmount compatible with suid/dev mount options (#762)
Matthias Görgens
-0
/
+31
2023-04-11
Migrate away from deprecated distutils
Matthias Goergens
-3
/
+3
2023-04-11
Fix typo
Matthias Goergens
-1
/
+1
2023-04-07
Fix PytestReturnNotNoneWarning
Matthias Goergens
-2
/
+4
2023-04-07
Fix deprecated @pytest.mark.hookwrapper
Matthias Goergens
-1
/
+1
2023-04-07
Fix meson deprecation warning
Matthias Goergens
-2
/
+2
2023-04-07
Upgrade meson version in CI
Matthias Goergens
-2
/
+1
2023-04-01
Add unit tests for setxattr() et al
Nikolaus Rath
-3
/
+11
2023-02-20
Migrate from Travis to Github actions
Nikolaus Rath
-1
/
+5
2023-01-28
Install a the configure_file (config.h) and use in headers
Bernd Schubert
-4
/
+4
2023-01-28
Update travis to ubuntu jammy (22.04)
Bernd Schubert
-1
/
+1
2023-01-13
passthrough_hp: Add options for clone_fd, max_threads, daemonize
Bernd Schubert
-0
/
+2
2023-01-10
Support application-defined I/O functions for FUSE fd
Tofik Sonono
-1
/
+82
2023-01-06
Test for fuse_lowlevel_notify_expire_entry.
HereThereBeDragons
-1
/
+4
[next]