summaryrefslogtreecommitdiffstats
path: root/adb/adb.h
Commit message (Expand)AuthorAgeFilesLines
* adb: add authorizing, connecting states to transport.Josh Gao2018-05-041-3/+20
* adb: fix `adb reverse` when adbd has multiple transports.Josh Gao2018-04-131-3/+2
* adb: switch apacket payload to a type that doesn't initialize its contents.Josh Gao2018-04-111-14/+1
* adb: delete vestigial SHELL_EXIT_NOTIFY_FD.Josh Gao2018-03-211-4/+0
* adb: switch apacket over to a std::string payload.Josh Gao2018-02-211-1/+1
* adb: switch asocket::enqueue to std::string.Josh Gao2018-02-061-5/+0
* adb: extract atransport's connection interface.Josh Gao2018-01-301-3/+0
* adb: disable checksum on new versionsTim Murray2017-12-141-2/+7
* adb: clang-format for adb.h and client/usb_windows.cppMark Salyzyn2017-10-131-38/+35
* adb: remove SendConnectOnHost.Josh Gao2017-10-021-3/+0
* Merge "adb: Use kernel aio for functionfs."Treehugger Robot2017-08-281-2/+1
|\
| * adb: Use kernel aio for functionfs.Jerry Zhang2017-08-101-2/+1
* | adb: allow selection of a specific transport.Josh Gao2017-08-211-3/+6
|/
* adb: wait for devices to come up instead of sleeping for 3s.Josh Gao2017-05-041-0/+14
* adb: fix two device offline problems.Yabin Cui2017-04-201-1/+4
* adb: add `adb host-features`, report libusb status.Josh Gao2017-02-221-1/+1
* adb: Set max socket sizes to larger values.Jerry Zhang2017-02-131-0/+2
* adb: add libusb implementation for Linux/Darwin.Josh Gao2017-01-251-13/+1
* adb: remove support for legacy f_adb interface.Josh Gao2017-01-111-2/+0
* Revert "Revert "adb: extend sync protocol's stat support.""Josh Gao2016-12-051-1/+1
* Revert "adb: extend sync protocol's stat support."Josh Gao2016-12-051-1/+1
* adb: extend sync protocol's stat support.Josh Gao2016-11-301-1/+1
* Fix adb flakiness on rebootLingfeng Yang2016-10-111-0/+2
* Merge "Remove useless arguments from is_adb_interface."Treehugger Robot2016-10-101-1/+1
|\
| * Remove useless arguments from is_adb_interface.Josh Gao2016-10-101-1/+1
* | adb: rationalize types.Josh Gao2016-10-061-9/+12
|/
* adb: allow use of arbitrary socket specs for command socket.Josh Gao2016-09-011-2/+2
* Add android::base::GetExecutablePath, switch adb and fastboot over.Elliott Hughes2016-09-011-1/+0
* DO NOT MERGE: Split bugreport() into its own file and added unit tests.Felipe Leme2016-08-301-2/+0
* adb: retry connecting disconnected emulators instead of always looping.Yabin Cui2016-05-241-1/+1
* adb: support forwarding TCP port 0.David Pursell2016-05-091-24/+1
* adb: bump the server version to 36.Josh Gao2016-04-151-1/+1
* adb: tag fatal, fatal_errno with printf attribute.Josh Gao2016-01-151-4/+4
* Share the new adb USB diagnostic code with fastboot.Elliott Hughes2015-12-141-5/+0
* Merge "adb: add help text for USB permission errors."David Pursell2015-12-081-2/+7
|\
| * adb: add help text for USB permission errors.David Pursell2015-12-031-2/+7
* | Track rename of base/ to android-base/.Elliott Hughes2015-12-051-1/+1
|/
* Avoid SIGPIPE in adb.Elliott Hughes2015-11-201-1/+1
* use new cmd commandTodd Kennedy2015-11-061-1/+1
* adb: put legacy shell: service back in.David Pursell2015-09-301-1/+1
* adb: bump server version to prevent feature mismatch.David Pursell2015-09-251-1/+1
* Add unit tests for local socket.Yabin Cui2015-09-161-85/+1
* adb: implement shell protocol.David Pursell2015-09-111-2/+3
* Merge "fatal and fatal_errno should be noreturn."Elliott Hughes2015-08-281-2/+2
|\
| * fatal and fatal_errno should be noreturn.Elliott Hughes2015-08-281-2/+2
* | adb: clean up transport disconnect operations.Yabin Cui2015-08-281-2/+0
|/
* Add feature list to connection banner.Dan Albert2015-08-141-68/+6
* Merge "Remove confusing variable HOST."Yabin Cui2015-08-121-1/+0
|\
| * Remove confusing variable HOST.Yabin Cui2015-08-111-1/+0
* | Always include the adb version in the log.Elliott Hughes2015-08-121-0/+2
|/