summaryrefslogtreecommitdiffstats
path: root/adb/transport.h
Commit message (Expand)AuthorAgeFilesLines
* adb: fix deadlock between transport_unref and usb_close.Josh Gao2017-06-071-2/+2
* Add host feature for `push --sync` support.Dan Albert2017-05-231-0/+2
* adb: boolify check_header and check_data.Josh Gao2017-05-181-2/+2
* adb: move all cleanup to a function with defined ordering.Josh Gao2017-05-091-0/+1
* adb: wait for devices to come up instead of sleeping for 3s.Josh Gao2017-05-041-0/+4
* adb: fix two device offline problems.Yabin Cui2017-04-201-6/+18
* Add mDNS device discovery for adb clientCasey Dahlin2017-03-071-0/+4
* adb: add `adb host-features`, report libusb status.Josh Gao2017-02-221-0/+2
* Revert "Revert "adb: extend sync protocol's stat support.""Josh Gao2016-12-051-0/+1
* Revert "adb: extend sync protocol's stat support."Josh Gao2016-12-051-1/+0
* adb: extend sync protocol's stat support.Josh Gao2016-11-301-0/+1
* adb: add `adb reconnect offline` to reconnect offline devices.Josh Gao2016-10-271-1/+2
* adb: rationalize types.Josh Gao2016-10-061-1/+1
* adb: split up adb_auth.cpp.Josh Gao2016-10-061-0/+4
* adb: add support for vendor key directories.Josh Gao2016-08-191-2/+3
* Clean up key handling in adb.Elliott Hughes2016-08-111-1/+7
* adb: retry connecting disconnected emulators instead of always looping.Yabin Cui2016-05-241-1/+17
* Fix kick_transport test.Yabin Cui2016-04-181-2/+10
* adb: relax serial matching rules.David Pursell2016-03-021-0/+15
* adb: fix leak of framework_fd.Josh Gao2016-02-241-2/+0
* adb: add help text for USB permission errors.David Pursell2015-12-031-1/+1
* use new cmd commandTodd Kennedy2015-11-061-1/+3
* Fix adb -d/-e error reporting.Elliott Hughes2015-10-071-5/+6
* adb: put legacy shell: service back in.David Pursell2015-09-301-5/+4
* adb: add -Tt options to `adb shell`.David Pursell2015-09-221-3/+11
* adb: implement shell protocol.David Pursell2015-09-111-0/+2
* adb: clean up transport disconnect operations.Yabin Cui2015-08-281-6/+8
* adb: disconnect: fix write-after-free memory corruption and crash.Yabin Cui2015-08-271-8/+2
* Add feature list to connection banner.Dan Albert2015-08-141-0/+83
* Increase size of the the adb packets sent over the wireTamas Berghammer2015-07-221-1/+1
* Make connection states a proper type.Dan Albert2015-05-181-3/+3
* Give enum types CamelCase names for clarity.Elliott Hughes2015-05-051-1/+1
* More adb buffer fixes.Elliott Hughes2015-05-011-5/+1
* Show $ADB_VENDOR_KEYS if authentication fails.Elliott Hughes2015-04-161-10/+3
* Move adb to C++.Dan Albert2015-03-091-1/+1
* Test readx/writex (now renamed).Dan Albert2015-02-251-7/+4
* Move transport declarations into transport.h.Dan Albert2015-02-241-4/+51
* Move the listener code into its own file.Dan Albert2015-02-181-0/+2
* Begin moving code from adb to libadb.Dan Albert2015-01-261-0/+9
* adb: fix subprocess exit handling, oom adjust fixes, extra debugging.JP Abgrall2011-03-281-0/+26