- 5703eb3 adb --one-device feature. by Vince Harron · 3 years, 1 month ago
- 6256d99 Add test for ConnectionState to_string. by Josh Gao · 3 years, 7 months ago
- 8e7c972 Add attach/detach support to libusb backend. by Josh Gao · 3 years, 6 months ago
- 7852ca4 Give Connection an atransport*. by Josh Gao · 3 years, 6 months ago
- f2d6af5 Reimplement libusb client in terms of the nonblocking API. by Josh Gao · 3 years, 8 months ago
- 24db172 Retire the qemu pipe from adbd by Roman Kiryanov · 3 years, 10 months ago
- cb17530 Merge "adbd: check auth id." into rvc-dev am: d389d983bc by Josh Gao · 4 years, 6 months ago
- 887ab01 adbd: check auth id. by Josh Gao · 4 years, 6 months ago
- bdebc9b adb: implement zstd compression for file sync. by Josh Gao · 4 years, 7 months ago
- 65d18e2 adbd: avoid compiling more code in the daemon. by Josh Gao · 4 years, 8 months ago
- 816c2d2 [adb] Don't copy features set on each get() by Yurii Zubrytskyi · 4 years, 9 months ago
- 8a410a0 adb: add dry-run option to push/sync. by Josh Gao · 4 years, 9 months ago
- fb386cc adb: implement LZ4 compression. by Josh Gao · 4 years, 9 months ago
- d44aa24 Move adbd's legacy USB implementation to fastboot. by Josh Gao · 4 years, 9 months ago
- 6b55e75 Move adbd's legacy USB implementation to fastboot. by Josh Gao · 4 years, 9 months ago
- c68714a adb: implement compression for file sync. by Josh Gao · 4 years, 10 months ago
- 2f0f9eb adb: implement compression for file sync. by Josh Gao · 4 years, 10 months ago
- 420ad55 "track-app" service showing debuggable/profileable apps by Shukang Zhou · 4 years, 11 months ago
- 64fab75 [adbwifi] Add A_STLS command. by Joshua Duong · 5 years ago
- 9d65321 Merge "adb: fix use after free of atransport." by Treehugger Robot · 5 years ago
- 8de1dcd Merge "Enable "localfilesystem" UNIX domain socket for ADB." by Treehugger Robot · 5 years ago
- e490fbb adb: fix use after free of atransport. by Josh Gao · 5 years ago
- 26fdced Merge changes I6ff85723,Ia7d743d5 by Josh Gao · 5 years ago
- 14ed9f9 adb: remove atransport ref counting. by Josh Gao · 5 years ago
- 8461387 Enable "localfilesystem" UNIX domain socket for ADB. by Jason Jeremy Iman · 5 years ago
- 7cac88a adbd: use libadbd_auth for authentication. by Josh Gao · 5 years ago
- bdff85c Using the correct feature name for abb_exec. by Alex Buynytskyy · 5 years ago
- d098ed7 Merge "adb: use shell for remount to forward return codes." am: c21a923a67 by Josh Gao · 5 years ago
- f764d57 adb: use shell for remount to forward return codes. by Josh Gao · 5 years ago
- 7b08307 adb: add ls_v2. by Josh Gao · 5 years ago
- 02b7427 Notify the framework when an adb key is authorized by Michael Groover · 6 years ago
- 3a2172b adb: make `adb reconnect` perform a USB reset. by Josh Gao · 6 years ago
- 9eeb9f7 adb: update symlink timestamps. by Josh Gao · 6 years ago
- 80e8192 adbd: fix TCP bind address. by Josh Gao · 6 years ago
- 637aaf5 Add native vsock support to ADB. by Cody Schuffelen · 6 years ago
- 0560feb adbd: compile for host. by Josh Gao · 6 years ago
- e1fa814 Adding new feature to adb "abb". by Alex Buynytskyy · 6 years ago
- 68f2c38 adb: remove incorrect use of RTTI. by Josh Gao · 6 years ago
- eb65652 adb: fix authentication when reconnecting. by Josh Gao · 6 years ago
- 281aab7 Add feature flag for b/110953234 fix. by Josh Gao · 6 years ago
- dcb4c36 Accept apex packages as argument. by Dario Freni · 6 years ago
- 3a34bc5 adbd: implement a nonblocking USB Connection. by Josh Gao · 6 years ago
- d24580d adb: don't try to reconnect emulators. by Josh Gao · 6 years ago
- 597044d adb: report connection status when we're unauthorized. by Josh Gao · 6 years ago
- a3a7147 adb: delete hellish hodgepodge. by Josh Gao · 6 years ago
- fa3107e adb: fix register_socket_transport related double-closes. by Josh Gao · 6 years ago
- b4edbdf adb: Remove most C-style allocations by Luis Hector Chavez · 6 years ago
- 1e41fda adb: add nonblocking fd Connection. by Josh Gao · 7 years ago
- 0aeda10 adb: Add a way to reconnect TCP transports by Luis Hector Chavez · 7 years ago
- 7a7c5cb adb: add authorizing, connecting states to transport. by Josh Gao · 7 years ago
- 3c7881d adb: Make the Connection object a std::shared_ptr by Luis Hector Chavez · 7 years ago
- da74b90 adb: Add a way to distinguish between connection failures and successes by Luis Hector Chavez · 7 years ago
- 13781e8 adb: don't abort when connecting to the same address twice. by Josh Gao · 7 years ago
- 3cd03be adb: remove meaningless const. by Josh Gao · 7 years ago
- 715fe60 adb: convert Connection to a nonblocking interface. by Josh Gao · 7 years ago
- 395b86a adb: extract atransport's connection interface. by Josh Gao · 7 years ago
- ee7b44d adb: disable checksum on new versions by Tim Murray · 7 years ago
- ef704a1 adb: remove SendConnectOnHost. by Josh Gao · 8 years ago
- 6e0ed55 adb: partially revert 3cf1b36e. by Josh Gao · 7 years ago
- 4d29974 Revert "adb: fix deadlock between transport_unref and usb_close." by Josh Gao · 7 years ago
- 3212463 adb: add track-devices-l service. by Josh Gao · 7 years ago
- b39e415 adb: allow selection of a specific transport. by Josh Gao · 7 years ago
- e44e983 adb: fix deadlock between transport_unref and usb_close. by Josh Gao · 8 years ago
- 27983bc Add host feature for `push --sync` support. by Dan Albert · 8 years ago
- 67b683a adb: boolify check_header and check_data. by Josh Gao · 8 years ago
- 165460f adb: move all cleanup to a function with defined ordering. by Josh Gao · 8 years ago
- 1e3bf73 adb: wait for devices to come up instead of sleeping for 3s. by Josh Gao · 8 years ago
- 3cf1b36 adb: fix two device offline problems. by Yabin Cui · 8 years ago
- 3122cdf Add mDNS device discovery for adb client by Casey Dahlin · 9 years ago
- 210b63f adb: add `adb host-features`, report libusb status. by Josh Gao · 8 years ago
- a2cf375 Revert "Revert "adb: extend sync protocol's stat support."" by Josh Gao · 8 years ago
- 31a96f7 Revert "adb: extend sync protocol's stat support." by Josh Gao · 8 years ago
- 25a992e adb: extend sync protocol's stat support. by Josh Gao · 8 years ago
- 4e56250 adb: add `adb reconnect offline` to reconnect offline devices. by Josh Gao · 8 years ago
- 67ac379 adb: rationalize types. by Josh Gao · 8 years ago
- eac2058 adb: split up adb_auth.cpp. by Josh Gao · 8 years ago
- 22cb70b adb: add support for vendor key directories. by Josh Gao · 8 years ago
- 801066a Clean up key handling in adb. by Elliott Hughes · 8 years ago
- f401ead adb: retry connecting disconnected emulators instead of always looping. by Yabin Cui · 9 years ago
- f2a9f9b Fix kick_transport test. by Yabin Cui · 9 years ago
- c929c6f adb: relax serial matching rules. by David Pursell · 9 years ago
- 7a8c7cb adb: fix leak of framework_fd. by Josh Gao · 9 years ago
- 6e5c7eb adb: add help text for USB permission errors. by David Pursell · 9 years ago
- 1e2f7dc use new cmd command by Todd Kennedy · 9 years ago
- 67943d1 Fix adb -d/-e error reporting. by Elliott Hughes · 9 years ago
- 22fc5e9 adb: put legacy shell: service back in. by David Pursell · 9 years ago
- a07dbad adb: add -Tt options to `adb shell`. by David Pursell · 9 years ago
- 8da19a4 adb: implement shell protocol. by David Pursell · 9 years ago
- 2d4c198 adb: clean up transport disconnect operations. by Yabin Cui · 9 years ago
- 4d64fd8 adb: disconnect: fix write-after-free memory corruption and crash. by Yabin Cui · 9 years ago
- be8e54b Add feature list to connection banner. by Dan Albert · 10 years ago
- a1c60c0 Increase size of the the adb packets sent over the wire by Tamas Berghammer · 9 years ago
- 9a50f4c Make connection states a proper type. by Dan Albert · 10 years ago
- 3aec2ba Give enum types CamelCase names for clarity. by Elliott Hughes · 10 years ago
- 88b4c85 More adb buffer fixes. by Elliott Hughes · 10 years ago
- ab88242 Show $ADB_VENDOR_KEYS if authentication fails. by Elliott Hughes · 10 years ago
- f30d73c Move adb to C++. by Dan Albert · 10 years ago
- 66a91b0 Test readx/writex (now renamed). by Dan Albert · 10 years ago
- b302d12 Move transport declarations into transport.h. by Dan Albert · 10 years ago
- 020292b Move the listener code into its own file. by Dan Albert · 10 years ago