summaryrefslogtreecommitdiff
path: root/transport.h
AgeCommit message (Expand)Author
2017-06-07adb: fix deadlock between transport_unref and usb_close.Josh Gao
2017-05-23Add host feature for `push --sync` support.Dan Albert
2017-05-18adb: boolify check_header and check_data.Josh Gao
2017-05-09adb: move all cleanup to a function with defined ordering.Josh Gao
2017-05-04adb: wait for devices to come up instead of sleeping for 3s.Josh Gao
2017-04-20adb: fix two device offline problems.Yabin Cui
2017-03-07Add mDNS device discovery for adb clientCasey Dahlin
2017-02-22adb: add `adb host-features`, report libusb status.Josh Gao
2016-12-05Revert "Revert "adb: extend sync protocol's stat support.""Josh Gao
2016-12-05Revert "adb: extend sync protocol's stat support."Josh Gao
2016-11-30adb: extend sync protocol's stat support.Josh Gao
2016-10-27adb: add `adb reconnect offline` to reconnect offline devices.Josh Gao
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