summaryrefslogtreecommitdiffstats
path: root/adb/adb.cpp
Commit message (Expand)AuthorAgeFilesLines
* adb: Recognize rescue mode.Tao Bao2019-04-261-0/+3
* adb: make `adb reconnect` perform a USB reset.Josh Gao2019-03-281-2/+2
* adb: tell the client what transport it received.Josh Gao2019-02-251-39/+64
* adb: switch handle_host_request to string_view.Josh Gao2019-02-251-41/+46
* Add native vsock support to ADB.Cody Schuffelen2019-01-251-1/+3
* adbd: strip nulls from all service strings.Josh Gao2018-12-271-0/+5
* adb: finish switching service creation to string_view.Josh Gao2018-12-211-3/+3
* adb: switch unix_open to string_view.Josh Gao2018-12-211-1/+1
* adb: rationalize fatal/error logging.Elliott Hughes2018-10-191-34/+1
* adb: win32: fix ReportServerStartupFailureSpencer Low2018-09-021-3/+3
* Convert fastboot to SoongDan Willemsen2018-08-301-2/+4
* adb: clean up handle_host_request.Josh Gao2018-08-071-25/+36
* adb: actually enable fdsan.Josh Gao2018-08-061-0/+4
* adb: move list-forward, kill-forward back into handle_forward_request.Josh Gao2018-07-311-36/+48
* adb: fix forward --list, --remove(-all) with multiple devices.Josh Gao2018-07-231-20/+21
* adb: Remove most C-style allocationsLuis Hector Chavez2018-07-191-18/+9
* [adb] Modernize codebase by replacing NULL with nullptrYi Kong2018-07-131-1/+1
* Merge changes I465804fd,Ib5a684bb,If5e66570,I8471cc00,I8ba0a70aJosh Gao2018-05-231-9/+7
|\
| * adb: move towards using unique_fd.Josh Gao2018-05-221-9/+7
* | adb: add authorizing, connecting states to transport.Josh Gao2018-05-041-9/+6
|/
* adb: Add a way to distinguish between connection failures and successesLuis Hector Chavez2018-04-261-0/+1
* adb: don't error in handle_host_request if we can't acquire a transport.Josh Gao2018-04-191-1/+1
* adb: fix `adb reverse` when adbd has multiple transports.Josh Gao2018-04-131-11/+8
* adb: switch apacket payload to a type that doesn't initialize its contents.Josh Gao2018-04-111-5/+11
* adb: convert Connection to a nonblocking interface.Josh Gao2018-03-051-19/+11
* adb: use soong version stamping.Josh Gao2018-03-051-2/+3
* adb: switch over to Android.bp.Josh Gao2018-02-281-2/+2
* adb: stop using quick_exit.Josh Gao2018-02-271-2/+1
* adb: switch apacket over to a std::string payload.Josh Gao2018-02-211-31/+19
* adb: switch asocket::enqueue to std::string.Josh Gao2018-02-061-3/+4
* adb: disable checksum on new versionsTim Murray2017-12-141-1/+4
* adb: remove SendConnectOnHost.Josh Gao2017-10-021-14/+1
* adb: allow selection of a specific transport.Josh Gao2017-08-211-13/+21
* Give a clear error message if we can't start the server.Elliott Hughes2017-06-201-7/+26
* adb: reunregress waiting for device on start-server.Josh Gao2017-05-311-0/+4
* Add host feature for `push --sync` support.Dan Albert2017-05-231-0/+1
* adb: silence noise.Josh Gao2017-05-121-6/+0
* Merge changes I394f5782,I9475f5d0,I59707186Josh Gao2017-05-101-7/+4
|\
| * adb: make `adb kill-server` wait for the server to die.Josh Gao2017-05-091-7/+4
* | Show the "platform tools" version in adb/fastboot --version.Elliott Hughes2017-05-091-2/+2
|/
* adb: wait for devices to come up instead of sleeping for 3s.Josh Gao2017-05-041-4/+51
* Merge "adb: fix two device offline problems."Treehugger Robot2017-04-201-27/+36
|\
| * adb: fix two device offline problems.Yabin Cui2017-04-201-27/+36
* | Fix various adb error reporting bugs.Elliott Hughes2017-04-181-25/+23
|/
* Show install path in "adb --version" and "fastboot --version".Elliott Hughes2017-03-301-4/+6
* adb: add `adb host-features`, report libusb status.Josh Gao2017-02-221-0/+12
* adb: add libusb implementation for Linux/Darwin.Josh Gao2017-01-251-1/+2
* Switch adb over to <chrono>.Elliott Hughes2016-11-161-1/+4
* adb: add `adb reconnect offline` to reconnect offline devices.Josh Gao2016-10-271-0/+25
* adb: rationalize types.Josh Gao2016-10-061-0/+12