summaryrefslogtreecommitdiff
path: root/adb_client.h
AgeCommit message (Expand)Author
2016-09-01adb: allow use of arbitrary socket specs for command socket.Josh Gao
2016-08-30DO NOT MERGE: Split bugreport() into its own file and added unit tests.Felipe Leme
2016-03-04adb: wait for adbd to die and respawn in root/unroot.Josh Gao
2016-01-31adb: add nullability specifiers to adb_client.h.Josh Gao
2016-01-31adb: add adb_get_feature_set.Josh Gao
2015-05-29Fix error handling/reporting for "adb forward" and "adb reverse".Elliott Hughes
2015-05-06adb: win32: fix adb emu commandSpencer Low
2015-05-05Give enum types CamelCase names for clarity.Elliott Hughes
2015-04-30More fixed-length buffer removal.Elliott Hughes
2015-04-29Move __adb_error to std::string, and improve various errors.Elliott Hughes
2015-04-17Remove extern "C" barriers to using C++.Elliott Hughes
2015-03-09Move adb to C++.Dan Albert
2015-02-18Add extern "C" to all the adb headers.Dan Albert
2013-01-04Support adb client connect to remote serverMatt Gumbel
2010-04-22Make adb's daemon-port on the host machine configurable.Stefan Hilzinger
2010-04-12Revert "Make adb's daemon-port on the host machine configurable."Mike Lockwood
2010-04-08Make adb's daemon-port on the host machine configurable.Stefan Hilzinger
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project