1. d32c76b base: add SystemErrorCodeToString() function. by David Pursell · 9 years ago
  2. 8a512a9 base: add network address parsing function from adb. by David Pursell · 10 years ago
  3. 5865802 Increase the maximum shell command length to 4096ish. by Josh Gao · 10 years ago
  4. e016f5c Track rename of base/ to android-base/. by Elliott Hughes · 10 years ago
  5. 96fbf75 adb: fix adb client running out of sockets on Windows by Spencer Low · 10 years ago
  6. 54752d0 Use const auto&/auto&& in adb. by Elliott Hughes · 10 years ago
  7. fec9c96 Fix adb -d/-e error reporting. by Elliott Hughes · 10 years ago
  8. a9d081e adb: detect sockets in CLOSE_WAIT state to prevent socket leak on linux. by Yabin Cui · 10 years ago
  9. 7cfbfd2 adb: fix adbd feature parsing for no features. by David Pursell · 10 years ago
  10. 3a8376d Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 10 years ago
  11. e3802e4 adb: add -Tt options to `adb shell`. by David Pursell · 10 years ago
  12. 2350bdd Merge "Add unit tests for local socket." by Yabin Cui · 10 years ago
  13. 7158973 adb: win32: fix regression on older versions of Windows by Spencer Low · 10 years ago
  14. 3cfea40 Add unit tests for local socket. by Yabin Cui · 10 years ago
  15. 536e12f adb: move adb to poll. by Yabin Cui · 10 years ago
  16. 44f0539 adb: implement shell protocol. by David Pursell · 10 years ago
  17. b62e7c5 Merge "adb: `features` passes transport features." by David Pursell · 10 years ago
  18. 7dfd5a2 adb: `features` passes transport features. by David Pursell · 10 years ago
  19. 5079abc adb: move shell service to a separate file. by David Pursell · 10 years ago
  20. 0a1894a adb: clean up debug tracing a little. by Yabin Cui · 10 years ago
  21. fbdd87e adb: set thread names (linux & mac) by Siva Velusamy · 10 years ago
  22. b1c3f94 adb: clean up transport disconnect operations. by Yabin Cui · 10 years ago
  23. 3c3c81f Merge "win32: adb start-server shows stdout/stderr output from actual server" by Elliott Hughes · 10 years ago
  24. ec2ec7a adb: disconnect: fix write-after-free memory corruption and crash. by Yabin Cui · 10 years ago
  25. 5719929 win32: adb start-server shows stdout/stderr output from actual server by Spencer Low · 10 years ago
  26. d192c44 adb: keep all asocket operations in the main thread. by Yabin Cui · 10 years ago
  27. 50560d1 Add `adb features`. by Dan Albert · 10 years ago
  28. 3abbbd27 Add feature list to connection banner. by Dan Albert · 10 years ago
  29. e7dd568 Merge "adb: improve network error info" by Elliott Hughes · 10 years ago
  30. 4b54b4a adb: start-server and kill-server error output by Spencer Low · 10 years ago
  31. 23d7bfc Merge "Remove confusing variable HOST." by Yabin Cui · 10 years ago
  32. 0e70b5c Always include the adb version in the log. by Elliott Hughes · 10 years ago
  33. 4a3c507 adb: improve network error info by Spencer Low · 10 years ago
  34. 77708f2 adb: call android::base::InitLogging even when adb tracing is disabled by Spencer Low · 10 years ago
  35. 025c424 Remove confusing variable HOST. by Yabin Cui · 10 years ago
  36. d8a6958 adb: win32: write ACK to separate pipe instead of stdout by Spencer Low · 10 years ago
  37. b144089 adb start-server: Use a separate fd for sending initial OK by Siva Velusamy · 10 years ago
  38. 67aaa93 adb: win32: call SystemErrorCodeToString() from more places by Spencer Low · 10 years ago
  39. 91ded98 adb: win32: Unicode path names, env vars, some console support by Spencer Low · 10 years ago
  40. 53ea89e adb: win32: initial IPv6 support and improved Winsock error reporting by Spencer Low · 10 years ago
  41. d6ad920 fix adb {forward,reverse} --no-rebind by Spencer Low · 10 years ago
  42. 5f790ec Increase size of the the adb packets sent over the wire by Tamas Berghammer · 10 years ago
  43. ed67eff Merge "Recognize IPv6 addresses for "adb connect"." by Elliott Hughes · 10 years ago
  44. 1e03521 Recognize IPv6 addresses for "adb connect". by Elliott Hughes · 10 years ago
  45. c02b854 adb: logging: newlines, thread ids, error code overwriting by Spencer Low · 10 years ago
  46. 5b35f59 Improve the "device '(null)' not found" error. by Elliott Hughes · 10 years ago
  47. 70363562 Ignore ro.adb.secure in user builds. by Elliott Hughes · 10 years ago
  48. 700e875 Merge "adb: win32: fix logging to adb.log" by Elliott Hughes · 10 years ago
  49. 2e79721 adb shouldn't trace unless told to by Paul Lawrence · 10 years ago
  50. 20fba19 Merge "adb: fix adb_close() vs. unix_close() usage" by Elliott Hughes · 10 years ago
  51. 16133f0 adb: win32: fix logging to adb.log by Spencer Low · 10 years ago
  52. 549c258 Fix error handling/reporting for "adb forward" and "adb reverse". by Elliott Hughes · 10 years ago
  53. 41d90e4 adb: fix adb_close() vs. unix_close() usage by Spencer Low · 10 years ago
  54. a10a175 Improve logging. by Dan Albert · 10 years ago
  55. 637920e Clean up adb_trace_init. by Dan Albert · 10 years ago
  56. 7dedc65 Make connection states a proper type. by Dan Albert · 10 years ago
  57. 0cd66e0 Revert "Revert "Split adb_main.cpp into client and daemon."" by Dan Albert · 10 years ago
  58. b7a4a6f Revert "Split adb_main.cpp into client and daemon." by Dan Albert · 10 years ago
  59. 3afd82c Split adb_main.cpp into client and daemon. by Dan Albert · 10 years ago
  60. 7c9f059 Add some missing 'const's. by Elliott Hughes · 10 years ago
  61. 376a423 Give enum types CamelCase names for clarity. by Elliott Hughes · 10 years ago
  62. a3b5ec8 Add WriteFdFmt and clean up more code. by Elliott Hughes · 10 years ago
  63. b068ccb More adb buffer fixes. by Elliott Hughes · 10 years ago
  64. e739a0c Add missing 'else' to fix all devices showing up as "host". by Elliott Hughes · 10 years ago
  65. 39fbcd5 Remove strtok from adb. by Elliott Hughes · 10 years ago
  66. 9a8cad9 Always explain why bind(2) failed. by Elliott Hughes · 10 years ago
  67. 52b9855 Show $ADB_VENDOR_KEYS if authentication fails. by Elliott Hughes · 10 years ago
  68. ee7036c Additional cleanup of start_device_log. by Dan Albert · 10 years ago
  69. 498a3a8 Use text based trace masks for adbd. by Dan Albert · 10 years ago
  70. 8a7ce5e File header cleanup. by Dan Albert · 10 years ago
  71. 654c424 Move adb to C++. by Dan Albert · 10 years ago[Renamed (97%) from adb/adb.c]
  72. 01bcb92 Merge "Fix a writex transcription error." by Dan Albert · 10 years ago