1. d1dd125 Redirect bugreport stderr to host's stderr. by Felipe Leme · 8 years ago
  2. 42e45c7 Display warning about bugreport delay. by Felipe Leme · 8 years ago
  3. 644a36c Automatically add a .zip to adb bugreport file when missing. by Felipe Leme · 8 years ago
  4. a9e818f Merge changes Ia4a2ff77,I970806e3,I47daa338 into nyc-dev by TreeHugger Robot · 8 years ago
  5. 03468c8 adb: add reconnect command. by Yabin Cui · 8 years ago
  6. 9ea7795 adb: after `adb root`, wait for the device in any state. by Josh Gao · 8 years ago
  7. 5863fb6 adb: add support for 'wait-for-any'. by Josh Gao · 8 years ago
  8. 3d8df3c adb: make 'wait-for-{recovery,sideload,bootloader} work. by Josh Gao · 8 years ago
  9. 44a4267 Implements 'adb bugreport <ZIP_FILE>'. by Felipe Leme · 8 years ago
  10. 1ef5bf8 Fix buffer overrun in adb wait-for-device. by Elliott Hughes · 8 years ago
  11. 5767d0d adb: wait for restore to complete before returning. by Josh Gao · 8 years ago
  12. 06c73ae adb: wait for adbd to die and respawn in root/unroot. by Josh Gao · 8 years ago
  13. 8a67c09 Merge "Only debuggable packages can be downgraded." into nyc-dev by Alex Klyubin · 8 years ago
  14. b6117c4 adb: bail out if wait_for_device fails in send_shell_command. by Josh Gao · 8 years ago
  15. 85ed975 Only debuggable packages can be downgraded. by Alex Klyubin · 8 years ago
  16. d9db09c adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 8 years ago
  17. d18aea9 Merge changes I93287b87,I30a3eb0b by Josh Gao · 8 years ago
  18. f3f6a1d adb: add adb_get_feature_set. by Josh Gao · 8 years ago
  19. a935220 Merge "adb: fix subprocess termination for legacy shell." by David Pursell · 8 years ago
  20. 2e02dc6 adb: SIGWINCH support for Windows by Spencer Low · 9 years ago
  21. 57dd5ae adb: fix subprocess termination for legacy shell. by David Pursell · 8 years ago
  22. 0aacbbe adb: fix GetFeatureSet() to indicate failure. by David Pursell · 9 years ago
  23. 82509e7 Merge "adb host: add device state in "adb wait-for-*"" by Elliott Hughes · 9 years ago
  24. fe01885 Improve "adb install"'s error message slightly. by Elliott Hughes · 9 years ago
  25. 1fbc9db adb host: add device state in "adb wait-for-*" by Leo Sartre · 9 years ago
  26. aae38d9 Merge "adb: shell: add -n flag to not read from stdin." by Josh Gao · 9 years ago
  27. 7d58607 adb: shell: add -n flag to not read from stdin. by Josh Gao · 9 years ago
  28. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  29. 65433da Avoid SIGPIPE in adb. by Elliott Hughes · 9 years ago
  30. c2252df Don't send $TERM unless we're talking to a new adbd. by Elliott Hughes · 9 years ago
  31. 18ddf5c Pass $TERM to the device. by Elliott Hughes · 9 years ago
  32. 56e6813 Improve adb help text and adb backup error reporting. by Elliott Hughes · 9 years ago
  33. b7b1edf adb: remove exit-time destructors. by Josh Gao · 9 years ago
  34. 3c540ae Merge "Add -e to the adb shell documentation." by Elliott Hughes · 9 years ago
  35. 0e42c2a Add -e to the adb shell documentation. by Elliott Hughes · 9 years ago
  36. 28416d6 Fix adb shell escape handling. by Elliott Hughes · 9 years ago
  37. 6fa848a use new cmd command by Todd Kennedy · 9 years ago
  38. 11d18f1 Merge changes I70c94c4b,Ifd8769ed by Josh Gao · 9 years ago
  39. 09c5bbf adb: remove use of mkdirs from `adb backup`. by Josh Gao · 9 years ago
  40. 0fbf961 Fix Mac adb build. by Elliott Hughes · 9 years ago
  41. c15b17f adb shell SIGWINCH support. by Elliott Hughes · 9 years ago
  42. aff48cb Merge "adb: fix adb reverse --no-rebind help text" am: 4f23917299 by Elliott Hughes · 9 years ago
  43. 4f23917 Merge "adb: fix adb reverse --no-rebind help text" by Elliott Hughes · 9 years ago
  44. 58ee99e Merge "adb: allow multiple args to push/pull." am: fe54c96ab2 by Josh Gao · 9 years ago
  45. fe54c96 Merge "adb: allow multiple args to push/pull." by Josh Gao · 9 years ago
  46. 587ea20 adb: fix adb reverse --no-rebind help text by Spencer Low · 9 years ago
  47. 34e0d64 Merge "adb: create unix_isatty() function." am: d9ff9873df by David Pursell · 9 years ago
  48. c5b8ad8 adb: create unix_isatty() function. by David Pursell · 9 years ago
  49. 0578677 adb: allow multiple args to push/pull. by Josh Gao · 9 years ago
  50. dcaf693 Merge "adb: use correct _WIN32 macro." am: 5c75b529f6 by Josh Gao · 9 years ago
  51. 4a13972 adb: use correct _WIN32 macro. by Josh Gao · 9 years ago
  52. edb7862 Merge "adb: fix adb client running out of sockets on Windows" am: 1e2382a027 by Elliott Hughes · 9 years ago
  53. 351ecd1 adb: fix adb client running out of sockets on Windows by Spencer Low · 9 years ago
  54. 39f7a1f Merge "Show transfer progress in adb sync/pull/push." am: 26352bf1fb by Elliott Hughes · 9 years ago
  55. b708d16 Show transfer progress in adb sync/pull/push. by Elliott Hughes · 9 years ago
  56. f856b39 Merge "adb: fix -Tt options to match ssh." am: 76e9236a42 by David Pursell · 9 years ago
  57. 08a2709 adb: fix -Tt options to match ssh. by David Pursell · 9 years ago
  58. 04c64db Merge "adb: Mask SIGTTIN so that I/O works when backgrounded." am: 69ccb9532c by Josh Gao · 9 years ago
  59. 8dcdb57 adb: Mask SIGTTIN so that I/O works when backgrounded. by Josh Gao · 9 years ago
  60. 2535ea1 am ca0d66d5: Merge "adb: non-interactive shell stdin." by David Pursell · 9 years ago
  61. 1ed57f0 adb: non-interactive shell stdin. by David Pursell · 9 years ago
  62. 28a3e49 am 1407b286: Merge "Fix adb -d/-e error reporting." by Elliott Hughes · 9 years ago
  63. 8d28e19 Fix adb -d/-e error reporting. by Elliott Hughes · 9 years ago
  64. 428f343 am de3faec6: am fd18d9e2: Merge "adb: put legacy shell: service back in." by David Pursell · 9 years ago
  65. de3faec am fd18d9e2: Merge "adb: put legacy shell: service back in." by David Pursell · 9 years ago
  66. 70ef7b4 adb: put legacy shell: service back in. by David Pursell · 9 years ago
  67. b8db643 am 56ece709: am e4975da3: Merge "Adb: use VLOG() to replace D() for verbose logging." by Yabin Cui · 9 years ago
  68. 56ece70 am e4975da3: Merge "Adb: use VLOG() to replace D() for verbose logging." by Yabin Cui · 9 years ago
  69. aed3c61 Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  70. 90f297a am b0d84d16: am 36856b73: Merge "adb: add -Tt options to `adb shell`." by David Pursell · 9 years ago
  71. b0d84d1 am 36856b73: Merge "adb: add -Tt options to `adb shell`." by David Pursell · 9 years ago
  72. 4e2fd36 adb: add -Tt options to `adb shell`. by David Pursell · 9 years ago
  73. de6aed8 am a3ef4fad: am 0af19a0e: Merge "adb: Fix missing shell protocol usage." by David Pursell · 9 years ago
  74. a3ef4fa am 0af19a0e: Merge "adb: Fix missing shell protocol usage." by David Pursell · 9 years ago
  75. 71c8312 adb: Fix missing shell protocol usage. by David Pursell · 9 years ago
  76. e4c0454 am 07448e07: am 76f4a653: Merge changes from topic \'adb_shell\' by David Pursell · 9 years ago
  77. 07448e0 am 76f4a653: Merge changes from topic \'adb_shell\' by David Pursell · 9 years ago
  78. 606835a adb: add client side shell protocol and enable. by David Pursell · 9 years ago
  79. 824a51e am bd9305ee: am 0df24ea2: Merge "adb: refactor _is_valid_ack_reply_fd" by Yabin Cui · 9 years ago
  80. bd9305e am 0df24ea2: Merge "adb: refactor _is_valid_ack_reply_fd" by Yabin Cui · 9 years ago
  81. a13df30 adb: refactor _is_valid_ack_reply_fd by Spencer Low · 9 years ago
  82. 04aa493 am 74b6e8ec: am e4c1bb53: Merge "adb: `features` passes transport features." by David Pursell · 9 years ago
  83. 74b6e8e am e4c1bb53: Merge "adb: `features` passes transport features." by David Pursell · 9 years ago
  84. 880be43 adb: `features` passes transport features. by David Pursell · 9 years ago
  85. 9bbc68d am 7d0b4ada: am 6562c151: Merge "adb: clean up debug tracing a little." by Yabin Cui · 9 years ago
  86. 7d0b4ad am 6562c151: Merge "adb: clean up debug tracing a little." by Yabin Cui · 9 years ago
  87. 7a3f8d6 adb: clean up debug tracing a little. by Yabin Cui · 9 years ago
  88. 59224c9 resolved conflicts for merge of 46603db5 to mnc-dr-dev-plus-aosp by Elliott Hughes · 9 years ago
  89. 1f9d3b0 am c9525ec3: Merge "adb: set thread names (linux & mac)" by Siva Velusamy · 9 years ago
  90. 49ee7cf adb: set thread names (linux & mac) by Siva Velusamy · 9 years ago
  91. 24f165f Minimal fix for adb backup. by Elliott Hughes · 9 years ago
  92. e4baae6 am 12d762e1: am e8e272c5: Merge "EINTR is handled by adb_read/unix_read and friends." by Elliott Hughes · 9 years ago
  93. 8fcd8bc EINTR is handled by adb_read/unix_read and friends. by Elliott Hughes · 9 years ago
  94. 6b5f77c am c583c511: am 186f1dee: Merge "adb sync cleanup." by Elliott Hughes · 9 years ago
  95. aa24549 adb sync cleanup. by Elliott Hughes · 9 years ago
  96. f3f5bce am 6a701bd9: am b53b521e: Merge "Add `adb features`." by David Pursell · 9 years ago
  97. 90d4b73 Add `adb features`. by Dan Albert · 9 years ago
  98. 56d1189 am 80e83972: am 9537ca80: Merge "adb: start-server and kill-server error output" by Elliott Hughes · 9 years ago
  99. f18fc08 adb: start-server and kill-server error output by Spencer Low · 9 years ago
  100. efc8077 am c01231b3: am 2fb00423: Merge "Always include the adb version in the log." by Elliott Hughes · 9 years ago