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