summaryrefslogtreecommitdiffstats
path: root/adb/transport_local.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adb: use VLOG() to replace D() for verbose logging.Yabin Cui2015-09-231-1/+1
* adb: clean up debug tracing a little.Yabin Cui2015-09-021-21/+21
* adb: set thread names (linux & mac)Siva Velusamy2015-08-311-0/+3
* Remove confusing variable HOST.Yabin Cui2015-08-111-33/+28
* adb: poll for emulator connection.Yabin Cui2015-07-311-10/+16
* adb: win32: initial IPv6 support and improved Winsock error reportingSpencer Low2015-07-301-3/+4
* Report getaddrinfo failures correctly.Elliott Hughes2015-07-231-8/+9
* Increase size of the the adb packets sent over the wireTamas Berghammer2015-07-221-1/+1
* adb server: don't close stale fd when TCP transport is closedSpencer Low2015-06-091-1/+5
* Make connection states a proper type.Dan Albert2015-05-181-1/+1
* Simplify adb_thread_create.Elliott Hughes2015-05-051-6/+3
* Add WriteFdFmt and clean up more code.Elliott Hughes2015-05-011-3/+4
* More fixed-length buffer removal.Elliott Hughes2015-04-301-1/+1
* Always explain why bind(2) failed.Elliott Hughes2015-04-201-1/+1
* File header cleanup.Dan Albert2015-03-191-6/+8
* Move adb to C++.Dan Albert2015-03-091-0/+419