1. 0aacbbe adb: fix GetFeatureSet() to indicate failure. by David Pursell · 9 years ago
  2. 82509e7 Merge "adb host: add device state in "adb wait-for-*"" by Elliott Hughes · 9 years ago
  3. fe01885 Improve "adb install"'s error message slightly. by Elliott Hughes · 9 years ago
  4. 1fbc9db adb host: add device state in "adb wait-for-*" by Leo Sartre · 9 years ago
  5. aae38d9 Merge "adb: shell: add -n flag to not read from stdin." by Josh Gao · 9 years ago
  6. 7d58607 adb: shell: add -n flag to not read from stdin. by Josh Gao · 9 years ago
  7. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  8. 65433da Avoid SIGPIPE in adb. by Elliott Hughes · 9 years ago
  9. c2252df Don't send $TERM unless we're talking to a new adbd. by Elliott Hughes · 9 years ago
  10. 18ddf5c Pass $TERM to the device. by Elliott Hughes · 9 years ago
  11. 56e6813 Improve adb help text and adb backup error reporting. by Elliott Hughes · 9 years ago
  12. b7b1edf adb: remove exit-time destructors. by Josh Gao · 9 years ago
  13. 3c540ae Merge "Add -e to the adb shell documentation." by Elliott Hughes · 9 years ago
  14. 0e42c2a Add -e to the adb shell documentation. by Elliott Hughes · 9 years ago
  15. 28416d6 Fix adb shell escape handling. by Elliott Hughes · 9 years ago
  16. 6fa848a use new cmd command by Todd Kennedy · 9 years ago
  17. 11d18f1 Merge changes I70c94c4b,Ifd8769ed by Josh Gao · 9 years ago
  18. 09c5bbf adb: remove use of mkdirs from `adb backup`. by Josh Gao · 9 years ago
  19. 0fbf961 Fix Mac adb build. by Elliott Hughes · 9 years ago
  20. c15b17f adb shell SIGWINCH support. by Elliott Hughes · 9 years ago
  21. aff48cb Merge "adb: fix adb reverse --no-rebind help text" am: 4f23917299 by Elliott Hughes · 9 years ago
  22. 4f23917 Merge "adb: fix adb reverse --no-rebind help text" by Elliott Hughes · 9 years ago
  23. 58ee99e Merge "adb: allow multiple args to push/pull." am: fe54c96ab2 by Josh Gao · 9 years ago
  24. fe54c96 Merge "adb: allow multiple args to push/pull." by Josh Gao · 9 years ago
  25. 587ea20 adb: fix adb reverse --no-rebind help text by Spencer Low · 9 years ago
  26. 34e0d64 Merge "adb: create unix_isatty() function." am: d9ff9873df by David Pursell · 9 years ago
  27. c5b8ad8 adb: create unix_isatty() function. by David Pursell · 9 years ago
  28. 0578677 adb: allow multiple args to push/pull. by Josh Gao · 9 years ago
  29. dcaf693 Merge "adb: use correct _WIN32 macro." am: 5c75b529f6 by Josh Gao · 9 years ago
  30. 4a13972 adb: use correct _WIN32 macro. by Josh Gao · 9 years ago
  31. edb7862 Merge "adb: fix adb client running out of sockets on Windows" am: 1e2382a027 by Elliott Hughes · 9 years ago
  32. 351ecd1 adb: fix adb client running out of sockets on Windows by Spencer Low · 9 years ago
  33. 39f7a1f Merge "Show transfer progress in adb sync/pull/push." am: 26352bf1fb by Elliott Hughes · 9 years ago
  34. b708d16 Show transfer progress in adb sync/pull/push. by Elliott Hughes · 9 years ago
  35. f856b39 Merge "adb: fix -Tt options to match ssh." am: 76e9236a42 by David Pursell · 9 years ago
  36. 08a2709 adb: fix -Tt options to match ssh. by David Pursell · 9 years ago
  37. 04c64db Merge "adb: Mask SIGTTIN so that I/O works when backgrounded." am: 69ccb9532c by Josh Gao · 9 years ago
  38. 8dcdb57 adb: Mask SIGTTIN so that I/O works when backgrounded. by Josh Gao · 9 years ago
  39. 2535ea1 am ca0d66d5: Merge "adb: non-interactive shell stdin." by David Pursell · 9 years ago
  40. 1ed57f0 adb: non-interactive shell stdin. by David Pursell · 9 years ago
  41. 28a3e49 am 1407b286: Merge "Fix adb -d/-e error reporting." by Elliott Hughes · 9 years ago
  42. 8d28e19 Fix adb -d/-e error reporting. by Elliott Hughes · 9 years ago
  43. 428f343 am de3faec6: am fd18d9e2: Merge "adb: put legacy shell: service back in." by David Pursell · 9 years ago
  44. de3faec am fd18d9e2: Merge "adb: put legacy shell: service back in." by David Pursell · 9 years ago
  45. 70ef7b4 adb: put legacy shell: service back in. by David Pursell · 9 years ago
  46. b8db643 am 56ece709: am e4975da3: Merge "Adb: use VLOG() to replace D() for verbose logging." by Yabin Cui · 9 years ago
  47. 56ece70 am e4975da3: Merge "Adb: use VLOG() to replace D() for verbose logging." by Yabin Cui · 9 years ago
  48. aed3c61 Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  49. 90f297a am b0d84d16: am 36856b73: Merge "adb: add -Tt options to `adb shell`." by David Pursell · 9 years ago
  50. b0d84d1 am 36856b73: Merge "adb: add -Tt options to `adb shell`." by David Pursell · 9 years ago
  51. 4e2fd36 adb: add -Tt options to `adb shell`. by David Pursell · 9 years ago
  52. de6aed8 am a3ef4fad: am 0af19a0e: Merge "adb: Fix missing shell protocol usage." by David Pursell · 9 years ago
  53. a3ef4fa am 0af19a0e: Merge "adb: Fix missing shell protocol usage." by David Pursell · 9 years ago
  54. 71c8312 adb: Fix missing shell protocol usage. by David Pursell · 9 years ago
  55. e4c0454 am 07448e07: am 76f4a653: Merge changes from topic \'adb_shell\' by David Pursell · 9 years ago
  56. 07448e0 am 76f4a653: Merge changes from topic \'adb_shell\' by David Pursell · 9 years ago
  57. 606835a adb: add client side shell protocol and enable. by David Pursell · 9 years ago
  58. 824a51e am bd9305ee: am 0df24ea2: Merge "adb: refactor _is_valid_ack_reply_fd" by Yabin Cui · 9 years ago
  59. bd9305e am 0df24ea2: Merge "adb: refactor _is_valid_ack_reply_fd" by Yabin Cui · 9 years ago
  60. a13df30 adb: refactor _is_valid_ack_reply_fd by Spencer Low · 9 years ago
  61. 04aa493 am 74b6e8ec: am e4c1bb53: Merge "adb: `features` passes transport features." by David Pursell · 9 years ago
  62. 74b6e8e am e4c1bb53: Merge "adb: `features` passes transport features." by David Pursell · 9 years ago
  63. 880be43 adb: `features` passes transport features. by David Pursell · 9 years ago
  64. 9bbc68d am 7d0b4ada: am 6562c151: Merge "adb: clean up debug tracing a little." by Yabin Cui · 9 years ago
  65. 7d0b4ad am 6562c151: Merge "adb: clean up debug tracing a little." by Yabin Cui · 9 years ago
  66. 7a3f8d6 adb: clean up debug tracing a little. by Yabin Cui · 9 years ago
  67. 59224c9 resolved conflicts for merge of 46603db5 to mnc-dr-dev-plus-aosp by Elliott Hughes · 9 years ago
  68. 1f9d3b0 am c9525ec3: Merge "adb: set thread names (linux & mac)" by Siva Velusamy · 9 years ago
  69. 49ee7cf adb: set thread names (linux & mac) by Siva Velusamy · 9 years ago
  70. 24f165f Minimal fix for adb backup. by Elliott Hughes · 9 years ago
  71. e4baae6 am 12d762e1: am e8e272c5: Merge "EINTR is handled by adb_read/unix_read and friends." by Elliott Hughes · 9 years ago
  72. 8fcd8bc EINTR is handled by adb_read/unix_read and friends. by Elliott Hughes · 9 years ago
  73. 6b5f77c am c583c511: am 186f1dee: Merge "adb sync cleanup." by Elliott Hughes · 9 years ago
  74. aa24549 adb sync cleanup. by Elliott Hughes · 9 years ago
  75. f3f5bce am 6a701bd9: am b53b521e: Merge "Add `adb features`." by David Pursell · 9 years ago
  76. 90d4b73 Add `adb features`. by Dan Albert · 10 years ago
  77. 56d1189 am 80e83972: am 9537ca80: Merge "adb: start-server and kill-server error output" by Elliott Hughes · 9 years ago
  78. f18fc08 adb: start-server and kill-server error output by Spencer Low · 9 years ago
  79. efc8077 am c01231b3: am 2fb00423: Merge "Always include the adb version in the log." by Elliott Hughes · 9 years ago
  80. 42ae260 Always include the adb version in the log. by Elliott Hughes · 9 years ago
  81. 6396f64 am 61ff977b: am 1f36ae49: Merge "adb: win32: write ACK to separate pipe instead of stdout" by Elliott Hughes · 9 years ago
  82. 5c398d2 adb: win32: write ACK to separate pipe instead of stdout by Spencer Low · 9 years ago
  83. 184585c am af60acef: am 98714882: Merge "adb start-server: Use a separate fd for sending initial OK" by Elliott Hughes · 9 years ago
  84. 9f2d1a9 adb start-server: Use a separate fd for sending initial OK by Siva Velusamy · 9 years ago
  85. 5e6d1dc am 3d561748: am ec035950: Merge "Clean up -p handling slightly." by Elliott Hughes · 9 years ago
  86. 048b27c Clean up -p handling slightly. by Elliott Hughes · 9 years ago
  87. e0b43a1 resolved conflicts for merge of 4e90b0ae to mnc-dev-plus-aosp by Elliott Hughes · 9 years ago
  88. 5c74270 More adb cleanup. by Elliott Hughes · 9 years ago
  89. d211797 resolved conflicts for merge of 486645ee to mnc-dev-plus-aosp by Elliott Hughes · 9 years ago
  90. 47d67c9 Write mkdirs in more idiomatic C++ style. by Alex Vallée · 10 years ago
  91. 24419f3 am ce2047a9: am 1a706865: Merge "Fix const-ness of strrchr callers." by Elliott Hughes · 9 years ago
  92. 3e7048c Fix const-ness of strrchr callers. by Elliott Hughes · 9 years ago
  93. d704ede am 2fc8a91e: am 6b40d0aa: Merge "adb: win32: fix exec-in and exec-out to use binary mode" by Elliott Hughes · 9 years ago
  94. fee0648 am d66e949b: am 2e7c39ec: Merge ""adb tcpip" should require a numeric argument." by Elliott Hughes · 9 years ago
  95. 6b40d0a Merge "adb: win32: fix exec-in and exec-out to use binary mode" by Elliott Hughes · 9 years ago
  96. 19d80b8 "adb tcpip" should require a numeric argument. by Elliott Hughes · 9 years ago
  97. e45a665 am c06c3001: am a1c344b9: Merge "Move mkdirs to adb_utils." by Elliott Hughes · 9 years ago
  98. 1421614 Move mkdirs to adb_utils. by Alex Vallée · 10 years ago
  99. fcbc32d am 00599eca: am e84205bf: Merge "Revert "Turn on -Wformat-nonliteral."" by Dan Albert · 9 years ago
  100. 286bb6d Revert "Turn on -Wformat-nonliteral." by Dan Albert · 9 years ago