summaryrefslogtreecommitdiffstats
path: root/adb/adb.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add `adb features`.Dan Albert2015-08-141-0/+7
* Add feature list to connection banner.Dan Albert2015-08-141-47/+64
* Merge "adb: improve network error info"Elliott Hughes2015-08-131-1/+1
|\
| * adb: improve network error infoSpencer Low2015-08-111-1/+1
* | adb: start-server and kill-server error outputSpencer Low2015-08-121-0/+6
* | Merge "Remove confusing variable HOST."Yabin Cui2015-08-121-5/+9
|\ \
| * | Remove confusing variable HOST.Yabin Cui2015-08-111-5/+9
| |/
* | Always include the adb version in the log.Elliott Hughes2015-08-121-0/+10
* | adb: call android::base::InitLogging even when adb tracing is disabledSpencer Low2015-08-111-8/+5
|/
* adb: win32: write ACK to separate pipe instead of stdoutSpencer Low2015-08-081-2/+16
* adb start-server: Use a separate fd for sending initial OKSiva Velusamy2015-08-071-7/+5
* adb: win32: call SystemErrorCodeToString() from more placesSpencer Low2015-08-021-9/+12
* adb: win32: Unicode path names, env vars, some console supportSpencer Low2015-07-311-6/+15
* adb: win32: initial IPv6 support and improved Winsock error reportingSpencer Low2015-07-301-2/+5
* fix adb {forward,reverse} --no-rebindSpencer Low2015-07-291-3/+3
* Increase size of the the adb packets sent over the wireTamas Berghammer2015-07-221-4/+4
* Merge "Recognize IPv6 addresses for "adb connect"."Elliott Hughes2015-07-211-18/+19
|\
| * Recognize IPv6 addresses for "adb connect".Elliott Hughes2015-07-211-18/+19
* | adb: logging: newlines, thread ids, error code overwritingSpencer Low2015-07-211-1/+1
|/
* Improve the "device '(null)' not found" error.Elliott Hughes2015-06-241-43/+32
* Ignore ro.adb.secure in user builds.Elliott Hughes2015-06-181-2/+2
* Merge "adb: win32: fix logging to adb.log"Elliott Hughes2015-06-081-2/+35
|\
| * adb: win32: fix logging to adb.logSpencer Low2015-06-021-2/+35
* | adb shouldn't trace unless told toPaul Lawrence2015-06-051-0/+7
* | Merge "adb: fix adb_close() vs. unix_close() usage"Elliott Hughes2015-06-041-1/+1
|\ \ | |/ |/|
| * adb: fix adb_close() vs. unix_close() usageSpencer Low2015-05-221-1/+1
* | Fix error handling/reporting for "adb forward" and "adb reverse".Elliott Hughes2015-05-291-34/+30
|/
* Improve logging.Dan Albert2015-05-211-12/+33
* Clean up adb_trace_init.Dan Albert2015-05-211-51/+33
* Make connection states a proper type.Dan Albert2015-05-181-19/+19
* Revert "Revert "Split adb_main.cpp into client and daemon.""Dan Albert2015-05-081-5/+4
* Revert "Split adb_main.cpp into client and daemon."Dan Albert2015-05-081-4/+5
* Split adb_main.cpp into client and daemon.Dan Albert2015-05-081-5/+4
* Add some missing 'const's.Elliott Hughes2015-05-071-3/+3
* Give enum types CamelCase names for clarity.Elliott Hughes2015-05-051-9/+9
* 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-271-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