1. e380c27 adb: remove unnecessary include by Mike Lockwood · 15 years ago
  2. d7249c4 adb: Use new libusbhost library for USB support on Linux host. by Mike Lockwood · 15 years ago
  3. aebae19 Merge changes If8e07502,I48c84fab by Colin Cross · 15 years ago
  4. c880ee0 Fix adb remount on non-MTD devices by Colin Cross · 15 years ago
  5. 63b15a3 Merge "Let "adb connect" connect to emulators too - adb can now connect to an emulator configured with an arbitrary pair of <console port, adb port>. These two ports do not have to be adjacent. This can be done from the commandline at any time using adb connect emu:<console_port>,<adb_port> - Emulators running on ports outside the normal range (5554/5555-5584/5585) register themselves on startup if they follow the convention "console port+1==abd port". - Emulators outside the normal port range will not be auto-detected on adb startup as these ports are not probed. - The index into local_transports[] array in transport_local.c does no longer indicate the port number of the local transport. Use the altered atransport struct to get the port number. - I have chosen not to document the adb connect emu:console_port,adb_port syntax on adb's help screen as this might be confusing to most readers and useful to very few. - I don't expect this to introduce any (backwards) compatibility issues." by Mike Lockwood · 15 years ago
  6. 7f2ad58 adb: Add Qualcomm USB id by Dima Zavin · 15 years ago
  7. 6da145a Let "adb connect" connect to emulators too by Stefan Hilzinger · 15 years ago
  8. e57d891 merge from open-source master by The Android Open Source Project · 15 years ago
  9. cd64315 Add documentation for some adb environmental variables. by Tim · 15 years ago
  10. 9a22c68 merge from open-source master by The Android Open Source Project · 15 years ago
  11. 26bb6e9 Fixing spelling errors in adb docs by Brian Carlstrom · 15 years ago
  12. a84a42e Make adb's daemon-port on the host machine configurable. by Stefan Hilzinger · 15 years ago
  13. 23e6416 adb: remove obsolete adb.connected system property. by Mike Lockwood · 15 years ago
  14. 4f66069 Add Pantech's USB vendor ID to adb. by Xavier Ducrohet · 15 years ago
  15. c22b9bf Added Kyocera's VID (0x0482), upon their request. by Takeshi Kishimoto · 15 years ago
  16. 505bd6e adb: Add five second timeout for USB writes on Linux host. by Mike Lockwood · 15 years ago
  17. 805c4a7 Add missing newlines to adb usage message by Brian Carlstrom · 15 years ago
  18. c519c00 adb: do not mix printf() with write() when writing to stdout. by Mike Lockwood · 16 years ago
  19. 16f1550 Added ZTE's USB Vendor ID (0x19D2) upon ZTE's request. by Takeshi Kishimoto · 15 years ago
  20. 1727309 Added USB vendor id of Sharp, based on Sharp's request. by Takeshi Kishimoto · 15 years ago
  21. a00a69e am b419c35c: Fix adb, fastboot to compile in Windows SDK under Linux. by Raphael · 15 years ago
  22. b419c35 Fix adb, fastboot to compile in Windows SDK under Linux. by Raphael · 15 years ago
  23. 775a8df merge from open-source master by The Android Open Source Project · 15 years ago
  24. 05f202a Merge "adb: Add persistent system property for running adb in TCPIP mode" by Mike Lockwood · 15 years ago
  25. 8e2ceae adb: Add persistent system property for running adb in TCPIP mode by Mike Lockwood · 15 years ago
  26. 3523412 merge from open-source master by The Android Open Source Project · 15 years ago
  27. 705c944 Add -l option to `adb sync` by Anthony Newnam · 15 years ago
  28. 8ac5010 merge from open-source master by The Android Open Source Project · 15 years ago
  29. 457d81c Allow 'adb pull' to pull symlinked files by Matt Fischer · 15 years ago
  30. 7c19bbe Add Pantech's USB vendor ID to adb. by Xavier Ducrohet · 15 years ago
  31. 8d2f91d Added Kyocera's VID (0x0482), upon their request. by Takeshi Kishimoto · 15 years ago
  32. fe582b5 adb: Add five second timeout for USB writes on Linux host. by Mike Lockwood · 15 years ago
  33. 6fcc801 Add missing newlines to adb usage message by Brian Carlstrom · 15 years ago
  34. bfb0477 Merge "adb: do not mix printf() with write() when writing to stdout." by Mike Lockwood · 15 years ago
  35. 1d01c29 Merge "Added ZTE's USB Vendor ID (0x19D2) upon ZTE's request." by Satoshi Kataoka · 15 years ago
  36. dd6b36e adb: do not mix printf() with write() when writing to stdout. by Mike Lockwood · 16 years ago
  37. d969faa adb: Attempt to unmount the SD card before rebooting. by Mike Lockwood · 15 years ago
  38. d6391c6 merge from open-source master by The Android Open Source Project · 15 years ago
  39. 01512aa Added ZTE's USB Vendor ID (0x19D2) upon ZTE's request. by Takeshi Kishimoto · 15 years ago
  40. 0ef3fd0 adb: add -s option to adb install for installing apps on SD card. by Mike Lockwood · 15 years ago
  41. 5a912bf ADB: Garmin-Asus's USB Vendor ID by Raphael · 15 years ago
  42. 2f6c2b0 adb: add Nvidia's vendor id to adb by Erik Gilling · 15 years ago
  43. 7eced2b make "adb bugreport" run "bugreport" (which invokes "dumpstate" by Dan Egnor · 15 years ago
  44. 429c5ae adb: Fix problems detecting adb in more complicated USB configurations. by Mike Lockwood · 15 years ago
  45. 8071a4b Make adb pull use . as the target file directory if you don't supply one. by Joe Onorato · 15 years ago
  46. 123331a Added USB vendor id of Sharp, based on Sharp's request. by Takeshi Kishimoto · 15 years ago
  47. 3332d6e resolved conflicts for merge of 190cabb3 to master by Raphael · 15 years ago
  48. 190cabb am 1873adc2: ADB: Garmin-Asus\'s USB Vendor ID by Raphael · 15 years ago
  49. 1873adc ADB: Garmin-Asus's USB Vendor ID by Raphael · 15 years ago
  50. f71f068 Add DELL's USB Vendor ID to adb - DO NOT MERGE by Xavier Ducrohet · 15 years ago
  51. 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
  52. 6ac5e19 adb: add Nvidia's vendor id to adb by Erik Gilling · 15 years ago
  53. c130ea7 make "adb bugreport" run "bugreport" (which invokes "dumpstate" by Dan Egnor · 15 years ago
  54. 37ddce7 adb: Add Dell's USB vendor ID. by Mike Lockwood · 15 years ago
  55. cc7a5dc adb: Add Dell's USB vendor ID. by Mike Lockwood · 15 years ago
  56. 07e8f7e adb: Fix problems detecting adb in more complicated USB configurations. by Mike Lockwood · 15 years ago
  57. 00c0eea Make adb pull use . as the target file directory if you don't supply one. by Joe Onorato · 15 years ago
  58. a1871d2 adb: Add USB vendor ID for Foxconn by Mike Lockwood · 15 years ago
  59. a48d43a Add adb reboot-bootloader to match fastboot reboot-bootloader. by Romain Guy · 15 years ago
  60. a59387b adb: fix -d and -e options for "adb forward" command. by Mike Lockwood · 15 years ago
  61. 6170404 adb: Add USB vendor ID for Foxconn by Mike Lockwood · 15 years ago
  62. 311add4 Add adb reboot-bootloader to match fastboot reboot-bootloader. by Romain Guy · 15 years ago
  63. 255ed55 am 3c0c6dca: am 64e99545: adb: fix -d and -e options for "adb forward" command. by Mike Lockwood · 15 years ago
  64. 3c0c6dc am 64e99545: adb: fix -d and -e options for "adb forward" command. by Mike Lockwood · 15 years ago
  65. 64e9954 adb: fix -d and -e options for "adb forward" command. by Mike Lockwood · 15 years ago
  66. 333a80c merge from eclair by Jean-Baptiste Queru · 15 years ago
  67. 4b29fe6 eclair snapshot by Jean-Baptiste Queru · 15 years ago
  68. c923980 am ef063fe3: merge from open-source master by Jean-Baptiste Queru · 15 years ago
  69. ef063fe merge from open-source master by Jean-Baptiste Queru · 15 years ago
  70. 3b01d54 am 96f0d140: am df872bec: am 1b9f8c6a: am 23433b93: Add Sony-Ericsson to adb. by Xavier Ducrohet · 15 years ago
  71. 23433b9 Add Sony-Ericsson to adb. by Xavier Ducrohet · 15 years ago
  72. 3b226f9 FreeBSD support for usb-connected devices in adb by Alexey Tarasov · 15 years ago
  73. 3166410 Make get_my_path() safer by Alexey Tarasov · 15 years ago
  74. a01fdd5 am 96b6bf3e: am 8cf0d59f: adb: Add "adb disconnect" command for disconnecting TCP/IP devices. by Mike Lockwood · 15 years ago
  75. 74d7ff8 adb: Add "adb disconnect" command for disconnecting TCP/IP devices. by Mike Lockwood · 15 years ago
  76. 1fbf27b Add support for Acer devices by Robert CH Chou · 16 years ago
  77. 89f9a84 adb: Add USB Vendor IDs for LG and Huawei by Mike Lockwood · 16 years ago
  78. 4a0da39 Add NOTICE file and license tag for adb by Jean-Baptiste Queru · 16 years ago
  79. d6e3ecb adb: Clean up argument passing for create_service_thread() by Mike Lockwood · 16 years ago
  80. e5c8b6d Revert "adb: Another attempted workaround for the adb disconnect problem." by Joe Onorato · 16 years ago
  81. 8cf0d59 adb: Add "adb disconnect" command for disconnecting TCP/IP devices. by Mike Lockwood · 15 years ago
  82. 31dbed7 Add adb's ANDROID_SERIAL to fastboot too. by Elliott Hughes · 16 years ago
  83. ff7d583 Merge change 26093 into eclair by Android (Google) Code Review · 16 years ago
  84. 7953b89 Add support for Acer devices by Robert CH Chou · 16 years ago
  85. 6ae9256 adb: Add USB Vendor IDs for LG and Huawei by Mike Lockwood · 16 years ago
  86. 2fcdaf9 Add NOTICE file and license tag for adb by Jean-Baptiste Queru · 16 years ago
  87. b6b4007 adb: Clean up argument passing for create_service_thread() by Mike Lockwood · 16 years ago
  88. 154b7d7 Add bitfields to header for screen shots. This will allow ddms to distinguish by Rebecca Schultz Zavin · 16 years ago
  89. 8880093 Merge change 24493 into eclair by Android (Google) Code Review · 16 years ago
  90. 04bee29 Fix several issues in framebuffer_service by Rebecca Schultz Zavin · 16 years ago
  91. 91acb14 Revert "adb: Another attempted workaround for the adb disconnect problem." by Joe Onorato · 16 years ago
  92. f56d1b5 Revert "adb: "adb bugreport" now runs dumpstate via init rather than execing it in the shell." by Mike Lockwood · 16 years ago
  93. be0045a adb: "adb bugreport" now runs dumpstate via init rather than execing it in the shell. by Mike Lockwood · 16 years ago
  94. cef31a0 adb: Fix emulator support. by Mike Lockwood · 16 years ago
  95. f71c711 Fix broken 'adb root' command. by Xavier Ducrohet · 16 years ago
  96. 2f38b69 adb: Improved support for running adb over TCP/IP by Mike Lockwood · 16 years ago
  97. 26f3de6 BUG 2033924: Add AdbWinUsbApi.dll to prebuilt for Windows SDK by Raphael · 16 years ago
  98. ecfb75d adb: Fix infinite loop in Linux host device discovery. by Mike Lockwood · 16 years ago
  99. 668cc77 adb: print better error message when there are insufficient permissions for a device. by Mike Lockwood · 16 years ago
  100. a8be72f adb: update call to register_usb_transport in Mac and Windows builds. by Mike Lockwood · 16 years ago