summaryrefslogtreecommitdiff
path: root/adb.h
AgeCommit message (Expand)Author
2016-10-11Fix adb flakiness on rebootLingfeng Yang
2016-10-10Merge "Remove useless arguments from is_adb_interface."Treehugger Robot
2016-10-10Remove useless arguments from is_adb_interface.Josh Gao
2016-10-06adb: rationalize types.Josh Gao
2016-09-01adb: allow use of arbitrary socket specs for command socket.Josh Gao
2016-09-01Add android::base::GetExecutablePath, switch adb and fastboot over.Elliott Hughes
2016-08-30DO NOT MERGE: Split bugreport() into its own file and added unit tests.Felipe Leme
2016-05-24adb: retry connecting disconnected emulators instead of always looping.Yabin Cui
2016-05-09adb: support forwarding TCP port 0.David Pursell
2016-04-15adb: bump the server version to 36.Josh Gao
2016-01-15adb: tag fatal, fatal_errno with printf attribute.Josh Gao
2015-12-14Share the new adb USB diagnostic code with fastboot.Elliott Hughes
2015-12-08Merge "adb: add help text for USB permission errors."David Pursell
2015-12-04Track rename of base/ to android-base/.Elliott Hughes
2015-12-03adb: add help text for USB permission errors.David Pursell
2015-11-20Avoid SIGPIPE in adb.Elliott Hughes
2015-11-06use new cmd commandTodd Kennedy
2015-09-30adb: put legacy shell: service back in.David Pursell
2015-09-25adb: bump server version to prevent feature mismatch.David Pursell
2015-09-16Add unit tests for local socket.Yabin Cui
2015-09-11adb: implement shell protocol.David Pursell
2015-08-29Merge "fatal and fatal_errno should be noreturn."Elliott Hughes
2015-08-28fatal and fatal_errno should be noreturn.Elliott Hughes
2015-08-28adb: clean up transport disconnect operations.Yabin Cui
2015-08-14Add feature list to connection banner.Dan Albert
2015-08-12Merge "Remove confusing variable HOST."Yabin Cui
2015-08-12Always include the adb version in the log.Elliott Hughes
2015-08-11Remove confusing variable HOST.Yabin Cui
2015-08-07adb start-server: Use a separate fd for sending initial OKSiva Velusamy
2015-07-23Report getaddrinfo failures correctly.Elliott Hughes
2015-07-22Increase size of the the adb packets sent over the wireTamas Berghammer
2015-07-17Remove subproc events when ADB_HOST.Alex Vallée
2015-07-09Revert "Turn on -Wformat-nonliteral."Dan Albert
2015-07-09Turn on -Wformat-nonliteral.Dan Albert
2015-05-21Make atransport be a real class.Dan Albert
2015-05-18Make connection states a proper type.Dan Albert
2015-05-08Revert "Revert "Split adb_main.cpp into client and daemon.""Dan Albert
2015-05-08Revert "Split adb_main.cpp into client and daemon."Dan Albert
2015-05-08Split adb_main.cpp into client and daemon.Dan Albert
2015-05-07Add some missing 'const's.Elliott Hughes
2015-05-05Give enum types CamelCase names for clarity.Elliott Hughes
2015-05-01More adb buffer fixes.Elliott Hughes
2015-04-30More fixed-length buffer removal.Elliott Hughes
2015-04-17Remove extern "C" barriers to using C++.Elliott Hughes
2015-03-16Revert "Revert "adb: support /oem partition""Elliott Hughes
2015-03-09Move adb to C++.Dan Albert
2015-02-24Move transport declarations into transport.h.Dan Albert
2015-02-18Move adb_main to its own file.Dan Albert
2015-02-18Move the adb auth code into its own file.Dan Albert
2015-02-18Add extern "C" to all the adb headers.Dan Albert