1. b74c649 adb: retry connecting disconnected emulators instead of always looping. by Yabin Cui · 8 years ago
  2. eaae97e adb: support forwarding TCP port 0. by David Pursell · 8 years ago
  3. 057095d adb: bump the server version to 36. by Josh Gao · 8 years ago
  4. 56e9bb9 adb: tag fatal, fatal_errno with printf attribute. by Josh Gao · 9 years ago
  5. 1b708d3 Share the new adb USB diagnostic code with fastboot. by Elliott Hughes · 9 years ago
  6. 663e949 Merge "adb: add help text for USB permission errors." by David Pursell · 9 years ago
  7. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  8. d2acbd1 adb: add help text for USB permission errors. by David Pursell · 9 years ago
  9. 65433da Avoid SIGPIPE in adb. by Elliott Hughes · 9 years ago
  10. 6fa848a use new cmd command by Todd Kennedy · 9 years ago
  11. 70ef7b4 adb: put legacy shell: service back in. by David Pursell · 9 years ago
  12. bbe3d21 adb: bump server version to prevent feature mismatch. by David Pursell · 9 years ago
  13. c1b1f6f Add unit tests for local socket. by Yabin Cui · 9 years ago
  14. 0955c66 adb: implement shell protocol. by David Pursell · 9 years ago
  15. 9f07f87 Merge "fatal and fatal_errno should be noreturn." by Elliott Hughes · 9 years ago
  16. 2f3342f fatal and fatal_errno should be noreturn. by Elliott Hughes · 9 years ago
  17. b329824 adb: clean up transport disconnect operations. by Yabin Cui · 9 years ago
  18. 1792c23 Add feature list to connection banner. by Dan Albert · 9 years ago
  19. 317acfb Merge "Remove confusing variable HOST." by Yabin Cui · 9 years ago
  20. 42ae260 Always include the adb version in the log. by Elliott Hughes · 9 years ago
  21. 661327e Remove confusing variable HOST. by Yabin Cui · 9 years ago
  22. 9f2d1a9 adb start-server: Use a separate fd for sending initial OK by Siva Velusamy · 9 years ago
  23. 381cfa9 Report getaddrinfo failures correctly. by Elliott Hughes · 9 years ago
  24. 3d2904c Increase size of the the adb packets sent over the wire by Tamas Berghammer · 9 years ago
  25. 947cb3e Remove subproc events when ADB_HOST. by Alex Vallée · 9 years ago
  26. 286bb6d Revert "Turn on -Wformat-nonliteral." by Dan Albert · 9 years ago
  27. 459df8f Turn on -Wformat-nonliteral. by Dan Albert · 9 years ago
  28. c7915a3 Make atransport be a real class. by Dan Albert · 9 years ago
  29. dcd78a1 Make connection states a proper type. by Dan Albert · 9 years ago
  30. c89e0cc Revert "Revert "Split adb_main.cpp into client and daemon."" by Dan Albert · 9 years ago
  31. 218dbcc Revert "Split adb_main.cpp into client and daemon." by Dan Albert · 9 years ago
  32. cf07494 Split adb_main.cpp into client and daemon. by Dan Albert · 9 years ago
  33. aee80fb Add some missing 'const's. by Elliott Hughes · 9 years ago
  34. 3bd73c1 Give enum types CamelCase names for clarity. by Elliott Hughes · 9 years ago
  35. e67f1f8 More adb buffer fixes. by Elliott Hughes · 9 years ago
  36. 6452a89 More fixed-length buffer removal. by Elliott Hughes · 9 years ago
  37. 2d4121c Remove extern "C" barriers to using C++. by Elliott Hughes · 9 years ago
  38. ec7a667 Revert "Revert "adb: support /oem partition"" by Elliott Hughes · 9 years ago
  39. bac3474 Move adb to C++. by Dan Albert · 9 years ago
  40. 7664901 Move transport declarations into transport.h. by Dan Albert · 9 years ago
  41. bd0b750 Move adb_main to its own file. by Dan Albert · 9 years ago
  42. ba3a251 Move the adb auth code into its own file. by Dan Albert · 9 years ago
  43. 818fb4b Add extern "C" to all the adb headers. by Dan Albert · 9 years ago
  44. 630b9af Begin moving code from adb to libadb. by Dan Albert · 10 years ago
  45. 13449cd Fix disable-verity when the underlying block device is RO by Sami Tolvanen · 10 years ago
  46. 982089d Add adb enable-verity by Paul Lawrence · 10 years ago
  47. ec900bb Revert "Revert "Enable verity on userdebug, and add disable-verity to adb"" by Paul Lawrence · 10 years ago
  48. cbf0267 Add more debug information. by leozwang · 10 years ago
  49. 97ac0e1 Kill HAVE_BIG_ENDIAN, HAVE_ENDIAN_H, and HAVE_LITTLE_ENDIAN. by Elliott Hughes · 10 years ago
  50. d3fc15f Consolidate adb trace macro defines into its own header file. by leozwang · 10 years ago
  51. 48a9042 Redirect debug output to logcat. by leozwang · 10 years ago
  52. 71fe584 add sideload-host mode to adb by Doug Zongker · 10 years ago
  53. b817081 Merge "Add "exec" service: shell commands with no pty." by Jeff Sharkey · 10 years ago
  54. 5d9d434 Add "exec" service: shell commands with no pty. by Jeff Sharkey · 10 years ago
  55. 2525869 adb: implement "adb reverse <local> <remote>" by David 'Digit' Turner · 11 years ago
  56. 7aa39a7 adb: deprecate legacy log service interface by Mark Salyzyn · 11 years ago
  57. 39ea00b am 4639ae45: am a0ce4e28: am 98fdcfa9: am 67cb61ee: Merge "adb: Check sender\'s socket id when receiving packets." by Nick Kralevich · 11 years ago
  58. 818d641 adb: Check sender's socket id when receiving packets. by David 'Digit' Turner · 11 years ago
  59. c66a753 adb: deprecate legacy log service interface by Mark Salyzyn · 11 years ago
  60. 1c45ee9 adb: Handle adb connect in a thread by Benoit Goby · 11 years ago
  61. 9470c2f adb: Cleanup dead code by Benoit Goby · 11 years ago
  62. 77e8e58 adb: Add "unauthorized" connection state by Benoit Goby · 12 years ago
  63. 64b3103 adb: Create private key with 0600 mode by Benoit Goby · 12 years ago
  64. d5fcafa adb: Add public key authentification by Benoit Goby · 12 years ago
  65. 3fc95a9 Revert "adb: Add public key authentification" by Benoit Goby · 12 years ago
  66. f4ed516 adb: Add public key authentification by Benoit Goby · 12 years ago
  67. c29569c Merge "FunctionFS: initial implementation" by Benoit Goby · 12 years ago
  68. 0e9e13e am 2ca3e6b3: adb: Generalizing -s to take qualifiers. by Scott Anderson · 12 years ago
  69. 3fef581 am e82c2db0: adb: Transmit key properties in banner of connect message by Scott Anderson · 12 years ago
  70. 2ca3e6b adb: Generalizing -s to take qualifiers. by Scott Anderson · 12 years ago
  71. e82c2db adb: Transmit key properties in banner of connect message by Scott Anderson · 12 years ago
  72. fd96db1 FunctionFS: initial implementation by Andrzej Pietrasiewicz · 13 years ago
  73. 76e47e0 am 9526a788: Merge "adb: Add ability to specify device path" into ics-aah by Scott Anderson · 12 years ago
  74. e109d26 adb: Add ability to specify device path by Scott Anderson · 12 years ago
  75. f366b36 adb: Don't synchronize with transport using sleep by Benoit Goby · 12 years ago
  76. 28781b0 Enables ADBD tracing in the emulator. by Vladimir Chtchetkine · 12 years ago
  77. 447f061 add "adb sideload" and sideload connection state by Doug Zongker · 13 years ago
  78. 07edefe Revert "adb: kick the transport after sending the "adb root" command" by Mike Lockwood · 13 years ago
  79. b0bd602 adb: Update version to 1.0.28 by Mike Lockwood · 13 years ago
  80. d15e6ac adb: kick the transport after sending the "adb root" command by Mike Lockwood · 13 years ago
  81. 702967a Add 'adb restore' to parallel 'adb backup' by Christopher Tate · 13 years ago
  82. d2f5415 Add 'adb backup' for pulling a full backup tarfile to the host by Christopher Tate · 13 years ago
  83. 408fa57 adb: fix subprocess exit handling, oom adjust fixes, extra debugging. by JP Abgrall · 13 years ago
  84. 0e7c427 Revert "Fix adb hang when subprocess dies early." by JP Abgrall · 13 years ago
  85. 69c5c4c Fix adb hang when subprocess dies early. by JP Abgrall · 13 years ago
  86. c318833 Build adb for target-as-host by John Michelau · 14 years ago
  87. cbbe79a adb connect and disconnect improvements: by Mike Lockwood · 14 years ago
  88. d9d1ca4 Let "adb connect" connect to emulators too by Stefan Hilzinger · 14 years ago
  89. a84a42e Make adb's daemon-port on the host machine configurable. by Stefan Hilzinger · 14 years ago
  90. 505bd6e adb: Add five second timeout for USB writes on Linux host. by Mike Lockwood · 14 years ago
  91. 3166410 Make get_my_path() safer by Alexey Tarasov · 15 years ago
  92. 74d7ff8 adb: Add "adb disconnect" command for disconnecting TCP/IP devices. by Mike Lockwood · 15 years ago
  93. cef31a0 adb: Fix emulator support. by Mike Lockwood · 15 years ago
  94. 2f38b69 adb: Improved support for running adb over TCP/IP by Mike Lockwood · 15 years ago
  95. 95b837d adb: On Linux, detect USB devices for which adb does not have permissions to communicate with. by Mike Lockwood · 15 years ago
  96. 5f4b051 adb: add "adb reboot" command. by Mike Lockwood · 15 years ago
  97. 7bf6884 adb: Increment ADB_SERVER_VERSION by Mike Lockwood · 15 years ago
  98. 1f546e6 adb: Allow enabling of device side adbd logging with a persistent system property. by Mike Lockwood · 15 years ago
  99. a481d09 Support for 3rd party USB Vendor IDs in adb. by Xavier Ducrohet · 15 years ago
  100. a09fbd1 Preparation work for adb to support USB vendor Ids provided by SDK add-ons. by Xavier Ducrohet · 15 years ago