summaryrefslogtreecommitdiffstats
path: root/adb_install.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-03Replace _exit(-1) with _exit(EXIT_FAILURE).Tao Bao1-1/+1
2016-09-26Switch to <android-base/properties.h>.Elliott Hughes1-3/+4
2016-09-24Switch to <android-base/properties.h>.Elliott Hughes1-3/+4
2016-06-16Remove an abused global so we can actually see logging.Elliott Hughes1-19/+11
2016-05-20Allow recovery to return error codesTianjie Xu1-1/+1
2015-11-16recovery: Switch to clangTao Bao1-1/+1
2015-06-03recovery: Switch to clangTao Bao1-1/+1
2015-04-30Check all lseek calls succeed.Elliott Hughes1-1/+1
2015-04-30Check all lseek calls succeed.Elliott Hughes1-1/+1
2015-04-10Switch minadb over to C++.Elliott Hughes1-2/+0
2015-04-09Enable printf format argument checking.Elliott Hughes1-1/+1
2015-04-08Rotate logs only when there are actual operationsTao Bao1-0/+2
2015-03-25Factor out option variables from int to bool typesTao Bao1-1/+1
2015-02-10recovery: Properly detect userdebug or eng buildsElliott Hughes1-3/+1
2014-07-10refactor fuse sideloading codeDoug Zongker1-5/+6
2014-07-02sideload without holding the whole package in RAMDoug Zongker1-16/+51
2012-01-18support "sideload over ADB" modeDoug Zongker1-0/+110
2012-01-10support "sideload over ADB" modeDoug Zongker1-0/+110