summaryrefslogtreecommitdiffstats
path: root/adb/services.cpp
Commit message (Expand)AuthorAgeFilesLines
* adb: convert more stuff to unique_fd.Josh Gao2019-01-231-18/+12
* Combine tcp_connect and socket_spec_connect.Cody Schuffelen2019-01-171-5/+4
* adb: finish switching service creation to string_view.Josh Gao2018-12-211-1/+1
* adb: split daemon services out of service_to_fd.Josh Gao2018-07-251-233/+4
* adb: use adb's unique_fd instead of android::base.Josh Gao2018-07-251-17/+15
* adb: move remount_service.h into daemon.Josh Gao2018-07-251-1/+1
* adb: split shell_service.h into client/daemon/protocol parts.Josh Gao2018-07-251-1/+1
* adb: split file_sync_service.h into client and daemon parts.Josh Gao2018-07-251-1/+1
* adb: Modernize the service creationLuis Hector Chavez2018-07-181-125/+110
* [adb] Modernize codebase by replacing NULL with nullptrYi Kong2018-07-131-4/+4
* Revert "adb: detect some spin loops and abort."Josh Gao2018-06-221-25/+0
* adb: detect some spin loops and abort.Josh Gao2018-06-181-0/+25
* adb: add remount -R for deduplicated ext4David Anderson2018-05-311-1/+3
* adb: fix `adb reverse` when adbd has multiple transports.Josh Gao2018-04-131-6/+5
* Fix a memory leakGeorge Burgess IV2018-02-191-0/+1
* adb: extract atransport's connection interface.Josh Gao2018-01-301-8/+0
* adbd: improve thread names.Josh Gao2017-09-281-18/+21
* adb: reboot: last boot command defaultMark Salyzyn2017-09-121-0/+1
* adb: add track-devices-l service.Josh Gao2017-08-211-1/+3
* adb: allow selection of a specific transport.Josh Gao2017-08-211-3/+6
* Fix a potential memory leakTing-Yuan Huang2017-08-151-1/+7
* Merge "adb: fix two device offline problems."Treehugger Robot2017-04-201-1/+1
|\
| * adb: fix two device offline problems.Yabin Cui2017-04-201-1/+1
* | libcutils: compile with BOARD_VNDK_VERSION currentSteven Moreland2017-04-171-1/+1
|/
* adb: kill adb_thread_{create, join, detach, exit}.Josh Gao2017-04-121-7/+3
* Add mDNS device discovery for adb clientCasey Dahlin2017-03-071-39/+0
* adb: Set max socket sizes to larger values.Jerry Zhang2017-02-131-0/+9
* adb: Fix the 'adb reboot sideload' for A/B devices.Tao Bao2017-01-051-11/+7
* adb: use __android_log_is_debuggable()Mark Salyzyn2016-10-141-2/+3
* Switch adb to <android-base/properties.h>.Elliott Hughes2016-09-261-20/+9
* 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