1. ab942fd Address old review comments in adb_auth_host.cpp. by Elliott Hughes · 8 years ago
  2. de65d30 Merge "adb: make adb root not wait-for-device." by Treehugger Robot · 8 years ago
  3. d3d9cbf adb: make adb root not wait-for-device. by Josh Gao · 8 years ago
  4. 4975328 Merge "Better diagnostics from "adb sideload"." by Treehugger Robot · 8 years ago
  5. 2b37f82 Merge "Minor adb style fixes." by Treehugger Robot · 8 years ago
  6. 74d8e61 Better diagnostics from "adb sideload". by Elliott Hughes · 8 years ago
  7. c3d1c11 Minor adb style fixes. by Elliott Hughes · 8 years ago
  8. 8d04c20 Merge "Fix the sense of a test in "adb sideload"." by Elliott Hughes · 8 years ago
  9. 707dde6 Fix the sense of a test in "adb sideload". by Elliott Hughes · 8 years ago
  10. 6bb5ba9 Merge "Set file capabilities on adb sync/push." by Treehugger Robot · 8 years ago
  11. 02c9474 Set file capabilities on adb sync/push. by Elliott Hughes · 8 years ago
  12. 38e02a7 Allow multiple (sequential) adb users on Linux. by Elliott Hughes · 8 years ago
  13. b7ec8e1 Merge "adbd: properly close subprocess pipes on Ctrl+C." by David Pursell · 8 years ago
  14. aeee003 adbd: properly close subprocess pipes on Ctrl+C. by David Pursell · 8 years ago
  15. e5a2c89 Merge "Kill adb's ScopedFd for unique_fd." by Treehugger Robot · 8 years ago
  16. 857e659 Kill adb's ScopedFd for unique_fd. by Elliott Hughes · 8 years ago
  17. 4d487b3 Merge "Kill load_file." by Treehugger Robot · 8 years ago
  18. e0a6e2a Kill load_file. by Elliott Hughes · 8 years ago
  19. 09ecaa5 [adb] Followup CL to clean up adb_auth_host.cpp by Yurii Zubrytskyi · 8 years ago
  20. f1d70c7 Merge "[adb] Issue the "auth" emulator command before any other one" by Treehugger Robot · 8 years ago
  21. 70ae70a [adb] Issue the "auth" emulator command before any other one by Yurii Zubrytskyi · 8 years ago
  22. ab032ff Merge "adb: retry connecting disconnected emulators instead of always looping." by Yabin Cui · 8 years ago
  23. f401ead adb: retry connecting disconnected emulators instead of always looping. by Yabin Cui · 8 years ago
  24. 0ec5676 Merge "adb: close ep0 on disconnection." by Treehugger Robot · 8 years ago
  25. d2af7db adb: close ep0 on disconnection. by Yabin Cui · 8 years ago
  26. 199a080 Merge "adb: check return value of register_socket_transport." by Yabin Cui · 8 years ago
  27. fc9d615 Merge "adb: use asocket's close function when closing." by Treehugger Robot · 8 years ago
  28. f6b518b Merge "Fix misc-macro-parentheses warnings in adb, debuggerd, libbacktrace." by Treehugger Robot · 8 years ago
  29. 88cee43 Fix misc-macro-parentheses warnings in adb, debuggerd, libbacktrace. by Chih-Hung Hsieh · 8 years ago
  30. 80814e1 adb: use asocket's close function when closing. by Josh Gao · 8 years ago
  31. 0f1a20a adb: switch the socket list mutex to a recursive_mutex. by Josh Gao · 8 years ago
  32. ef550fe adb: clang-format sockets.cpp. by Josh Gao · 8 years ago
  33. b4a778e adb: add implementations of mutex, recursive_mutex. by Josh Gao · 8 years ago
  34. c722178 adb: check return value of register_socket_transport. by Yabin Cui · 8 years ago
  35. 57cb217 adb: replace failing exits in adbd with abort(). by Josh Gao · 8 years ago
  36. 39d01bb adb: add track-jdwp and track-devices commands. by Josh Gao · 8 years ago
  37. d91139c adb/base: allow use of unique_fd inside adb. by Josh Gao · 8 years ago
  38. 19d0c23 adb: support forwarding TCP port 0. by David Pursell · 8 years ago
  39. e29499c Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 8 years ago
  40. fcb7624 Merge "adb: decrease the number of fds used in fd_count test." by Treehugger Robot · 8 years ago
  41. f987b8e adb: decrease the number of fds used in fd_count test. by Josh Gao · 8 years ago
  42. 4b38af4 adb: fix test_device.py shell protocol checks. by David Pursell · 8 years ago
  43. 40a4727 adb: fix socket tests. by Yabin Cui · 8 years ago
  44. 6429203 Merge "adb: fix adb usb operations on device." by Yabin Cui · 8 years ago
  45. 3f4347b Merge "Fix NULL deref on exec-in with insufficient arguments" by Treehugger Robot · 8 years ago
  46. 328870b Fix NULL deref on exec-in with insufficient arguments by Zach Riggle · 8 years ago
  47. 28d7c54 Merge "adb: use a custom thread to poll for usb devices on mac." by Yabin Cui · 8 years ago
  48. 234a02a adb: use a custom thread to poll for usb devices on mac. by Yabin Cui · 8 years ago
  49. 63e0819 Merge "Fix kick_transport test." by Yabin Cui · 8 years ago
  50. 839af26 Merge changes Iaf0efc0c,Ia4a2ff77 by Josh Gao · 8 years ago
  51. 22d043c adb: disable tests that are expected to fail on Win32. by Josh Gao · 8 years ago
  52. 7c9e5fb adb: increase the FD table size on Win32. by Josh Gao · 8 years ago
  53. 7ca97be Merge "adb: bump the server version to 36." by Josh Gao · 8 years ago
  54. f2a9f9b Fix kick_transport test. by Yabin Cui · 8 years ago
  55. 54ee6d1 Merge "adb: add reconnect command." by Yabin Cui · 8 years ago
  56. 1d0a8c7 adb: fix adb usb operations on device. by Yabin Cui · 8 years ago
  57. 7b78077 adb: bump the server version to 36. by Josh Gao · 8 years ago
  58. c6e3b12 Merge changes Ibc8038b1,I1876ecd7,I57d70f8b by Treehugger Robot · 8 years ago
  59. 6bc7781 adb: after `adb root`, wait for the device in any state. by Josh Gao · 8 years ago
  60. 071328d adb: add support for 'wait-for-any'. by Josh Gao · 8 years ago
  61. 63cede3 adb: make 'wait-for-{recovery,sideload,bootloader} work. by Josh Gao · 8 years ago
  62. a947b49 Switch fs_mgr and adb to libcrypto_utils. by Mattias Nissler · 8 years ago
  63. d78ed22 adb: add reconnect command. by Yabin Cui · 8 years ago
  64. 43d4313 Merge "Address const issues in preparation for libcxx rebase." by Dan Austin · 8 years ago
  65. ca35e9e Address const issues in preparation for libcxx rebase. by Dan Austin · 8 years ago
  66. 4bdf38b Address const issue in preparation for libcxx rebase. by Dan Austin · 8 years ago
  67. a6c0242 Merge "Fix buffer overrun in adb wait-for-device." by Elliott Hughes · 8 years ago
  68. 1c14b90 Fix buffer overrun in adb wait-for-device. by Elliott Hughes · 8 years ago
  69. 07778a0 emulator: Use distinct serial names for simultaneous qemu pipes. by Prathmesh Prabhu · 8 years ago
  70. 3fb9aa0 Merge changes I93514d22,I57dbc113,I707ffbd1 am: aa7c37522a by Josh Gao · 8 years ago
  71. 2d112b4 Merge "adbd: fix spurious close of uninitialized fd." am: 3c608c7425 by Josh Gao · 8 years ago
  72. aa7c375 Merge changes I93514d22,I57dbc113,I707ffbd1 by Josh Gao · 8 years ago
  73. 9a4b5e9 adbd: fix spurious close of uninitialized fd. by Josh Gao · 8 years ago
  74. 561251e adb: wait for restore to complete before returning. by Josh Gao · 8 years ago
  75. b1a71ce adb: wait for adbd to die and respawn in root/unroot. by Josh Gao · 8 years ago
  76. 1b533c8 adb: make ScopedFd universally accessible and useful. by Josh Gao · 8 years ago
  77. 00d7147 Merge changes I7fe77245,I75b089b8,Iafa250ce am: 7c45b82139 by Josh Gao · 8 years ago
  78. 7c45b82 Merge changes I7fe77245,I75b089b8,Iafa250ce by Josh Gao · 8 years ago
  79. 18f7420 adb: clean up quotes in test_device.py. by Josh Gao · 8 years ago
  80. a842b38 adb: mkdir the correct directory name when pulling. by Josh Gao · 8 years ago
  81. caa5210 adb: cleanup file skipping logic. by Josh Gao · 8 years ago
  82. 668c385 Merge "adb: relax serial matching rules." am: bf889742f2 by David Pursell · 8 years ago
  83. bf88974 Merge "adb: relax serial matching rules." by David Pursell · 8 years ago
  84. 17d13a3 Merge "adb: symlinks to dirs count as dirs for pull destination." am: 8201ec05b5 by Josh Gao · 8 years ago
  85. 8201ec0 Merge "adb: symlinks to dirs count as dirs for pull destination." by Josh Gao · 8 years ago
  86. 49726bc adb: symlinks to dirs count as dirs for pull destination. by Josh Gao · 8 years ago
  87. c929c6f adb: relax serial matching rules. by David Pursell · 8 years ago
  88. 15df11e Merge "Emulator: fix adbd qemu pipe partial write" am: edab9d1519 by bohu · 8 years ago
  89. edab9d1 Merge "Emulator: fix adbd qemu pipe partial write" by Bo Hu · 8 years ago
  90. 82a2834 Emulator: fix adbd qemu pipe partial write by bohu · 8 years ago
  91. 890e970 Merge "adb: report progress for small files." am: 4c87588fa2 by Josh Gao · 8 years ago
  92. 93a0b3c adb: report progress for small files. by Josh Gao · 8 years ago
  93. f55998a Merge "Also archive adb.exe/fastboot.exe when building win_sdk." am: e2851ce34d by Ying Wang · 8 years ago
  94. e2851ce Merge "Also archive adb.exe/fastboot.exe when building win_sdk." by Ying Wang · 8 years ago
  95. 458321a Also archive adb.exe/fastboot.exe when building win_sdk. by Ying Wang · 8 years ago
  96. cba577e Merge "adb: use TCP keepalive." am: a54f6c713d by David Pursell · 8 years ago
  97. a54f6c7 Merge "adb: use TCP keepalive." by David Pursell · 8 years ago
  98. cfdf5fb Merge "adb: fix directory creation logic." am: 0266b1aedc by Josh Gao · 8 years ago
  99. 0266b1a Merge "adb: fix directory creation logic." by Josh Gao · 8 years ago
  100. 7634e88 adb: fix directory creation logic. by Josh Gao · 8 years ago