summaryrefslogtreecommitdiffstats
path: root/adb/adb.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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