1. deafd15 am 4309d602: Merge "Added Toshiba\'s USB VID (0x0930) upon their request." into gingerbread by Xavier Ducrohet · 14 years ago
  2. 3c5581d merge from open-source master by The Android Open Source Project · 14 years ago
  3. 02565fe merge from open-source master by The Android Open Source Project · 14 years ago
  4. 29837f9 Added Toshiba's USB VID (0x0930) upon their request. by Takeshi Kishimoto · 14 years ago
  5. 899913f print msg.command in human-readable format by Viral Mehta · 14 years ago
  6. fdb13f7 Merge "Fix ADB daemon file descriptor leak" by Jean-Baptiste Queru · 14 years ago
  7. 67e6fcd merge from froyo-plus-aosp by The Android Open Source Project · 14 years ago
  8. 8f5daad Fix ADB daemon file descriptor leak by Teddie Stenvi · 14 years ago
  9. 2124afe Added NEC and PMC's USB VIDs upon their request. by Takeshi Kishimoto · 14 years ago
  10. 2ef5694 merge from open-source master by The Android Open Source Project · 14 years ago
  11. ee0306b merge from open-source master by The Android Open Source Project · 14 years ago
  12. d9a1904 merge from open-source master by The Android Open Source Project · 14 years ago
  13. 6f29e5a merge from open-source master by The Android Open Source Project · 14 years ago
  14. 07a804b merge from open-source master by The Android Open Source Project · 14 years ago
  15. 83cb93b added vendor ID for http://www.onthegovideo.com/ by Michael Richardson · 14 years ago
  16. feff3a8 Merge "eliminate a compiler warning: signed/unsigned length" by Jean-Baptiste Queru · 14 years ago
  17. eb558b9 eliminate a compiler warning: signed/unsigned length by Michael Richardson · 14 years ago
  18. 8182829 adb: optimize socket-list-walking code by André Goddard Rosa · 14 years ago
  19. 8e78dc6 adb: remove unneeded assignment of id to zero by André Goddard Rosa · 14 years ago
  20. c419e2a adb: clean up 0 --> NULL for pointers by André Goddard Rosa · 14 years ago
  21. f7e148c merge from open-source master by The Android Open Source Project · 14 years ago
  22. cbbe79a adb connect and disconnect improvements: by Mike Lockwood · 14 years ago
  23. 456688b merge from open-source master by The Android Open Source Project · 14 years ago
  24. 5dc0f5d merge from open-source master by The Android Open Source Project · 14 years ago
  25. c57a22c merge from open-source master by The Android Open Source Project · 14 years ago
  26. 705b37b merge from open-source master by The Android Open Source Project · 14 years ago
  27. c0b3ad1 merge from open-source master by The Android Open Source Project · 14 years ago
  28. 67d5358 adb: remove obsolete shell history support. by Mike Lockwood · 14 years ago
  29. 7fe202f Use linenoise to add simple editing and history to the Android shell. by Jack Palevich · 14 years ago
  30. d9d1ca4 Let "adb connect" connect to emulators too by Stefan Hilzinger · 14 years ago
  31. 5762ec290 Fix adb remount on non-MTD devices by Colin Cross · 14 years ago
  32. f1c03de adb: Add Qualcomm USB id by Dima Zavin · 14 years ago
  33. e57d891 merge from open-source master by The Android Open Source Project · 14 years ago
  34. cd64315 Add documentation for some adb environmental variables. by Tim · 14 years ago
  35. 9a22c68 merge from open-source master by The Android Open Source Project · 14 years ago
  36. 26bb6e9 Fixing spelling errors in adb docs by Brian Carlstrom · 14 years ago
  37. a84a42e Make adb's daemon-port on the host machine configurable. by Stefan Hilzinger · 14 years ago
  38. 23e6416 adb: remove obsolete adb.connected system property. by Mike Lockwood · 14 years ago
  39. 4f66069 Add Pantech's USB vendor ID to adb. by Xavier Ducrohet · 14 years ago
  40. c22b9bf Added Kyocera's VID (0x0482), upon their request. by Takeshi Kishimoto · 14 years ago
  41. 505bd6e adb: Add five second timeout for USB writes on Linux host. by Mike Lockwood · 14 years ago
  42. 805c4a7 Add missing newlines to adb usage message by Brian Carlstrom · 14 years ago
  43. c519c00 adb: do not mix printf() with write() when writing to stdout. by Mike Lockwood · 15 years ago
  44. 16f1550 Added ZTE's USB Vendor ID (0x19D2) upon ZTE's request. by Takeshi Kishimoto · 14 years ago
  45. 1727309 Added USB vendor id of Sharp, based on Sharp's request. by Takeshi Kishimoto · 14 years ago
  46. a00a69e am b419c35c: Fix adb, fastboot to compile in Windows SDK under Linux. by Raphael · 14 years ago
  47. b419c35 Fix adb, fastboot to compile in Windows SDK under Linux. by Raphael · 14 years ago
  48. 775a8df merge from open-source master by The Android Open Source Project · 14 years ago
  49. 05f202a Merge "adb: Add persistent system property for running adb in TCPIP mode" by Mike Lockwood · 14 years ago
  50. 8e2ceae adb: Add persistent system property for running adb in TCPIP mode by Mike Lockwood · 14 years ago
  51. 3523412 merge from open-source master by The Android Open Source Project · 14 years ago
  52. 705c944 Add -l option to `adb sync` by Anthony Newnam · 14 years ago
  53. 8ac5010 merge from open-source master by The Android Open Source Project · 14 years ago
  54. 457d81c Allow 'adb pull' to pull symlinked files by Matt Fischer · 15 years ago
  55. 7c19bbe Add Pantech's USB vendor ID to adb. by Xavier Ducrohet · 14 years ago
  56. 8d2f91d Added Kyocera's VID (0x0482), upon their request. by Takeshi Kishimoto · 14 years ago
  57. fe582b5 adb: Add five second timeout for USB writes on Linux host. by Mike Lockwood · 14 years ago
  58. 6fcc801 Add missing newlines to adb usage message by Brian Carlstrom · 14 years ago
  59. bfb0477 Merge "adb: do not mix printf() with write() when writing to stdout." by Mike Lockwood · 14 years ago
  60. 1d01c29 Merge "Added ZTE's USB Vendor ID (0x19D2) upon ZTE's request." by Satoshi Kataoka · 14 years ago
  61. dd6b36e adb: do not mix printf() with write() when writing to stdout. by Mike Lockwood · 15 years ago
  62. d969faa adb: Attempt to unmount the SD card before rebooting. by Mike Lockwood · 14 years ago
  63. d6391c6 merge from open-source master by The Android Open Source Project · 14 years ago
  64. 01512aa Added ZTE's USB Vendor ID (0x19D2) upon ZTE's request. by Takeshi Kishimoto · 14 years ago
  65. 0ef3fd0 adb: add -s option to adb install for installing apps on SD card. by Mike Lockwood · 14 years ago
  66. 5a912bf ADB: Garmin-Asus's USB Vendor ID by Raphael · 14 years ago
  67. 2f6c2b0 adb: add Nvidia's vendor id to adb by Erik Gilling · 14 years ago
  68. 7eced2b make "adb bugreport" run "bugreport" (which invokes "dumpstate" by Dan Egnor · 14 years ago
  69. 429c5ae adb: Fix problems detecting adb in more complicated USB configurations. by Mike Lockwood · 14 years ago
  70. 8071a4b Make adb pull use . as the target file directory if you don't supply one. by Joe Onorato · 15 years ago
  71. 123331a Added USB vendor id of Sharp, based on Sharp's request. by Takeshi Kishimoto · 14 years ago
  72. 3332d6e resolved conflicts for merge of 190cabb3 to master by Raphael · 14 years ago
  73. 190cabb am 1873adc2: ADB: Garmin-Asus\'s USB Vendor ID by Raphael · 14 years ago
  74. 1873adc ADB: Garmin-Asus's USB Vendor ID by Raphael · 14 years ago
  75. f71f068 Add DELL's USB Vendor ID to adb - DO NOT MERGE by Xavier Ducrohet · 14 years ago
  76. 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 · 14 years ago
  77. 6ac5e19 adb: add Nvidia's vendor id to adb by Erik Gilling · 14 years ago
  78. c130ea7 make "adb bugreport" run "bugreport" (which invokes "dumpstate" by Dan Egnor · 14 years ago
  79. 37ddce7 adb: Add Dell's USB vendor ID. by Mike Lockwood · 14 years ago
  80. cc7a5dc adb: Add Dell's USB vendor ID. by Mike Lockwood · 14 years ago
  81. 07e8f7e adb: Fix problems detecting adb in more complicated USB configurations. by Mike Lockwood · 14 years ago
  82. 00c0eea Make adb pull use . as the target file directory if you don't supply one. by Joe Onorato · 15 years ago
  83. a1871d2 adb: Add USB vendor ID for Foxconn by Mike Lockwood · 15 years ago
  84. a48d43a Add adb reboot-bootloader to match fastboot reboot-bootloader. by Romain Guy · 15 years ago
  85. a59387b adb: fix -d and -e options for "adb forward" command. by Mike Lockwood · 15 years ago
  86. 6170404 adb: Add USB vendor ID for Foxconn by Mike Lockwood · 15 years ago
  87. 311add4 Add adb reboot-bootloader to match fastboot reboot-bootloader. by Romain Guy · 15 years ago
  88. 255ed55 am 3c0c6dca: am 64e99545: adb: fix -d and -e options for "adb forward" command. by Mike Lockwood · 15 years ago
  89. 3c0c6dc am 64e99545: adb: fix -d and -e options for "adb forward" command. by Mike Lockwood · 15 years ago
  90. 64e9954 adb: fix -d and -e options for "adb forward" command. by Mike Lockwood · 15 years ago
  91. 333a80c merge from eclair by Jean-Baptiste Queru · 15 years ago
  92. 4b29fe6 eclair snapshot by Jean-Baptiste Queru · 15 years ago
  93. c923980 am ef063fe3: merge from open-source master by Jean-Baptiste Queru · 15 years ago
  94. ef063fe merge from open-source master by Jean-Baptiste Queru · 15 years ago
  95. 3b01d54 am 96f0d140: am df872bec: am 1b9f8c6a: am 23433b93: Add Sony-Ericsson to adb. by Xavier Ducrohet · 15 years ago
  96. 23433b9 Add Sony-Ericsson to adb. by Xavier Ducrohet · 15 years ago
  97. 3b226f9 FreeBSD support for usb-connected devices in adb by Alexey Tarasov · 15 years ago
  98. 3166410 Make get_my_path() safer by Alexey Tarasov · 15 years ago
  99. a01fdd5 am 96b6bf3e: am 8cf0d59f: adb: Add "adb disconnect" command for disconnecting TCP/IP devices. by Mike Lockwood · 15 years ago
  100. 74d7ff8 adb: Add "adb disconnect" command for disconnecting TCP/IP devices. by Mike Lockwood · 15 years ago