aboutsummaryrefslogtreecommitdiff
path: root/adb.h
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
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-06"track-app" service showing debuggable/profileable appsShukang Zhou
2020-02-21[adbwifi] Add A_STLS command.Joshua Duong
2020-01-13Remove leftover support for target-as-hostKevin Brodsky
2019-12-04Enable "localfilesystem" UNIX domain socket for ADB.Jason Jeremy Iman
2019-07-09adb: move fdevent to its own folder.Josh Gao
2019-07-08adb: move fdevent to its own folder.Josh Gao
2019-05-09Notify the framework when an adb key is authorizedMichael Groover
2019-04-26adb: Recognize rescue mode.Tao Bao
2019-04-17adb: Recognize rescue mode.Tao Bao
2019-02-25adb: increment server version.Josh Gao
2019-02-25adb: tell the client what transport it received.Josh Gao
2019-02-25adb: switch host_service_to_socket to string_view.Josh Gao
2019-02-25adb: switch handle_host_request to string_view.Josh Gao
2019-02-23Adding EXEC version of calling ABB.Alex Buynytskyy
2019-01-23adb: convert more stuff to unique_fd.Josh Gao
2019-01-07Adding Android Binder Bridge (abb) utility launched from adbd.Alex Buynytskyy
2018-12-21adb: finish switching service creation to string_view.Josh Gao
2018-12-21adb: switch daemon_service_to_fd to string_view.Josh Gao
2018-12-12adbd: add source/sink services.Josh Gao
2018-11-01adb: switch version back to 40.Josh Gao
2018-10-23Accept apex packages as argument.Dario Freni
2018-10-19adb: rationalize fatal/error logging.Elliott Hughes
2018-08-07adb: clean up handle_host_request.Josh Gao
2018-07-31adb: move list-forward, kill-forward back into handle_forward_request.Josh Gao
2018-07-25adb: split daemon services out of service_to_fd.Josh Gao
2018-07-25adb: fix register_socket_transport related double-closes.Josh Gao
2018-07-18adb: Modernize the service creationLuis Hector Chavez
2018-06-26Simplify __attribute__((__printf__)) use.Elliott Hughes
2018-05-04adb: add authorizing, connecting states to transport.Josh Gao
2018-04-13adb: fix `adb reverse` when adbd has multiple transports.Josh Gao
2018-04-11adb: switch apacket payload to a type that doesn't initialize its contents.Josh Gao
2018-03-21adb: delete vestigial SHELL_EXIT_NOTIFY_FD.Josh Gao
2018-02-21adb: switch apacket over to a std::string payload.Josh Gao
2018-02-06adb: switch asocket::enqueue to std::string.Josh Gao
2018-01-30adb: extract atransport's connection interface.Josh Gao
2017-12-14adb: disable checksum on new versionsTim Murray
2017-10-13adb: clang-format for adb.h and client/usb_windows.cppMark Salyzyn
2017-10-02adb: remove SendConnectOnHost.Josh Gao
2017-08-29Merge "adb: Use kernel aio for functionfs."Treehugger Robot
2017-08-21adb: allow selection of a specific transport.Josh Gao
2017-08-10adb: Use kernel aio for functionfs.Jerry Zhang
2017-05-04adb: wait for devices to come up instead of sleeping for 3s.Josh Gao
2017-04-20adb: fix two device offline problems.Yabin Cui
2017-02-22adb: add `adb host-features`, report libusb status.Josh Gao
2017-02-13adb: Set max socket sizes to larger values.Jerry Zhang