1. 93c91fa Improve some adb error logging by Brian Carlstrom · 11 years ago
  2. 0c06eb5 DO NOT MERGE - Document new -obb flag for adb backup by Christopher Tate · 11 years ago
  3. 86ae6d5 Fix issues where the filename is referred to as 'sideload' by Magnus Eriksson · 11 years ago
  4. d7b3308 Support adb client connect to remote server by Matt Gumbel · 12 years ago
  5. 0d82fbf adb: Improve ADB's forward redirection management. by David 'Digit' Turner · 12 years ago
  6. a8b832a am 42900c30: am 0874aa0e: Merge "adb: Pick desired product value from command line it follows -p" by Jean-Baptiste Queru · 12 years ago
  7. 0874aa0 Merge "adb: Pick desired product value from command line it follows -p" by Jean-Baptiste Queru · 12 years ago
  8. 8127323 adb: Pick desired product value from command line it follows -p by Vairavan Srinivasan · 12 years ago
  9. 0e9e13e am 2ca3e6b3: adb: Generalizing -s to take qualifiers. by Scott Anderson · 12 years ago
  10. 2ca3e6b adb: Generalizing -s to take qualifiers. by Scott Anderson · 12 years ago
  11. 76e47e0 am 9526a788: Merge "adb: Add ability to specify device path" into ics-aah by Scott Anderson · 12 years ago
  12. 4474ac4 Add encryption parameters to adb install by Anonymous Coward · 12 years ago
  13. e109d26 adb: Add ability to specify device path by Scott Anderson · 12 years ago
  14. 60733e9 Make sure "adb install" work is cleaned after error by Kenny Root · 12 years ago
  15. 447f061 add "adb sideload" and sideload connection state by Doug Zongker · 12 years ago
  16. bffa4ca Tell the user to unlock/confirm backup & restore operations by Christopher Tate · 12 years ago
  17. 1f4bada am 650307df: am b1dfffe6: Fix \'adb backup\' on Windows by Christopher Tate · 13 years ago
  18. b1dfffe Fix 'adb backup' on Windows by Christopher Tate · 13 years ago
  19. db0a880 Tweak logcat parameters by Christopher Tate · 13 years ago
  20. 5688509 Add command line help for the new 'adb backup -all -nosystem' by Christopher Tate · 13 years ago
  21. a031a91 Skip argument when parsing adb install by Kenny Root · 13 years ago
  22. bb86bc5 Fix 'adb backup' command line validation by Christopher Tate · 13 years ago
  23. 75ae424 Merge "Add install arg for verification" by Kenny Root · 13 years ago
  24. de034ec Change default backup filename and terminology by Christopher Tate · 13 years ago
  25. 597ea5b Add install arg for verification by Kenny Root · 13 years ago
  26. 5b811fa Tidy up the end-of-data handling in backup by Christopher Tate · 13 years ago
  27. c9cd3b9 Make 'adb backup' -f handling more bulletproof and more flexible by Christopher Tate · 13 years ago
  28. 702967a Add 'adb restore' to parallel 'adb backup' by Christopher Tate · 13 years ago
  29. 574ebc4 Merge "Add 'adb backup' for pulling a full backup tarfile to the host" by Christopher Tate · 13 years ago
  30. d2f5415 Add 'adb backup' for pulling a full backup tarfile to the host by Christopher Tate · 13 years ago
  31. 224f948 am 81ce51da: am 55537c34: am 2f7995ee: Merge "adb: fix typo in helptext" by Mike Lockwood · 13 years ago
  32. 6715a43 adb: fix typo in helptext by Bernhard Reutner-Fischer · 13 years ago
  33. 408fa57 adb: fix subprocess exit handling, oom adjust fixes, extra debugging. by JP Abgrall · 13 years ago
  34. 0e7c427 Revert "Fix adb hang when subprocess dies early." by JP Abgrall · 13 years ago
  35. 69c5c4c Fix adb hang when subprocess dies early. by JP Abgrall · 13 years ago
  36. eb5df47 adb: Fix command-line parser. by David 'Digit' Turner · 13 years ago
  37. 9c73d17 Support an additional alias for 'adb shell.' by Daniel Sandler · 14 years ago
  38. 305b4b0 adb: Fix command-line parser. by David 'Digit' Turner · 13 years ago
  39. ff91ab8 Support an additional alias for 'adb shell.' by Daniel Sandler · 14 years ago
  40. f7e148c merge from open-source master by The Android Open Source Project · 14 years ago
  41. cbbe79a adb connect and disconnect improvements: by Mike Lockwood · 14 years ago
  42. 456688b merge from open-source master by The Android Open Source Project · 14 years ago
  43. 67d5358 adb: remove obsolete shell history support. by Mike Lockwood · 14 years ago
  44. e57d891 merge from open-source master by The Android Open Source Project · 14 years ago
  45. cd64315 Add documentation for some adb environmental variables. by Tim · 14 years ago
  46. 9a22c68 merge from open-source master by The Android Open Source Project · 14 years ago
  47. a84a42e Make adb's daemon-port on the host machine configurable. by Stefan Hilzinger · 14 years ago
  48. 805c4a7 Add missing newlines to adb usage message by Brian Carlstrom · 14 years ago
  49. c519c00 adb: do not mix printf() with write() when writing to stdout. by Mike Lockwood · 15 years ago
  50. 3523412 merge from open-source master by The Android Open Source Project · 14 years ago
  51. 705c944 Add -l option to `adb sync` by Anthony Newnam · 14 years ago
  52. 6fcc801 Add missing newlines to adb usage message by Brian Carlstrom · 14 years ago
  53. dd6b36e adb: do not mix printf() with write() when writing to stdout. by Mike Lockwood · 15 years ago
  54. 0ef3fd0 adb: add -s option to adb install for installing apps on SD card. by Mike Lockwood · 14 years ago
  55. 7eced2b make "adb bugreport" run "bugreport" (which invokes "dumpstate" by Dan Egnor · 14 years ago
  56. 8071a4b Make adb pull use . as the target file directory if you don't supply one. by Joe Onorato · 15 years ago
  57. c130ea7 make "adb bugreport" run "bugreport" (which invokes "dumpstate" by Dan Egnor · 14 years ago
  58. 00c0eea Make adb pull use . as the target file directory if you don't supply one. by Joe Onorato · 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. 311add4 Add adb reboot-bootloader to match fastboot reboot-bootloader. by Romain Guy · 15 years ago
  62. 255ed55 am 3c0c6dca: am 64e99545: adb: fix -d and -e options for "adb forward" command. by Mike Lockwood · 15 years ago
  63. 3c0c6dc am 64e99545: adb: fix -d and -e options for "adb forward" command. by Mike Lockwood · 15 years ago
  64. 64e9954 adb: fix -d and -e options for "adb forward" command. by Mike Lockwood · 15 years ago
  65. c923980 am ef063fe3: merge from open-source master by Jean-Baptiste Queru · 15 years ago
  66. 3166410 Make get_my_path() safer by Alexey Tarasov · 15 years ago
  67. a01fdd5 am 96b6bf3e: am 8cf0d59f: adb: Add "adb disconnect" command for disconnecting TCP/IP devices. by Mike Lockwood · 15 years ago
  68. 74d7ff8 adb: Add "adb disconnect" command for disconnecting TCP/IP devices. by Mike Lockwood · 15 years ago
  69. 8cf0d59 adb: Add "adb disconnect" command for disconnecting TCP/IP devices. by Mike Lockwood · 15 years ago
  70. 31dbed7 Add adb's ANDROID_SERIAL to fastboot too. by Elliott Hughes · 15 years ago
  71. f56d1b5 Revert "adb: "adb bugreport" now runs dumpstate via init rather than execing it in the shell." by Mike Lockwood · 15 years ago
  72. be0045a adb: "adb bugreport" now runs dumpstate via init rather than execing it in the shell. by Mike Lockwood · 15 years ago
  73. f71c711 Fix broken 'adb root' command. by Xavier Ducrohet · 15 years ago
  74. 2f38b69 adb: Improved support for running adb over TCP/IP by Mike Lockwood · 15 years ago
  75. 5f4b051 adb: add "adb reboot" command. by Mike Lockwood · 15 years ago
  76. 22048ef Allow adb to use ANDORID_SERIAL env variable to specify the device to talk to. by Nick Pelly · 15 years ago
  77. 1bba53f Fix broken 'adb root' command. by Xavier Ducrohet · 15 years ago
  78. ff19670 adb: Improved support for running adb over TCP/IP by Mike Lockwood · 15 years ago
  79. ee15662 adb: add "adb reboot" command. by Mike Lockwood · 15 years ago
  80. df3fb65 am c989199c: Fix typo in adb commandline help by Kenny Root · 15 years ago
  81. c989199 Fix typo in adb commandline help by Kenny Root · 15 years ago
  82. 417a323 Fix typo in adb commandline help by Kenny Root · 15 years ago
  83. db44926 Allow adb to use ANDORID_SERIAL env variable to specify the device to talk to. by Nick Pelly · 15 years ago
  84. e037fd7 auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 15 years ago
  85. dd7bc33 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  86. e54eebb auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  87. 5ae090e auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 15 years ago
  88. 35237d1 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  89. 4f6e8d7 Initial Contribution by The Android Open Source Project · 16 years ago