1. 3cf1b36 adb: fix two device offline problems. by Yabin Cui · 7 years ago
  2. 0f3312a adb: kill adb_thread_{create, join, detach, exit}. by Josh Gao · 7 years ago
  3. ff4c18e Add mDNS device discovery for adb client am: 3122cdf468 by Casey Dahlin · 7 years ago
  4. 3122cdf Add mDNS device discovery for adb client by Casey Dahlin · 8 years ago
  5. f76e5a7 DO NOT MERGE ANYWHERE Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe by bohu · 7 years ago
  6. 70267e4 adb: add sysdeps/chrono.h for chrono literals on Win32. by Josh Gao · 8 years ago
  7. 7392598 Switch adb over to <chrono>. by Elliott Hughes · 8 years ago
  8. 1b29a3f Allow multiple tcp adb connection to same device. by Tao Wu · 8 years ago
  9. 5edb12b Fix adb flakiness on reboot by Lingfeng Yang · 8 years ago
  10. 8b249d2 Switch adb to <android-base/properties.h>. by Elliott Hughes · 8 years ago
  11. e7daf57 adb: kill adb_mutex_t, adb_cond_t. by Josh Gao · 8 years ago
  12. bd4d4e1 Use <condition_variable> and <mutex.h> from MinGW by Pirama Arumuga Nainar · 8 years ago
  13. 9cac2c5 Merge changes I0ee130db,I33d356fd by Josh Gao · 8 years ago
  14. 782d8d4 adb: remove unnecessary addr arguments to accept. by Josh Gao · 8 years ago
  15. 8ff1617 Merge \"[qemu]: Move qemu_pipe.h from include/system/ directory.\" by David 'Digit' Turner · 8 years ago
  16. b82031f [qemu]: Move qemu_pipe.h from include/system/ directory. by David 'Digit' Turner · 8 years ago
  17. cd6cc2c Merge "adb: retry connecting disconnected emulators instead of always looping." am: ab032ff50c by Yabin Cui · 8 years ago
  18. f401ead adb: retry connecting disconnected emulators instead of always looping. by Yabin Cui · 8 years ago
  19. 9bcb6a1 Merge "adb: check return value of register_socket_transport." am: 199a08070e by Yabin Cui · 8 years ago
  20. c722178 adb: check return value of register_socket_transport. by Yabin Cui · 8 years ago
  21. 89513a5 adb: search for a maximum of 16 emulators. by Josh Gao · 8 years ago
  22. efc525a Fix kick_transport test. by Yabin Cui · 8 years ago
  23. f2a9f9b Fix kick_transport test. by Yabin Cui · 8 years ago
  24. 07778a0 emulator: Use distinct serial names for simultaneous qemu pipes. by Prathmesh Prabhu · 8 years ago
  25. efa4979 emulator: Use distinct serial names for simultaneous qemu pipes. by Prathmesh Prabhu · 8 years ago
  26. f4ae8fa Emulator: fix adbd qemu pipe partial write by bohu · 8 years ago
  27. 82a2834 Emulator: fix adbd qemu pipe partial write by bohu · 8 years ago
  28. 382ea6e adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 8 years ago
  29. 7d40525 adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 8 years ago
  30. adf9322 Merge "Switch from using sockaddr to sockaddr_storage." by Erik Kline · 9 years ago
  31. 3c8d44d Switch from using sockaddr to sockaddr_storage. by Erik Kline · 9 years ago
  32. f55ead9 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  33. 19bec5b Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  34. 815ad88 adb: clean up debug tracing a little. by Yabin Cui · 9 years ago
  35. 2669cf9 adb: set thread names (linux & mac) by Siva Velusamy · 9 years ago
  36. 5fe6d0d Remove confusing variable HOST. by Yabin Cui · 9 years ago
  37. d802bcf adb: poll for emulator connection. by Yabin Cui · 9 years ago
  38. 753d485 adb: win32: initial IPv6 support and improved Winsock error reporting by Spencer Low · 9 years ago
  39. 43df109 Report getaddrinfo failures correctly. by Elliott Hughes · 9 years ago
  40. a1c60c0 Increase size of the the adb packets sent over the wire by Tamas Berghammer · 9 years ago
  41. 6f38e23 adb server: don't close stale fd when TCP transport is closed by Spencer Low · 9 years ago
  42. 9a50f4c Make connection states a proper type. by Dan Albert · 9 years ago
  43. f251714 Simplify adb_thread_create. by Elliott Hughes · 9 years ago
  44. fb59684 Add WriteFdFmt and clean up more code. by Elliott Hughes · 9 years ago
  45. da94581 More fixed-length buffer removal. by Elliott Hughes · 9 years ago
  46. a585cbd Always explain why bind(2) failed. by Elliott Hughes · 9 years ago
  47. db6fe64 File header cleanup. by Dan Albert · 9 years ago
  48. f30d73c Move adb to C++. by Dan Albert · 9 years ago[Renamed from transport_local.c]
  49. b5f43a1 Merge "Fix a writex transcription error." by Dan Albert · 9 years ago