aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2020-12-27util/fusermount.c: Assume the kernel supports UMOUNT_NOFOLLOW (#574)Sargun Dhillon-23/+1
2020-12-19Add exfat to whitelist (#573)Kangjing "Chaser" Huang-0/+1
2020-12-07Released 3.10.1Nikolaus Rath-1/+10
2020-11-24examples/cuse_client: add include file to eliminate compiler warning (#568)Rethan-0/+2
2020-11-17fix errno comparisonhuman-1/+1
2020-11-11buffer.c: correct return value when buf is NULLZhiqiang Liu-1/+1
2020-11-06test/test_syscalls.c: fix potential fd leakage problemsZhiqiang Liu-2/+7
2020-11-06example/cuse_client.c: fix fd leakage problemZhiqiang Liu-4/+10
2020-11-06ioctl_client.c: fix potential fd leakage problemZhiqiang Liu-3/+8
2020-11-06mount.fuse.c: fix potential memory leak in main funcZhiqiang Liu-2/+11
2020-11-06mount.fuse.c: fix potential accessing NULL pointerZhiqiang Liu-1/+1
2020-11-06buffer.c: check whether buf is NULL in fuse_bufvec_advance funcZhiqiang Liu-0/+3
2020-11-04Fix incorrect date in ChangelogLilo Huang-1/+1
2020-10-29remove fuse_mutex_initRosen Penev-20/+6
2020-10-29remove old uclibc hackRosen Penev-2/+1
2020-10-09Released 3.10.0Nikolaus Rath-5/+10
2020-10-03Fix typo "retuned" -> "returned" (#553)ferivoz-2/+2
2020-09-20Allow caching symlinks in kernel page cache. (#551)Etienne Dublé-1/+20
2020-09-14Fix compilation for compilers not supporting __has_attributeTom Callaway-2/+6
2020-09-12Update Travis to Ubuntu BionicTom Callaway-7/+17
2020-09-11Implement GCC 10 style symbol versioning (#545)Tom Callaway-10/+38
2020-09-09Updated example code to work with new API (#547)AKowshik-18/+42
2020-08-28Added TSAN suppression file.Nikolaus Rath-0/+5
2020-08-28Suppress some bogus thread sanitizer warnings.Nikolaus Rath-1/+9
2020-08-10Remove pointer to professional consulting offersNikolaus Rath-7/+0
2020-08-09Fix-up changelog.Nikolaus Rath-0/+10
2020-08-09Released 3.9.4Nikolaus Rath-1/+16
2020-08-09fuse_send_data_iov(): correctly calculate total buffer size.Nikolaus Rath-1/+1
2020-08-09Define fuse_session_loop_mt as a macro on uclibc and MacOS (#532)asafkahlon-0/+6
2020-08-09Fixed typo in command to compile program (#536)AKowshik-1/+1
2020-08-09Doc fixes (#537)Junichi Uekawa-4/+4
2020-08-09Fix FreeBSD CI (#539)Li-Wen Hsu-2/+2
2020-07-10Fix: crash on failure to set locale (#529)Jérémie Galarneau-4/+9
2020-07-10fuse_lowlevel: Move assert for se before dereferencing it with se->debug (#530)winndows-2/+1
2020-07-03Fixed minor print alignment issue in iconv_help(), replacing tab with space (...Albert Chen-1/+1
2020-07-03Fix the typo "filed" -> "field" in fuse manpage (#524)winndows-1/+1
2020-07-03README: Correct the directory name from 'examples' to 'example' (#526)winndows-1/+1
2020-07-03docs: Replace `mesonconf` with `meson configure` (#528)Craig Chi-4/+4
2020-07-01libfuse: Assign NULL to "old" to avoid free it twice (#522)winndows-0/+1
2020-06-22Typo fixed. (#520)Seunghoon Yeon-1/+1
2020-06-12Released 3.9.2Nikolaus Rath-1/+11
2020-05-15fix format in test (#515)Rosen Penev-1/+1
2020-05-15Avoid closing se->fd twice in fuse_lowlevel.c (#516)Fabian Vogt-0/+1
2020-05-14passthrough_ll: remove symlink fallbacks (#514)Miklos Szeredi-139/+14
2020-04-20Do not require C++ compiler for buildingFabrice Fontaine-2/+2
2020-03-19Released 3.9.1Nikolaus Rath-11/+15
2020-03-13Fix issue preventing using splice with reads (#505)Jean-Yves VET-8/+6
2020-03-13Align help options (#500)Andrew Gaul-1/+1
2020-03-13State GPL version in comment (#485)Dr. David Alan Gilbert-23/+23
2020-02-24passthrough_ll: Remove unneeded variable assignment (#501)philmd-2/+0