summaryrefslogtreecommitdiffstats
path: root/adb/adb.cpp
Commit message (Expand)AuthorAgeFilesLines
* adb: remove SendConnectOnHost.Josh Gao2017-10-021-14/+1
* adb: allow selection of a specific transport.Josh Gao2017-08-211-13/+21
* Give a clear error message if we can't start the server.Elliott Hughes2017-06-201-7/+26
* adb: reunregress waiting for device on start-server.Josh Gao2017-05-311-0/+4
* Add host feature for `push --sync` support.Dan Albert2017-05-231-0/+1
* adb: silence noise.Josh Gao2017-05-121-6/+0
* Merge changes I394f5782,I9475f5d0,I59707186Josh Gao2017-05-101-7/+4
|\
| * adb: make `adb kill-server` wait for the server to die.Josh Gao2017-05-091-7/+4
* | Show the "platform tools" version in adb/fastboot --version.Elliott Hughes2017-05-091-2/+2
|/
* adb: wait for devices to come up instead of sleeping for 3s.Josh Gao2017-05-041-4/+51
* Merge "adb: fix two device offline problems."Treehugger Robot2017-04-201-27/+36
|\
| * adb: fix two device offline problems.Yabin Cui2017-04-201-27/+36
* | Fix various adb error reporting bugs.Elliott Hughes2017-04-181-25/+23
|/
* Show install path in "adb --version" and "fastboot --version".Elliott Hughes2017-03-301-4/+6
* adb: add `adb host-features`, report libusb status.Josh Gao2017-02-221-0/+12
* adb: add libusb implementation for Linux/Darwin.Josh Gao2017-01-251-1/+2
* Switch adb over to <chrono>.Elliott Hughes2016-11-161-1/+4
* adb: add `adb reconnect offline` to reconnect offline devices.Josh Gao2016-10-271-0/+25
* adb: rationalize types.Josh Gao2016-10-061-0/+12
* adb: split up adb_auth.cpp.Josh Gao2016-10-061-13/+25
* Switch adb to <android-base/properties.h>.Elliott Hughes2016-09-261-6/+4
* adb: allow use of arbitrary socket specs for command socket.Josh Gao2016-09-011-8/+5
* Add android::base::GetExecutablePath, switch adb and fastboot over.Elliott Hughes2016-09-011-6/+7
* adb: increase the authentication throttling limit.Josh Gao2016-08-221-1/+1
* Clean up key handling in adb.Elliott Hughes2016-08-111-11/+3
* Remove unnecessary ARRAY_SIZE macros.Elliott Hughes2016-06-281-2/+0
* Minor adb style fixes.Elliott Hughes2016-06-151-9/+10
* adb: replace failing exits in adbd with abort().Josh Gao2016-05-141-8/+21
* adb: support forwarding TCP port 0.David Pursell2016-05-091-3/+10
* Merge "adb: add reconnect command."Yabin Cui2016-04-161-0/+7
|\
| * adb: add reconnect command.Yabin Cui2016-04-051-0/+7
* | Switch fs_mgr and adb to libcrypto_utils.Mattias Nissler2016-04-121-1/+2
|/
* adb: setsid() for adb host server.Yabin Cui2016-02-091-2/+0
* adb: win32: fix start-server to properly display UTF-8 on the consoleSpencer Low2016-02-031-21/+64
* base: add SystemErrorCodeToString() function.David Pursell2016-02-011-9/+10
* base: add network address parsing function from adb.David Pursell2016-01-211-1/+2
* Increase the maximum shell command length to 4096ish.Josh Gao2016-01-151-2/+1
* Track rename of base/ to android-base/.Elliott Hughes2015-12-041-4/+4
* adb: fix adb client running out of sockets on WindowsSpencer Low2015-10-301-3/+5
* Use const auto&/auto&& in adb.Elliott Hughes2015-10-071-1/+1
* Fix adb -d/-e error reporting.Elliott Hughes2015-10-071-18/+30
* adb: detect sockets in CLOSE_WAIT state to prevent socket leak on linux.Yabin Cui2015-09-301-0/+5
* adb: fix adbd feature parsing for no features.David Pursell2015-09-251-0/+4
* Adb: use VLOG() to replace D() for verbose logging.Yabin Cui2015-09-231-140/+1
* adb: add -Tt options to `adb shell`.David Pursell2015-09-221-19/+3
* Merge "Add unit tests for local socket."Yabin Cui2015-09-171-1/+4
|\
| * Add unit tests for local socket.Yabin Cui2015-09-161-1/+4
* | adb: win32: fix regression on older versions of WindowsSpencer Low2015-09-161-17/+26
|/
* adb: move adb to poll.Yabin Cui2015-09-151-0/+1
* adb: implement shell protocol.David Pursell2015-09-111-1/+1