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