summaryrefslogtreecommitdiffstats
path: root/adb/transport.h
Commit message (Expand)AuthorAgeFilesLines
* adb: make `adb reconnect` perform a USB reset.Josh Gao2019-03-281-3/+14
* adb: update symlink timestamps.Josh Gao2019-02-201-0/+2
* adbd: fix TCP bind address.Josh Gao2019-01-301-1/+2
* Add native vsock support to ADB.Cody Schuffelen2019-01-251-1/+2
* adbd: compile for host.Josh Gao2019-01-231-0/+10
* Adding new feature to adb "abb".Alex Buynytskyy2019-01-181-0/+2
* adb: remove incorrect use of RTTI.Josh Gao2018-12-121-0/+7
* adb: fix authentication when reconnecting.Josh Gao2018-12-041-0/+1
* Add feature flag for b/110953234 fix.Josh Gao2018-10-231-2/+4
* Accept apex packages as argument.Dario Freni2018-10-231-0/+2
* adbd: implement a nonblocking USB Connection.Josh Gao2018-10-191-0/+1
* adb: don't try to reconnect emulators.Josh Gao2018-08-301-5/+10
* adb: report connection status when we're unauthorized.Josh Gao2018-08-081-2/+2
* adb: delete hellish hodgepodge.Josh Gao2018-08-021-1/+1
* adb: fix register_socket_transport related double-closes.Josh Gao2018-07-251-1/+1
* adb: Remove most C-style allocationsLuis Hector Chavez2018-07-191-6/+6
* adb: add nonblocking fd Connection.Josh Gao2018-06-121-0/+2
* adb: Add a way to reconnect TCP transportsLuis Hector Chavez2018-05-161-4/+20
* adb: add authorizing, connecting states to transport.Josh Gao2018-05-041-1/+1
* adb: Make the Connection object a std::shared_ptrLuis Hector Chavez2018-04-261-3/+13
* adb: Add a way to distinguish between connection failures and successesLuis Hector Chavez2018-04-261-3/+47
* adb: don't abort when connecting to the same address twice.Josh Gao2018-04-031-4/+6
* adb: remove meaningless const.Josh Gao2018-03-051-2/+2
* adb: convert Connection to a nonblocking interface.Josh Gao2018-03-051-12/+64
* adb: extract atransport's connection interface.Josh Gao2018-01-301-29/+49
* adb: disable checksum on new versionsTim Murray2017-12-141-2/+3
* adb: remove SendConnectOnHost.Josh Gao2017-10-021-2/+0
* adb: partially revert b5e11415.Josh Gao2017-09-131-1/+0
* Revert "adb: fix deadlock between transport_unref and usb_close."Josh Gao2017-09-131-2/+2
* adb: add track-devices-l service.Josh Gao2017-08-211-1/+1
* adb: allow selection of a specific transport.Josh Gao2017-08-211-10/+12
* adb: fix deadlock between transport_unref and usb_close.Josh Gao2017-06-071-2/+2
* Add host feature for `push --sync` support.Dan Albert2017-05-231-0/+2
* adb: boolify check_header and check_data.Josh Gao2017-05-181-2/+2
* adb: move all cleanup to a function with defined ordering.Josh Gao2017-05-091-0/+1
* adb: wait for devices to come up instead of sleeping for 3s.Josh Gao2017-05-041-0/+4
* adb: fix two device offline problems.Yabin Cui2017-04-201-6/+18
* Add mDNS device discovery for adb clientCasey Dahlin2017-03-071-0/+4
* adb: add `adb host-features`, report libusb status.Josh Gao2017-02-221-0/+2
* Revert "Revert "adb: extend sync protocol's stat support.""Josh Gao2016-12-051-0/+1
* Revert "adb: extend sync protocol's stat support."Josh Gao2016-12-051-1/+0
* adb: extend sync protocol's stat support.Josh Gao2016-11-301-0/+1
* adb: add `adb reconnect offline` to reconnect offline devices.Josh Gao2016-10-271-1/+2
* adb: rationalize types.Josh Gao2016-10-061-1/+1
* adb: split up adb_auth.cpp.Josh Gao2016-10-061-0/+4
* adb: add support for vendor key directories.Josh Gao2016-08-191-2/+3
* Clean up key handling in adb.Elliott Hughes2016-08-111-1/+7
* adb: retry connecting disconnected emulators instead of always looping.Yabin Cui2016-05-241-1/+17
* Fix kick_transport test.Yabin Cui2016-04-181-2/+10
* adb: relax serial matching rules.David Pursell2016-03-021-0/+15