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