summaryrefslogtreecommitdiff
path: root/services.cpp
AgeCommit message (Expand)Author
2016-10-14adb: use __android_log_is_debuggable()Mark Salyzyn
2016-09-26Switch adb to <android-base/properties.h>.Elliott Hughes
2016-08-25adb: factor out socket specification.Josh Gao
2016-04-16Merge "adb: add reconnect command."Yabin Cui
2016-04-13adb: add support for 'wait-for-any'.Josh Gao
2016-04-05adb: add reconnect command.Yabin Cui
2016-02-23adb: use TCP keepalive.David Pursell
2016-02-19adb: detect when the client disconnects in wait-for-device.Josh Gao
2016-02-12adb: make adb_thread_func_t return void, add adb_thread_exit.Josh Gao
2016-01-21base: add network address parsing function from adb.David Pursell
2016-01-05WA: Fix adb wait-for-device commandLeo Sartre
2015-12-16adb host: add device state in "adb wait-for-*"Leo Sartre
2015-12-04Track rename of base/ to android-base/.Elliott Hughes
2015-11-16Pass $TERM to the device.Elliott Hughes
2015-11-02adb: run reverse_service() in main thread.Yabin Cui
2015-10-07Fix adb -d/-e error reporting.Elliott Hughes
2015-09-30adb: put legacy shell: service back in.David Pursell
2015-09-23Adb: use VLOG() to replace D() for verbose logging.Yabin Cui
2015-09-22adb: add -Tt options to `adb shell`.David Pursell
2015-09-11adb: implement shell protocol.David Pursell
2015-09-04adb: move shell service to a separate file.David Pursell
2015-09-02adb: clean up debug tracing a little.Yabin Cui
2015-08-31adb: set thread names (linux & mac)Siva Velusamy
2015-08-24adb sync cleanup.Elliott Hughes
2015-08-12adb: Fix PTY logic for non-interactive shells.David Pursell
2015-08-11Remove confusing variable HOST.Yabin Cui
2015-07-30adb: win32: initial IPv6 support and improved Winsock error reportingSpencer Low
2015-07-29Use _WIN32 rather than HAVE_WINSOCK.Elliott Hughes
2015-07-23Report getaddrinfo failures correctly.Elliott Hughes
2015-07-21"adb tcpip" should require a numeric argument.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-06-24Improve the "device '(null)' not found" error.Elliott Hughes
2015-05-22adb: fix adb_close() vs. unix_close() usageSpencer Low
2015-05-18Make connection states a proper type.Dan Albert
2015-05-15Make pty raw in adb shell when non-interactive.Dan Albert
2015-05-11adb: Do not share memory between multiple threadAlan Jeon
2015-05-05Simplify adb_thread_create.Elliott Hughes
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-21Add missing null checks after allocations.Elliott Hughes
2015-04-17Use escape_arg in "adb backup".Elliott Hughes
2015-04-17Remove yet more fixed-length buffers (and their overruns).Elliott Hughes
2015-04-17Merge "Remove extern "C" barriers to using C++."Elliott Hughes
2015-04-17Remove extern "C" barriers to using C++.Elliott Hughes
2015-04-16Show $ADB_VENDOR_KEYS if authentication fails.Elliott Hughes
2015-03-31adb: Add option to reboot into sideload mode in recoveryTao Bao
2015-03-19File header cleanup.Dan Albert