index
:
anonymous/android_bootable_recovery
android-11
android-14.0
android-4.3
android-4.4
android-5.0
android-5.1
android-6.0
android-7.0
android-7.1
android-8.0
android-8.1
android-9.0
Team Win Recovery Project (TWRP)
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fuse_sideload
/
fuse_sideload.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-03-28
Fix bogus error checking on unique_fd
Bernie Innocenti
1
-1
/
+1
2019-03-19
Remove the provider_vtab
xunchang
1
-7
/
+9
2019-03-19
Create a FuseDataProvider base class
xunchang
1
-2
/
+3
2018-03-07
Export fuse_sideload.h for libfusesideload.
Tao Bao
1
-0
/
+0
2017-11-04
Clean up fuse_sideload and add a testcase.
Tao Bao
1
-291
/
+254
2017-05-03
fuse_sideload: Change the minimal block size to 4096.
Tao Bao
1
-138
/
+140
2017-04-27
libfusesideload: Clean up the CFLAGS for the module.
Tao Bao
1
-2
/
+4
2016-04-14
Use BoringSSL instead of mincrypt to speed up package verification.
Elliott Hughes
1
-9
/
+10
2016-04-06
Convert recovery to use BoringSSL instead of mincrypt.
Mattias Nissler
1
-9
/
+10
2015-07-24
recovery: Switch fuse_* to C++.
Tao Bao
1
-9
/
+6
2015-07-20
recovery: Switch fuse_* to C++.
Tao Bao
1
-527
/
+0
2015-04-30
Check all lseek calls succeed.
Elliott Hughes
1
-9
/
+7
2015-04-30
Check all lseek calls succeed.
Elliott Hughes
1
-9
/
+7
2015-03-23
Always use strerror to report errno in recovery.
Elliott Hughes
1
-3
/
+3
2014-09-18
Use the correct fuse_init_out structure size.
Christopher Ferris
1
-2
/
+28
2014-07-10
refactor fuse sideloading code
Doug Zongker
1
-24
/
+19
2014-07-02
sideload without holding the whole package in RAM
Doug Zongker
1
-0
/
+508