aboutsummaryrefslogtreecommitdiff
path: root/services.cpp
AgeCommit message (Expand)Author
2023-12-13Device speed/maxSpeed retrieval + APIFabien Sanglard
2023-09-15Merge "wait_service() needs to handle wireless/remote device(s). Currently, `...Treehugger Robot
2023-09-15wait_service() needs to handle wireless/remote device(s).Shaju Mathew
2023-09-15Removing comment/TODO (pending followup from https://android-review.git.corp....Shaju Mathew
2023-09-14adb incorrectly sends OKAY when failing to pair (requiring Studio workaround).Shaju Mathew
2023-08-30Hoisting ambiguous transport handling outside the loop.Shaju Mathew
2020-04-21adb: allow wait-for-disconnect to match offline for TCP devices.Josh Gao
2020-03-10adb: support wait-for- with multiple states.Elliott Hughes
2020-02-21[adbwifi] Add adbwifi_libs, TLS connection, and MDNS implementation.Joshua Duong
2019-05-03libbase: add ConsumePrefix/ConsumeSuffix.Elliott Hughes
2019-04-24Merge "adb: fix double close in wait-for-*."Treehugger Robot
2019-04-18adb: fix double close in wait-for-*.Josh Gao
2019-04-17adb: Recognize rescue mode.Tao Bao
2019-03-26adb: Avoid extra std::string copiesGreg Kaiser
2019-02-25adb: implement wait-for-disconnect.Josh Gao
2019-02-25adb: switch host_service_to_socket to string_view.Josh Gao
2019-01-23adb: convert more stuff to unique_fd.Josh Gao
2019-01-17Combine tcp_connect and socket_spec_connect.Cody Schuffelen
2018-12-21adb: finish switching service creation to string_view.Josh Gao
2018-07-25adb: split daemon services out of service_to_fd.Josh Gao
2018-07-25adb: use adb's unique_fd instead of android::base.Josh Gao
2018-07-25adb: move remount_service.h into daemon.Josh Gao
2018-07-25adb: split shell_service.h into client/daemon/protocol parts.Josh Gao
2018-07-25adb: split file_sync_service.h into client and daemon parts.Josh Gao
2018-07-18adb: Modernize the service creationLuis Hector Chavez
2018-07-13[adb] Modernize codebase by replacing NULL with nullptrYi Kong
2018-06-22Revert "adb: detect some spin loops and abort."Josh Gao
2018-06-18adb: detect some spin loops and abort.Josh Gao
2018-05-31adb: add remount -R for deduplicated ext4David Anderson
2018-04-13adb: fix `adb reverse` when adbd has multiple transports.Josh Gao
2018-02-19Fix a memory leakGeorge Burgess IV
2018-01-30adb: extract atransport's connection interface.Josh Gao
2017-09-28adbd: improve thread names.Josh Gao
2017-09-12adb: reboot: last boot command defaultMark Salyzyn
2017-08-21adb: add track-devices-l service.Josh Gao
2017-08-21adb: allow selection of a specific transport.Josh Gao
2017-08-15Fix a potential memory leakTing-Yuan Huang
2017-04-20Merge "adb: fix two device offline problems."Treehugger Robot
2017-04-20adb: fix two device offline problems.Yabin Cui
2017-04-17libcutils: compile with BOARD_VNDK_VERSION currentSteven Moreland
2017-04-12adb: kill adb_thread_{create, join, detach, exit}.Josh Gao
2017-03-07Add mDNS device discovery for adb clientCasey Dahlin
2017-02-13adb: Set max socket sizes to larger values.Jerry Zhang
2017-01-05adb: Fix the 'adb reboot sideload' for A/B devices.Tao Bao
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