1. 4e97fd6 Show install path in "adb --version" and "fastboot --version". by Elliott Hughes · 7 years ago
  2. 210b63f adb: add `adb host-features`, report libusb status. by Josh Gao · 7 years ago
  3. b736692 adb: add libusb implementation for Linux/Darwin. by Josh Gao · 8 years ago
  4. 7392598 Switch adb over to <chrono>. by Elliott Hughes · 8 years ago
  5. 4e56250 adb: add `adb reconnect offline` to reconnect offline devices. by Josh Gao · 8 years ago
  6. 67ac379 adb: rationalize types. by Josh Gao · 8 years ago
  7. eac2058 adb: split up adb_auth.cpp. by Josh Gao · 8 years ago
  8. 8b249d2 Switch adb to <android-base/properties.h>. by Elliott Hughes · 8 years ago
  9. bb4f860 adb: allow use of arbitrary socket specs for command socket. by Josh Gao · 8 years ago
  10. 827a4a5 Add android::base::GetExecutablePath, switch adb and fastboot over. by Elliott Hughes · 8 years ago
  11. 77f084b adb: increase the authentication throttling limit. by Josh Gao · 8 years ago
  12. 801066a Clean up key handling in adb. by Elliott Hughes · 8 years ago
  13. a937d16 Remove unnecessary ARRAY_SIZE macros. by Elliott Hughes · 8 years ago
  14. c3d1c11 Minor adb style fixes. by Elliott Hughes · 8 years ago
  15. 57cb217 adb: replace failing exits in adbd with abort(). by Josh Gao · 8 years ago
  16. 19d0c23 adb: support forwarding TCP port 0. by David Pursell · 8 years ago
  17. 54ee6d1 Merge "adb: add reconnect command." by Yabin Cui · 8 years ago
  18. a947b49 Switch fs_mgr and adb to libcrypto_utils. by Mattias Nissler · 8 years ago
  19. d78ed22 adb: add reconnect command. by Yabin Cui · 8 years ago
  20. cf91dbe adb: setsid() for adb host server. by Yabin Cui · 8 years ago
  21. 5821678 adb: win32: fix start-server to properly display UTF-8 on the console by Spencer Low · 9 years ago
  22. c573d52 base: add SystemErrorCodeToString() function. by David Pursell · 9 years ago
  23. a17d272 base: add network address parsing function from adb. by David Pursell · 9 years ago
  24. 9055a58 Increase the maximum shell command length to 4096ish. by Josh Gao · 9 years ago
  25. f55ead9 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  26. cc4a4b1 adb: fix adb client running out of sockets on Windows by Spencer Low · 9 years ago
  27. 8595283 Use const auto&/auto&& in adb. by Elliott Hughes · 9 years ago
  28. 67943d1 Fix adb -d/-e error reporting. by Elliott Hughes · 9 years ago
  29. ec2e7d8 adb: detect sockets in CLOSE_WAIT state to prevent socket leak on linux. by Yabin Cui · 9 years ago
  30. 3d9072b adb: fix adbd feature parsing for no features. by David Pursell · 9 years ago
  31. 19bec5b Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  32. a07dbad adb: add -Tt options to `adb shell`. by David Pursell · 9 years ago
  33. 18d2a86 Merge "Add unit tests for local socket." by Yabin Cui · 9 years ago
  34. b77fc72 adb: win32: fix regression on older versions of Windows by Spencer Low · 9 years ago
  35. 2ce9d56 Add unit tests for local socket. by Yabin Cui · 9 years ago
  36. 5611254 adb: move adb to poll. by Yabin Cui · 9 years ago
  37. 8da19a4 adb: implement shell protocol. by David Pursell · 9 years ago
  38. 0daf6e4 Merge "adb: `features` passes transport features." by David Pursell · 9 years ago
  39. 2e9f032 adb: `features` passes transport features. by David Pursell · 9 years ago
  40. 4f344bb adb: move shell service to a separate file. by David Pursell · 9 years ago
  41. 815ad88 adb: clean up debug tracing a little. by Yabin Cui · 9 years ago
  42. 2669cf9 adb: set thread names (linux & mac) by Siva Velusamy · 9 years ago
  43. 2d4c198 adb: clean up transport disconnect operations. by Yabin Cui · 9 years ago
  44. 179d67a Merge "win32: adb start-server shows stdout/stderr output from actual server" by Elliott Hughes · 9 years ago
  45. 4d64fd8 adb: disconnect: fix write-after-free memory corruption and crash. by Yabin Cui · 9 years ago
  46. 2bbb3a9 win32: adb start-server shows stdout/stderr output from actual server by Spencer Low · 9 years ago
  47. 10dedd8 adb: keep all asocket operations in the main thread. by Yabin Cui · 9 years ago
  48. 996c12e Add `adb features`. by Dan Albert · 9 years ago
  49. be8e54b Add feature list to connection banner. by Dan Albert · 9 years ago
  50. 2521f51 Merge "adb: improve network error info" by Elliott Hughes · 9 years ago
  51. 85ee64b adb: start-server and kill-server error output by Spencer Low · 9 years ago
  52. 3b1a373 Merge "Remove confusing variable HOST." by Yabin Cui · 9 years ago
  53. b9f0164 Always include the adb version in the log. by Elliott Hughes · 9 years ago
  54. 3262585 adb: improve network error info by Spencer Low · 9 years ago
  55. 566d3e1 adb: call android::base::InitLogging even when adb tracing is disabled by Spencer Low · 9 years ago
  56. 5fe6d0d Remove confusing variable HOST. by Yabin Cui · 9 years ago
  57. b28812f adb: win32: write ACK to separate pipe instead of stdout by Spencer Low · 9 years ago
  58. a55dbd8 adb start-server: Use a separate fd for sending initial OK by Siva Velusamy · 9 years ago
  59. 1711e01 adb: win32: call SystemErrorCodeToString() from more places by Spencer Low · 9 years ago
  60. 6815c07 adb: win32: Unicode path names, env vars, some console support by Spencer Low · 9 years ago
  61. 753d485 adb: win32: initial IPv6 support and improved Winsock error reporting by Spencer Low · 9 years ago
  62. 9536513 fix adb {forward,reverse} --no-rebind by Spencer Low · 9 years ago
  63. a1c60c0 Increase size of the the adb packets sent over the wire by Tamas Berghammer · 9 years ago
  64. ad7c49f Merge "Recognize IPv6 addresses for "adb connect"." by Elliott Hughes · 9 years ago
  65. 09ccf1f Recognize IPv6 addresses for "adb connect". by Elliott Hughes · 9 years ago
  66. 5c761bd adb: logging: newlines, thread ids, error code overwriting by Spencer Low · 9 years ago
  67. 24f5276 Improve the "device '(null)' not found" error. by Elliott Hughes · 9 years ago
  68. d7eb854 Ignore ro.adb.secure in user builds. by Elliott Hughes · 9 years ago
  69. 675f1bd Merge "adb: win32: fix logging to adb.log" by Elliott Hughes · 9 years ago
  70. f4ca27d adb shouldn't trace unless told to by Paul Lawrence · 9 years ago
  71. 45ca894 Merge "adb: fix adb_close() vs. unix_close() usage" by Elliott Hughes · 9 years ago
  72. 4911f4b adb: win32: fix logging to adb.log by Spencer Low · 9 years ago
  73. d98ca8a Fix error handling/reporting for "adb forward" and "adb reverse". by Elliott Hughes · 9 years ago
  74. 3a2421b adb: fix adb_close() vs. unix_close() usage by Spencer Low · 9 years ago
  75. 08d552b Improve logging. by Dan Albert · 9 years ago
  76. 27929b0 Clean up adb_trace_init. by Dan Albert · 9 years ago
  77. 9a50f4c Make connection states a proper type. by Dan Albert · 9 years ago
  78. 53a3744 Revert "Revert "Split adb_main.cpp into client and daemon."" by Dan Albert · 9 years ago
  79. 151f488 Revert "Split adb_main.cpp into client and daemon." by Dan Albert · 9 years ago
  80. ad87c02 Split adb_main.cpp into client and daemon. by Dan Albert · 9 years ago
  81. 9d07fee Add some missing 'const's. by Elliott Hughes · 9 years ago
  82. 3aec2ba Give enum types CamelCase names for clarity. by Elliott Hughes · 9 years ago
  83. fb59684 Add WriteFdFmt and clean up more code. by Elliott Hughes · 9 years ago
  84. 88b4c85 More adb buffer fixes. by Elliott Hughes · 9 years ago
  85. b27e241 Add missing 'else' to fix all devices showing up as "host". by Elliott Hughes · 9 years ago
  86. fb2ba51 Remove strtok from adb. by Elliott Hughes · 9 years ago
  87. a585cbd Always explain why bind(2) failed. by Elliott Hughes · 9 years ago
  88. ab88242 Show $ADB_VENDOR_KEYS if authentication fails. by Elliott Hughes · 9 years ago
  89. dec2b24 Additional cleanup of start_device_log. by Dan Albert · 9 years ago
  90. ecbd874 Use text based trace masks for adbd. by Dan Albert · 9 years ago
  91. db6fe64 File header cleanup. by Dan Albert · 9 years ago
  92. f30d73c Move adb to C++. by Dan Albert · 9 years ago[Renamed (97%) from adb.c]
  93. b5f43a1 Merge "Fix a writex transcription error." by Dan Albert · 9 years ago