1. 6dcadfb Fix buffer overrun in adb wait-for-device. by Elliott Hughes · 9 years ago
  2. 0e1f2fd adb: wait for restore to complete before returning. by Josh Gao · 9 years ago
  3. 0268ce1 adb: wait for adbd to die and respawn in root/unroot. by Josh Gao · 9 years ago
  4. c2e8e23 adb: bail out if wait_for_device fails in send_shell_command. by Josh Gao · 9 years ago
  5. 9e7d6e0 adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 9 years ago
  6. 0f1b4dd Merge changes I93287b87,I30a3eb0b by Josh Gao · 9 years ago
  7. aa5d1be adb: add adb_get_feature_set. by Josh Gao · 9 years ago
  8. 86015dd Merge "adb: fix subprocess termination for legacy shell." by David Pursell · 9 years ago
  9. c12f5b5 adb: SIGWINCH support for Windows by Spencer Low · 10 years ago
  10. 114ce7e adb: fix subprocess termination for legacy shell. by David Pursell · 9 years ago
  11. 0110882 adb: fix GetFeatureSet() to indicate failure. by David Pursell · 9 years ago
  12. ea7e9d3 Merge "adb host: add device state in "adb wait-for-*"" by Elliott Hughes · 10 years ago
  13. 2a1cc34 Improve "adb install"'s error message slightly. by Elliott Hughes · 10 years ago
  14. 387ea45 adb host: add device state in "adb wait-for-*" by Leo Sartre · 10 years ago
  15. f46cb15 Merge "adb: shell: add -n flag to not read from stdin." by Josh Gao · 10 years ago
  16. ac25684 adb: shell: add -n flag to not read from stdin. by Josh Gao · 10 years ago
  17. e016f5c Track rename of base/ to android-base/. by Elliott Hughes · 10 years ago
  18. 63d2a25 Avoid SIGPIPE in adb. by Elliott Hughes · 10 years ago
  19. 4b592ff Don't send $TERM unless we're talking to a new adbd. by Elliott Hughes · 10 years ago
  20. ccda322 Pass $TERM to the device. by Elliott Hughes · 10 years ago
  21. cd216b6 Improve adb help text and adb backup error reporting. by Elliott Hughes · 10 years ago
  22. 1cccaea adb: remove exit-time destructors. by Josh Gao · 10 years ago
  23. 169ca25 Merge "Add -e to the adb shell documentation." by Elliott Hughes · 10 years ago
  24. 8edcdb9 Add -e to the adb shell documentation. by Elliott Hughes · 10 years ago
  25. 50c0df8 Fix adb shell escape handling. by Elliott Hughes · 10 years ago
  26. fe1d250 use new cmd command by Todd Kennedy · 10 years ago
  27. 8c8cc21 Merge changes I70c94c4b,Ifd8769ed by Josh Gao · 10 years ago
  28. 7eff3f1 adb: remove use of mkdirs from `adb backup`. by Josh Gao · 10 years ago
  29. 57c3db2 Fix Mac adb build. by Elliott Hughes · 10 years ago
  30. 058619b adb shell SIGWINCH support. by Elliott Hughes · 10 years ago
  31. aabcdc7 Merge "adb: fix adb reverse --no-rebind help text" am: 4f23917299 by Elliott Hughes · 10 years ago
  32. 36ac5d0 Merge "adb: fix adb reverse --no-rebind help text" by Elliott Hughes · 10 years ago
  33. d70e33b Merge "adb: allow multiple args to push/pull." am: fe54c96ab2 by Josh Gao · 10 years ago
  34. d1e3195 Merge "adb: allow multiple args to push/pull." by Josh Gao · 10 years ago
  35. 12fc069 adb: fix adb reverse --no-rebind help text by Spencer Low · 10 years ago
  36. ad710a2 Merge "adb: create unix_isatty() function." am: d9ff9873df by David Pursell · 10 years ago
  37. 15c32af adb: create unix_isatty() function. by David Pursell · 10 years ago
  38. 6d2d689 adb: allow multiple args to push/pull. by Josh Gao · 10 years ago
  39. 21394c6 Merge "adb: use correct _WIN32 macro." am: 5c75b529f6 by Josh Gao · 10 years ago
  40. 5e6311b adb: use correct _WIN32 macro. by Josh Gao · 10 years ago
  41. 1f09da6 Merge "adb: fix adb client running out of sockets on Windows" am: 1e2382a027 by Elliott Hughes · 10 years ago
  42. 96fbf75 adb: fix adb client running out of sockets on Windows by Spencer Low · 10 years ago
  43. 6600d0c Merge "Show transfer progress in adb sync/pull/push." am: 26352bf1fb by Elliott Hughes · 10 years ago
  44. ca734aa Show transfer progress in adb sync/pull/push. by Elliott Hughes · 10 years ago
  45. 322cdfd Merge "adb: fix -Tt options to match ssh." am: 76e9236a42 by David Pursell · 10 years ago
  46. 135f158 adb: fix -Tt options to match ssh. by David Pursell · 10 years ago
  47. e1336cc Merge "adb: Mask SIGTTIN so that I/O works when backgrounded." am: 69ccb9532c by Josh Gao · 10 years ago
  48. f5efd8d adb: Mask SIGTTIN so that I/O works when backgrounded. by Josh Gao · 10 years ago
  49. e00f464 am ca0d66d5: Merge "adb: non-interactive shell stdin." by David Pursell · 10 years ago
  50. ef95d04 adb: non-interactive shell stdin. by David Pursell · 10 years ago
  51. 23d52b4 am 1407b286: Merge "Fix adb -d/-e error reporting." by Elliott Hughes · 10 years ago
  52. fec9c96 Fix adb -d/-e error reporting. by Elliott Hughes · 10 years ago
  53. f0203c0 am de3faec6: am fd18d9e2: Merge "adb: put legacy shell: service back in." by David Pursell · 10 years ago
  54. 5d25cbe am fd18d9e2: Merge "adb: put legacy shell: service back in." by David Pursell · 10 years ago
  55. ad9768f adb: put legacy shell: service back in. by David Pursell · 10 years ago
  56. 580929a am 56ece709: am e4975da3: Merge "Adb: use VLOG() to replace D() for verbose logging." by Yabin Cui · 10 years ago
  57. 489a28f am e4975da3: Merge "Adb: use VLOG() to replace D() for verbose logging." by Yabin Cui · 10 years ago
  58. 3a8376d Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 10 years ago
  59. c023de9 am b0d84d16: am 36856b73: Merge "adb: add -Tt options to `adb shell`." by David Pursell · 10 years ago
  60. 14b1d61 am 36856b73: Merge "adb: add -Tt options to `adb shell`." by David Pursell · 10 years ago
  61. e3802e4 adb: add -Tt options to `adb shell`. by David Pursell · 10 years ago
  62. 79c0d88 am a3ef4fad: am 0af19a0e: Merge "adb: Fix missing shell protocol usage." by David Pursell · 10 years ago
  63. 5b53efa am 0af19a0e: Merge "adb: Fix missing shell protocol usage." by David Pursell · 10 years ago
  64. b636bf2 adb: Fix missing shell protocol usage. by David Pursell · 10 years ago
  65. 5e3bbc3 am 07448e07: am 76f4a653: Merge changes from topic \'adb_shell\' by David Pursell · 10 years ago
  66. 5567c30 am 76f4a653: Merge changes from topic \'adb_shell\' by David Pursell · 10 years ago
  67. 007d3d1 adb: add client side shell protocol and enable. by David Pursell · 10 years ago
  68. 57f9a48 am bd9305ee: am 0df24ea2: Merge "adb: refactor _is_valid_ack_reply_fd" by Yabin Cui · 10 years ago
  69. c86c1e9 am 0df24ea2: Merge "adb: refactor _is_valid_ack_reply_fd" by Yabin Cui · 10 years ago
  70. 48df250 adb: refactor _is_valid_ack_reply_fd by Spencer Low · 10 years ago
  71. 0b0fda8 am 74b6e8ec: am e4c1bb53: Merge "adb: `features` passes transport features." by David Pursell · 10 years ago
  72. 45623c4 am e4c1bb53: Merge "adb: `features` passes transport features." by David Pursell · 10 years ago
  73. 7dfd5a2 adb: `features` passes transport features. by David Pursell · 10 years ago
  74. 31f841c am 7d0b4ada: am 6562c151: Merge "adb: clean up debug tracing a little." by Yabin Cui · 10 years ago
  75. e4e3ec0 am 6562c151: Merge "adb: clean up debug tracing a little." by Yabin Cui · 10 years ago
  76. 0a1894a adb: clean up debug tracing a little. by Yabin Cui · 10 years ago
  77. 1fee995 resolved conflicts for merge of 46603db5 to mnc-dr-dev-plus-aosp by Elliott Hughes · 10 years ago
  78. 6065d15 am c9525ec3: Merge "adb: set thread names (linux & mac)" by Siva Velusamy · 10 years ago
  79. fbdd87e adb: set thread names (linux & mac) by Siva Velusamy · 10 years ago
  80. d4967dd Minimal fix for adb backup. by Elliott Hughes · 10 years ago
  81. 16ad477 am 12d762e1: am e8e272c5: Merge "EINTR is handled by adb_read/unix_read and friends." by Elliott Hughes · 10 years ago
  82. 0f5083a EINTR is handled by adb_read/unix_read and friends. by Elliott Hughes · 10 years ago
  83. 441a725 am c583c511: am 186f1dee: Merge "adb sync cleanup." by Elliott Hughes · 10 years ago
  84. d7efa5a adb sync cleanup. by Elliott Hughes · 10 years ago
  85. 12d5a80 am 6a701bd9: am b53b521e: Merge "Add `adb features`." by David Pursell · 10 years ago
  86. 50560d1 Add `adb features`. by Dan Albert · 10 years ago
  87. 8fcba3e am 80e83972: am 9537ca80: Merge "adb: start-server and kill-server error output" by Elliott Hughes · 10 years ago
  88. 4b54b4a adb: start-server and kill-server error output by Spencer Low · 10 years ago
  89. 46bd64d am c01231b3: am 2fb00423: Merge "Always include the adb version in the log." by Elliott Hughes · 10 years ago
  90. 0e70b5c Always include the adb version in the log. by Elliott Hughes · 10 years ago
  91. 926310c am 61ff977b: am 1f36ae49: Merge "adb: win32: write ACK to separate pipe instead of stdout" by Elliott Hughes · 10 years ago
  92. d8a6958 adb: win32: write ACK to separate pipe instead of stdout by Spencer Low · 10 years ago
  93. 71ded02 am af60acef: am 98714882: Merge "adb start-server: Use a separate fd for sending initial OK" by Elliott Hughes · 10 years ago
  94. b144089 adb start-server: Use a separate fd for sending initial OK by Siva Velusamy · 10 years ago
  95. 3080909 am 3d561748: am ec035950: Merge "Clean up -p handling slightly." by Elliott Hughes · 10 years ago
  96. f1181a3 Clean up -p handling slightly. by Elliott Hughes · 10 years ago
  97. c8c8c09 resolved conflicts for merge of 4e90b0ae to mnc-dev-plus-aosp by Elliott Hughes · 10 years ago
  98. 776956b More adb cleanup. by Elliott Hughes · 10 years ago
  99. 929a60c resolved conflicts for merge of 486645ee to mnc-dev-plus-aosp by Elliott Hughes · 10 years ago
  100. f428021 Write mkdirs in more idiomatic C++ style. by Alex Vallée · 10 years ago