aboutsummaryrefslogtreecommitdiff
path: root/adb.cpp
AgeCommit message (Expand)Author
2021-12-02adb --one-device feature.Vince Harron
2021-07-02Add test for ConnectionState to_string.Josh Gao
2021-06-21Add attach/detach support to libusb backend.Josh Gao
2021-05-03adb disconnect by mdns instance name.Joshua Duong
2021-03-18Merge "Openscreen discovery integration for adb client."Joshua Duong
2021-03-17Openscreen discovery integration for adb client.Joshua Duong
2021-03-15adb: add watchdog.Josh Gao
2020-04-27adbd: avoid compiling more code in the daemon.Josh Gao
2020-04-22[adb client] Add "mdns services" command.Joshua Duong
2020-04-22[adb client] Add "adb mdns check" command.Joshua Duong
2020-04-17adb: change mdns tls service names (RFC 6763).Joshua Duong
2020-04-09[adb] Don't copy features set on each get()Yurii Zubrytskyi
2020-04-06adb: add option to disable kill-server.Josh Gao
2020-03-30Move adbd's legacy USB implementation to fastboot.Josh Gao
2020-03-27Revert "Revert "Delay initial accept() until server initialized""Daniel Colascione
2020-02-28adbd: add runtime-configurable logging.Josh Gao
2020-02-21[adbwifi] Add A_STLS command.Joshua Duong
2019-12-04Enable "localfilesystem" UNIX domain socket for ADB.Jason Jeremy Iman
2019-11-12Revert "Delay initial accept() until server initialized"Raman Tenneti
2019-11-07Delay initial accept() until server initializedDaniel Colascione
2019-11-04adbd: use libadbd_auth for authentication.Josh Gao
2019-09-13adb: fix old host transport selection.Josh Gao
2019-08-08Merge changes I4d6bda45,I72576e1fJosh Gao
2019-08-06adb: fix transport acquisition for forward, reverse.Josh Gao
2019-05-10Merge "Notify the framework when an adb key is authorized" into qt-devMichael Groover
2019-05-09Notify the framework when an adb key is authorizedMichael Groover
2019-05-03libbase: add ConsumePrefix/ConsumeSuffix.Elliott Hughes
2019-04-26adb: Recognize rescue mode.Tao Bao
2019-04-17adb: Recognize rescue mode.Tao Bao
2019-03-28adb: make `adb reconnect` perform a USB reset.Josh Gao
2019-02-25adb: tell the client what transport it received.Josh Gao
2019-02-25adb: switch handle_host_request to string_view.Josh Gao
2019-01-25Add native vsock support to ADB.Cody Schuffelen
2018-12-27adbd: strip nulls from all service strings.Josh Gao
2018-12-21adb: finish switching service creation to string_view.Josh Gao
2018-12-21adb: switch unix_open to string_view.Josh Gao
2018-10-19adb: rationalize fatal/error logging.Elliott Hughes
2018-09-02adb: win32: fix ReportServerStartupFailureSpencer Low
2018-08-30Convert fastboot to SoongDan Willemsen
2018-08-07adb: clean up handle_host_request.Josh Gao
2018-08-06adb: actually enable fdsan.Josh Gao
2018-07-31adb: move list-forward, kill-forward back into handle_forward_request.Josh Gao
2018-07-23adb: fix forward --list, --remove(-all) with multiple devices.Josh Gao
2018-07-19adb: Remove most C-style allocationsLuis Hector Chavez
2018-07-13[adb] Modernize codebase by replacing NULL with nullptrYi Kong
2018-05-23Merge changes I465804fd,Ib5a684bb,If5e66570,I8471cc00,I8ba0a70aJosh Gao
2018-05-22adb: move towards using unique_fd.Josh Gao
2018-05-04adb: add authorizing, connecting states to transport.Josh Gao
2018-04-26adb: Add a way to distinguish between connection failures and successesLuis Hector Chavez
2018-04-19adb: don't error in handle_host_request if we can't acquire a transport.Josh Gao