1. d4ffdb7 Merge \"adb: make adb root not wait-for-device.\" am: 81e59ca5a7 by Josh Gao · 9 years ago
  2. 50afb7e Merge "adb: make adb root not wait-for-device." by Treehugger Robot · 9 years ago
  3. cf5c98e adb: make adb root not wait-for-device. by Josh Gao · 9 years ago
  4. 86c31f9 Merge \"Better diagnostics from \"adb sideload\".\" am: edd401e24e by Elliott Hughes · 9 years ago
  5. 1bedf84 Merge "Better diagnostics from "adb sideload"." by Treehugger Robot · 9 years ago
  6. 7fbe9a8 Merge \"Minor adb style fixes.\" am: 35151f49ca by Elliott Hughes · 9 years ago
  7. e32660e Better diagnostics from "adb sideload". by Elliott Hughes · 9 years ago
  8. 4b90ea9 Minor adb style fixes. by Elliott Hughes · 9 years ago
  9. dd54f49 Merge \\"Fix the sense of a test in \\"adb sideload\\".\\" am: 62cc17de8c by Elliott Hughes · 9 years ago
  10. e226b61 Fix the sense of a test in "adb sideload". by Elliott Hughes · 9 years ago
  11. 50598b3 Merge \"Redirect bugreport stderr to host\'s stderr.\" into nyc-dev by Felipe Leme · 9 years ago
  12. c1fd67d Merge "Redirect bugreport stderr to host's stderr." into nyc-dev by TreeHugger Robot · 9 years ago
  13. 5d0595f Redirect bugreport stderr to host's stderr. by Felipe Leme · 9 years ago
  14. b6211da Merge \\"Set file capabilities on adb sync/push.\\" am: a500cf9cdf by Elliott Hughes · 9 years ago
  15. 93b5308 Merge "Set file capabilities on adb sync/push." by Treehugger Robot · 9 years ago
  16. 2140e03 Set file capabilities on adb sync/push. by Elliott Hughes · 9 years ago
  17. 28aec60 Allow multiple (sequential) adb users on Linux. by Elliott Hughes · 9 years ago
  18. bff0756 Merge \\"Allow multiple (sequential) adb users on Linux.\\" am: 6bf8d26c82 by Elliott Hughes · 9 years ago
  19. b35fcbd Allow multiple (sequential) adb users on Linux. by Elliott Hughes · 9 years ago
  20. 9e8fe3d Merge "adbd: properly close subprocess pipes on Ctrl+C." am: 605628d325 by David Pursell · 9 years ago
  21. b6bd97e adbd: properly close subprocess pipes on Ctrl+C. by David Pursell · 9 years ago
  22. 62eab56 adbd: properly close subprocess pipes on Ctrl+C. by David Pursell · 9 years ago
  23. a542c76 Revert "adb: close ep0 on disconnection." am: 8c4076295e by Siqi Lin · 9 years ago
  24. db7ef47 Revert "adb: close ep0 on disconnection." by Siqi Lin · 9 years ago
  25. 0d5de92 Merge "Kill adb\'s ScopedFd for unique_fd." am: 0f3fde210d am: b8901de2ad by Elliott Hughes · 9 years ago
  26. eb0024e Kill adb's ScopedFd for unique_fd. by Elliott Hughes · 9 years ago
  27. 62ce433 Merge "Kill load_file." am: b42e4a6b63 am: 198a727891 by Elliott Hughes · 9 years ago
  28. d939990 Kill load_file. by Elliott Hughes · 9 years ago
  29. b5f5781 [adb] Followup CL to clean up adb_auth_host.cpp by Yurii Zubrytskyi · 9 years ago
  30. 21dc202 [adb] Issue the "auth" emulator command before any other one by Yurii Zubrytskyi · 9 years ago
  31. fb1ba5b [adb] Followup CL to clean up adb_auth_host.cpp am: 049ebb810f by Yurii Zubrytskyi · 9 years ago
  32. 50f9de4 resolve merge conflicts of a9e2b99 to nyc-dev-plus-aosp by Yurii Zubrytskyi · 9 years ago
  33. dd642a4 [adb] Followup CL to clean up adb_auth_host.cpp by Yurii Zubrytskyi · 9 years ago
  34. f20734b [adb] Issue the "auth" emulator command before any other one by Yurii Zubrytskyi · 9 years ago
  35. 40ff310 Merge "adb: retry connecting disconnected emulators instead of always looping." am: 50e91fec0e by Yabin Cui · 9 years ago
  36. 5ac3cc9 Merge "adb: retry connecting disconnected emulators instead of always looping." by Yabin Cui · 9 years ago
  37. bef471e adb: retry connecting disconnected emulators instead of always looping. by Yabin Cui · 9 years ago
  38. 6f689d9 Merge "adb: close ep0 on disconnection." into nyc-dev am: fcab9a8507 by Yabin Cui · 9 years ago
  39. 8a1c8d0 adb: close ep0 on disconnection. by Yabin Cui · 9 years ago
  40. 0560f3e Merge "adb: close ep0 on disconnection." into nyc-dev by Yabin Cui · 9 years ago
  41. 3ca7d5c Merge "adb: check return value of register_socket_transport." am: 3d981c87c9 by Yabin Cui · 9 years ago
  42. d63ca48 Merge "adb: check return value of register_socket_transport." by Yabin Cui · 9 years ago
  43. b1d2b8a adb: use asocket's close function when closing. by Josh Gao · 9 years ago
  44. 8334e10 adb: switch the socket list mutex to a recursive_mutex. by Josh Gao · 9 years ago
  45. 2a5b2c6 adb: clang-format sockets.cpp. by Josh Gao · 9 years ago
  46. 2a83501 adb: add implementations of mutex, recursive_mutex. by Josh Gao · 9 years ago
  47. 82d6e1b Merge "adb: use asocket\'s close function when closing." am: 684d543922 by Josh Gao · 9 years ago
  48. 7a65f28 Merge "adb: use asocket's close function when closing." by Treehugger Robot · 9 years ago
  49. 40f8411 Merge "Fix misc-macro-parentheses warnings in adb, debuggerd, libbacktrace." am: dab7d9de03 by Chih-Hung Hsieh · 9 years ago
  50. 601afdc Merge "Fix misc-macro-parentheses warnings in adb, debuggerd, libbacktrace." by Treehugger Robot · 9 years ago
  51. bd050d0 Merge changes I5e56f17f,Ie3748b6c,I4e1d56a8 am: cea14958d2 am: 71c062f40a by Josh Gao · 9 years ago
  52. 5b0aa12 Fix misc-macro-parentheses warnings in adb, debuggerd, libbacktrace. by Chih-Hung Hsieh · 9 years ago
  53. 42eae14 adb: use asocket's close function when closing. by Josh Gao · 9 years ago
  54. 64c427a adb: switch the socket list mutex to a recursive_mutex. by Josh Gao · 9 years ago
  55. 0fc2947 adb: clang-format sockets.cpp. by Josh Gao · 9 years ago
  56. 2664fde adb: add implementations of mutex, recursive_mutex. by Josh Gao · 9 years ago
  57. c874ff9 Merge "adb: replace failing exits in adbd with abort()." am: eb62619ff9 by Josh Gao · 9 years ago
  58. 38380ce Merge "adb: add track-jdwp and track-devices commands." am: f8f40a1e2e by Josh Gao · 9 years ago
  59. 4a8ae4a adb: check return value of register_socket_transport. by Yabin Cui · 9 years ago
  60. 37444f4 Merge "adb/base: allow use of unique_fd inside adb." am: 210fdc2742 by Josh Gao · 9 years ago
  61. f878d27 adb: replace failing exits in adbd with abort(). by Josh Gao · 9 years ago
  62. a1c58be adb: add track-jdwp and track-devices commands. by Josh Gao · 9 years ago
  63. aa1251e adb/base: allow use of unique_fd inside adb. by Josh Gao · 9 years ago
  64. 744dd49 Merge "adb: support forwarding TCP port 0." am: cb90562bcf am: 5aaffac37e by David Pursell · 9 years ago
  65. 359e3ed adb: support forwarding TCP port 0. by David Pursell · 9 years ago
  66. 27fdafc Merge "adb: search for a maximum of 16 emulators." into nyc-dev am: 72e47300fb by Josh Gao · 9 years ago
  67. 1ba2cc1 Merge "adb: search for a maximum of 16 emulators." into nyc-dev by Josh Gao · 9 years ago
  68. 8aa6bca adb: search for a maximum of 16 emulators. by Josh Gao · 9 years ago
  69. 6895dac Merge "Display warning about bugreport delay." into nyc-dev am: f99193b7aa by Felipe Leme · 9 years ago
  70. 775a2bc Display warning about bugreport delay. by Felipe Leme · 9 years ago
  71. 600aa19 Automatically add a .zip to adb bugreport file when missing. am: 644a36c209 by Felipe Leme · 9 years ago
  72. c89247a Automatically add a .zip to adb bugreport file when missing. by Felipe Leme · 9 years ago
  73. d4ddcca Merge "Fix google-explicit-constructor warnings." am: 7bdd6a8b5a am: 427d8d840f by Chih-hung Hsieh · 9 years ago
  74. 5f9de97 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  75. c07e7a4 adb: close ep0 on disconnection. by Yabin Cui · 9 years ago
  76. fb3c3d8 adb: fix adb usb operations on device. by Yabin Cui · 9 years ago
  77. 87032a8 Merge "adb: decrease the number of fds used in fd_count test." am: c296440 by Treehugger Robot · 9 years ago
  78. 2e8937c adb: use a custom thread to poll for usb devices on mac. by Yabin Cui · 9 years ago
  79. b8b0ec3 adb: decrease the number of fds used in fd_count test. by Josh Gao · 9 years ago
  80. f1bd93e Merge "adb: fix test_device.py shell protocol checks." am: 52eb602 am: 8a77b30 by Treehugger Robot · 9 years ago
  81. 91f2ad1 adb: fix test_device.py shell protocol checks. by David Pursell · 9 years ago
  82. d012c56 Merge "adb: fix socket tests." am: e998abd am: 61f6d1d by Yabin Cui · 9 years ago
  83. 792f219 adb: fix socket tests. by Yabin Cui · 9 years ago
  84. 249aa3c Fix kick_transport test. by Yabin Cui · 9 years ago
  85. 4382e39 Merge "adb: fix adb usb operations on device." am: ad2021a am: ec4db8f by Yabin Cui · 9 years ago
  86. 905ca45 Merge "adb: fix adb usb operations on device." by Yabin Cui · 9 years ago
  87. b387a75 Merge "Fix NULL deref on exec-in with insufficient arguments" am: 245e4dbfd4 by Zach Riggle · 9 years ago
  88. 23f40e4 Fix NULL deref on exec-in with insufficient arguments by Zach Riggle · 9 years ago
  89. b30e5d5 Merge "adb: use a custom thread to poll for usb devices on mac." am: 09c5fcf by Yabin Cui · 9 years ago
  90. 57d56ff adb: use a custom thread to poll for usb devices on mac. by Yabin Cui · 9 years ago
  91. 5afed00 Merge "Fix kick_transport test." am: a960864 am: 119ca23 by Yabin Cui · 9 years ago
  92. f239612 Merge "Fix kick_transport test." by Yabin Cui · 9 years ago
  93. 9312f81 Merge changes Ia4a2ff77,I970806e3,I47daa338 into nyc-dev by TreeHugger Robot · 9 years ago
  94. 3085b02 Merge changes Iaf0efc0c,Ia4a2ff77 am: c4f3546 am: c5b388f53a by Josh Gao · 9 years ago
  95. 3453d07 adb: increase the FD table size on Win32. by Josh Gao · 9 years ago
  96. 3025612 adb: bump the server version to 36. by Josh Gao · 9 years ago
  97. ec0933d adb: add reconnect command. by Yabin Cui · 9 years ago
  98. 7e2c6d0 Merge changes Iaf0efc0c,Ia4a2ff77 by Josh Gao · 9 years ago
  99. b21d563 adb: disable tests that are expected to fail on Win32. by Josh Gao · 9 years ago
  100. 9b63591 adb: increase the FD table size on Win32. by Josh Gao · 9 years ago