index
:
libfuse.git
android-stable
master
libfuse for android
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Lines
2017-09-11
fuse_kern_unmount(): close fd before calling umount
Nikolaus Rath
-1
/
+1
2017-08-25
do_init(): print missing capabilities if there are any.
Nikolaus Rath
-1
/
+2
2017-08-24
Dropped support for building with autotools
Nikolaus Rath
-43
/
+0
2017-08-24
Add idle_threads mount option.
Joseph Dodge
-12
/
+58
2017-08-24
Allow inode cache invalidation in high-level API
Sławek Rudnicki
-0
/
+41
2017-08-23
fuse_loop_mt(): on error, return errno rather than -1.
Nikolaus Rath
-1
/
+1
2017-08-23
fuse_loop(): don't return non-zero if there was no error
Nikolaus Rath
-0
/
+4
2017-08-22
Document and unify error codes of fuse_lowlevel_notify_*
Nikolaus Rath
-3
/
+9
2017-08-22
Fix two compiler warnings.
Nikolaus Rath
-1
/
+1
2017-08-22
Allow building without iconv.
Nikolaus Rath
-1
/
+7
2017-08-14
directly call fuse_new_31() instead of fuse_new() internally
userwithuid
-3
/
+4
2017-08-11
fuse_lib_init(): don't set FUSE_CAP_EXPORT_SUPPORT unconditionally
Nikolaus Rath
-1
/
+2
2017-08-11
fuse_kern_unmount(): fix variable type.
Nikolaus Rath
-1
/
+2
2017-08-11
Fix unused variable warnings under FreeBSD.
Nikolaus Rath
-2
/
+2
2017-08-07
Fix support for FUSE_POSIX_ACL
Marcin Sulikowski
-0
/
+2
2017-08-06
Released 3.1.1
Nikolaus Rath
-1
/
+1
2017-08-03
Simplify and fix FreeBSD fsname handling
Nikolaus Rath
-29
/
+10
2017-08-03
Simply #ifdefs
Nikolaus Rath
-53
/
+0
2017-08-03
FreeBSD: supprt fsname= option
Baptiste Daroussin
-0
/
+30
2017-08-03
FreeBSD: use unmount(2) and add missing FreeBSD mount option
Baptiste Daroussin
-0
/
+12
2017-08-01
Fix compiler warnings of gcc-5.4.x
Banglang
-1
/
+1
2017-07-13
Only declare fuse_new_30() when FUSE_USE_VERSION == 30
Nikolaus Rath
-24
/
+26
2017-07-13
fuse_new_30(): call fuse_new_31(), not fuse_new()
Nikolaus Rath
-1
/
+1
2017-07-08
Fixup symbol versioning for GCC 4.x
Nikolaus Rath
-4
/
+7
2017-07-08
Added public fuse_lib_help(), bumped minor version
Nikolaus Rath
-53
/
+111
2017-07-08
Fixed description of struct fuse_conn_info->time_gran
Nikolaus Rath
-1
/
+2
2017-07-07
Don't use emacs' python-mode for meson files
Nikolaus Rath
-3
/
+0
2017-07-06
Don't redefine FUSE_USE_VERSION
Nikolaus Rath
-4
/
+0
2017-06-05
getgroups(): clarify code
Nikolaus Rath
-1
/
+1
2017-06-05
Fix comparison of integers of different signs
Angelo G. Del Regno
-4
/
+4
2017-05-25
Remove fuse_fs_fgetattr and fuse_fs_ftruncate from linker script
pablomh
-2
/
+0
2017-05-24
lib/meson.build: don't crash if there's no libdl
Nikolaus Rath
-1
/
+1
2017-05-24
fuse_signals.c: use new do_nothing function instead of SIG_IGN
Nikolaus Rath
-2
/
+12
2017-05-24
Released libfuse 3.0.2
Nikolaus Rath
-1
/
+1
2017-04-20
make buffer size match kernel max transfer size
Carlos Maiolino
-3
/
+5
2017-04-14
Set default options before parsing
Tej Chajed
-5
/
+5
2017-04-10
Released 3.0.1
Nikolaus Rath
-1
/
+1
2017-03-03
Optimize fuse_fs_read. (#145)
amosonn
-10
/
+34
2017-01-12
Added experimental support for building with Meson+Ninja
Nikolaus Rath
-1
/
+48
2016-12-23
Set IGNORE_MTAB when running under NetBSD
Nikolaus Rath
-3
/
+4
2016-12-23
Memory leak fixed in file : mount_bsd.c
itsdeepak
-4
/
+14
2016-11-29
Improve documentation of fuse_session_unmount
Nikolaus Rath
-1
/
+6
2016-11-29
Return signal value if session loop is terminated by signal and improve docum...
Nikolaus Rath
-1
/
+9
2016-11-28
Rename more things from fuse to fuse3
Przemysław Pawełczyk
-4
/
+4
2016-11-22
Make handling of -oallow_root easier to understand
Nikolaus Rath
-37
/
+20
2016-11-22
Add support for FUSE_HANDLE_KILLPRIV
Nikolaus Rath
-0
/
+3
2016-11-22
Add support for FUSE_POSIX_ACL
Nikolaus Rath
-0
/
+2
2016-11-22
Added support for FUSE_PARALLEL_DIROPS
Nikolaus Rath
-0
/
+3
2016-11-16
Enable more capabilities by default, and document defaults.
Nikolaus Rath
-1
/
+11
2016-11-16
Abort if fs requests capabilities not supported by kernel.
Nikolaus Rath
-0
/
+9
[next]