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
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
2020-09-09
Updated example code to work with new API (#547)
AKowshik
-18
/
+42
2020-08-28
Added TSAN suppression file.
Nikolaus Rath
-0
/
+5
2020-08-28
Suppress some bogus thread sanitizer warnings.
Nikolaus Rath
-1
/
+9
2020-08-10
Remove pointer to professional consulting offers
Nikolaus Rath
-7
/
+0
2020-08-09
Fix-up changelog.
Nikolaus Rath
-0
/
+10
2020-08-09
Released 3.9.4
Nikolaus Rath
-1
/
+16
2020-08-09
fuse_send_data_iov(): correctly calculate total buffer size.
Nikolaus Rath
-1
/
+1
2020-08-09
Define fuse_session_loop_mt as a macro on uclibc and MacOS (#532)
asafkahlon
-0
/
+6
2020-08-09
Fixed typo in command to compile program (#536)
AKowshik
-1
/
+1
2020-08-09
Doc fixes (#537)
Junichi Uekawa
-4
/
+4
2020-08-09
Fix FreeBSD CI (#539)
Li-Wen Hsu
-2
/
+2
2020-07-10
Fix: crash on failure to set locale (#529)
Jérémie Galarneau
-4
/
+9
2020-07-10
fuse_lowlevel: Move assert for se before dereferencing it with se->debug (#530)
winndows
-2
/
+1
2020-07-03
Fixed minor print alignment issue in iconv_help(), replacing tab with space (...
Albert Chen
-1
/
+1
2020-07-03
Fix the typo "filed" -> "field" in fuse manpage (#524)
winndows
-1
/
+1
2020-07-03
README: Correct the directory name from 'examples' to 'example' (#526)
winndows
-1
/
+1
2020-07-03
docs: Replace `mesonconf` with `meson configure` (#528)
Craig Chi
-4
/
+4
2020-07-01
libfuse: Assign NULL to "old" to avoid free it twice (#522)
winndows
-0
/
+1
2020-06-22
Typo fixed. (#520)
Seunghoon Yeon
-1
/
+1
2020-06-12
Released 3.9.2
Nikolaus Rath
-1
/
+11
2020-05-15
fix format in test (#515)
Rosen Penev
-1
/
+1
2020-05-15
Avoid closing se->fd twice in fuse_lowlevel.c (#516)
Fabian Vogt
-0
/
+1
2020-05-14
passthrough_ll: remove symlink fallbacks (#514)
Miklos Szeredi
-139
/
+14
2020-04-20
Do not require C++ compiler for building
Fabrice Fontaine
-2
/
+2
2020-03-19
Released 3.9.1
Nikolaus Rath
-11
/
+15
2020-03-13
Fix issue preventing using splice with reads (#505)
Jean-Yves VET
-8
/
+6
2020-03-13
Align help options (#500)
Andrew Gaul
-1
/
+1
2020-03-13
State GPL version in comment (#485)
Dr. David Alan Gilbert
-23
/
+23
2020-02-24
passthrough_ll: Remove unneeded variable assignment (#501)
philmd
-2
/
+0
[next]