1. 5703eb3 adb --one-device feature. by Vince Harron · 2 years, 10 months ago
  2. 6256d99 Add test for ConnectionState to_string. by Josh Gao · 3 years, 4 months ago
  3. 8e7c972 Add attach/detach support to libusb backend. by Josh Gao · 3 years, 3 months ago
  4. c82a280 adb disconnect by mdns instance name. by Joshua Duong · 3 years, 5 months ago
  5. e392e16 Merge "Openscreen discovery integration for adb client." by Joshua Duong · 3 years, 6 months ago
  6. f4ba8d7 Openscreen discovery integration for adb client. by Joshua Duong · 3 years, 8 months ago
  7. 2dc6196 adb: add watchdog. by Josh Gao · 3 years, 8 months ago
  8. 65d18e2 adbd: avoid compiling more code in the daemon. by Josh Gao · 4 years, 5 months ago
  9. 5f63d11 [adb client] Add "mdns services" command. by Joshua Duong · 4 years, 6 months ago
  10. e22e161 [adb client] Add "adb mdns check" command. by Joshua Duong · 4 years, 6 months ago
  11. 77b8ff3 adb: change mdns tls service names (RFC 6763). by Joshua Duong · 4 years, 5 months ago
  12. 816c2d2 [adb] Don't copy features set on each get() by Yurii Zubrytskyi · 4 years, 6 months ago
  13. bea8f3c adb: add option to disable kill-server. by Josh Gao · 4 years, 6 months ago
  14. 6b55e75 Move adbd's legacy USB implementation to fastboot. by Josh Gao · 4 years, 6 months ago
  15. 232c39c Revert "Revert "Delay initial accept() until server initialized"" by Daniel Colascione · 4 years, 10 months ago
  16. bd77521 adbd: add runtime-configurable logging. by Josh Gao · 4 years, 7 months ago
  17. 64fab75 [adbwifi] Add A_STLS command. by Joshua Duong · 4 years, 8 months ago
  18. 8461387 Enable "localfilesystem" UNIX domain socket for ADB. by Jason Jeremy Iman · 5 years ago
  19. bf34b22 Revert "Delay initial accept() until server initialized" by Raman Tenneti · 4 years, 10 months ago
  20. 5bbe8aa Delay initial accept() until server initialized by Daniel Colascione · 4 years, 11 months ago
  21. 7cac88a adbd: use libadbd_auth for authentication. by Josh Gao · 5 years ago
  22. 0779075 adb: fix old host transport selection. by Josh Gao · 5 years ago
  23. 8517fd7 Merge changes I4d6bda45,I72576e1f am: e031c5f2f2 by Josh Gao · 5 years ago
  24. d4a2ee6 adb: fix transport acquisition for forward, reverse. by Josh Gao · 5 years ago
  25. 1279305 Merge "Notify the framework when an adb key is authorized" into qt-dev by Michael Groover · 5 years ago
  26. 02b7427 Notify the framework when an adb key is authorized by Michael Groover · 5 years ago
  27. 0d1e8fd libbase: add ConsumePrefix/ConsumeSuffix. by Elliott Hughes · 5 years ago
  28. 81e9c42 adb: Recognize rescue mode. by Tao Bao · 5 years ago
  29. 9d6eca5 adb: Recognize rescue mode. by Tao Bao · 5 years ago
  30. 3a2172b adb: make `adb reconnect` perform a USB reset. by Josh Gao · 5 years ago
  31. b13f3cd adb: tell the client what transport it received. by Josh Gao · 6 years ago
  32. cd30bb3 adb: switch handle_host_request to string_view. by Josh Gao · 6 years ago
  33. 637aaf5 Add native vsock support to ADB. by Cody Schuffelen · 6 years ago
  34. 6dd5f77 adbd: strip nulls from all service strings. by Josh Gao · 6 years ago
  35. 6dbf579 adb: finish switching service creation to string_view. by Josh Gao · 6 years ago
  36. f0c4403 adb: switch unix_open to string_view. by Josh Gao · 6 years ago
  37. e64126b adb: rationalize fatal/error logging. by Elliott Hughes · 6 years ago
  38. 04b575d adb: win32: fix ReportServerStartupFailure by Spencer Low · 6 years ago
  39. 1886189 Convert fastboot to Soong by Dan Willemsen · 6 years ago
  40. d306747 adb: clean up handle_host_request. by Josh Gao · 6 years ago
  41. 7d130c4 adb: actually enable fdsan. by Josh Gao · 6 years ago
  42. dd655ec adb: move list-forward, kill-forward back into handle_forward_request. by Josh Gao · 6 years ago
  43. 7c3b262 adb: fix forward --list, --remove(-all) with multiple devices. by Josh Gao · 6 years ago
  44. b4edbdf adb: Remove most C-style allocations by Luis Hector Chavez · 6 years ago
  45. 86e6718 [adb] Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  46. 7ee327d Merge changes I465804fd,Ib5a684bb,If5e66570,I8471cc00,I8ba0a70a by Josh Gao · 6 years ago
  47. 810fedb adb: move towards using unique_fd. by Josh Gao · 6 years ago
  48. 7a7c5cb adb: add authorizing, connecting states to transport. by Josh Gao · 6 years ago
  49. da74b90 adb: Add a way to distinguish between connection failures and successes by Luis Hector Chavez · 6 years ago
  50. 491454f adb: don't error in handle_host_request if we can't acquire a transport. by Josh Gao · 6 years ago
  51. ebc1c31 adb: fix `adb reverse` when adbd has multiple transports. by Josh Gao · 6 years ago
  52. cd2a529 adb: switch apacket payload to a type that doesn't initialize its contents. by Josh Gao · 7 years ago
  53. 715fe60 adb: convert Connection to a nonblocking interface. by Josh Gao · 7 years ago
  54. 66766f8 adb: use soong version stamping. by Josh Gao · 7 years ago
  55. 361148b adb: switch over to Android.bp. by Josh Gao · 7 years ago
  56. 50576fd adb: stop using quick_exit. by Josh Gao · 7 years ago
  57. 839b932 adb: switch apacket over to a std::string payload. by Josh Gao · 7 years ago
  58. a7d9d71 adb: switch asocket::enqueue to std::string. by Josh Gao · 7 years ago
  59. ee7b44d adb: disable checksum on new versions by Tim Murray · 7 years ago
  60. ef704a1 adb: remove SendConnectOnHost. by Josh Gao · 7 years ago
  61. b39e415 adb: allow selection of a specific transport. by Josh Gao · 7 years ago
  62. cd61ae3 Give a clear error message if we can't start the server. by Elliott Hughes · 7 years ago
  63. 4b64084 adb: reunregress waiting for device on start-server. by Josh Gao · 7 years ago
  64. 27983bc Add host feature for `push --sync` support. by Dan Albert · 7 years ago
  65. 1959e87 adb: silence noise. by Josh Gao · 7 years ago
  66. 61a4c2c Merge changes I394f5782,I9475f5d0,I59707186 by Josh Gao · 7 years ago
  67. ee356a7 adb: make `adb kill-server` wait for the server to die. by Josh Gao · 7 years ago
  68. cded753 Show the "platform tools" version in adb/fastboot --version. by Elliott Hughes · 7 years ago
  69. 1e3bf73 adb: wait for devices to come up instead of sleeping for 3s. by Josh Gao · 7 years ago
  70. 56af582 Merge "adb: fix two device offline problems." by Treehugger Robot · 7 years ago
  71. 3cf1b36 adb: fix two device offline problems. by Yabin Cui · 8 years ago
  72. 65bc227 Fix various adb error reporting bugs. by Elliott Hughes · 7 years ago
  73. 4e97fd6 Show install path in "adb --version" and "fastboot --version". by Elliott Hughes · 7 years ago
  74. 210b63f adb: add `adb host-features`, report libusb status. by Josh Gao · 8 years ago
  75. b736692 adb: add libusb implementation for Linux/Darwin. by Josh Gao · 8 years ago
  76. 7392598 Switch adb over to <chrono>. by Elliott Hughes · 8 years ago
  77. 4e56250 adb: add `adb reconnect offline` to reconnect offline devices. by Josh Gao · 8 years ago
  78. 67ac379 adb: rationalize types. by Josh Gao · 8 years ago
  79. eac2058 adb: split up adb_auth.cpp. by Josh Gao · 8 years ago
  80. 8b249d2 Switch adb to <android-base/properties.h>. by Elliott Hughes · 8 years ago
  81. bb4f860 adb: allow use of arbitrary socket specs for command socket. by Josh Gao · 8 years ago
  82. 827a4a5 Add android::base::GetExecutablePath, switch adb and fastboot over. by Elliott Hughes · 8 years ago
  83. 77f084b adb: increase the authentication throttling limit. by Josh Gao · 8 years ago
  84. 801066a Clean up key handling in adb. by Elliott Hughes · 8 years ago
  85. a937d16 Remove unnecessary ARRAY_SIZE macros. by Elliott Hughes · 8 years ago
  86. c3d1c11 Minor adb style fixes. by Elliott Hughes · 8 years ago
  87. 57cb217 adb: replace failing exits in adbd with abort(). by Josh Gao · 8 years ago
  88. 19d0c23 adb: support forwarding TCP port 0. by David Pursell · 8 years ago
  89. 54ee6d1 Merge "adb: add reconnect command." by Yabin Cui · 8 years ago
  90. a947b49 Switch fs_mgr and adb to libcrypto_utils. by Mattias Nissler · 8 years ago
  91. d78ed22 adb: add reconnect command. by Yabin Cui · 8 years ago
  92. cf91dbe adb: setsid() for adb host server. by Yabin Cui · 9 years ago
  93. 5821678 adb: win32: fix start-server to properly display UTF-8 on the console by Spencer Low · 9 years ago
  94. c573d52 base: add SystemErrorCodeToString() function. by David Pursell · 9 years ago
  95. a17d272 base: add network address parsing function from adb. by David Pursell · 9 years ago
  96. 9055a58 Increase the maximum shell command length to 4096ish. by Josh Gao · 9 years ago
  97. f55ead9 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  98. cc4a4b1 adb: fix adb client running out of sockets on Windows by Spencer Low · 9 years ago
  99. 8595283 Use const auto&/auto&& in adb. by Elliott Hughes · 9 years ago
  100. 67943d1 Fix adb -d/-e error reporting. by Elliott Hughes · 9 years ago