index
:
libfuse.git
android-stable
master
libfuse for android
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
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
Released 3.10.4
Nikolaus Rath
-4
/
+14
2021-06-09
Add an option to disable building tests (#533)
asafkahlon
-1
/
+8
2021-06-09
Cuse example: Fix memory leak (#607)
Christian Menges
-8
/
+12
2021-06-09
fix typo in man (#609)
Sergey Fedoseev
-1
/
+1
2021-06-02
test/test_syscalls.c: fix test failure on xfs src dir (#611)
Amir Goldstein
-1
/
+1
2021-05-19
Define FUSE_USE_VERSION in Doxygen. (#608)
Junichi Uekawa
-6
/
+6
2021-05-09
Fix memory leaks in examples (#604)
Christian Menges
-1
/
+17
2021-05-09
Bump cxxopts from 2.2.0 to 2.2.1 (#602)
Christian Menges
-41
/
+78
2021-05-08
doc: Add "fuse (4)" to SEE ALSO sections in man pages (#601)
rfjakob
-0
/
+2
2021-05-07
Fix doxygen warnings. (#600)
Junichi Uekawa
-17
/
+20
2021-05-05
fusermount3.1: refer to mount.fuse3 (#599)
Junichi Uekawa
-1
/
+1
2021-04-23
Add missing exceptions to fuse_reply_err() documentation. (#597)
Manuel Jacob
-1
/
+1
2021-04-13
Fix a few meson warnings (#596)
Heiko Becker
-5
/
+8
2021-04-12
Added ChangeLog template for next release.
Nikolaus Rath
-0
/
+5
2021-04-12
Released 3.10.3
Nikolaus Rath
-2
/
+7
2021-04-12
Remove unused fuse_worker bufsize (#590)
Hookey
-1
/
+0
2021-03-30
Fix typo in fuse_lowlevel.h (#593)
Tobias Nießen
-1
/
+1
2021-03-25
Fix typos (#592)
Andrew Gaul
-5
/
+5
2021-03-18
Fix returning d_ino and d_type by readdir(3) in non-plus mode
Jean-Pierre André
-9
/
+48
2021-02-05
Released 3.10.2
Nikolaus Rath
-6
/
+16
2021-02-03
Fix returning inode numbers from readdir() in offset==0 mode. (#584)
Martin Pärtel
-3
/
+69
2021-01-28
Ignore "-o nonempty" (#582)
Stephen Kitt
-1
/
+9
2021-01-17
Fix FTBFS on kfreebsd (#581)
Laurent Bigonville
-1
/
+1
2021-01-12
Fix a few typos in README.md. (#579)
John Baber-Lucero
-4
/
+4
2021-01-10
Fix typo (#578)
Feverfew
-1
/
+1
2021-01-08
fusermount: Check for argv[0] being present (#577)
richardweinberger
-1
/
+1
2021-01-01
Fix FUSE_COPY_FILE_RANGE in the passthrough example (#575)
Alan Somers
-2
/
+4
2020-12-27
util/fusermount.c: Assume the kernel supports UMOUNT_NOFOLLOW (#574)
Sargun Dhillon
-23
/
+1
2020-12-19
Add exfat to whitelist (#573)
Kangjing "Chaser" Huang
-0
/
+1
2020-12-07
Released 3.10.1
Nikolaus Rath
-1
/
+10
2020-11-24
examples/cuse_client: add include file to eliminate compiler warning (#568)
Rethan
-0
/
+2
2020-11-17
fix errno comparison
human
-1
/
+1
2020-11-11
buffer.c: correct return value when buf is NULL
Zhiqiang Liu
-1
/
+1
2020-11-06
test/test_syscalls.c: fix potential fd leakage problems
Zhiqiang Liu
-2
/
+7
2020-11-06
example/cuse_client.c: fix fd leakage problem
Zhiqiang Liu
-4
/
+10
2020-11-06
ioctl_client.c: fix potential fd leakage problem
Zhiqiang Liu
-3
/
+8
2020-11-06
mount.fuse.c: fix potential memory leak in main func
Zhiqiang Liu
-2
/
+11
2020-11-06
mount.fuse.c: fix potential accessing NULL pointer
Zhiqiang Liu
-1
/
+1
2020-11-06
buffer.c: check whether buf is NULL in fuse_bufvec_advance func
Zhiqiang Liu
-0
/
+3
2020-11-04
Fix incorrect date in Changelog
Lilo Huang
-1
/
+1
2020-10-29
remove fuse_mutex_init
Rosen Penev
-20
/
+6
2020-10-29
remove old uclibc hack
Rosen Penev
-2
/
+1
2020-10-09
Released 3.10.0
Nikolaus Rath
-5
/
+10
2020-10-03
Fix typo "retuned" -> "returned" (#553)
ferivoz
-2
/
+2
2020-09-20
Allow caching symlinks in kernel page cache. (#551)
Etienne Dublé
-1
/
+20
2020-09-14
Fix compilation for compilers not supporting __has_attribute
Tom Callaway
-2
/
+6
2020-09-12
Update Travis to Ubuntu Bionic
Tom Callaway
-7
/
+17
2020-09-11
Implement GCC 10 style symbol versioning (#545)
Tom Callaway
-10
/
+38
[next]