summaryrefslogtreecommitdiffstats
path: root/adb/transport_local.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add mDNS device discovery for adb clientCasey Dahlin2017-03-101-0/+41
|\
| * Add mDNS device discovery for adb clientCasey Dahlin2017-03-071-0/+41
| * DO NOT MERGE ANYWHERE Qemu-pipe: refactor qemu_pipe.h into libqemu_pipebohu2017-03-011-1/+1
|/
* adb: add sysdeps/chrono.h for chrono literals on Win32.Josh Gao2016-11-161-3/+3
* Switch adb over to <chrono>.Elliott Hughes2016-11-161-3/+5
* Allow multiple tcp adb connection to same device.Tao Wu2016-10-221-1/+2
* Fix adb flakiness on rebootLingfeng Yang2016-10-111-2/+14
* Switch adb to <android-base/properties.h>.Elliott Hughes2016-09-261-8/+6
* adb: kill adb_mutex_t, adb_cond_t.Josh Gao2016-09-211-27/+19
* Use <condition_variable> and <mutex.h> from MinGWPirama Arumuga Nainar2016-09-061-2/+1
* Merge changes I0ee130db,I33d356fdJosh Gao2016-08-251-5/+1
|\
| * adb: remove unnecessary addr arguments to accept.Josh Gao2016-08-241-5/+1
* | Merge \"[qemu]: Move qemu_pipe.h from include/system/ directory.\"David 'Digit' Turner2016-06-211-3/+7
|\|
| * [qemu]: Move qemu_pipe.h from include/system/ directory.David 'Digit' Turner2016-06-171-3/+7
* | Merge "adb: retry connecting disconnected emulators instead of always looping...Yabin Cui2016-05-261-13/+84
|\|
| * adb: retry connecting disconnected emulators instead of always looping.Yabin Cui2016-05-241-13/+84
* | Merge "adb: check return value of register_socket_transport." am: 3d981c87c9Yabin Cui2016-05-211-3/+5
|\|
| * adb: check return value of register_socket_transport.Yabin Cui2016-05-171-3/+5
| * Fix kick_transport test.Yabin Cui2016-04-181-1/+1
| * emulator: Use distinct serial names for simultaneous qemu pipes.Prathmesh Prabhu2016-03-101-1/+2
| * Emulator: fix adbd qemu pipe partial writebohu2016-03-011-6/+6
| * adb: make adb_thread_func_t return void, add adb_thread_exit.Josh Gao2016-02-121-19/+14
* | adb: search for a maximum of 16 emulators.Josh Gao2016-05-061-4/+9
* | Fix kick_transport test.Yabin Cui2016-04-251-1/+1
* | emulator: Use distinct serial names for simultaneous qemu pipes.Prathmesh Prabhu2016-03-091-1/+2
* | Emulator: fix adbd qemu pipe partial writebohu2016-03-011-6/+6
* | adb: make adb_thread_func_t return void, add adb_thread_exit.Josh Gao2016-02-221-19/+14
|/
* Merge "Switch from using sockaddr to sockaddr_storage."Erik Kline2015-12-081-3/+4
|\
| * Switch from using sockaddr to sockaddr_storage.Erik Kline2015-12-071-3/+4
* | Track rename of base/ to android-base/.Elliott Hughes2015-12-041-1/+1
|/
* 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