1. 64fab75 [adbwifi] Add A_STLS command. by Joshua Duong · 5 years ago
  2. 8461387 Enable "localfilesystem" UNIX domain socket for ADB. by Jason Jeremy Iman · 5 years ago
  3. 96ee6b1 Restrict scanning port range, not emulator count by Tim Baverstock · 6 years ago
  4. 80e8192 adbd: fix TCP bind address. by Josh Gao · 6 years ago
  5. 637aaf5 Add native vsock support to ADB. by Cody Schuffelen · 6 years ago
  6. 0560feb adbd: compile for host. by Josh Gao · 6 years ago
  7. 331a908 Combine tcp_connect and socket_spec_connect. by Cody Schuffelen · 6 years ago
  8. 5231aff Adapt to switch to libc++ for Windows by Pirama Arumuga Nainar · 6 years ago
  9. c3462f4 adb: static constexpr. by Elliott Hughes · 6 years ago
  10. d24580d adb: don't try to reconnect emulators. by Josh Gao · 6 years ago
  11. 8d7080c adb: add better logging for connection failure. by Josh Gao · 6 years ago
  12. 597044d adb: report connection status when we're unauthorized. by Josh Gao · 6 years ago
  13. 49042e3 adb: `adbd` uses shared libraries. by Tao Bao · 6 years ago
  14. a3a7147 adb: delete hellish hodgepodge. by Josh Gao · 6 years ago
  15. fa3107e adb: fix register_socket_transport related double-closes. by Josh Gao · 6 years ago
  16. d8d51f4 adb: fix double close in local_connect_arbitrary_ports. by Josh Gao · 6 years ago
  17. 86e6718 [adb] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  18. 0aeda10 adb: Add a way to reconnect TCP transports by Luis Hector Chavez · 7 years ago
  19. 3c7881d adb: Make the Connection object a std::shared_ptr by Luis Hector Chavez · 7 years ago
  20. 7771920 adb: Distinguish betwen already-connected and connection failure by Luis Hector Chavez · 7 years ago
  21. f2a988c adb: implement std::make_unique, start using it. by Josh Gao · 7 years ago
  22. 715fe60 adb: convert Connection to a nonblocking interface. by Josh Gao · 7 years ago
  23. 395b86a adb: extract atransport's connection interface. by Josh Gao · 7 years ago
  24. ee7b44d adb: disable checksum on new versions by Tim Murray · 7 years ago
  25. 4b7895c Merge "adbd: optionally use qemud pipe without ro.kernel.qemu" am: b3c363f32c am: a9381c26ab by Nicolas Norvez · 8 years ago
  26. 3dfa4ab adbd: optionally use qemud pipe without ro.kernel.qemu by Nicolas Norvez · 8 years ago
  27. 174e75f Merge changes I8d0c60e5,Ib8ad0ad6 am: 087f7a485b am: da10ea2577 am: a1c2561863 by Josh Gao · 8 years ago
  28. 67b683a adb: boolify check_header and check_data. by Josh Gao · 8 years ago
  29. a30b148 Merge "adb: fix two device offline problems." am: 56af5828c8 am: 11f81780b8 am: 66cfd45a34 by Yabin Cui · 8 years ago
  30. 3cf1b36 adb: fix two device offline problems. by Yabin Cui · 8 years ago
  31. b86caff adb: kill adb_thread_{create, join, detach, exit}. am: 0f3312aa43 am: a77792a2b7 am: ae80841ac7 by Josh Gao · 8 years ago
  32. 0f3312a adb: kill adb_thread_{create, join, detach, exit}. by Josh Gao · 8 years ago
  33. 90a18d2 Revert "Revert "Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe"" by bohu · 8 years ago
  34. b91c5a8 Revert "Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe" by bohu · 8 years ago
  35. 33be6da Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe by bohu · 8 years ago
  36. ff4c18e Add mDNS device discovery for adb client am: 3122cdf468 by Casey Dahlin · 8 years ago
  37. 3122cdf Add mDNS device discovery for adb client by Casey Dahlin · 9 years ago
  38. f76e5a7 DO NOT MERGE ANYWHERE Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe by bohu · 8 years ago
  39. 70267e4 adb: add sysdeps/chrono.h for chrono literals on Win32. by Josh Gao · 8 years ago
  40. 7392598 Switch adb over to <chrono>. by Elliott Hughes · 8 years ago
  41. 1b29a3f Allow multiple tcp adb connection to same device. by Tao Wu · 8 years ago
  42. 5edb12b Fix adb flakiness on reboot by Lingfeng Yang · 8 years ago
  43. 8b249d2 Switch adb to <android-base/properties.h>. by Elliott Hughes · 8 years ago
  44. e7daf57 adb: kill adb_mutex_t, adb_cond_t. by Josh Gao · 8 years ago
  45. bd4d4e1 Use <condition_variable> and <mutex.h> from MinGW by Pirama Arumuga Nainar · 8 years ago
  46. 9cac2c5 Merge changes I0ee130db,I33d356fd by Josh Gao · 8 years ago
  47. 782d8d4 adb: remove unnecessary addr arguments to accept. by Josh Gao · 8 years ago
  48. 8ff1617 Merge \"[qemu]: Move qemu_pipe.h from include/system/ directory.\" by David 'Digit' Turner · 9 years ago
  49. b82031f [qemu]: Move qemu_pipe.h from include/system/ directory. by David 'Digit' Turner · 9 years ago
  50. cd6cc2c Merge "adb: retry connecting disconnected emulators instead of always looping." am: ab032ff50c by Yabin Cui · 9 years ago
  51. f401ead adb: retry connecting disconnected emulators instead of always looping. by Yabin Cui · 9 years ago
  52. 9bcb6a1 Merge "adb: check return value of register_socket_transport." am: 199a08070e by Yabin Cui · 9 years ago
  53. c722178 adb: check return value of register_socket_transport. by Yabin Cui · 9 years ago
  54. 89513a5 adb: search for a maximum of 16 emulators. by Josh Gao · 9 years ago
  55. efc525a Fix kick_transport test. by Yabin Cui · 9 years ago
  56. f2a9f9b Fix kick_transport test. by Yabin Cui · 9 years ago
  57. 07778a0 emulator: Use distinct serial names for simultaneous qemu pipes. by Prathmesh Prabhu · 9 years ago
  58. efa4979 emulator: Use distinct serial names for simultaneous qemu pipes. by Prathmesh Prabhu · 9 years ago
  59. f4ae8fa Emulator: fix adbd qemu pipe partial write by bohu · 9 years ago
  60. 82a2834 Emulator: fix adbd qemu pipe partial write by bohu · 9 years ago
  61. 382ea6e adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 9 years ago
  62. 7d40525 adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 9 years ago
  63. adf9322 Merge "Switch from using sockaddr to sockaddr_storage." by Erik Kline · 9 years ago
  64. 3c8d44d Switch from using sockaddr to sockaddr_storage. by Erik Kline · 9 years ago
  65. f55ead9 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  66. 19bec5b Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  67. 815ad88 adb: clean up debug tracing a little. by Yabin Cui · 9 years ago
  68. 2669cf9 adb: set thread names (linux & mac) by Siva Velusamy · 9 years ago
  69. 5fe6d0d Remove confusing variable HOST. by Yabin Cui · 9 years ago
  70. d802bcf adb: poll for emulator connection. by Yabin Cui · 9 years ago
  71. 753d485 adb: win32: initial IPv6 support and improved Winsock error reporting by Spencer Low · 9 years ago
  72. 43df109 Report getaddrinfo failures correctly. by Elliott Hughes · 9 years ago
  73. a1c60c0 Increase size of the the adb packets sent over the wire by Tamas Berghammer · 10 years ago
  74. 6f38e23 adb server: don't close stale fd when TCP transport is closed by Spencer Low · 10 years ago
  75. 9a50f4c Make connection states a proper type. by Dan Albert · 10 years ago
  76. f251714 Simplify adb_thread_create. by Elliott Hughes · 10 years ago
  77. fb59684 Add WriteFdFmt and clean up more code. by Elliott Hughes · 10 years ago
  78. da94581 More fixed-length buffer removal. by Elliott Hughes · 10 years ago
  79. a585cbd Always explain why bind(2) failed. by Elliott Hughes · 10 years ago
  80. db6fe64 File header cleanup. by Dan Albert · 10 years ago
  81. f30d73c Move adb to C++. by Dan Albert · 10 years ago[Renamed from transport_local.c]
  82. b5f43a1 Merge "Fix a writex transcription error." by Dan Albert · 10 years ago