summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Released 3.10.1fuse-3.10.1Nikolaus Rath2020-12-073-1/+10
* examples/cuse_client: add include file to eliminate compiler warning (#568)Rethan2020-11-242-0/+2
* fix errno comparisonhuman2020-11-171-1/+1
* buffer.c: correct return value when buf is NULLZhiqiang Liu2020-11-111-1/+1
* test/test_syscalls.c: fix potential fd leakage problemsZhiqiang Liu2020-11-061-2/+7
* example/cuse_client.c: fix fd leakage problemZhiqiang Liu2020-11-061-4/+10
* ioctl_client.c: fix potential fd leakage problemZhiqiang Liu2020-11-061-3/+8
* mount.fuse.c: fix potential memory leak in main funcZhiqiang Liu2020-11-061-2/+11
* mount.fuse.c: fix potential accessing NULL pointerZhiqiang Liu2020-11-061-1/+1
* buffer.c: check whether buf is NULL in fuse_bufvec_advance funcZhiqiang Liu2020-11-061-0/+3
* Fix incorrect date in ChangelogLilo Huang2020-11-041-1/+1
* remove fuse_mutex_initRosen Penev2020-10-294-20/+6
* remove old uclibc hackRosen Penev2020-10-291-2/+1
* Released 3.10.0fuse-3.10.0Nikolaus Rath2020-10-094-5/+10
* Fix typo "retuned" -> "returned" (#553)ferivoz2020-10-032-2/+2
* Allow caching symlinks in kernel page cache. (#551)Etienne Dublé2020-09-204-1/+20
* Fix compilation for compilers not supporting __has_attributeTom Callaway2020-09-141-2/+6
* Update Travis to Ubuntu BionicTom Callaway2020-09-124-7/+17
* Implement GCC 10 style symbol versioning (#545)Tom Callaway2020-09-116-10/+38
* Updated example code to work with new API (#547)AKowshik2020-09-096-18/+42
* Added TSAN suppression file.Nikolaus Rath2020-08-281-0/+5
* Suppress some bogus thread sanitizer warnings.Nikolaus Rath2020-08-281-1/+9
* Remove pointer to professional consulting offersNikolaus Rath2020-08-101-7/+0
* Fix-up changelog.Nikolaus Rath2020-08-091-0/+10
* Released 3.9.4fuse-3.9.4fuse-3.9.3Nikolaus Rath2020-08-093-1/+16
* fuse_send_data_iov(): correctly calculate total buffer size.Nikolaus Rath2020-08-091-1/+1
* Define fuse_session_loop_mt as a macro on uclibc and MacOS (#532)asafkahlon2020-08-092-0/+6
* Fixed typo in command to compile program (#536)AKowshik2020-08-091-1/+1
* Doc fixes (#537)Junichi Uekawa2020-08-092-4/+4
* Fix FreeBSD CI (#539)Li-Wen Hsu2020-08-091-2/+2
* Fix: crash on failure to set locale (#529)Jérémie Galarneau2020-07-101-4/+9
* fuse_lowlevel: Move assert for se before dereferencing it with se->debug (#530)winndows2020-07-101-2/+1
* Fixed minor print alignment issue in iconv_help(), replacing tab with space (...Albert Chen2020-07-031-1/+1
* Fix the typo "filed" -> "field" in fuse manpage (#524)winndows2020-07-031-1/+1
* README: Correct the directory name from 'examples' to 'example' (#526)winndows2020-07-031-1/+1
* docs: Replace `mesonconf` with `meson configure` (#528)Craig Chi2020-07-031-4/+4
* libfuse: Assign NULL to "old" to avoid free it twice (#522)winndows2020-07-011-0/+1
* Typo fixed. (#520)Seunghoon Yeon2020-06-221-1/+1
* Released 3.9.2fuse-3.9.2Nikolaus Rath2020-06-123-1/+11
* fix format in test (#515)Rosen Penev2020-05-151-1/+1
* Avoid closing se->fd twice in fuse_lowlevel.c (#516)Fabian Vogt2020-05-151-0/+1
* passthrough_ll: remove symlink fallbacks (#514)Miklos Szeredi2020-05-142-139/+14
* Do not require C++ compiler for buildingFabrice Fontaine2020-04-202-2/+2
* Released 3.9.1fuse-3.9.1Nikolaus Rath2020-03-193-11/+15
* Fix issue preventing using splice with reads (#505)Jean-Yves VET2020-03-131-8/+6
* Align help options (#500)Andrew Gaul2020-03-131-1/+1
* State GPL version in comment (#485)Dr. David Alan Gilbert2020-03-1323-23/+23
* passthrough_ll: Remove unneeded variable assignment (#501)philmd2020-02-241-2/+0
* Travis-CI: Fix ImportError: No module named 'zipp' (#502)philmd2020-02-241-0/+1
* Include limits.h because of PATH_MAX usage. (#498)maxice82020-02-041-0/+1