1. 98f58e8 Fix some style issues in adb_commandline(). by Riley Andrews · 10 years ago
  2. c8514c8 Refactor the host adb argument parsing loop to remove a goto by Riley Andrews · 10 years ago
  3. 982089d Add adb enable-verity by Paul Lawrence · 10 years ago
  4. ec900bb Revert "Revert "Enable verity on userdebug, and add disable-verity to adb"" by Paul Lawrence · 10 years ago
  5. bea3f9c Introduce "adb keygen" by Nick Kralevich · 10 years ago
  6. d325e86 kill HAVE_TERMIO_H by Yabin Cui · 10 years ago
  7. e77b6a0 kill HAVE_FORKEXEC by Yabin Cui · 10 years ago
  8. b75d6f1 Remove obsolete reference to ddk; Fixes for -Werror by Andrew Hsieh · 11 years ago
  9. 41b3cfa delete_file() should force removal. by Jeff Sharkey · 10 years ago
  10. 678bd2e Fix build of adb with gcc-4.9. by Alexander Ivchenko · 10 years ago
  11. 46a8ffe Fix Windows adb build by avoiding "bool" by Brian Carlstrom · 10 years ago
  12. d0eee74 Escape single quotes in arguments. by Jeff Sharkey · 10 years ago
  13. ac77e1f Follow refactoring of install-abandon command. by Jeff Sharkey · 10 years ago
  14. 71bbc67 Fix the build in clang by Christopher Tate · 10 years ago
  15. c03064e Fix 64-bit builds. by Jeff Sharkey · 10 years ago
  16. 960df97 Add install-multiple to adb. by Jeff Sharkey · 10 years ago
  17. 4b39c6a fix windows build by Doug Zongker · 10 years ago
  18. 6d6a898 adb: fix 64-bit build by Colin Cross · 10 years ago
  19. 7df14ef Merge "add sideload-host mode to adb" by Doug Zongker · 10 years ago
  20. 71fe584 add sideload-host mode to adb by Doug Zongker · 10 years ago
  21. 686bce6 Added support for vendor partition to adb by Daniel Rosenberg · 10 years ago
  22. 7c46035 Partially revert argument escaping. by Jeff Sharkey · 10 years ago
  23. fd546e8 Uniformly escape shell arguments. by Jeff Sharkey · 10 years ago
  24. 8f4ac8e am 7cf8e1cb: am 4e26c95a: Merge "Skip the "--abi" flag on "adb install" if present." by Narayan Kamath · 10 years ago
  25. 7cf8e1c am 4e26c95a: Merge "Skip the "--abi" flag on "adb install" if present." by Narayan Kamath · 10 years ago
  26. b817081 Merge "Add "exec" service: shell commands with no pty." by Jeff Sharkey · 10 years ago
  27. 5d9d434 Add "exec" service: shell commands with no pty. by Jeff Sharkey · 10 years ago
  28. a284f8b Skip the "--abi" flag on "adb install" if present. by Narayan Kamath · 10 years ago
  29. 7291ac6 am 97267755: am c3358875: am 6e7343b8: Merge "adb: implement "adb reverse <local> <remote>"" by David 'Digit' Turner · 10 years ago
  30. 9726775 am c3358875: am 6e7343b8: Merge "adb: implement "adb reverse <local> <remote>"" by David 'Digit' Turner · 10 years ago
  31. 2525869 adb: implement "adb reverse <local> <remote>" by David 'Digit' Turner · 12 years ago
  32. d2baee2 am e7597115: am 328746da: am 129e9dad: Merge changes Idfd1a114,If725a1cb,I61211165,If9a05ccb by Mark Salyzyn · 11 years ago
  33. e759711 am 328746da: am 129e9dad: Merge changes Idfd1a114,If725a1cb,I61211165,If9a05ccb by Mark Salyzyn · 11 years ago
  34. 60299df adb: turn on -Werror by Mark Salyzyn · 11 years ago
  35. de8ff4a adb: added support for adb pull -a to preserve time stamps and mode by Lajos Molnar · 12 years ago
  36. 83ec001 am a77bef47: Document the adb install -d option. by Jeff Brown · 11 years ago
  37. a77bef4 Document the adb install -d option. by Jeff Brown · 11 years ago
  38. 76f2a93 Added transfer progress reporting for push and pull commands. by Mark Lindner · 11 years ago
  39. 93c91fa Improve some adb error logging by Brian Carlstrom · 11 years ago
  40. 0c06eb5 DO NOT MERGE - Document new -obb flag for adb backup by Christopher Tate · 12 years ago
  41. 86ae6d5 Fix issues where the filename is referred to as 'sideload' by Magnus Eriksson · 12 years ago
  42. d7b3308 Support adb client connect to remote server by Matt Gumbel · 12 years ago
  43. 0d82fbf adb: Improve ADB's forward redirection management. by David 'Digit' Turner · 12 years ago
  44. a8b832a am 42900c30: am 0874aa0e: Merge "adb: Pick desired product value from command line it follows -p" by Jean-Baptiste Queru · 12 years ago
  45. 0874aa0 Merge "adb: Pick desired product value from command line it follows -p" by Jean-Baptiste Queru · 12 years ago
  46. 8127323 adb: Pick desired product value from command line it follows -p by Vairavan Srinivasan · 12 years ago
  47. 0e9e13e am 2ca3e6b3: adb: Generalizing -s to take qualifiers. by Scott Anderson · 12 years ago
  48. 2ca3e6b adb: Generalizing -s to take qualifiers. by Scott Anderson · 12 years ago
  49. 76e47e0 am 9526a788: Merge "adb: Add ability to specify device path" into ics-aah by Scott Anderson · 13 years ago
  50. 4474ac4 Add encryption parameters to adb install by Anonymous Coward · 13 years ago
  51. e109d26 adb: Add ability to specify device path by Scott Anderson · 13 years ago
  52. 60733e9 Make sure "adb install" work is cleaned after error by Kenny Root · 13 years ago
  53. 447f061 add "adb sideload" and sideload connection state by Doug Zongker · 13 years ago
  54. bffa4ca Tell the user to unlock/confirm backup & restore operations by Christopher Tate · 13 years ago
  55. 1f4bada am 650307df: am b1dfffe6: Fix \'adb backup\' on Windows by Christopher Tate · 13 years ago
  56. b1dfffe Fix 'adb backup' on Windows by Christopher Tate · 13 years ago
  57. db0a880 Tweak logcat parameters by Christopher Tate · 13 years ago
  58. 5688509 Add command line help for the new 'adb backup -all -nosystem' by Christopher Tate · 13 years ago
  59. a031a91 Skip argument when parsing adb install by Kenny Root · 13 years ago
  60. bb86bc5 Fix 'adb backup' command line validation by Christopher Tate · 13 years ago
  61. 75ae424 Merge "Add install arg for verification" by Kenny Root · 13 years ago
  62. de034ec Change default backup filename and terminology by Christopher Tate · 13 years ago
  63. 597ea5b Add install arg for verification by Kenny Root · 13 years ago
  64. 5b811fa Tidy up the end-of-data handling in backup by Christopher Tate · 13 years ago
  65. c9cd3b9 Make 'adb backup' -f handling more bulletproof and more flexible by Christopher Tate · 13 years ago
  66. 702967a Add 'adb restore' to parallel 'adb backup' by Christopher Tate · 13 years ago
  67. 574ebc4 Merge "Add 'adb backup' for pulling a full backup tarfile to the host" by Christopher Tate · 14 years ago
  68. d2f5415 Add 'adb backup' for pulling a full backup tarfile to the host by Christopher Tate · 14 years ago
  69. 224f948 am 81ce51da: am 55537c34: am 2f7995ee: Merge "adb: fix typo in helptext" by Mike Lockwood · 14 years ago
  70. 6715a43 adb: fix typo in helptext by Bernhard Reutner-Fischer · 14 years ago
  71. 408fa57 adb: fix subprocess exit handling, oom adjust fixes, extra debugging. by JP Abgrall · 14 years ago
  72. 0e7c427 Revert "Fix adb hang when subprocess dies early." by JP Abgrall · 14 years ago
  73. 69c5c4c Fix adb hang when subprocess dies early. by JP Abgrall · 14 years ago
  74. eb5df47 adb: Fix command-line parser. by David 'Digit' Turner · 14 years ago
  75. 9c73d17 Support an additional alias for 'adb shell.' by Daniel Sandler · 14 years ago
  76. 305b4b0 adb: Fix command-line parser. by David 'Digit' Turner · 14 years ago
  77. ff91ab8 Support an additional alias for 'adb shell.' by Daniel Sandler · 14 years ago
  78. f7e148c merge from open-source master by The Android Open Source Project · 14 years ago
  79. cbbe79a adb connect and disconnect improvements: by Mike Lockwood · 14 years ago
  80. 456688b merge from open-source master by The Android Open Source Project · 14 years ago
  81. 67d5358 adb: remove obsolete shell history support. by Mike Lockwood · 14 years ago
  82. e57d891 merge from open-source master by The Android Open Source Project · 15 years ago
  83. cd64315 Add documentation for some adb environmental variables. by Tim · 15 years ago
  84. 9a22c68 merge from open-source master by The Android Open Source Project · 15 years ago
  85. a84a42e Make adb's daemon-port on the host machine configurable. by Stefan Hilzinger · 15 years ago
  86. 805c4a7 Add missing newlines to adb usage message by Brian Carlstrom · 15 years ago
  87. c519c00 adb: do not mix printf() with write() when writing to stdout. by Mike Lockwood · 15 years ago
  88. 3523412 merge from open-source master by The Android Open Source Project · 15 years ago
  89. 705c944 Add -l option to `adb sync` by Anthony Newnam · 15 years ago
  90. 6fcc801 Add missing newlines to adb usage message by Brian Carlstrom · 15 years ago
  91. dd6b36e adb: do not mix printf() with write() when writing to stdout. by Mike Lockwood · 15 years ago
  92. 0ef3fd0 adb: add -s option to adb install for installing apps on SD card. by Mike Lockwood · 15 years ago
  93. 7eced2b make "adb bugreport" run "bugreport" (which invokes "dumpstate" by Dan Egnor · 15 years ago
  94. 8071a4b Make adb pull use . as the target file directory if you don't supply one. by Joe Onorato · 15 years ago
  95. c130ea7 make "adb bugreport" run "bugreport" (which invokes "dumpstate" by Dan Egnor · 15 years ago
  96. 00c0eea Make adb pull use . as the target file directory if you don't supply one. by Joe Onorato · 15 years ago
  97. a48d43a Add adb reboot-bootloader to match fastboot reboot-bootloader. by Romain Guy · 15 years ago
  98. a59387b adb: fix -d and -e options for "adb forward" command. by Mike Lockwood · 15 years ago
  99. 311add4 Add adb reboot-bootloader to match fastboot reboot-bootloader. by Romain Guy · 15 years ago
  100. 255ed55 am 3c0c6dca: am 64e99545: adb: fix -d and -e options for "adb forward" command. by Mike Lockwood · 15 years ago