index
:
libfuse.git
android-stable
master
libfuse for android
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
example
/
hello_ll.c
Age
Commit message (
Expand
)
Author
Lines
2023-04-01
Fix compiler warning in hello_ll.c (#760)
Nikolaus Rath
-2
/
+4
2023-04-01
Add unit tests for setxattr() et al
Nikolaus Rath
-5
/
+54
2020-09-09
Updated example code to work with new API (#547)
AKowshik
-3
/
+7
2020-03-13
State GPL version in comment (#485)
Dr. David Alan Gilbert
-1
/
+1
2020-01-30
examples: mark ops variables constant (#496)
zsugabubus
-1
/
+1
2019-03-08
Document fuse_fsync_in.fsync_flags and remove magic numbers (#375)
Alan Somers
-1
/
+1
2019-02-25
hello_ll: Fix null pointer dereference (#363)
Forty-Bot
-0
/
+7
2017-09-25
Removed unneccessary #include <config.h> from examples
Nikolaus Rath
-2
/
+0
2017-07-08
Added public fuse_lib_help(), bumped minor version
Nikolaus Rath
-1
/
+1
2016-10-28
Clean-up doxygen documentation
Nikolaus Rath
-25
/
+4
2016-10-15
Make --help output more suitable for end-user
Nikolaus Rath
-2
/
+1
2016-10-15
Unify handling of fuse_conn_info options
Nikolaus Rath
-1
/
+0
2016-10-13
Make -o clone_fd into a parameter of session_loop_mt().
Nikolaus Rath
-1
/
+1
2016-10-09
fuse_parse_cmdline(): do not print help/version text
Nikolaus Rath
-2
/
+12
2016-10-08
Add background and multithreading support to hello_ll and fuse_lo-plus
Nikolaus Rath
-7
/
+6
2016-10-02
Don't handle --help and --version in fuse_session_new().
Nikolaus Rath
-16
/
+26
2016-10-02
Fixed permissions of source files.
Nikolaus Rath
-0
/
+0
2016-10-02
Turn struct fuse_chan into an implementation detail
Nikolaus Rath
-21
/
+25
2016-10-02
Renamed fuse_lowlevel_new() to fuse_session_new().
Nikolaus Rath
-1
/
+1
2016-10-02
Introduce separate mount/umount functions for low-level API.
Nikolaus Rath
-2
/
+2
2013-07-25
libfuse: fuse -> fuse3
Miklos Szeredi
-1
/
+1
2013-07-24
libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pc
Miklos Szeredi
-0
/
+2
2013-07-17
Documentation fixes
Miklos Szeredi
-7
/
+8
2013-07-02
rewrote c++ style comments to c style coments mentioned by Miklos Szeredi
Joachim Schiele
-3
/
+3
2013-06-20
- added a doxygen main page
Joachim Schiele
-4
/
+37
2012-07-19
Start of 3.0 series
Miklos Szeredi
-1
/
+1
2012-05-16
Fix the compile command in the examples
Miklos Szeredi
-1
/
+1
2007-12-12
change indenting
Miklos Szeredi
-115
/
+116
2007-04-25
update copyright dates
Miklos Szeredi
-1
/
+1
2006-10-01
Add init script
Miklos Szeredi
-0
/
+4
2006-03-17
fix
Miklos Szeredi
-12
/
+6
2006-03-01
pass device file descriptor to fuse_unmount
Csaba Henk
-2
/
+5
2006-02-17
fix
Miklos Szeredi
-6
/
+8
2006-01-06
fix
Miklos Szeredi
-14
/
+14
2005-10-03
fix
Miklos Szeredi
-1
/
+0
2005-08-25
fix
Miklos Szeredi
-1
/
+4
2005-08-14
cleanup
Miklos Szeredi
-6
/
+12
2005-08-03
fix
Miklos Szeredi
-1
/
+1
2005-07-21
fixes
Miklos Szeredi
-5
/
+4
2005-07-15
added lowlevel API
Miklos Szeredi
-1
/
+1
2005-07-13
inode based API first working version
Miklos Szeredi
-0
/
+170