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-06-05
examples/passthrough_ll: added support for create()
Nikolaus Rath
-5
/
+27
2017-06-05
example/passthrough_ll: added write support
Nikolaus Rath
-2
/
+24
2017-05-31
notify_store_retrieve(): fix race on unmount
Nikolaus Rath
-4
/
+11
2017-05-31
Clarify that destroy() is called without kernel connection
Nikolaus Rath
-2
/
+4
2017-05-31
example/notify_store_retrieve: add debugging code for issue #105.
Nikolaus Rath
-2
/
+10
2017-05-31
Revert "example/passthrough.c: add debugging code for issue #157."
Nikolaus Rath
-9
/
+2
2017-05-31
tst_link(): wait for RELEASE request
Nikolaus Rath
-9
/
+16
2017-05-25
Factored out C-based tests
Nikolaus Rath
-48
/
+65
2017-05-25
Fix typo in comment.
Nikolaus Rath
-1
/
+1
2017-05-25
Document RENAME_EXCHANGE and RENAME_NOREPLACE flags.
Nikolaus Rath
-2
/
+21
2017-05-25
passthrough_ll: document that fuse_ino_t and uintptr_t sizes must match
Nikolaus Rath
-0
/
+13
2017-05-25
example/passthrough.c: add debugging code for issue #157.
Nikolaus Rath
-2
/
+9
2017-05-25
tst_link(): add more assertions
Nikolaus Rath
-3
/
+17
2017-05-25
Remove fuse_fs_fgetattr and fuse_fs_ftruncate from linker script
pablomh
-2
/
+0
2017-05-24
Travis-CI: Don't abort on first failed test
Nikolaus Rath
-4
/
+6
2017-05-24
Added tst_open_read()
Nikolaus Rath
-0
/
+9
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
/
+18
2017-05-24
Released libfuse 3.0.2
Nikolaus Rath
-3
/
+17
2017-05-24
Make tests build on bsd
Brian Naylor
-0
/
+10
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-12
Improved documentation of fuse_context.private_data
Nikolaus Rath
-13
/
+20
2017-04-10
Released 3.0.1
Nikolaus Rath
-3
/
+8
2017-04-10
Fix travis build script. Broken in e372d.
Nikolaus Rath
-3
/
+3
2017-04-10
Added ChangeLog for commits c24cc to eb972.
Nikolaus Rath
-1
/
+4
2017-04-10
Remove 'tests' target in favor of calling py.test directly.
Nikolaus Rath
-14
/
+6
2017-04-10
Build tests by default.
Nikolaus Rath
-9
/
+8
2017-04-10
Only build test/*.py if out of date.
Nikolaus Rath
-1
/
+1
2017-04-07
Actually test passthrough* examples
Nikolaus Rath
-1
/
+1
2017-04-07
passthrough: implemented create()
Nikolaus Rath
-0
/
+14
2017-04-07
example/passthrough: use fi->fh for read, write, fallocate
Nikolaus Rath
-7
/
+21
2017-04-07
passthrough:truncate(): work on file descriptor when possible
Nikolaus Rath
-2
/
+4
2017-04-07
example/passthrough: close open files in release()
Nikolaus Rath
-5
/
+2
2017-04-07
passthrough, passthrough_fh: disable attribute caching
Nikolaus Rath
-0
/
+24
2017-04-07
test_examples(): test without debug messages first
Nikolaus Rath
-1
/
+1
2017-04-07
test_examples(): avoid false positives from fuse debug output
Nikolaus Rath
-1
/
+7
2017-04-07
passthrough_ll: only test functions that are actually provided
Nikolaus Rath
-19
/
+23
2017-04-07
Fix rst markup.
Nikolaus Rath
-2
/
+1
2017-04-07
Document true meaning of the 'use_ino' option.
Nikolaus Rath
-2
/
+10
2017-04-07
Remove checked_unlink()
Nikolaus Rath
-18
/
+7
2017-04-07
Turn tst_mknod() into tst_create()
Nikolaus Rath
-8
/
+15
2017-04-07
Renamed tst_write() to tst_open_write()
Nikolaus Rath
-7
/
+12
2017-04-07
Added tst_unlink()
Nikolaus Rath
-0
/
+13
2017-04-07
tst_mkdir(): factor out tst_rmdir()
Nikolaus Rath
-3
/
+14
2017-04-07
Rename tst_unlink() to tst_open_unlink()
Nikolaus Rath
-4
/
+4
2017-04-07
tst_readdir(): don't require create/mkdir support
Nikolaus Rath
-3
/
+3
2017-04-07
passthrough_ll: document that functionality is restricted
Nikolaus Rath
-1
/
+5
2017-03-28
hello.c: don't use constant instead of magic number
guraga
-1
/
+1
2017-03-16
Document that -o auto_unmount implies -o nodev,nosuid
Nikolaus Rath
-0
/
+5
[next]