summaryrefslogtreecommitdiffstats
path: root/adb/transport_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* adb: extract atransport's connection interface.Josh Gao2018-01-301-16/+0
* adb: fix two device offline problems.Yabin Cui2017-04-201-3/+4
* adb: kill adb_mutex_t, adb_cond_t.Josh Gao2016-09-211-21/+0
* Fix kick_transport test.Yabin Cui2016-04-181-69/+12
* adb: relax serial matching rules.David Pursell2016-03-021-0/+57
* adb: fix leak of framework_fd.Josh Gao2016-02-241-1/+0
* adb: fix adbd feature parsing for no features.David Pursell2015-09-251-0/+3
* adb: add -Tt options to `adb shell`.David Pursell2015-09-221-4/+10
* adb: clean up transport disconnect operations.Yabin Cui2015-08-281-8/+26
* Add feature list to connection banner.Dan Albert2015-08-141-2/+71
* adb_test/libbase_test: win32: get some tests workingSpencer Low2015-08-031-0/+21
* Make atransport be a real class.Dan Albert2015-05-211-7/+58
* Add some basic tests to adb.Dan Albert2015-02-251-0/+53