summaryrefslogtreecommitdiffstats
path: root/fuse_sideload.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-04Clean up fuse_sideload and add a testcase.Tao Bao1-291/+254
2017-05-03fuse_sideload: Change the minimal block size to 4096.Tao Bao1-138/+140
2017-04-27libfusesideload: Clean up the CFLAGS for the module.Tao Bao1-2/+4
2016-08-25Make it backwards compatible with 4.4Ethan Yonker1-0/+15
2016-04-14Use BoringSSL instead of mincrypt to speed up package verification.Elliott Hughes1-9/+10
2016-04-06Convert recovery to use BoringSSL instead of mincrypt.Mattias Nissler1-9/+10
2015-07-24recovery: Switch fuse_* to C++.Tao Bao1-9/+6
2015-07-20recovery: Switch fuse_* to C++.Tao Bao1-527/+0
2015-04-30Check all lseek calls succeed.Elliott Hughes1-9/+7
2015-04-30Check all lseek calls succeed.Elliott Hughes1-9/+7
2015-03-23Always use strerror to report errno in recovery.Elliott Hughes1-3/+3
2014-12-02 Make the android-5.0 branch compile in 4.4 to 4.1Ethan Yonker1-1/+1
2014-09-18Use the correct fuse_init_out structure size.Christopher Ferris1-2/+28
2014-07-10refactor fuse sideloading codeDoug Zongker1-24/+19
2014-07-02sideload without holding the whole package in RAMDoug Zongker1-0/+508