1. ef95d04 adb: non-interactive shell stdin. by David Pursell · 10 years ago
  2. 6d36187 Merge "adbd: Add os descriptor support for adb." by Badhri Jagan Sridharan · 9 years ago
  3. 54752d0 Use const auto&/auto&& in adb. by Elliott Hughes · 10 years ago
  4. fc0fbd0 Merge "Fix adb -d/-e error reporting." by Elliott Hughes · 10 years ago
  5. fec9c96 Fix adb -d/-e error reporting. by Elliott Hughes · 10 years ago
  6. bddc22a adbd: Add os descriptor support for adb. by Badhri Jagan Sridharan · 10 years ago
  7. 05f92b2 adb: keep file flags in fdevent_install. by Yabin Cui · 10 years ago
  8. 98844f5 am 8a69e031: Merge "Speed up adb sync." by Elliott Hughes · 10 years ago
  9. 946db02 Merge "Speed up adb sync." by Elliott Hughes · 10 years ago
  10. d71497a am 42b8df38: Merge "adb: win32: specify socket protocol" by Elliott Hughes · 10 years ago
  11. a6ec663 am e412cc89: Merge "Explain adb client/server version mismatch better." by Elliott Hughes · 10 years ago
  12. 1aee1a6 Merge "adb: win32: specify socket protocol" by Elliott Hughes · 10 years ago
  13. e1a5768 Explain adb client/server version mismatch better. by Elliott Hughes · 10 years ago
  14. 1813440 Speed up adb sync. by Elliott Hughes · 10 years ago
  15. 01e5b93 am 7377398b: Merge "adb: fdevent fixes" by Yabin Cui · 10 years ago
  16. 34b0406 adb: fdevent fixes by Spencer Low · 10 years ago
  17. 0283f51 am ffa866f5: Merge "adb: detect sockets in CLOSE_WAIT state to prevent socket leak on linux." by Yabin Cui · 10 years ago
  18. c4dc547 Merge "adb: detect sockets in CLOSE_WAIT state to prevent socket leak on linux." by Yabin Cui · 10 years ago
  19. 5d25cbe am fd18d9e2: Merge "adb: put legacy shell: service back in." by David Pursell · 10 years ago
  20. ad9768f adb: put legacy shell: service back in. by David Pursell · 10 years ago
  21. a9d081e adb: detect sockets in CLOSE_WAIT state to prevent socket leak on linux. by Yabin Cui · 10 years ago
  22. f694b21 adb: win32: specify socket protocol by Spencer Low · 10 years ago
  23. 3a58ec2 am a36f4d68: Merge "adb: bump server version to prevent feature mismatch." by David Pursell · 10 years ago
  24. fe35b65 am 002f9d5c: Merge "adb: fix adbd feature parsing for no features." by David Pursell · 10 years ago
  25. e8733ed Merge "adb: bump server version to prevent feature mismatch." by David Pursell · 10 years ago
  26. 7cfbfd2 adb: fix adbd feature parsing for no features. by David Pursell · 10 years ago
  27. a254bed adb: bump server version to prevent feature mismatch. by David Pursell · 10 years ago
  28. 489a28f am e4975da3: Merge "Adb: use VLOG() to replace D() for verbose logging." by Yabin Cui · 10 years ago
  29. 3a8376d Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 10 years ago
  30. 14b1d61 am 36856b73: Merge "adb: add -Tt options to `adb shell`." by David Pursell · 10 years ago
  31. e3802e4 adb: add -Tt options to `adb shell`. by David Pursell · 10 years ago
  32. 5fd60b2 am 2b5f5fb9: Merge "base logging: fix errno restoring, severity conditionality, dangling ifs" by Yabin Cui · 10 years ago
  33. f7d9430 Merge "base logging: fix errno restoring, severity conditionality, dangling ifs" by Yabin Cui · 10 years ago
  34. f5b2c7a base logging: fix errno restoring, severity conditionality, dangling ifs by Spencer Low · 10 years ago
  35. 9d2a91b am 71f878f8: Merge "Move python-adb to development/python-packages." by Dan Albert · 10 years ago
  36. 86a5434 Move python-adb to development/python-packages. by Dan Albert · 10 years ago
  37. 34961aa am a951a82d: Merge "adb unittest for win32 handle inheritance" by Elliott Hughes · 10 years ago
  38. 47d54a0 adb unittest for win32 handle inheritance by Spencer Low · 10 years ago
  39. ee669bd am 1d758c90: Merge "adb unittest: make test_sync properly cleanup after itself" by Elliott Hughes · 10 years ago
  40. 204eb80 Merge "adb unittest: make test_sync properly cleanup after itself" by Elliott Hughes · 10 years ago
  41. d4df969 am 0b743df4: Merge "Add unit tests for local socket." by Yabin Cui · 10 years ago
  42. 2350bdd Merge "Add unit tests for local socket." by Yabin Cui · 10 years ago
  43. 307550c am d17cf08e: Merge "adb: win32: fix regression on older versions of Windows" by Elliott Hughes · 10 years ago
  44. 7158973 adb: win32: fix regression on older versions of Windows by Spencer Low · 10 years ago
  45. 3cfea40 Add unit tests for local socket. by Yabin Cui · 10 years ago
  46. a258f6d am fa965d96: Merge "adb: move adb to poll." by Yabin Cui · 10 years ago
  47. a714f5a am d9076f21: Merge "adb: Kill subprocess when the client exits." by David Pursell · 10 years ago
  48. 410ff1a Merge "adb: move adb to poll." by Yabin Cui · 10 years ago
  49. 458b265 adb: Kill subprocess when the client exits. by David Pursell · 10 years ago
  50. 536e12f adb: move adb to poll. by Yabin Cui · 10 years ago
  51. 5b53efa am 0af19a0e: Merge "adb: Fix missing shell protocol usage." by David Pursell · 10 years ago
  52. e8142af adb unittest: make test_sync properly cleanup after itself by Spencer Low · 10 years ago
  53. b636bf2 adb: Fix missing shell protocol usage. by David Pursell · 10 years ago
  54. 5567c30 am 76f4a653: Merge changes from topic \'adb_shell\' by David Pursell · 10 years ago
  55. f328fd5 Merge changes from topic 'adb_shell' by David Pursell · 10 years ago
  56. 7a91164 am 7b749acd: Merge "adb: fix shell_service_protocol_test for Windows." by David Pursell · 10 years ago
  57. 47d55f5 adb: fix shell_service_protocol_test for Windows. by David Pursell · 10 years ago
  58. fe3d7b1 am 9336ee38: Merge "Fix (Windows) build." by Elliott Hughes · 10 years ago
  59. 5a2de8b am 0ad13cf2: Merge "fix adb_test Windows build" by Elliott Hughes · 10 years ago
  60. 8985ca1 Fix (Windows) build. by Elliott Hughes · 10 years ago
  61. 87a72a8 Merge "fix adb_test Windows build" by Elliott Hughes · 10 years ago
  62. f53484b am ee46239c: Merge "adb: win32: make adb_getenv() case-insensitive" by Elliott Hughes · 10 years ago
  63. 684934c adb: win32: make adb_getenv() case-insensitive by Spencer Low · 10 years ago
  64. 1be2aa0 fix adb_test Windows build by Spencer Low · 10 years ago
  65. b04ed2c am 31139af0: Merge "adb: create shell protocol class (take 2)." by David Pursell · 10 years ago
  66. 007d3d1 adb: add client side shell protocol and enable. by David Pursell · 10 years ago
  67. 44f0539 adb: implement shell protocol. by David Pursell · 10 years ago
  68. 24f3ff6 Merge "adb: create shell protocol class (take 2)." by David Pursell · 10 years ago
  69. 0e406e3 am aaf4fcf4: Merge "Remove HOST_OS==windows check" by Dan Willemsen · 10 years ago
  70. 7962968 Merge "Remove HOST_OS==windows check" by Dan Willemsen · 10 years ago
  71. 24b7c50 am 4ddb6a32: Merge "adb: remove unnecessary dependencies of liblog." by Yabin Cui · 10 years ago
  72. c86c1e9 am 0df24ea2: Merge "adb: refactor _is_valid_ack_reply_fd" by Yabin Cui · 10 years ago
  73. e300ab9 Merge "adb: remove unnecessary dependencies of liblog." by Yabin Cui · 10 years ago
  74. 76cc0e3 adb: remove unnecessary dependencies of liblog. by Yabin Cui · 10 years ago
  75. 795c315 adb: create shell protocol class (take 2). by David Pursell · 10 years ago
  76. 48df250 adb: refactor _is_valid_ack_reply_fd by Spencer Low · 10 years ago
  77. 763abba am da0b0116: Merge "Revert "adb: create shell protocol class."" by David Pursell · 10 years ago
  78. d1799bd Merge "Revert "adb: create shell protocol class."" by David Pursell · 10 years ago
  79. 0feb9e0 Revert "adb: create shell protocol class." by David Pursell · 10 years ago
  80. 45623c4 am e4c1bb53: Merge "adb: `features` passes transport features." by David Pursell · 10 years ago
  81. b62e7c5 Merge "adb: `features` passes transport features." by David Pursell · 10 years ago
  82. 520262f am 21541531: Merge changes from topic \'adb_shell_prework\' by David Pursell · 10 years ago
  83. ec5ee58 Merge changes from topic 'adb_shell_prework' by David Pursell · 10 years ago
  84. 7dfd5a2 adb: `features` passes transport features. by David Pursell · 10 years ago
  85. 03a2b0e Remove HOST_OS==windows check by Dan Willemsen · 10 years ago
  86. b41de44 adb: create shell protocol class. by David Pursell · 10 years ago
  87. be79b86 adb: refactor subprocess code. by David Pursell · 10 years ago
  88. b77277f am e8b0fcec: Merge "combine adbd.rc with init.usb.rc" by Tom Cherry · 10 years ago
  89. 5079abc adb: move shell service to a separate file. by David Pursell · 10 years ago
  90. 61475a3 combine adbd.rc with init.usb.rc by Tom Cherry · 10 years ago
  91. da97899 am 478da637: Merge "Improve adb sync_send error reporting." by Elliott Hughes · 10 years ago
  92. ef09bbc Improve adb sync_send error reporting. by Elliott Hughes · 10 years ago
  93. e4e3ec0 am 6562c151: Merge "adb: clean up debug tracing a little." by Yabin Cui · 10 years ago
  94. 4ff7feb Merge "adb: clean up debug tracing a little." by Yabin Cui · 10 years ago
  95. 0a1894a adb: clean up debug tracing a little. by Yabin Cui · 10 years ago
  96. 0dc7319 am bfe32228: Merge "Remove USE_MINGW/CYGWIN; Whitelist windows modules" by Dan Willemsen · 10 years ago
  97. 70c31c8 Remove USE_MINGW/CYGWIN; Whitelist windows modules by Dan Willemsen · 10 years ago
  98. f2d5c2d am 5d804006: Merge "adb/base win32 tests: fix comment and open() flags" by Elliott Hughes · 10 years ago
  99. 10f5c93 adb/base win32 tests: fix comment and open() flags by Spencer Low · 10 years ago
  100. 126ec0a am 2ae47a0b: Merge "adb: add unit test for fdevent." by Yabin Cui · 10 years ago