summaryrefslogtreecommitdiff
path: root/adb_client.cpp
AgeCommit message (Expand)Author
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