1. f0c4403 adb: switch unix_open to string_view. by Josh Gao · 7 years ago
  2. e64126b adb: rationalize fatal/error logging. by Elliott Hughes · 7 years ago
  3. 04b575d adb: win32: fix ReportServerStartupFailure by Spencer Low · 8 years ago
  4. 1886189 Convert fastboot to Soong by Dan Willemsen · 8 years ago
  5. d306747 adb: clean up handle_host_request. by Josh Gao · 8 years ago
  6. 7d130c4 adb: actually enable fdsan. by Josh Gao · 8 years ago
  7. dd655ec adb: move list-forward, kill-forward back into handle_forward_request. by Josh Gao · 8 years ago
  8. 7c3b262 adb: fix forward --list, --remove(-all) with multiple devices. by Josh Gao · 8 years ago
  9. b4edbdf adb: Remove most C-style allocations by Luis Hector Chavez · 8 years ago
  10. 86e6718 [adb] Modernize codebase by replacing NULL with nullptr by Yi Kong · 8 years ago
  11. 7ee327d Merge changes I465804fd,Ib5a684bb,If5e66570,I8471cc00,I8ba0a70a by Josh Gao · 8 years ago
  12. 810fedb adb: move towards using unique_fd. by Josh Gao · 8 years ago
  13. 7a7c5cb adb: add authorizing, connecting states to transport. by Josh Gao · 8 years ago
  14. da74b90 adb: Add a way to distinguish between connection failures and successes by Luis Hector Chavez · 8 years ago
  15. 491454f adb: don't error in handle_host_request if we can't acquire a transport. by Josh Gao · 8 years ago
  16. ebc1c31 adb: fix `adb reverse` when adbd has multiple transports. by Josh Gao · 8 years ago
  17. cd2a529 adb: switch apacket payload to a type that doesn't initialize its contents. by Josh Gao · 8 years ago
  18. 715fe60 adb: convert Connection to a nonblocking interface. by Josh Gao · 8 years ago
  19. 66766f8 adb: use soong version stamping. by Josh Gao · 8 years ago
  20. 361148b adb: switch over to Android.bp. by Josh Gao · 8 years ago
  21. 50576fd adb: stop using quick_exit. by Josh Gao · 8 years ago
  22. 839b932 adb: switch apacket over to a std::string payload. by Josh Gao · 8 years ago
  23. a7d9d71 adb: switch asocket::enqueue to std::string. by Josh Gao · 8 years ago
  24. ee7b44d adb: disable checksum on new versions by Tim Murray · 8 years ago
  25. ef704a1 adb: remove SendConnectOnHost. by Josh Gao · 9 years ago
  26. b39e415 adb: allow selection of a specific transport. by Josh Gao · 9 years ago
  27. cd61ae3 Give a clear error message if we can't start the server. by Elliott Hughes · 9 years ago
  28. 4b64084 adb: reunregress waiting for device on start-server. by Josh Gao · 9 years ago
  29. 27983bc Add host feature for `push --sync` support. by Dan Albert · 9 years ago
  30. 1959e87 adb: silence noise. by Josh Gao · 9 years ago
  31. 61a4c2c Merge changes I394f5782,I9475f5d0,I59707186 by Josh Gao · 9 years ago
  32. ee356a7 adb: make `adb kill-server` wait for the server to die. by Josh Gao · 9 years ago
  33. cded753 Show the "platform tools" version in adb/fastboot --version. by Elliott Hughes · 9 years ago
  34. 1e3bf73 adb: wait for devices to come up instead of sleeping for 3s. by Josh Gao · 9 years ago
  35. 56af582 Merge "adb: fix two device offline problems." by Treehugger Robot · 9 years ago
  36. 3cf1b36 adb: fix two device offline problems. by Yabin Cui · 9 years ago
  37. 65bc227 Fix various adb error reporting bugs. by Elliott Hughes · 9 years ago
  38. 4e97fd6 Show install path in "adb --version" and "fastboot --version". by Elliott Hughes · 9 years ago
  39. 210b63f adb: add `adb host-features`, report libusb status. by Josh Gao · 9 years ago
  40. b736692 adb: add libusb implementation for Linux/Darwin. by Josh Gao · 10 years ago
  41. 7392598 Switch adb over to <chrono>. by Elliott Hughes · 9 years ago
  42. 4e56250 adb: add `adb reconnect offline` to reconnect offline devices. by Josh Gao · 9 years ago
  43. 67ac379 adb: rationalize types. by Josh Gao · 10 years ago
  44. eac2058 adb: split up adb_auth.cpp. by Josh Gao · 10 years ago
  45. 8b249d2 Switch adb to <android-base/properties.h>. by Elliott Hughes · 10 years ago
  46. bb4f860 adb: allow use of arbitrary socket specs for command socket. by Josh Gao · 10 years ago
  47. 827a4a5 Add android::base::GetExecutablePath, switch adb and fastboot over. by Elliott Hughes · 10 years ago
  48. 77f084b adb: increase the authentication throttling limit. by Josh Gao · 10 years ago
  49. 801066a Clean up key handling in adb. by Elliott Hughes · 10 years ago
  50. a937d16 Remove unnecessary ARRAY_SIZE macros. by Elliott Hughes · 10 years ago
  51. c3d1c11 Minor adb style fixes. by Elliott Hughes · 10 years ago
  52. 57cb217 adb: replace failing exits in adbd with abort(). by Josh Gao · 10 years ago
  53. 19d0c23 adb: support forwarding TCP port 0. by David Pursell · 10 years ago
  54. 54ee6d1 Merge "adb: add reconnect command." by Yabin Cui · 10 years ago
  55. a947b49 Switch fs_mgr and adb to libcrypto_utils. by Mattias Nissler · 10 years ago
  56. d78ed22 adb: add reconnect command. by Yabin Cui · 10 years ago
  57. cf91dbe adb: setsid() for adb host server. by Yabin Cui · 10 years ago
  58. 5821678 adb: win32: fix start-server to properly display UTF-8 on the console by Spencer Low · 10 years ago
  59. c573d52 base: add SystemErrorCodeToString() function. by David Pursell · 10 years ago
  60. a17d272 base: add network address parsing function from adb. by David Pursell · 10 years ago
  61. 9055a58 Increase the maximum shell command length to 4096ish. by Josh Gao · 10 years ago
  62. f55ead9 Track rename of base/ to android-base/. by Elliott Hughes · 10 years ago
  63. cc4a4b1 adb: fix adb client running out of sockets on Windows by Spencer Low · 10 years ago
  64. 8595283 Use const auto&/auto&& in adb. by Elliott Hughes · 11 years ago
  65. 67943d1 Fix adb -d/-e error reporting. by Elliott Hughes · 11 years ago
  66. ec2e7d8 adb: detect sockets in CLOSE_WAIT state to prevent socket leak on linux. by Yabin Cui · 11 years ago
  67. 3d9072b adb: fix adbd feature parsing for no features. by David Pursell · 11 years ago
  68. 19bec5b Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 11 years ago
  69. a07dbad adb: add -Tt options to `adb shell`. by David Pursell · 11 years ago
  70. 18d2a86 Merge "Add unit tests for local socket." by Yabin Cui · 11 years ago
  71. b77fc72 adb: win32: fix regression on older versions of Windows by Spencer Low · 11 years ago
  72. 2ce9d56 Add unit tests for local socket. by Yabin Cui · 11 years ago
  73. 5611254 adb: move adb to poll. by Yabin Cui · 11 years ago
  74. 8da19a4 adb: implement shell protocol. by David Pursell · 11 years ago
  75. 0daf6e4 Merge "adb: `features` passes transport features." by David Pursell · 11 years ago
  76. 2e9f032 adb: `features` passes transport features. by David Pursell · 11 years ago
  77. 4f344bb adb: move shell service to a separate file. by David Pursell · 11 years ago
  78. 815ad88 adb: clean up debug tracing a little. by Yabin Cui · 11 years ago
  79. 2669cf9 adb: set thread names (linux & mac) by Siva Velusamy · 11 years ago
  80. 2d4c198 adb: clean up transport disconnect operations. by Yabin Cui · 11 years ago
  81. 179d67a Merge "win32: adb start-server shows stdout/stderr output from actual server" by Elliott Hughes · 11 years ago
  82. 4d64fd8 adb: disconnect: fix write-after-free memory corruption and crash. by Yabin Cui · 11 years ago
  83. 2bbb3a9 win32: adb start-server shows stdout/stderr output from actual server by Spencer Low · 11 years ago
  84. 10dedd8 adb: keep all asocket operations in the main thread. by Yabin Cui · 11 years ago
  85. 996c12e Add `adb features`. by Dan Albert · 11 years ago
  86. be8e54b Add feature list to connection banner. by Dan Albert · 11 years ago
  87. 2521f51 Merge "adb: improve network error info" by Elliott Hughes · 11 years ago
  88. 85ee64b adb: start-server and kill-server error output by Spencer Low · 11 years ago
  89. 3b1a373 Merge "Remove confusing variable HOST." by Yabin Cui · 11 years ago
  90. b9f0164 Always include the adb version in the log. by Elliott Hughes · 11 years ago
  91. 3262585 adb: improve network error info by Spencer Low · 11 years ago
  92. 566d3e1 adb: call android::base::InitLogging even when adb tracing is disabled by Spencer Low · 11 years ago
  93. 5fe6d0d Remove confusing variable HOST. by Yabin Cui · 11 years ago
  94. b28812f adb: win32: write ACK to separate pipe instead of stdout by Spencer Low · 11 years ago
  95. a55dbd8 adb start-server: Use a separate fd for sending initial OK by Siva Velusamy · 11 years ago
  96. 1711e01 adb: win32: call SystemErrorCodeToString() from more places by Spencer Low · 11 years ago
  97. 6815c07 adb: win32: Unicode path names, env vars, some console support by Spencer Low · 11 years ago
  98. 753d485 adb: win32: initial IPv6 support and improved Winsock error reporting by Spencer Low · 11 years ago
  99. 9536513 fix adb {forward,reverse} --no-rebind by Spencer Low · 11 years ago
  100. a1c60c0 Increase size of the the adb packets sent over the wire by Tamas Berghammer · 11 years ago