1. 05e5bc1 adb: don't error in handle_host_request if we can't acquire a transport. by Josh Gao · 6 years ago
  2. a98aab2 adb: fix `adb reverse` when adbd has multiple transports. by Josh Gao · 6 years ago
  3. d51c6df adb: stop using quick_exit. by Josh Gao · 6 years ago
  4. f571fcb adb: switch apacket over to a std::string payload. by Josh Gao · 6 years ago
  5. 27cb7dc adb: switch asocket::enqueue to std::string. by Josh Gao · 6 years ago
  6. de47194 adb: disable checksum on new versions by Tim Murray · 6 years ago
  7. 4b5d4da adb: remove SendConnectOnHost. by Josh Gao · 7 years ago
  8. b122b17 adb: allow selection of a specific transport. by Josh Gao · 7 years ago
  9. 6eadee8 Give a clear error message if we can't start the server. by Elliott Hughes · 7 years ago
  10. 0b13c89 adb: reunregress waiting for device on start-server. by Josh Gao · 7 years ago
  11. 5176df8 Add host feature for `push --sync` support. by Dan Albert · 7 years ago
  12. 723258a adb: silence noise. by Josh Gao · 7 years ago
  13. 44f6592 Merge changes I394f5782,I9475f5d0,I59707186 by Josh Gao · 7 years ago
  14. b3c14ec adb: make `adb kill-server` wait for the server to die. by Josh Gao · 7 years ago
  15. 4d4f64f Show the "platform tools" version in adb/fastboot --version. by Elliott Hughes · 7 years ago
  16. fd713e5 adb: wait for devices to come up instead of sleeping for 3s. by Josh Gao · 7 years ago
  17. 2e82107 Merge "adb: fix two device offline problems." by Treehugger Robot · 7 years ago
  18. b5e1141 adb: fix two device offline problems. by Yabin Cui · 7 years ago
  19. 1fc8f6e Fix various adb error reporting bugs. by Elliott Hughes · 7 years ago
  20. 1fd46df Show install path in "adb --version" and "fastboot --version". by Elliott Hughes · 7 years ago
  21. 5d1756c adb: add `adb host-features`, report libusb status. by Josh Gao · 7 years ago
  22. 1c70e1b adb: add libusb implementation for Linux/Darwin. by Josh Gao · 8 years ago
  23. dbe91ee Switch adb over to <chrono>. by Elliott Hughes · 8 years ago
  24. 22d2b3e adb: add `adb reconnect offline` to reconnect offline devices. by Josh Gao · 8 years ago
  25. 06d61d4 adb: rationalize types. by Josh Gao · 8 years ago
  26. 3bd2879 adb: split up adb_auth.cpp. by Josh Gao · 8 years ago
  27. ffdec18 Switch adb to <android-base/properties.h>. by Elliott Hughes · 8 years ago
  28. 9c869b5 adb: allow use of arbitrary socket specs for command socket. by Josh Gao · 8 years ago
  29. 82ff315 Add android::base::GetExecutablePath, switch adb and fastboot over. by Elliott Hughes · 8 years ago
  30. c8cb388 adb: increase the authentication throttling limit. by Josh Gao · 8 years ago
  31. 0aeb505 Clean up key handling in adb. by Elliott Hughes · 8 years ago
  32. 749ae2d Remove unnecessary ARRAY_SIZE macros. by Elliott Hughes · 8 years ago
  33. ffc73a3 Minor adb style fixes. by Elliott Hughes · 8 years ago
  34. 4abdeee adb: replace failing exits in adbd with abort(). by Josh Gao · 8 years ago
  35. eaae97e adb: support forwarding TCP port 0. by David Pursell · 8 years ago
  36. 643bc36 Merge "adb: add reconnect command." by Yabin Cui · 8 years ago
  37. 097b6bb Switch fs_mgr and adb to libcrypto_utils. by Mattias Nissler · 8 years ago
  38. 1f4ec19 adb: add reconnect command. by Yabin Cui · 8 years ago
  39. 6bf323b adb: setsid() for adb host server. by Yabin Cui · 8 years ago
  40. 53a0a99 adb: win32: fix start-server to properly display UTF-8 on the console by Spencer Low · 9 years ago
  41. 5f787ed base: add SystemErrorCodeToString() function. by David Pursell · 8 years ago
  42. 706955f base: add network address parsing function from adb. by David Pursell · 8 years ago
  43. 7e6683c Increase the maximum shell command length to 4096ish. by Josh Gao · 8 years ago
  44. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 8 years ago
  45. 351ecd1 adb: fix adb client running out of sockets on Windows by Spencer Low · 9 years ago
  46. 65fe251 Use const auto&/auto&& in adb. by Elliott Hughes · 9 years ago
  47. 8d28e19 Fix adb -d/-e error reporting. by Elliott Hughes · 9 years ago
  48. aa77e22 adb: detect sockets in CLOSE_WAIT state to prevent socket leak on linux. by Yabin Cui · 9 years ago
  49. d2b588e adb: fix adbd feature parsing for no features. by David Pursell · 9 years ago
  50. aed3c61 Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  51. 4e2fd36 adb: add -Tt options to `adb shell`. by David Pursell · 9 years ago
  52. 0b743df Merge "Add unit tests for local socket." by Yabin Cui · 9 years ago
  53. bc36bdb adb: win32: fix regression on older versions of Windows by Spencer Low · 9 years ago
  54. c1b1f6f Add unit tests for local socket. by Yabin Cui · 9 years ago
  55. a108016 adb: move adb to poll. by Yabin Cui · 9 years ago
  56. 0955c66 adb: implement shell protocol. by David Pursell · 9 years ago
  57. e4c1bb5 Merge "adb: `features` passes transport features." by David Pursell · 9 years ago
  58. 880be43 adb: `features` passes transport features. by David Pursell · 9 years ago
  59. 80f6702 adb: move shell service to a separate file. by David Pursell · 9 years ago
  60. 7a3f8d6 adb: clean up debug tracing a little. by Yabin Cui · 9 years ago
  61. 49ee7cf adb: set thread names (linux & mac) by Siva Velusamy · 9 years ago
  62. b329824 adb: clean up transport disconnect operations. by Yabin Cui · 9 years ago
  63. e73a8a2 Merge "win32: adb start-server shows stdout/stderr output from actual server" by Elliott Hughes · 9 years ago
  64. f4b9928 adb: disconnect: fix write-after-free memory corruption and crash. by Yabin Cui · 9 years ago
  65. 2122c7a win32: adb start-server shows stdout/stderr output from actual server by Spencer Low · 9 years ago
  66. 34f45c5 adb: keep all asocket operations in the main thread. by Yabin Cui · 9 years ago
  67. 90d4b73 Add `adb features`. by Dan Albert · 9 years ago
  68. 1792c23 Add feature list to connection banner. by Dan Albert · 9 years ago
  69. 57532b2 Merge "adb: improve network error info" by Elliott Hughes · 9 years ago
  70. f18fc08 adb: start-server and kill-server error output by Spencer Low · 9 years ago
  71. 317acfb Merge "Remove confusing variable HOST." by Yabin Cui · 9 years ago
  72. 42ae260 Always include the adb version in the log. by Elliott Hughes · 9 years ago
  73. bf7c605 adb: improve network error info by Spencer Low · 9 years ago
  74. 7430916 adb: call android::base::InitLogging even when adb tracing is disabled by Spencer Low · 9 years ago
  75. 661327e Remove confusing variable HOST. by Yabin Cui · 9 years ago
  76. 5c398d2 adb: win32: write ACK to separate pipe instead of stdout by Spencer Low · 9 years ago
  77. 9f2d1a9 adb start-server: Use a separate fd for sending initial OK by Siva Velusamy · 9 years ago
  78. 8df9032 adb: win32: call SystemErrorCodeToString() from more places by Spencer Low · 9 years ago
  79. cf4ff64 adb: win32: Unicode path names, env vars, some console support by Spencer Low · 9 years ago
  80. 5200c66 adb: win32: initial IPv6 support and improved Winsock error reporting by Spencer Low · 9 years ago
  81. a6b340a fix adb {forward,reverse} --no-rebind by Spencer Low · 9 years ago
  82. 3d2904c Increase size of the the adb packets sent over the wire by Tamas Berghammer · 9 years ago
  83. 3bcdaa2 Merge "Recognize IPv6 addresses for "adb connect"." by Elliott Hughes · 9 years ago
  84. 3d5f60d Recognize IPv6 addresses for "adb connect". by Elliott Hughes · 9 years ago
  85. 8d8126a adb: logging: newlines, thread ids, error code overwriting by Spencer Low · 9 years ago
  86. e2d3677 Improve the "device '(null)' not found" error. by Elliott Hughes · 9 years ago
  87. 5cba504 Ignore ro.adb.secure in user builds. by Elliott Hughes · 9 years ago
  88. fa76ffc Merge "adb: win32: fix logging to adb.log" by Elliott Hughes · 9 years ago
  89. 6f009d9 adb shouldn't trace unless told to by Paul Lawrence · 9 years ago
  90. ebce147 Merge "adb: fix adb_close() vs. unix_close() usage" by Elliott Hughes · 9 years ago
  91. d0f66c3 adb: win32: fix logging to adb.log by Spencer Low · 9 years ago
  92. 424af02 Fix error handling/reporting for "adb forward" and "adb reverse". by Elliott Hughes · 9 years ago
  93. 6ac5d7d adb: fix adb_close() vs. unix_close() usage by Spencer Low · 9 years ago
  94. 9313c0d Improve logging. by Dan Albert · 9 years ago
  95. e246219 Clean up adb_trace_init. by Dan Albert · 9 years ago
  96. dcd78a1 Make connection states a proper type. by Dan Albert · 9 years ago
  97. c89e0cc Revert "Revert "Split adb_main.cpp into client and daemon."" by Dan Albert · 9 years ago
  98. 218dbcc Revert "Split adb_main.cpp into client and daemon." by Dan Albert · 9 years ago
  99. cf07494 Split adb_main.cpp into client and daemon. by Dan Albert · 9 years ago
  100. aee80fb Add some missing 'const's. by Elliott Hughes · 9 years ago