summaryrefslogtreecommitdiff
path: root/transport.h
AgeCommit message (Expand)Author
2016-10-06adb: rationalize types.Josh Gao
2016-10-06adb: split up adb_auth.cpp.Josh Gao
2016-08-19adb: add support for vendor key directories.Josh Gao
2016-08-11Clean up key handling in adb.Elliott Hughes
2016-05-24adb: retry connecting disconnected emulators instead of always looping.Yabin Cui
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-12-03adb: add help text for USB permission errors.David Pursell
2015-11-06use new cmd commandTodd Kennedy
2015-10-07Fix adb -d/-e error reporting.Elliott Hughes
2015-09-30adb: put legacy shell: service back in.David Pursell
2015-09-22adb: add -Tt options to `adb shell`.David Pursell
2015-09-11adb: implement shell protocol.David Pursell
2015-08-28adb: clean up transport disconnect operations.Yabin Cui
2015-08-27adb: disconnect: fix write-after-free memory corruption and crash.Yabin Cui
2015-08-14Add feature list to connection banner.Dan Albert
2015-07-22Increase size of the the adb packets sent over the wireTamas Berghammer
2015-05-18Make connection states a proper type.Dan Albert
2015-05-05Give enum types CamelCase names for clarity.Elliott Hughes
2015-05-01More adb buffer fixes.Elliott Hughes
2015-04-16Show $ADB_VENDOR_KEYS if authentication fails.Elliott Hughes
2015-03-09Move adb to C++.Dan Albert
2015-02-25Test readx/writex (now renamed).Dan Albert
2015-02-24Move transport declarations into transport.h.Dan Albert
2015-02-18Move the listener code into its own file.Dan Albert
2015-01-26Begin moving code from adb to libadb.Dan Albert
2011-03-28adb: fix subprocess exit handling, oom adjust fixes, extra debugging.JP Abgrall