summaryrefslogtreecommitdiffstats
path: root/adb/adb.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cm-13.0' of https://github.com/CyanogenMod/android_system_core ...Wolfgang Wiedmeyer2016-03-181-1/+1
|\
| * Backport missing null check in "adb get-state".Elliott Hughes2015-09-011-1/+1
* | strrchr() returns const char*, so casting is necessaryWolfgang Wiedmeyer2016-01-071-3/+3
* | adb: Fix recovery_modeTom Marshall2015-12-011-4/+0
* | adb: Look for bu in /sbin when in recovery modeTom Marshall2015-10-171-0/+4
|/
* Ignore ro.adb.secure in user builds.Elliott Hughes2015-06-191-2/+2
* Add WriteFdFmt and clean up more code.Elliott Hughes2015-05-011-4/+2
* More adb buffer fixes.Elliott Hughes2015-05-011-90/+33
* Add missing 'else' to fix all devices showing up as "host".Elliott Hughes2015-04-291-2/+3
* Remove strtok from adb.Elliott Hughes2015-04-281-59/+36
* Always explain why bind(2) failed.Elliott Hughes2015-04-201-17/+16
* Show $ADB_VENDOR_KEYS if authentication fails.Elliott Hughes2015-04-161-8/+8
* Additional cleanup of start_device_log.Dan Albert2015-03-201-8/+5
* Use text based trace masks for adbd.Dan Albert2015-03-191-23/+83
* File header cleanup.Dan Albert2015-03-191-3/+4
* Move adb to C++.Dan Albert2015-03-091-0/+955