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
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
2023-01-04
Fixes when HAVE_LIBC_VERSIONED_SYMBOLS is not defined
Bernd Schubert
-8
/
+29
2022-05-06
Fix a test strncpy compilation warning with recent gcc
Bernd Schubert
-2
/
+4
2022-01-05
Add test for FOPEN_NOFLUSH flag
Amir Goldstein
-1
/
+65
2021-11-20
test/test_syscalls.c: allow EBADF in fcheck_stat() (#631)
Luis Henriques
-1
/
+2
2021-06-24
Travis-CI: Make sure lsan supppressions file can be read by root.
Nikolaus Rath
-5
/
+8
2021-06-23
Do not run unlinked files test on passthrough_hp with old kernels
Amir Goldstein
-3
/
+19
2021-06-14
test/test_syscalls.c: check unlinked testfiles at the end of the test
Amir Goldstein
-16
/
+129
2021-06-14
test/test_syscalls.c: refactor fcheck_* helpers
Amir Goldstein
-68
/
+45
2021-06-14
test/test_syscalls.c: use unique filename per test
Amir Goldstein
-13
/
+37
2021-06-09
Cuse example: Fix memory leak (#607)
Christian Menges
-3
/
+1
2021-06-02
test/test_syscalls.c: fix test failure on xfs src dir (#611)
Amir Goldstein
-1
/
+1
2021-03-18
Fix returning d_ino and d_type by readdir(3) in non-plus mode
Jean-Pierre André
-7
/
+25
2021-02-03
Fix returning inode numbers from readdir() in offset==0 mode. (#584)
Martin Pärtel
-1
/
+66
2020-11-06
test/test_syscalls.c: fix potential fd leakage problems
Zhiqiang Liu
-2
/
+7
2020-09-12
Update Travis to Ubuntu Bionic
Tom Callaway
-1
/
+3
2020-09-11
Implement GCC 10 style symbol versioning (#545)
Tom Callaway
-1
/
+6
2020-06-22
Typo fixed. (#520)
Seunghoon Yeon
-1
/
+1
2020-05-15
fix format in test (#515)
Rosen Penev
-1
/
+1
2020-03-13
State GPL version in comment (#485)
Dr. David Alan Gilbert
-2
/
+2
2020-02-24
Travis-CI: Fix ImportError: No module named 'zipp' (#502)
philmd
-0
/
+1
2020-01-25
Fixes 477, optional src_dir in tst_(rmdir,unlink) (#493)
Anthony Rebello
-8
/
+20
2019-11-20
Invoke cleanup() with right arguments.
Nikolaus Rath
-1
/
+1
2019-08-29
Avoid gcc 9.1 strncpy(3) warnings (#447)
Stefan Hajnoczi
-1
/
+2
2019-07-09
Do not run passthrough test when caching is active.
Nikolaus Rath
-1
/
+2
2019-07-05
test_cuse: fix runtime error
Nikolaus Rath
-4
/
+4
2019-07-04
Fix output checking in test cases
Nikolaus Rath
-95
/
+114
2019-05-15
passthrough: fix unix-domain sockets on FreeBSD (#413)
Alan Somers
-8
/
+76
2019-05-09
Added new example filesystem
Nikolaus Rath
-6
/
+68
2019-03-11
Define ALLPERMS for musl libc systems. (#379)
maxice8
-0
/
+4
2019-03-09
Work around -Wformat-truncation=/-Wformat-overflow= warnings (#356)
Tomohiro Kusumi
-5
/
+5
2019-03-08
Document fuse_fsync_in.fsync_flags and remove magic numbers (#375)
Alan Somers
-6
/
+8
2019-02-27
Travis CI: Use Xenial instead of Trusty.
Nikolaus Rath
-5
/
+0
2018-11-24
Added testcase for "big" readdir.
Nikolaus Rath
-0
/
+26
2018-11-24
Kill filesystem process on test cleanup.
Nikolaus Rath
-8
/
+13
[next]