summaryrefslogtreecommitdiffstats
path: root/adb/services.cpp
Commit message (Expand)AuthorAgeFilesLines
* adb: Fix compilation issueSteve Kondik2015-10-181-2/+1
* adb: Allow configuring the adb shell with a persistent property.rbox2015-10-171-1/+6
* adb: Fix compilation warningSteve Kondik2015-10-171-0/+2
* adb: Look for bu in /sbin when in recovery modeTom Marshall2015-10-171-2/+11
* fix up adb to prefer /sbin/sh if it existsKoushik K. Dutta2015-10-171-2/+14
* adb: Add a few more wait-for commandsSteve Kondik2015-10-171-0/+6
* adb: Add "wait-for-sideload" commandSteve Kondik2015-10-171-0/+3
* adbd: Disable "adb root" by system property (2/3)Steve Kondik2015-10-171-0/+13
* Add WriteFdFmt and clean up more code.Elliott Hughes2015-05-011-39/+16
* More adb buffer fixes.Elliott Hughes2015-05-011-75/+60
* Add missing null checks after allocations.Elliott Hughes2015-04-211-0/+4
* Use escape_arg in "adb backup".Elliott Hughes2015-04-171-13/+4
* Remove yet more fixed-length buffers (and their overruns).Elliott Hughes2015-04-171-2/+2
* Merge "Remove extern "C" barriers to using C++."Elliott Hughes2015-04-171-2/+0
|\
| * Remove extern "C" barriers to using C++.Elliott Hughes2015-04-171-2/+0
* | Show $ADB_VENDOR_KEYS if authentication fails.Elliott Hughes2015-04-161-4/+4
|/
* adb: Add option to reboot into sideload mode in recoveryTao Bao2015-03-311-14/+56
* File header cleanup.Dan Albert2015-03-191-3/+4
* Revert "Revert "adb: support /oem partition""Elliott Hughes2015-03-161-0/+1
* Move adb to C++.Dan Albert2015-03-091-0/+690