aboutsummaryrefslogtreecommitdiff
path: root/adb_install.cpp
AgeCommit message (Expand)Author
2017-05-11Don't write to /sys/class/android_usb/android0/enable with configfs.Tao Bao
2017-05-01adb_install: Stop passing RecoveryUI as a parameter.Tao Bao
2017-02-03Replace _exit(-1) with _exit(EXIT_FAILURE).Tao Bao
2016-09-26Switch to <android-base/properties.h>.Elliott Hughes
2016-06-15Merge \"Remove an abused global so we can actually see logging.\"Elliott Hughes
2016-06-15Remove an abused global so we can actually see logging.Elliott Hughes
2016-05-20Allow recovery to return error codesTianjie Xu
2015-06-03recovery: Switch to clangTao Bao
2015-04-29Check all lseek calls succeed.Elliott Hughes
2015-04-10Switch minadb over to C++.Elliott Hughes
2015-04-08Enable printf format argument checking.Elliott Hughes
2015-04-07Rotate logs only when there are actual operationsTao Bao
2015-03-25Factor out option variables from int to bool typesTao Bao
2015-02-10recovery: Properly detect userdebug or eng buildsElliott Hughes
2014-07-10refactor fuse sideloading codeDoug Zongker
2014-07-02sideload without holding the whole package in RAMDoug Zongker
2012-01-10support "sideload over ADB" modeDoug Zongker