aboutsummaryrefslogtreecommitdiff
path: root/transport_test.cpp
AgeCommit message (Expand)Author
2021-07-02Add test for ConnectionState to_string.Josh Gao
2020-04-27adbd: avoid compiling more code in the daemon.Josh Gao
2020-04-09[adb] Don't copy features set on each get()Yurii Zubrytskyi
2019-07-08adb: move fdevent to its own folder.Josh Gao
2018-10-19adb: set main thread in transport tests.Josh Gao
2018-07-19adb: Remove most C-style allocationsLuis Hector Chavez
2018-01-30adb: extract atransport's connection interface.Josh Gao
2017-04-20adb: fix two device offline problems.Yabin Cui
2016-09-21adb: kill adb_mutex_t, adb_cond_t.Josh Gao
2016-04-18Fix kick_transport test.Yabin Cui
2016-03-02adb: relax serial matching rules.David Pursell
2016-02-24adb: fix leak of framework_fd.Josh Gao
2015-09-25adb: fix adbd feature parsing for no features.David Pursell
2015-09-22adb: add -Tt options to `adb shell`.David Pursell
2015-08-28adb: clean up transport disconnect operations.Yabin Cui
2015-08-14Add feature list to connection banner.Dan Albert
2015-08-03adb_test/libbase_test: win32: get some tests workingSpencer Low
2015-05-21Make atransport be a real class.Dan Albert
2015-02-25Add some basic tests to adb.Dan Albert