aboutsummaryrefslogtreecommitdiff
path: root/transport.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
2021-06-21Give Connection an atransport*.Josh Gao
2021-04-29Reimplement libusb client in terms of the nonblocking API.Josh Gao
2021-03-08Retire the qemu pipe from adbdRoman Kiryanov
2020-06-25Merge "adbd: check auth id." into rvc-dev am: d389d983bcJosh Gao
2020-06-24adbd: check auth id.Josh Gao
2020-05-28adb: implement zstd compression for file sync.Josh Gao
2020-04-27adbd: avoid compiling more code in the daemon.Josh Gao
2020-04-09[adb] Don't copy features set on each get()Yurii Zubrytskyi
2020-04-02adb: add dry-run option to push/sync.Josh Gao
2020-04-02adb: implement LZ4 compression.Josh Gao
2020-03-31Move adbd's legacy USB implementation to fastboot.Josh Gao
2020-03-30Move adbd's legacy USB implementation to fastboot.Josh Gao
2020-03-26adb: implement compression for file sync.Josh Gao
2020-03-26adb: implement compression for file sync.Josh Gao
2020-03-06"track-app" service showing debuggable/profileable appsShukang Zhou
2020-02-21[adbwifi] Add A_STLS command.Joshua Duong
2019-12-18Merge "adb: fix use after free of atransport."Treehugger Robot
2019-12-18Merge "Enable "localfilesystem" UNIX domain socket for ADB."Treehugger Robot
2019-12-13adb: fix use after free of atransport.Josh Gao
2019-12-12Merge changes I6ff85723,Ia7d743d5Josh Gao
2019-12-11adb: remove atransport ref counting.Josh Gao
2019-12-04Enable "localfilesystem" UNIX domain socket for ADB.Jason Jeremy Iman
2019-11-04adbd: use libadbd_auth for authentication.Josh Gao
2019-09-16Using the correct feature name for abb_exec.Alex Buynytskyy
2019-08-13Merge "adb: use shell for remount to forward return codes."Josh Gao
2019-08-12adb: use shell for remount to forward return codes.Josh Gao
2019-08-12adb: add ls_v2.Josh Gao
2019-05-09Notify the framework when an adb key is authorizedMichael Groover
2019-03-28adb: make `adb reconnect` perform a USB reset.Josh Gao
2019-02-20adb: update symlink timestamps.Josh Gao
2019-01-30adbd: fix TCP bind address.Josh Gao
2019-01-25Add native vsock support to ADB.Cody Schuffelen
2019-01-23adbd: compile for host.Josh Gao
2019-01-18Adding new feature to adb "abb".Alex Buynytskyy
2018-12-12adb: remove incorrect use of RTTI.Josh Gao
2018-12-04adb: fix authentication when reconnecting.Josh Gao
2018-10-23Add feature flag for b/110953234 fix.Josh Gao
2018-10-23Accept apex packages as argument.Dario Freni
2018-10-19adbd: implement a nonblocking USB Connection.Josh Gao
2018-08-30adb: don't try to reconnect emulators.Josh Gao
2018-08-08adb: report connection status when we're unauthorized.Josh Gao
2018-08-02adb: delete hellish hodgepodge.Josh Gao
2018-07-25adb: fix register_socket_transport related double-closes.Josh Gao
2018-07-19adb: Remove most C-style allocationsLuis Hector Chavez
2018-06-12adb: add nonblocking fd Connection.Josh Gao
2018-05-16adb: Add a way to reconnect TCP transportsLuis Hector Chavez
2018-05-04adb: add authorizing, connecting states to transport.Josh Gao