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
2017-09-12
Use "mkdir" instead of "md" in instructions.
Nikolaus Rath
-1
/
+1
2017-09-11
fuse_kern_unmount(): close fd before calling umount
Nikolaus Rath
-1
/
+1
2017-08-25
example/ioctl: build on FreeBSD, but add protocol check instead.
Nikolaus Rath
-5
/
+7
2017-08-25
do_init(): print missing capabilities if there are any.
Nikolaus Rath
-1
/
+2
2017-08-25
Fix writeback capability check.
Nikolaus Rath
-1
/
+1
2017-08-25
examples/{ioctl,null}: don't build under FreeBSD instead of skipping tests.
Nikolaus Rath
-26
/
+23
2017-08-24
printcap: use temporary directory, not file
Nikolaus Rath
-6
/
+3
2017-08-24
Skip testing null and ioctl examples under FreeBSD.
Nikolaus Rath
-0
/
+10
2017-08-24
Removed unused import.
Nikolaus Rath
-1
/
+1
2017-08-24
passthrough_ll: only active EXPORT_SUPPORT of supported by kernel.
Nikolaus Rath
-1
/
+3
2017-08-24
Don't use -o auto_unmount under FreeBSD.
Nikolaus Rath
-0
/
+4
2017-08-24
Dropped support for building with autotools
Nikolaus Rath
-360
/
+3
2017-08-24
Use printcap() to control test execution
Nikolaus Rath
-15
/
+54
2017-08-24
Added testcase for examples/printcap
Nikolaus Rath
-0
/
+6
2017-08-24
Add idle_threads mount option.
Joseph Dodge
-21
/
+105
2017-08-24
Renamed notify_inval_inode_fh to invalidate_path
Nikolaus Rath
-6
/
+6
2017-08-24
Allow inode cache invalidation in high-level API
Sławek Rudnicki
-4
/
+379
2017-08-23
Added examples/printcap
Nikolaus Rath
-2
/
+135
2017-08-23
fuse_loop_mt(): on error, return errno rather than -1.
Nikolaus Rath
-2
/
+5
2017-08-23
fuse_loop(): don't return non-zero if there was no error
Nikolaus Rath
-0
/
+7
2017-08-22
Document and unify error codes of fuse_lowlevel_notify_*
Nikolaus Rath
-15
/
+46
2017-08-22
Make passthrough_fh work under FreeBSD.
Nikolaus Rath
-0
/
+15
2017-08-22
Fix two compiler warnings.
Nikolaus Rath
-2
/
+2
2017-08-22
Document meaning of zero telldir() offset.
Nikolaus Rath
-15
/
+16
2017-08-22
Allow building without iconv.
Nikolaus Rath
-1
/
+9
2017-08-22
Use 'buildtype' to set debug/optimization options
Nikolaus Rath
-2
/
+2
2017-08-14
directly call fuse_new_31() instead of fuse_new() internally
userwithuid
-3
/
+6
2017-08-14
Fixed udev rules directory.
Nikolaus Rath
-2
/
+4
2017-08-11
Skip tests that aren't supported under FreeBSD.
Nikolaus Rath
-8
/
+25
2017-08-11
fuse_lib_init(): don't set FUSE_CAP_EXPORT_SUPPORT unconditionally
Nikolaus Rath
-1
/
+2
2017-08-11
Don't attempt to run fusermount3 under BSD.
Nikolaus Rath
-10
/
+21
2017-08-11
Call cp with -p instead of --preserve=mode
Nikolaus Rath
-1
/
+1
2017-08-11
Don't pass --update to cp
Nikolaus Rath
-1
/
+3
2017-08-11
Don't build passthrough_ll under BSD.
Nikolaus Rath
-2
/
+10
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-08
Fix FreeBSD platform detection.
Nikolaus Rath
-1
/
+1
2017-08-07
Fix support for FUSE_POSIX_ACL
Marcin Sulikowski
-0
/
+9
2017-08-06
Released 3.1.1
Nikolaus Rath
-6
/
+11
2017-08-06
os_open(): don't attempt to close fd if open failed.
Nikolaus Rath
-1
/
+1
2017-08-06
Added writeback cache to passthrough_ll
Nikolaus Rath
-23
/
+107
2017-08-06
Clarified documentation for fuse_parse_cmdline()
Nikolaus Rath
-0
/
+3
2017-08-06
Removed compat stuff in passthrough_ll
Nikolaus Rath
-42
/
+0
2017-08-06
Clarify how the filesystem should handle open/create flags
Nikolaus Rath
-25
/
+78
2017-08-04
passthrough_ll: added more debugging output
Nikolaus Rath
-1
/
+20
2017-08-04
Added append and seek tests
Nikolaus Rath
-3
/
+41
2017-08-04
Include ChangeLog in tarball
Nikolaus Rath
-1
/
+2
2017-08-03
Simplify and fix FreeBSD fsname handling
Nikolaus Rath
-33
/
+10
2017-08-03
Simply #ifdefs
Nikolaus Rath
-53
/
+0
2017-08-03
Fix FreeBSD detection in meson.build
Nikolaus Rath
-2
/
+2
[next]