1. 288c7cf Merge "make "adb bugreport" run "bugreport" (which invokes "dumpstate" indirectly via system service) rather than "dumpstate", that way even when adb is not running as root, dumpstate does run as root, and can do things like collect VM traces." by Dan Egnor · 15 years ago
  2. 6ac5e19 adb: add Nvidia's vendor id to adb by Erik Gilling · 15 years ago
  3. c130ea7 make "adb bugreport" run "bugreport" (which invokes "dumpstate" by Dan Egnor · 15 years ago
  4. 37ddce7 adb: Add Dell's USB vendor ID. by Mike Lockwood · 15 years ago
  5. 07e8f7e adb: Fix problems detecting adb in more complicated USB configurations. by Mike Lockwood · 15 years ago
  6. 00c0eea Make adb pull use . as the target file directory if you don't supply one. by Joe Onorato · 15 years ago
  7. 6170404 adb: Add USB vendor ID for Foxconn by Mike Lockwood · 15 years ago
  8. 311add4 Add adb reboot-bootloader to match fastboot reboot-bootloader. by Romain Guy · 15 years ago
  9. 255ed55 am 3c0c6dca: am 64e99545: adb: fix -d and -e options for "adb forward" command. by Mike Lockwood · 15 years ago
  10. 3c0c6dc am 64e99545: adb: fix -d and -e options for "adb forward" command. by Mike Lockwood · 15 years ago
  11. 64e9954 adb: fix -d and -e options for "adb forward" command. by Mike Lockwood · 15 years ago
  12. c923980 am ef063fe3: merge from open-source master by Jean-Baptiste Queru · 15 years ago
  13. ef063fe merge from open-source master by Jean-Baptiste Queru · 15 years ago
  14. 3b01d54 am 96f0d140: am df872bec: am 1b9f8c6a: am 23433b93: Add Sony-Ericsson to adb. by Xavier Ducrohet · 15 years ago
  15. 23433b9 Add Sony-Ericsson to adb. by Xavier Ducrohet · 15 years ago
  16. 3b226f9 FreeBSD support for usb-connected devices in adb by Alexey Tarasov · 15 years ago
  17. 3166410 Make get_my_path() safer by Alexey Tarasov · 15 years ago
  18. a01fdd5 am 96b6bf3e: am 8cf0d59f: adb: Add "adb disconnect" command for disconnecting TCP/IP devices. by Mike Lockwood · 15 years ago
  19. 74d7ff8 adb: Add "adb disconnect" command for disconnecting TCP/IP devices. by Mike Lockwood · 15 years ago
  20. 1fbf27b Add support for Acer devices by Robert CH Chou · 15 years ago
  21. 89f9a84 adb: Add USB Vendor IDs for LG and Huawei by Mike Lockwood · 15 years ago
  22. 4a0da39 Add NOTICE file and license tag for adb by Jean-Baptiste Queru · 15 years ago
  23. d6e3ecb adb: Clean up argument passing for create_service_thread() by Mike Lockwood · 15 years ago
  24. e5c8b6d Revert "adb: Another attempted workaround for the adb disconnect problem." by Joe Onorato · 15 years ago
  25. 8cf0d59 adb: Add "adb disconnect" command for disconnecting TCP/IP devices. by Mike Lockwood · 15 years ago
  26. 31dbed7 Add adb's ANDROID_SERIAL to fastboot too. by Elliott Hughes · 15 years ago
  27. ff7d583 Merge change 26093 into eclair by Android (Google) Code Review · 15 years ago
  28. 7953b89 Add support for Acer devices by Robert CH Chou · 15 years ago
  29. 6ae9256 adb: Add USB Vendor IDs for LG and Huawei by Mike Lockwood · 15 years ago
  30. 2fcdaf9 Add NOTICE file and license tag for adb by Jean-Baptiste Queru · 15 years ago
  31. b6b4007 adb: Clean up argument passing for create_service_thread() by Mike Lockwood · 15 years ago
  32. 154b7d7 Add bitfields to header for screen shots. This will allow ddms to distinguish by Rebecca Schultz Zavin · 15 years ago
  33. 8880093 Merge change 24493 into eclair by Android (Google) Code Review · 15 years ago
  34. 04bee29 Fix several issues in framebuffer_service by Rebecca Schultz Zavin · 15 years ago
  35. 91acb14 Revert "adb: Another attempted workaround for the adb disconnect problem." by Joe Onorato · 15 years ago
  36. f56d1b5 Revert "adb: "adb bugreport" now runs dumpstate via init rather than execing it in the shell." by Mike Lockwood · 15 years ago
  37. be0045a adb: "adb bugreport" now runs dumpstate via init rather than execing it in the shell. by Mike Lockwood · 15 years ago
  38. cef31a0 adb: Fix emulator support. by Mike Lockwood · 15 years ago
  39. f71c711 Fix broken 'adb root' command. by Xavier Ducrohet · 15 years ago
  40. 2f38b69 adb: Improved support for running adb over TCP/IP by Mike Lockwood · 15 years ago
  41. 26f3de6 BUG 2033924: Add AdbWinUsbApi.dll to prebuilt for Windows SDK by Raphael · 15 years ago
  42. ecfb75d adb: Fix infinite loop in Linux host device discovery. by Mike Lockwood · 15 years ago
  43. 668cc77 adb: print better error message when there are insufficient permissions for a device. by Mike Lockwood · 15 years ago
  44. a8be72f adb: update call to register_usb_transport in Mac and Windows builds. by Mike Lockwood · 15 years ago
  45. 95b837d adb: On Linux, detect USB devices for which adb does not have permissions to communicate with. by Mike Lockwood · 15 years ago
  46. e64004d adb: Use correct language ID when retrieving USB serial number. by Guang Zhu · 15 years ago
  47. 63e6152 adb: Remove adbd from simulator build. by Mike Lockwood · 15 years ago
  48. 5f4b051 adb: add "adb reboot" command. by Mike Lockwood · 15 years ago
  49. 3969080 get rid of utils/executablepath.h, which now lives in the simulator by Mathias Agopian · 15 years ago
  50. 22048ef Allow adb to use ANDORID_SERIAL env variable to specify the device to talk to. by Nick Pelly · 15 years ago
  51. a3e8a6a adb: Fix emulator support. by Mike Lockwood · 15 years ago
  52. 1bba53f Fix broken 'adb root' command. by Xavier Ducrohet · 15 years ago
  53. ff19670 adb: Improved support for running adb over TCP/IP by Mike Lockwood · 15 years ago
  54. 818806a am e3baafd8: BUG 2033924: Add AdbWinUsbApi.dll to prebuilt for Windows SDK by Raphael · 15 years ago
  55. e3baafd BUG 2033924: Add AdbWinUsbApi.dll to prebuilt for Windows SDK by Raphael · 15 years ago
  56. d70dc73 adb: Fix infinite loop in Linux host device discovery. by Mike Lockwood · 15 years ago
  57. c52c602 DO NOT MERGE adb: Remove adbd from simulator build. by Mike Lockwood · 15 years ago
  58. 704aa83 DO NOT MERGE cherry-pick "adb reboot" from master: by Mike Lockwood · 15 years ago
  59. 37d3111 adb: print better error message when there are insufficient permissions for a device. by Mike Lockwood · 15 years ago
  60. 5c93dba adb: update call to register_usb_transport in Mac and Windows builds. by Mike Lockwood · 15 years ago
  61. 0927bf9 adb: On Linux, detect USB devices for which adb does not have permissions to communicate with. by Mike Lockwood · 15 years ago
  62. 1a1f818 adb: Use correct language ID when retrieving USB serial number. by Guang Zhu · 15 years ago
  63. 781d041 adb: Remove adbd from simulator build. by Mike Lockwood · 15 years ago
  64. ee15662 adb: add "adb reboot" command. by Mike Lockwood · 15 years ago
  65. 1f4ff53 am cc1de48d: adb: Another attempted workaround for the adb disconnect problem. by Mike Lockwood · 15 years ago
  66. cc1de48 adb: Another attempted workaround for the adb disconnect problem. by Mike Lockwood · 15 years ago
  67. 1fde31c am de6f62a6: Add support for Samsung and Motorola devices. by Xavier Ducrohet · 15 years ago
  68. de6f62a Add support for Samsung and Motorola devices. by Xavier Ducrohet · 15 years ago
  69. dd8a23b am 7bf68842: adb: Increment ADB_SERVER_VERSION by Mike Lockwood · 15 years ago
  70. 7bf6884 adb: Increment ADB_SERVER_VERSION by Mike Lockwood · 15 years ago
  71. df3fb65 am c989199c: Fix typo in adb commandline help by Kenny Root · 15 years ago
  72. c989199 Fix typo in adb commandline help by Kenny Root · 15 years ago
  73. 5089bd0 am 3d9b265b: adb: Use correct language ID when retrieving USB serial number. by Mike Lockwood · 15 years ago
  74. 3d9b265 adb: Use correct language ID when retrieving USB serial number. by Mike Lockwood · 15 years ago
  75. 7490e4b am 34c34267: Merge change 3951 into donut by Android (Google) Code Review · 15 years ago
  76. 02d40b5 Revert "adb: Workaround for adb disconnect problem." by Mike Lockwood · 15 years ago
  77. f4c9494 am 87657782: Merge change 3008 into donut by Android (Google) Code Review · 15 years ago
  78. e38a31e adb: Workaround for adb disconnect problem. by Mike Lockwood · 15 years ago
  79. 89ac364 get rid of utils/executablepath.h, which now lives in the simulator by Mathias Agopian · 15 years ago
  80. 5b043d6 am 1f546e6d: adb: Allow enabling of device side adbd logging with a persistent system property. by Mike Lockwood · 15 years ago
  81. 1f546e6 adb: Allow enabling of device side adbd logging with a persistent system property. by Mike Lockwood · 15 years ago
  82. 64c6397 am 6a3075c7: adb: Add adbd to the AID_SDCARD_RW group to allow writing to the SD card. by Mike Lockwood · 15 years ago
  83. 6a3075c adb: Add adbd to the AID_SDCARD_RW group to allow writing to the SD card. by Mike Lockwood · 15 years ago
  84. fc8e241 am 0469d2c3: Merge change 2282 into donut by Android (Google) Code Review · 15 years ago
  85. a481d09 Support for 3rd party USB Vendor IDs in adb. by Xavier Ducrohet · 15 years ago
  86. 8a88939 am a09fbd16: Preparation work for adb to support USB vendor Ids provided by SDK add-ons. by Xavier Ducrohet · 15 years ago
  87. a09fbd1 Preparation work for adb to support USB vendor Ids provided by SDK add-ons. by Xavier Ducrohet · 15 years ago
  88. df849ca am a61755e5: Merge change 2077 into donut by Android (Google) Code Review · 15 years ago
  89. 249ad57 adb: adbd no longer disables OOM and now sets children's OOM adjustment to zero by Mike Lockwood · 15 years ago
  90. 342520f am 1b154930: Merge change 1867 into donut by Android (Google) Code Review · 15 years ago
  91. 34c22c5 am 414ff7d9: Move fdevent from libcutils into adb directory. ADB is the only client of this API, and I intend to modify it extensively to clean its codebase soon. by David 'Digit' Turner · 15 years ago
  92. f6330a2 Cleaning up whitespace in adb sources. Nothing more, nothing less. by David 'Digit' Turner · 15 years ago
  93. 414ff7d Move fdevent from libcutils into adb directory. ADB is the only client of this API, and I intend to modify it extensively to clean its codebase soon. by David 'Digit' Turner · 15 years ago
  94. 16b5d6e am 3fd82b8: adb: osx: Match devices based on interface subclass and prot by Dima Zavin · 15 years ago
  95. 3fd82b8 adb: osx: Match devices based on interface subclass and protocol by Dima Zavin · 15 years ago
  96. 46f208e Merge change 1171 by Android (Google) Code Review · 15 years ago
  97. db44926 Allow adb to use ANDORID_SERIAL env variable to specify the device to talk to. by Nick Pelly · 15 years ago
  98. b9e966f adb seems to build in 64 bit mode these days, so it's safe to build for the simulator too. by Marco Nelissen · 15 years ago
  99. e037fd7 auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 15 years ago
  100. 2015549 auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 15 years ago