summaryrefslogtreecommitdiff
path: root/adb_client.cpp
AgeCommit message (Expand)Author
2016-11-16adb: add sysdeps/chrono.h for chrono literals on Win32.Josh Gao
2016-11-16Switch adb over to <chrono>.Elliott Hughes
2016-09-01Fix adb.Elliott Hughes
2016-09-01adb: allow use of arbitrary socket specs for command socket.Josh Gao
2016-04-05adb: add reconnect command.Yabin Cui
2016-03-04adb: wait for adbd to die and respawn in root/unroot.Josh Gao
2016-01-31adb: add adb_get_feature_set.Josh Gao
2016-01-15Increase the maximum shell command length to 4096ish.Josh Gao
2015-12-04Track rename of base/ to android-base/.Elliott Hughes
2015-10-30adb: fix adb client running out of sockets on WindowsSpencer Low
2015-10-07Fix adb -d/-e error reporting.Elliott Hughes
2015-10-02Explain adb client/server version mismatch better.Elliott Hughes
2015-09-23Adb: use VLOG() to replace D() for verbose logging.Yabin Cui
2015-09-02adb: clean up debug tracing a little.Yabin Cui
2015-08-24adb sync cleanup.Elliott Hughes
2015-08-12adb: start-server and kill-server error outputSpencer Low
2015-08-05adb: fix killing of old version of adb processSpencer Low
2015-07-30adb: win32: initial IPv6 support and improved Winsock error reportingSpencer Low
2015-07-23Report getaddrinfo failures correctly.Elliott Hughes
2015-07-21Merge "Recognize IPv6 addresses for "adb connect"."Elliott Hughes
2015-07-21Recognize IPv6 addresses for "adb connect".Elliott Hughes
2015-07-21adb: logging: newlines, thread ids, error code overwritingSpencer Low
2015-05-29Fix error handling/reporting for "adb forward" and "adb reverse".Elliott Hughes
2015-05-13adb: win32: fix StringPrintf format string checking of %zd and PRIu64Spencer Low
2015-05-06adb: win32: fix adb emu commandSpencer Low
2015-05-05Give enum types CamelCase names for clarity.Elliott Hughes
2015-05-01Add WriteFdFmt and clean up more code.Elliott Hughes
2015-05-01More adb buffer fixes.Elliott Hughes
2015-04-30More fixed-length buffer removal.Elliott Hughes
2015-04-29Fix Win32 build.Elliott Hughes
2015-04-29Move __adb_error to std::string, and improve various errors.Elliott Hughes
2015-04-27Support the full length of USB serial numbers.Elliott Hughes
2015-03-19File header cleanup.Dan Albert
2015-03-13adb doesn't actually use libzipfile.Elliott Hughes
2015-03-09Move adb to C++.Dan Albert