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