1. b9c4ac2 adb: add Nvidia's vendor id to adb by Erik Gilling · 16 years ago
  2. 680b10c make "adb bugreport" run "bugreport" (which invokes "dumpstate" by Dan Egnor · 16 years ago
  3. 3dab63d adb: Fix problems detecting adb in more complicated USB configurations. by Mike Lockwood · 16 years ago
  4. d026370 Make adb pull use . as the target file directory if you don't supply one. by Joe Onorato · 16 years ago
  5. 0ee14a7 adb: Add Dell's USB vendor ID. by Mike Lockwood · 16 years ago
  6. ae004d8 adb: Add USB vendor ID for Foxconn by Mike Lockwood · 16 years ago
  7. 5a984e6 Add adb reboot-bootloader to match fastboot reboot-bootloader. by Romain Guy · 16 years ago
  8. a12befc adb: fix -d and -e options for "adb forward" command. by Mike Lockwood · 16 years ago
  9. 5c30adb merge from eclair by Jean-Baptiste Queru · 16 years ago
  10. 976d470 eclair snapshot by Jean-Baptiste Queru · 16 years ago
  11. 12a1d04 FreeBSD support for usb-connected devices in adb by Alexey Tarasov · 16 years ago
  12. 857f17a Make get_my_path() safer by Alexey Tarasov · 16 years ago
  13. 5f2c4a1 adb: Add "adb disconnect" command for disconnecting TCP/IP devices. by Mike Lockwood · 16 years ago
  14. 2a1c11b Add support for Acer devices by Robert CH Chou · 16 years ago
  15. 2c6af22 adb: Add USB Vendor IDs for LG and Huawei by Mike Lockwood · 16 years ago
  16. 3564d83 Add NOTICE file and license tag for adb by Jean-Baptiste Queru · 16 years ago
  17. 8666a53 adb: Clean up argument passing for create_service_thread() by Mike Lockwood · 16 years ago
  18. 9675e5c Revert "adb: Another attempted workaround for the adb disconnect problem." by Joe Onorato · 16 years ago
  19. 87b3a2c merge from master by Jean-Baptiste Queru · 16 years ago
  20. a8b3875 adb: Fix emulator support. by Mike Lockwood · 16 years ago
  21. 75d550a Fix broken 'adb root' command. by Xavier Ducrohet · 16 years ago
  22. b51ae57 adb: Improved support for running adb over TCP/IP by Mike Lockwood · 16 years ago
  23. 121c4ec BUG 2033924: Add AdbWinUsbApi.dll to prebuilt for Windows SDK by Raphael · 16 years ago
  24. 396d338 adb: Fix infinite loop in Linux host device discovery. by Mike Lockwood · 16 years ago
  25. 4089f4d adb: print better error message when there are insufficient permissions for a device. by Mike Lockwood · 16 years ago
  26. de7eed3 adb: update call to register_usb_transport in Mac and Windows builds. by Mike Lockwood · 16 years ago
  27. 21fe06f adb: On Linux, detect USB devices for which adb does not have permissions to communicate with. by Mike Lockwood · 16 years ago
  28. cb0afb9 adb: Use correct language ID when retrieving USB serial number. by Guang Zhu · 16 years ago
  29. 853a6d8 adb: Remove adbd from simulator build. by Mike Lockwood · 16 years ago
  30. a91f54c adb: add "adb reboot" command. by Mike Lockwood · 16 years ago
  31. 46334ba get rid of utils/executablepath.h, which now lives in the simulator by Mathias Agopian · 16 years ago
  32. 2a05d0d Allow adb to use ANDORID_SERIAL env variable to specify the device to talk to. by Nick Pelly · 16 years ago
  33. f001b51 BUG 2033924: Add AdbWinUsbApi.dll to prebuilt for Windows SDK by Raphael · 16 years ago
  34. da61860 DO NOT MERGE adb: Remove adbd from simulator build. by Mike Lockwood · 16 years ago
  35. bd73809 DO NOT MERGE cherry-pick "adb reboot" from master: by Mike Lockwood · 16 years ago
  36. 2fa5eb4 merge from donut by Jean-Baptiste Queru · 16 years ago
  37. fa311c3 adb: Another attempted workaround for the adb disconnect problem. by Mike Lockwood · 16 years ago
  38. 85c8569 merge from donut by Jean-Baptiste Queru · 16 years ago
  39. d01924d Merge korg/donut into korg/master by Jean-Baptiste Queru · 16 years ago
  40. 37f7fcf Add support for Samsung and Motorola devices. by Xavier Ducrohet · 16 years ago
  41. 47ea41d adb: Increment ADB_SERVER_VERSION by Mike Lockwood · 16 years ago
  42. 70c9ad0 adb: Use correct language ID when retrieving USB serial number. by Mike Lockwood · 16 years ago
  43. f8eb578 Fix typo in adb commandline help by Kenny Root · 16 years ago
  44. 6118c17 adb: Use correct language ID when retrieving USB serial number. by Mike Lockwood · 16 years ago
  45. 11e33b8 Revert "adb: Workaround for adb disconnect problem." by Mike Lockwood · 16 years ago
  46. d102bf0 Fix typo in adb commandline help by Kenny Root · 16 years ago
  47. 37df02f Merge change 3008 into donut by Android (Google) Code Review · 16 years ago
  48. 63da058 adb: Workaround for adb disconnect problem. by Mike Lockwood · 16 years ago
  49. 86c44a8 Merge commit 'b65b399785eea18e16dee32d2318814a6360e5a3' into donut by The Android Open Source Project · 16 years ago
  50. b65b399 AI 149490: Add support for 3rd party USB Vendor. BUG=1890147 by Xavier Ducrohet · 16 years ago
  51. 4ac1e28 adb: Allow enabling of device side adbd logging with a persistent system property. by Mike Lockwood · 16 years ago
  52. f022e61 adb: Add adbd to the AID_SDCARD_RW group to allow writing to the SD card. by Mike Lockwood · 16 years ago
  53. 30a4033 Support for 3rd party USB Vendor IDs in adb. by Xavier Ducrohet · 16 years ago
  54. 2ef5fc2 Preparation work for adb to support USB vendor Ids provided by SDK add-ons. by Xavier Ducrohet · 16 years ago
  55. 3410659 adb: adbd no longer disables OOM and now sets children's OOM adjustment to zero by Mike Lockwood · 16 years ago
  56. 1f1efb5 Cleaning up whitespace in adb sources. Nothing more, nothing less. by David 'Digit' Turner · 16 years ago
  57. b1c2c95 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 · 16 years ago
  58. 3e82491 adb: osx: Match devices based on interface subclass and protocol by Dima Zavin · 16 years ago
  59. bb24b58 adb seems to build in 64 bit mode these days, so it's safe to build for the simulator too. by Marco Nelissen · 16 years ago
  60. 9c75340 auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 17 years ago
  61. fbc34f3 auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 17 years ago
  62. 9ca14dc auto import from //depot/cupcake/@135843 by The Android Open Source Project · 17 years ago
  63. 334880a auto import from //depot/cupcake/@135843 by The Android Open Source Project · 17 years ago
  64. d6b7b54 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 17 years ago
  65. 0fe6d5d auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 17 years ago
  66. a8b14ab auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 17 years ago
  67. c39d59d Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 17 years ago
  68. 25320a3 Initial Contribution by The Android Open Source Project · 17 years ago