summaryrefslogtreecommitdiffstats
path: root/adb/adb_client.cpp
Commit message (Expand)AuthorAgeFilesLines
* adb: increase the shell command length limit.Josh Gao2017-06-161-1/+1
* adb: make `adb kill-server` wait for the server to die.Josh Gao2017-05-091-13/+21
* adb: wait for devices to come up instead of sleeping for 3s.Josh Gao2017-05-041-3/+5
* Merge "adb: fix two device offline problems."Treehugger Robot2017-04-201-7/+4
|\
| * adb: fix two device offline problems.Yabin Cui2017-04-201-7/+4
* | Fix various adb error reporting bugs.Elliott Hughes2017-04-181-7/+7
|/
* Remove unused adb_set_transport.Elliott Hughes2016-12-021-11/+1
* adb: add sysdeps/chrono.h for chrono literals on Win32.Josh Gao2016-11-161-3/+3
* Switch adb over to <chrono>.Elliott Hughes2016-11-161-3/+5
* Fix adb.Elliott Hughes2016-09-011-2/+2
* adb: allow use of arbitrary socket specs for command socket.Josh Gao2016-09-011-30/+15
* adb: add reconnect command.Yabin Cui2016-04-051-4/+7
* adb: wait for adbd to die and respawn in root/unroot.Josh Gao2016-03-041-0/+9
* adb: add adb_get_feature_set.Josh Gao2016-01-311-0/+24
* Increase the maximum shell command length to 4096ish.Josh Gao2016-01-151-1/+1
* Track rename of base/ to android-base/.Elliott Hughes2015-12-041-2/+2
* adb: fix adb client running out of sockets on WindowsSpencer Low2015-10-301-0/+7
* Fix adb -d/-e error reporting.Elliott Hughes2015-10-071-3/+2
* Explain adb client/server version mismatch better.Elliott Hughes2015-10-021-9/+8
* Adb: use VLOG() to replace D() for verbose logging.Yabin Cui2015-09-231-1/+1
* adb: clean up debug tracing a little.Yabin Cui2015-09-021-9/+9
* adb sync cleanup.Elliott Hughes2015-08-241-23/+1
* adb: start-server and kill-server error outputSpencer Low2015-08-121-2/+16
* adb: fix killing of old version of adb processSpencer Low2015-08-051-2/+3
* adb: win32: initial IPv6 support and improved Winsock error reportingSpencer Low2015-07-301-3/+4
* Report getaddrinfo failures correctly.Elliott Hughes2015-07-231-5/+14
* Merge "Recognize IPv6 addresses for "adb connect"."Elliott Hughes2015-07-211-2/+1
|\
| * Recognize IPv6 addresses for "adb connect".Elliott Hughes2015-07-211-2/+1
* | adb: logging: newlines, thread ids, error code overwritingSpencer Low2015-07-211-1/+1
|/
* Fix error handling/reporting for "adb forward" and "adb reverse".Elliott Hughes2015-05-291-7/+9
* adb: win32: fix StringPrintf format string checking of %zd and PRIu64Spencer Low2015-05-131-2/+2
* adb: win32: fix adb emu commandSpencer Low2015-05-061-30/+0
* Give enum types CamelCase names for clarity.Elliott Hughes2015-05-051-2/+2
* Add WriteFdFmt and clean up more code.Elliott Hughes2015-05-011-2/+0
* More adb buffer fixes.Elliott Hughes2015-05-011-7/+3
* More fixed-length buffer removal.Elliott Hughes2015-04-301-112/+81
* Fix Win32 build.Elliott Hughes2015-04-291-1/+1
* Move __adb_error to std::string, and improve various errors.Elliott Hughes2015-04-291-75/+69
* Support the full length of USB serial numbers.Elliott Hughes2015-04-271-28/+26
* File header cleanup.Dan Albert2015-03-191-4/+5
* adb doesn't actually use libzipfile.Elliott Hughes2015-03-131-1/+0
* Move adb to C++.Dan Albert2015-03-091-0/+363