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