summaryrefslogtreecommitdiffstats
path: root/adb/transport.cpp
Commit message (Expand)AuthorAgeFilesLines
* adb: relax serial matching rules.David Pursell2016-03-021-5/+39
* adb: make adb_thread_func_t return void, add adb_thread_exit.Josh Gao2016-02-121-6/+2
* Share the new adb USB diagnostic code with fastboot.Elliott Hughes2015-12-141-8/+4
* Merge "adb: add help text for USB permission errors."David Pursell2015-12-081-12/+20
|\
| * adb: add help text for USB permission errors.David Pursell2015-12-031-12/+20
* | Track rename of base/ to android-base/.Elliott Hughes2015-12-041-3/+3
|/
* adb: remove exit-time destructors.Josh Gao2015-11-121-2/+2
* adb/base: minor compiler portability improvementsSpencer Low2015-11-091-0/+1
* AOSP master doesn't have "cmd".Elliott Hughes2015-11-061-1/+3
* use new cmd commandTodd Kennedy2015-11-061-1/+5
* Use const auto&/auto&& in adb.Elliott Hughes2015-10-071-5/+5
* Fix adb -d/-e error reporting.Elliott Hughes2015-10-071-42/+37
* adb: put legacy shell: service back in.David Pursell2015-09-301-4/+5
* Merge "adb: bump server version to prevent feature mismatch."David Pursell2015-09-281-0/+3
|\
| * adb: bump server version to prevent feature mismatch.David Pursell2015-09-251-0/+3
* | adb: fix adbd feature parsing for no features.David Pursell2015-09-251-0/+4
|/
* Adb: use VLOG() to replace D() for verbose logging.Yabin Cui2015-09-231-17/+11
* adb: add -Tt options to `adb shell`.David Pursell2015-09-221-16/+23
* adb: add client side shell protocol and enable.David Pursell2015-09-111-1/+1
* adb: implement shell protocol.David Pursell2015-09-111-0/+5
* adb: clean up debug tracing a little.Yabin Cui2015-09-021-37/+37
* adb: improve names for transport threads.Yabin Cui2015-08-311-28/+32
* Distinguish transport threads.Elliott Hughes2015-08-311-2/+2
* adb: set thread names (linux & mac)Siva Velusamy2015-08-311-0/+2
* adb: clean up transport disconnect operations.Yabin Cui2015-08-281-49/+15
* adb: call run_transport_disconnects() only once.Yabin Cui2015-08-281-2/+0
* adb: disconnect: fix write-after-free memory corruption and crash.Yabin Cui2015-08-271-59/+30
* Merge "adb: fix a fake data race on transport:kick reported by tsan."Yabin Cui2015-08-271-1/+1
|\
| * adb: fix a fake data race on transport:kick reported by tsan.Yabin Cui2015-08-261-1/+1
* | adb: keep all asocket operations in the main thread.Yabin Cui2015-08-261-4/+0
|/
* EINTR is handled by adb_read/unix_read and friends.Elliott Hughes2015-08-251-10/+4
* adb sync cleanup.Elliott Hughes2015-08-241-2/+1
* Add feature list to connection banner.Dan Albert2015-08-141-1/+28
* Make clear of the data length sent by write_packet.Yabin Cui2015-07-301-11/+8
* Increase size of the the adb packets sent over the wireTamas Berghammer2015-07-221-3/+17
* adb: logging: newlines, thread ids, error code overwritingSpencer Low2015-07-211-3/+3
* Fix adbd/adb server confusion in an error message.Elliott Hughes2015-07-181-2/+3
* Improve the "device '(null)' not found" error.Elliott Hughes2015-06-241-17/+15
* Make atransport be a real class.Dan Albert2015-05-211-94/+60
* Make connection states a proper type.Dan Albert2015-05-181-25/+23
* Be tolerant of devices that don't report serials.Dan Albert2015-05-061-2/+3
* Simplify adb_thread_create.Elliott Hughes2015-05-051-4/+2
* Give enum types CamelCase names for clarity.Elliott Hughes2015-05-051-4/+4
* Add WriteFdFmt and clean up more code.Elliott Hughes2015-05-011-1/+1
* More adb buffer fixes.Elliott Hughes2015-05-011-145/+60
* More fixed-length buffer removal.Elliott Hughes2015-04-301-1/+1
* Add missing null checks after allocations.Elliott Hughes2015-04-211-8/+9
* Merge "Remove extern "C" barriers to using C++."Elliott Hughes2015-04-171-2/+0
|\
| * Remove extern "C" barriers to using C++.Elliott Hughes2015-04-171-2/+0
* | Show $ADB_VENDOR_KEYS if authentication fails.Elliott Hughes2015-04-161-24/+22
|/