summaryrefslogtreecommitdiffstats
path: root/adb/services.cpp
Commit message (Expand)AuthorAgeFilesLines
* adb: factor out socket specification.Josh Gao2016-08-251-29/+6
* Merge "adb: add reconnect command."Yabin Cui2016-04-161-0/+9
|\
| * adb: add reconnect command.Yabin Cui2016-04-051-0/+9
* | adb: add support for 'wait-for-any'.Josh Gao2016-04-131-1/+3
|/
* adb: use TCP keepalive.David Pursell2016-02-231-0/+5
* adb: detect when the client disconnects in wait-for-device.Josh Gao2016-02-191-2/+12
* adb: make adb_thread_func_t return void, add adb_thread_exit.Josh Gao2016-02-121-3/+1
* base: add network address parsing function from adb.David Pursell2016-01-211-1/+2
* WA: Fix adb wait-for-device commandLeo Sartre2016-01-051-2/+3
* adb host: add device state in "adb wait-for-*"Leo Sartre2015-12-161-28/+29
* Track rename of base/ to android-base/.Elliott Hughes2015-12-041-3/+3
* Pass $TERM to the device.Elliott Hughes2015-11-161-9/+11
* adb: run reverse_service() in main thread.Yabin Cui2015-11-021-17/+12
* Fix adb -d/-e error reporting.Elliott Hughes2015-10-071-10/+18
* adb: put legacy shell: service back in.David Pursell2015-09-301-17/+22
* Adb: use VLOG() to replace D() for verbose logging.Yabin Cui2015-09-231-1/+1
* adb: add -Tt options to `adb shell`.David Pursell2015-09-221-9/+35
* adb: implement shell protocol.David Pursell2015-09-111-11/+12
* adb: move shell service to a separate file.David Pursell2015-09-041-222/+8
* adb: clean up debug tracing a little.Yabin Cui2015-09-021-19/+19
* adb: set thread names (linux & mac)Siva Velusamy2015-08-311-0/+1
* adb sync cleanup.Elliott Hughes2015-08-241-10/+6
* adb: Fix PTY logic for non-interactive shells.David Pursell2015-08-121-10/+34
* Remove confusing variable HOST.Yabin Cui2015-08-111-2/+2
* adb: win32: initial IPv6 support and improved Winsock error reportingSpencer Low2015-07-301-1/+2
* Use _WIN32 rather than HAVE_WINSOCK.Elliott Hughes2015-07-291-1/+1
* Report getaddrinfo failures correctly.Elliott Hughes2015-07-231-6/+10
* "adb tcpip" should require a numeric argument.Elliott Hughes2015-07-211-1/+1
* Merge "Recognize IPv6 addresses for "adb connect"."Elliott Hughes2015-07-211-20/+13
|\
| * Recognize IPv6 addresses for "adb connect".Elliott Hughes2015-07-211-20/+13
* | adb: logging: newlines, thread ids, error code overwritingSpencer Low2015-07-211-2/+2
|/
* Improve the "device '(null)' not found" error.Elliott Hughes2015-06-241-1/+1
* adb: fix adb_close() vs. unix_close() usageSpencer Low2015-05-221-8/+8
* Make connection states a proper type.Dan Albert2015-05-181-4/+4
* Make pty raw in adb shell when non-interactive.Dan Albert2015-05-151-27/+37
* adb: Do not share memory between multiple threadAlan Jeon2015-05-111-6/+8
* Simplify adb_thread_create.Elliott Hughes2015-05-051-4/+2
* Give enum types CamelCase names for clarity.Elliott Hughes2015-05-051-23/+16
* Add WriteFdFmt and clean up more code.Elliott Hughes2015-05-011-39/+16
* More adb buffer fixes.Elliott Hughes2015-05-011-75/+60
* Add missing null checks after allocations.Elliott Hughes2015-04-211-0/+4
* Use escape_arg in "adb backup".Elliott Hughes2015-04-171-13/+4
* Remove yet more fixed-length buffers (and their overruns).Elliott Hughes2015-04-171-2/+2
* Merge "Remove extern "C" barriers to using C++."Elliott Hughes2015-04-171-2/+0
|\
| * Remove extern "C" barriers to using C++.Elliott Hughes2015-04-171-2/+0
* | Show $ADB_VENDOR_KEYS if authentication fails.Elliott Hughes2015-04-161-4/+4
|/
* adb: Add option to reboot into sideload mode in recoveryTao Bao2015-03-311-14/+56
* File header cleanup.Dan Albert2015-03-191-3/+4
* Revert "Revert "adb: support /oem partition""Elliott Hughes2015-03-161-0/+1
* Move adb to C++.Dan Albert2015-03-091-0/+690