1. 351ecd1 adb: fix adb client running out of sockets on Windows by Spencer Low · 9 years ago
  2. 65fe251 Use const auto&/auto&& in adb. by Elliott Hughes · 9 years ago
  3. 8d28e19 Fix adb -d/-e error reporting. by Elliott Hughes · 9 years ago
  4. aa77e22 adb: detect sockets in CLOSE_WAIT state to prevent socket leak on linux. by Yabin Cui · 9 years ago
  5. d2b588e adb: fix adbd feature parsing for no features. by David Pursell · 9 years ago
  6. aed3c61 Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  7. 4e2fd36 adb: add -Tt options to `adb shell`. by David Pursell · 9 years ago
  8. 0b743df Merge "Add unit tests for local socket." by Yabin Cui · 9 years ago
  9. bc36bdb adb: win32: fix regression on older versions of Windows by Spencer Low · 9 years ago
  10. c1b1f6f Add unit tests for local socket. by Yabin Cui · 9 years ago
  11. a108016 adb: move adb to poll. by Yabin Cui · 9 years ago
  12. 0955c66 adb: implement shell protocol. by David Pursell · 9 years ago
  13. e4c1bb5 Merge "adb: `features` passes transport features." by David Pursell · 9 years ago
  14. 880be43 adb: `features` passes transport features. by David Pursell · 9 years ago
  15. 80f6702 adb: move shell service to a separate file. by David Pursell · 9 years ago
  16. 7a3f8d6 adb: clean up debug tracing a little. by Yabin Cui · 9 years ago
  17. 49ee7cf adb: set thread names (linux & mac) by Siva Velusamy · 9 years ago
  18. b329824 adb: clean up transport disconnect operations. by Yabin Cui · 9 years ago
  19. e73a8a2 Merge "win32: adb start-server shows stdout/stderr output from actual server" by Elliott Hughes · 9 years ago
  20. f4b9928 adb: disconnect: fix write-after-free memory corruption and crash. by Yabin Cui · 9 years ago
  21. 2122c7a win32: adb start-server shows stdout/stderr output from actual server by Spencer Low · 9 years ago
  22. 34f45c5 adb: keep all asocket operations in the main thread. by Yabin Cui · 9 years ago
  23. 90d4b73 Add `adb features`. by Dan Albert · 9 years ago
  24. 1792c23 Add feature list to connection banner. by Dan Albert · 9 years ago
  25. 57532b2 Merge "adb: improve network error info" by Elliott Hughes · 9 years ago
  26. f18fc08 adb: start-server and kill-server error output by Spencer Low · 9 years ago
  27. 317acfb Merge "Remove confusing variable HOST." by Yabin Cui · 9 years ago
  28. 42ae260 Always include the adb version in the log. by Elliott Hughes · 9 years ago
  29. bf7c605 adb: improve network error info by Spencer Low · 9 years ago
  30. 7430916 adb: call android::base::InitLogging even when adb tracing is disabled by Spencer Low · 9 years ago
  31. 661327e Remove confusing variable HOST. by Yabin Cui · 9 years ago
  32. 5c398d2 adb: win32: write ACK to separate pipe instead of stdout by Spencer Low · 9 years ago
  33. 9f2d1a9 adb start-server: Use a separate fd for sending initial OK by Siva Velusamy · 9 years ago
  34. 8df9032 adb: win32: call SystemErrorCodeToString() from more places by Spencer Low · 9 years ago
  35. cf4ff64 adb: win32: Unicode path names, env vars, some console support by Spencer Low · 9 years ago
  36. 5200c66 adb: win32: initial IPv6 support and improved Winsock error reporting by Spencer Low · 9 years ago
  37. a6b340a fix adb {forward,reverse} --no-rebind by Spencer Low · 9 years ago
  38. 3d2904c Increase size of the the adb packets sent over the wire by Tamas Berghammer · 9 years ago
  39. 3bcdaa2 Merge "Recognize IPv6 addresses for "adb connect"." by Elliott Hughes · 9 years ago
  40. 3d5f60d Recognize IPv6 addresses for "adb connect". by Elliott Hughes · 9 years ago
  41. 8d8126a adb: logging: newlines, thread ids, error code overwriting by Spencer Low · 9 years ago
  42. e2d3677 Improve the "device '(null)' not found" error. by Elliott Hughes · 9 years ago
  43. 5cba504 Ignore ro.adb.secure in user builds. by Elliott Hughes · 9 years ago
  44. fa76ffc Merge "adb: win32: fix logging to adb.log" by Elliott Hughes · 9 years ago
  45. 6f009d9 adb shouldn't trace unless told to by Paul Lawrence · 9 years ago
  46. ebce147 Merge "adb: fix adb_close() vs. unix_close() usage" by Elliott Hughes · 9 years ago
  47. d0f66c3 adb: win32: fix logging to adb.log by Spencer Low · 9 years ago
  48. 424af02 Fix error handling/reporting for "adb forward" and "adb reverse". by Elliott Hughes · 9 years ago
  49. 6ac5d7d adb: fix adb_close() vs. unix_close() usage by Spencer Low · 9 years ago
  50. 9313c0d Improve logging. by Dan Albert · 9 years ago
  51. e246219 Clean up adb_trace_init. by Dan Albert · 9 years ago
  52. dcd78a1 Make connection states a proper type. by Dan Albert · 9 years ago
  53. c89e0cc Revert "Revert "Split adb_main.cpp into client and daemon."" by Dan Albert · 9 years ago
  54. 218dbcc Revert "Split adb_main.cpp into client and daemon." by Dan Albert · 9 years ago
  55. cf07494 Split adb_main.cpp into client and daemon. by Dan Albert · 9 years ago
  56. aee80fb Add some missing 'const's. by Elliott Hughes · 9 years ago
  57. 3bd73c1 Give enum types CamelCase names for clarity. by Elliott Hughes · 9 years ago
  58. ab52c18 Add WriteFdFmt and clean up more code. by Elliott Hughes · 9 years ago
  59. e67f1f8 More adb buffer fixes. by Elliott Hughes · 9 years ago
  60. 3ce9575 Add missing 'else' to fix all devices showing up as "host". by Elliott Hughes · 9 years ago
  61. 8d5fa6d Remove strtok from adb. by Elliott Hughes · 9 years ago
  62. 7b50609 Always explain why bind(2) failed. by Elliott Hughes · 9 years ago
  63. 7be29c8 Show $ADB_VENDOR_KEYS if authentication fails. by Elliott Hughes · 9 years ago
  64. 8743ef9 Additional cleanup of start_device_log. by Dan Albert · 9 years ago
  65. ea2175a Use text based trace masks for adbd. by Dan Albert · 9 years ago
  66. 3313426 File header cleanup. by Dan Albert · 9 years ago
  67. bac3474 Move adb to C++. by Dan Albert · 9 years ago[Renamed (97%) from adb/adb.c]
  68. 9b1fd96 Merge "Fix a writex transcription error." by Dan Albert · 9 years ago