1. 075c852 init/adb: correct static lib dependencies for libselinux by William Roberts · 9 years ago
  2. 64eab7f Merge "Fix lseek argument order." by Elliott Hughes · 9 years ago
  3. d3044e6 Fix lseek argument order. by Elliott Hughes · 9 years ago
  4. 1aab721 Merge "adb: use libfec in disable-verity" by Sami Tolvanen · 9 years ago
  5. 778f500 adb: use libfec in disable-verity by Sami Tolvanen · 9 years ago
  6. c160a6e Merge "adb: win32: Improve Winsock error code mappings and strings" by Elliott Hughes · 9 years ago
  7. 028e159 adb: win32: Improve Winsock error code mappings and strings by Spencer Low · 9 years ago
  8. 3285c23 Merge "adb: non-interactive shell stdin." by David Pursell · 9 years ago
  9. 3fe11f6 adb: non-interactive shell stdin. by David Pursell · 9 years ago
  10. edbc20f Merge "adbd: Add os descriptor support for adb." by Badhri Jagan Sridharan · 9 years ago
  11. 4a66d9c Merge "Use const auto&/auto&& in adb." by Elliott Hughes · 9 years ago
  12. 8595283 Use const auto&/auto&& in adb. by Elliott Hughes · 9 years ago
  13. 17b5d9c Merge "Fix adb -d/-e error reporting." by Elliott Hughes · 9 years ago
  14. 67943d1 Fix adb -d/-e error reporting. by Elliott Hughes · 9 years ago
  15. f1500ca adbd: Add os descriptor support for adb. by Badhri Jagan Sridharan · 9 years ago
  16. 60d8924 Merge "adb: keep file flags in fdevent_install." by Yabin Cui · 9 years ago
  17. 5fc2231 adb: keep file flags in fdevent_install. by Yabin Cui · 9 years ago
  18. de01c94 am bfe3cf51: Merge "Speed up adb sync." by Elliott Hughes · 9 years ago
  19. bfe3cf5 Merge "Speed up adb sync." by Elliott Hughes · 9 years ago
  20. 5c3dcb5 am a352f91a: Merge "adb: win32: specify socket protocol" by Elliott Hughes · 9 years ago
  21. f1e2c6c am 7a3c33f3: Merge "Explain adb client/server version mismatch better." by Elliott Hughes · 9 years ago
  22. a352f91 Merge "adb: win32: specify socket protocol" by Elliott Hughes · 9 years ago
  23. 7a3c33f Merge "Explain adb client/server version mismatch better." by Elliott Hughes · 9 years ago
  24. a1452ab Explain adb client/server version mismatch better. by Elliott Hughes · 9 years ago
  25. dde00be Speed up adb sync. by Elliott Hughes · 9 years ago
  26. d95c4c0 am 7377398b: Merge "adb: fdevent fixes" by Yabin Cui · 9 years ago
  27. 6346e5a adb: fdevent fixes by Spencer Low · 9 years ago
  28. ad6bbed am 56033284: Merge "adb: detect sockets in CLOSE_WAIT state to prevent socket leak on linux." by Yabin Cui · 9 years ago
  29. 5603328 Merge "adb: detect sockets in CLOSE_WAIT state to prevent socket leak on linux." by Yabin Cui · 9 years ago
  30. a7c747c am fd18d9e2: Merge "adb: put legacy shell: service back in." by David Pursell · 9 years ago
  31. 22fc5e9 adb: put legacy shell: service back in. by David Pursell · 9 years ago
  32. ec2e7d8 adb: detect sockets in CLOSE_WAIT state to prevent socket leak on linux. by Yabin Cui · 9 years ago
  33. c7c4561 adb: win32: specify socket protocol by Spencer Low · 9 years ago
  34. 60364ba am 5f32b962: Merge "adb: bump server version to prevent feature mismatch." by David Pursell · 9 years ago
  35. 6563619 am 002f9d5c: Merge "adb: fix adbd feature parsing for no features." by David Pursell · 9 years ago
  36. 5f32b96 Merge "adb: bump server version to prevent feature mismatch." by David Pursell · 9 years ago
  37. 3d9072b adb: fix adbd feature parsing for no features. by David Pursell · 9 years ago
  38. 6d5fad3 adb: bump server version to prevent feature mismatch. by David Pursell · 9 years ago
  39. 6b045f2 am e4975da3: Merge "Adb: use VLOG() to replace D() for verbose logging." by Yabin Cui · 9 years ago
  40. 19bec5b Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  41. ba376f5 am 46897829: Merge "adb: add -Tt options to `adb shell`." by David Pursell · 9 years ago
  42. 4689782 Merge "adb: add -Tt options to `adb shell`." by David Pursell · 9 years ago
  43. a07dbad adb: add -Tt options to `adb shell`. by David Pursell · 9 years ago
  44. 1c7be9c am b3db0b3f: Merge "base logging: fix errno restoring, severity conditionality, dangling ifs" by Yabin Cui · 9 years ago
  45. b3db0b3 Merge "base logging: fix errno restoring, severity conditionality, dangling ifs" by Yabin Cui · 9 years ago
  46. 7e90c0d base logging: fix errno restoring, severity conditionality, dangling ifs by Spencer Low · 9 years ago
  47. 6c52940 am 71f878f8: Merge "Move python-adb to development/python-packages." by Dan Albert · 9 years ago
  48. a63cbef Move python-adb to development/python-packages. by Dan Albert · 9 years ago
  49. 3589de4 am a951a82d: Merge "adb unittest for win32 handle inheritance" by Elliott Hughes · 9 years ago
  50. 9a99924 adb unittest for win32 handle inheritance by Spencer Low · 9 years ago
  51. a016819 am af0e48ba: Merge "adb unittest: make test_sync properly cleanup after itself" by Elliott Hughes · 9 years ago
  52. af0e48b Merge "adb unittest: make test_sync properly cleanup after itself" by Elliott Hughes · 9 years ago
  53. e5d75da am 18d2a864: Merge "Add unit tests for local socket." by Yabin Cui · 9 years ago
  54. 18d2a86 Merge "Add unit tests for local socket." by Yabin Cui · 9 years ago
  55. 7c784be am d17cf08e: Merge "adb: win32: fix regression on older versions of Windows" by Elliott Hughes · 9 years ago
  56. b77fc72 adb: win32: fix regression on older versions of Windows by Spencer Low · 9 years ago
  57. 2ce9d56 Add unit tests for local socket. by Yabin Cui · 9 years ago
  58. 58f0e82 am 4d4961f4: Merge "adb: move adb to poll." by Yabin Cui · 9 years ago
  59. 0f6201c am 73427a42: Merge "adb: Kill subprocess when the client exits." by David Pursell · 9 years ago
  60. 4d4961f Merge "adb: move adb to poll." by Yabin Cui · 9 years ago
  61. 73427a4 Merge "adb: Kill subprocess when the client exits." by David Pursell · 9 years ago
  62. 2b8d4a4 adb: Kill subprocess when the client exits. by David Pursell · 9 years ago
  63. 5611254 adb: move adb to poll. by Yabin Cui · 9 years ago
  64. b4ad8c8 am 0af19a0e: Merge "adb: Fix missing shell protocol usage." by David Pursell · 9 years ago
  65. 2c426c9 adb unittest: make test_sync properly cleanup after itself by Spencer Low · 9 years ago
  66. e570b98 adb: Fix missing shell protocol usage. by David Pursell · 9 years ago
  67. 88f8be4 am 8e31ae23: Merge changes from topic \'adb_shell\' by David Pursell · 9 years ago
  68. 8e31ae2 Merge changes from topic 'adb_shell' by David Pursell · 9 years ago
  69. 1badad8 am 6a9b166f: Merge "adb: fix shell_service_protocol_test for Windows." by David Pursell · 9 years ago
  70. 6a9b166 Merge "adb: fix shell_service_protocol_test for Windows." by David Pursell · 9 years ago
  71. 7616ae1 adb: fix shell_service_protocol_test for Windows. by David Pursell · 9 years ago
  72. 14a167e am 5c235102: Merge "Fix (Windows) build." by Elliott Hughes · 9 years ago
  73. cee4c3a am f56cdaca: Merge "fix adb_test Windows build" by Elliott Hughes · 9 years ago
  74. 5c23510 Merge "Fix (Windows) build." by Elliott Hughes · 9 years ago
  75. 1b34cd2 Fix (Windows) build. by Elliott Hughes · 9 years ago
  76. f56cdac Merge "fix adb_test Windows build" by Elliott Hughes · 9 years ago
  77. 8c5fb22 am ee46239c: Merge "adb: win32: make adb_getenv() case-insensitive" by Elliott Hughes · 9 years ago
  78. 50740f5 adb: win32: make adb_getenv() case-insensitive by Spencer Low · 9 years ago
  79. 639cea4 fix adb_test Windows build by Spencer Low · 9 years ago
  80. ba8e748 am f31b3b23: Merge "adb: create shell protocol class (take 2)." by David Pursell · 9 years ago
  81. 8a5a5aa adb: add client side shell protocol and enable. by David Pursell · 9 years ago
  82. 8da19a4 adb: implement shell protocol. by David Pursell · 9 years ago
  83. f31b3b2 Merge "adb: create shell protocol class (take 2)." by David Pursell · 9 years ago
  84. 26edc8e am b3d84bdb: Merge "Remove HOST_OS==windows check" by Dan Willemsen · 9 years ago
  85. b3d84bd Merge "Remove HOST_OS==windows check" by Dan Willemsen · 9 years ago
  86. bc61d1f am 29932368: Merge "adb: remove unnecessary dependencies of liblog." by Yabin Cui · 9 years ago
  87. 78333a5 am 0df24ea2: Merge "adb: refactor _is_valid_ack_reply_fd" by Yabin Cui · 9 years ago
  88. 2993236 Merge "adb: remove unnecessary dependencies of liblog." by Yabin Cui · 9 years ago
  89. 9980e66 adb: remove unnecessary dependencies of liblog. by Yabin Cui · 9 years ago
  90. d0df2dd adb: create shell protocol class (take 2). by David Pursell · 9 years ago
  91. e98825e adb: refactor _is_valid_ack_reply_fd by Spencer Low · 9 years ago
  92. 97d3b0f am 38e289fa: Merge "Revert "adb: create shell protocol class."" by David Pursell · 9 years ago
  93. 38e289f Merge "Revert "adb: create shell protocol class."" by David Pursell · 9 years ago
  94. 4ef3219 Revert "adb: create shell protocol class." by David Pursell · 9 years ago
  95. 0d3479a am 0daf6e4c: Merge "adb: `features` passes transport features." by David Pursell · 9 years ago
  96. 0daf6e4 Merge "adb: `features` passes transport features." by David Pursell · 9 years ago
  97. 553481d am 98d7ea3d: Merge changes from topic \'adb_shell_prework\' by David Pursell · 9 years ago
  98. 98d7ea3 Merge changes from topic 'adb_shell_prework' by David Pursell · 9 years ago
  99. 2e9f032 adb: `features` passes transport features. by David Pursell · 9 years ago
  100. 74e8568 Remove HOST_OS==windows check by Dan Willemsen · 9 years ago