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
2020-07-03
Fix the typo "filed" -> "field" in fuse manpage (#524)
winndows
-1
/
+1
2020-07-03
README: Correct the directory name from 'examples' to 'example' (#526)
winndows
-1
/
+1
2020-07-03
docs: Replace `mesonconf` with `meson configure` (#528)
Craig Chi
-4
/
+4
2020-07-01
libfuse: Assign NULL to "old" to avoid free it twice (#522)
winndows
-0
/
+1
2020-06-22
Typo fixed. (#520)
Seunghoon Yeon
-1
/
+1
2020-06-12
Released 3.9.2
Nikolaus Rath
-1
/
+11
2020-05-15
fix format in test (#515)
Rosen Penev
-1
/
+1
2020-05-15
Avoid closing se->fd twice in fuse_lowlevel.c (#516)
Fabian Vogt
-0
/
+1
2020-05-14
passthrough_ll: remove symlink fallbacks (#514)
Miklos Szeredi
-139
/
+14
2020-04-20
Do not require C++ compiler for building
Fabrice Fontaine
-2
/
+2
2020-03-19
Released 3.9.1
Nikolaus Rath
-11
/
+15
2020-03-13
Fix issue preventing using splice with reads (#505)
Jean-Yves VET
-8
/
+6
2020-03-13
Align help options (#500)
Andrew Gaul
-1
/
+1
2020-03-13
State GPL version in comment (#485)
Dr. David Alan Gilbert
-23
/
+23
2020-02-24
passthrough_ll: Remove unneeded variable assignment (#501)
philmd
-2
/
+0
2020-02-24
Travis-CI: Fix ImportError: No module named 'zipp' (#502)
philmd
-0
/
+1
2020-02-04
Include limits.h because of PATH_MAX usage. (#498)
maxice8
-0
/
+1
2020-01-31
Update comment for the copy_file_range operation (#497)
Florian Weimer
-3
/
+4
2020-01-30
examples: mark ops variables constant (#496)
zsugabubus
-13
/
+13
2020-01-27
Remove trailing comma in enums (#494)
zsugabubus
-6
/
+6
2020-01-25
Fixes 477, optional src_dir in tst_(rmdir,unlink) (#493)
Anthony Rebello
-8
/
+20
2020-01-24
passthrough_ll: Use cache_readdir for directory open (#492)
Misono Tomohiro
-1
/
+1
2020-01-06
passthrough_ll: pass correct errno to fuse_reply_err()
Dr. David Alan Gilbert
-1
/
+1
2020-01-02
Fixed up ChangeLog.rst
Nikolaus Rath
-3
/
+6
2020-01-02
Fixed memory leak in fuse_session_new()
Bill Zissimopoulos
-1
/
+4
2020-01-02
Fixed an issue with the linker version script. (#483)
Bill Zissimopoulos
-1
/
+2
2019-12-31
Style: Fix an indention in comments (#480)
Changli Gao
-2
/
+2
2019-12-31
Bump FUSE_MINOR_VERSION
Nikolaus Rath
-1
/
+1
2019-12-31
Make ioctl prototype conditional on FUSE_USE_VERSION. (#482)
Bill Zissimopoulos
-4
/
+29
2019-12-14
Released 3.9.0
Nikolaus Rath
-2
/
+3
2019-11-29
Kill off some proto_major < 6 checks (#476)
Dr. David Alan Gilbert
-5
/
+5
2019-11-27
Added support for FUSE_EXPLICIT_INVAL_DATA to enable (#474)
Albert Chen
-0
/
+35
2019-11-20
fix memleak in cuse_lowlevel_setup (#472)
Tomasz Kulasek
-0
/
+1
2019-11-20
Invoke cleanup() with right arguments.
Nikolaus Rath
-1
/
+1
2019-11-03
Released 3.8.0
Nikolaus Rath
-3
/
+5
2019-11-03
Implement lseek operation (#457)
Yuri Per
-0
/
+194
2019-11-03
Use the -o intr mount option on FreeBSD (#462)
Alan Somers
-0
/
+3
2019-11-03
passthrough_ll: drop lo_dirp->fd field (#464)
Stefan Hajnoczi
-7
/
+9
2019-10-24
Update README.md (#465)
Emily Herbert
-1
/
+1
2019-09-27
Released 3.7.0
Nikolaus Rath
-3
/
+10
2019-09-15
Whitelist UFSD (#451)
tenzap
-0
/
+3
2019-09-10
passthrough_ll: use fuse_log() instead of err()/errx()
Stefan Hajnoczi
-8
/
+17
2019-09-10
passthrough_ll: use fuse_log()
Stefan Hajnoczi
-16
/
+16
2019-09-10
log: move fuse_log() to the public header file
Stefan Hajnoczi
-3
/
+14
2019-09-09
passthrough_ll: fix fallocate variant ifdefs (#449)
Dr. David Alan Gilbert
-2
/
+2
2019-09-04
Introduce callback for logging
Stefan Hajnoczi
-175
/
+303
2019-08-29
Avoid gcc 9.1 strncpy(3) warnings (#447)
Stefan Hajnoczi
-4
/
+5
2019-08-23
Shorten comment.
Nikolaus Rath
-5
/
+0
2019-08-23
Improve description of READDIRPLUS_AUTO.
Nikolaus Rath
-0
/
+9
2019-08-23
Clarify bitfield padding issue (#445)
AsumFace
-2
/
+8
[next]