1. f8d9e4e Deprecated 'adb bugreport' with flat files. by Felipe Leme · 8 years ago
  2. 5f6eaca Minor improvements on bugreport generation. by Felipe Leme · 8 years ago
  3. 33ae849 Removed extra 'pulling file' message. by Felipe Leme · 8 years ago
  4. 97b73a0 Show bugreport progress. by Felipe Leme · 8 years ago
  5. d188542 Refactored functions that copy sdout and stderr to strings to use a callback. by Felipe Leme · 8 years ago
  6. 218e1ff Split bugreport() into its own file and added unit tests. by Felipe Leme · 8 years ago
  7. f648fb4 Merge "Clean up key handling in adb." am: b859830450 am: 81a3f71e45 by Josh Gao · 8 years ago
  8. 81a3f71 Merge "Clean up key handling in adb." am: b859830450 by Josh Gao · 8 years ago
  9. 0aeb505 Clean up key handling in adb. by Elliott Hughes · 8 years ago
  10. 236a990 Merge "std::unqiue_ptr<..., decltype(&fn)> seems to be the preferred idiom." am: 2f21b7cecd by Elliott Hughes · 8 years ago
  11. f2f4e78 Merge "std::unqiue_ptr<..., decltype(&fn)> seems to be the preferred idiom." by Elliott Hughes · 8 years ago
  12. aea1683 std::unqiue_ptr<..., decltype(&fn)> seems to be the preferred idiom. by Elliott Hughes · 8 years ago
  13. a1da027 Merge "libcrypto_utils: convert to Soong." am: c1a9a21ffe am: 87ef590bc1 by Josh Gao · 8 years ago
  14. 87ef590 Merge "libcrypto_utils: convert to Soong." am: c1a9a21ffe by Josh Gao · 8 years ago
  15. c1a9a21 Merge "libcrypto_utils: convert to Soong." by Josh Gao · 8 years ago
  16. 47763c3 libcrypto_utils: convert to Soong. by Josh Gao · 8 years ago
  17. d067dcd adb: correctly fix merge conflict. am: 1286c1f878 by Josh Gao · 8 years ago
  18. 1286c1f adb: correctly fix merge conflict. by Josh Gao · 8 years ago
  19. aef0252 resolve merge conflicts of e012de5 to stage-aosp-master am: 4ff7f9f62a by Josh Gao · 8 years ago
  20. 4ff7f9f resolve merge conflicts of e012de5 to stage-aosp-master by Josh Gao · 8 years ago
  21. fb0c5cb adb: improve display of transfer rate. by Josh Gao · 8 years ago
  22. 1a9979e adb: add missing newline when printing transfer rate. by Josh Gao · 8 years ago
  23. baa215e adb: fix output of `sync -l` by Josh Gao · 8 years ago
  24. 6c41b5e Merge changes I1d398d19,I8f20b3cd am: c97b73aa83 am: 0889353fa5 by Josh Gao · 8 years ago
  25. 0889353 Merge changes I1d398d19,I8f20b3cd am: c97b73aa83 by Josh Gao · 8 years ago
  26. c97b73a Merge changes I1d398d19,I8f20b3cd by Treehugger Robot · 8 years ago
  27. d072ed3 Merge \\"Fix clang-tidy performance warnings in syste/core.\\" am: 4efbce14b5 by Chih-Hung Hsieh · 8 years ago
  28. 4c4fa90 Merge \"Fix clang-tidy performance warnings in syste/core.\" am: 4efbce14b5 by Chih-Hung Hsieh · 8 years ago
  29. f551ea0 adb: fix stat on Windows. by Josh Gao · 8 years ago
  30. 8f7b9e3 Fix clang-tidy performance warnings in syste/core. by Chih-Hung Hsieh · 8 years ago
  31. 3bdc760 adb: extract Windows bits out of directory_exists test. by Josh Gao · 8 years ago
  32. 7549a46 use 'cmd' command for install-multiple by Todd Kennedy · 8 years ago
  33. 3ab30ec Merge \"Use arraysize() for supplementary groups.\" am: ddbcecec3a by Jorge Lucangeli Obes · 8 years ago
  34. bae15b4 Use arraysize() for supplementary groups. by Jorge Lucangeli Obes · 8 years ago
  35. 7191a56 Merge \"Remove unnecessary ARRAY_SIZE macros.\" am: c37d8ea22a by Elliott Hughes · 8 years ago
  36. 749ae2d Remove unnecessary ARRAY_SIZE macros. by Elliott Hughes · 8 years ago
  37. a4e35be Merge \"adb: refactor jdwp_service.cpp.\" am: 71d11ade9d by Josh Gao · 8 years ago
  38. 71d11ad Merge "adb: refactor jdwp_service.cpp." by Treehugger Robot · 8 years ago
  39. 05f889d Merge \"adb: add test for SIGHUP behavior.\" am: a355dd6110 by Josh Gao · 8 years ago
  40. fe50bb7 adb: add test for SIGHUP behavior. by Josh Gao · 8 years ago
  41. 79a69f0 Merge changes Ia59c6dbe,I13b17bcd am: 0b47d08303 by Josh Gao · 8 years ago
  42. e31a7a4 adb: fix fd leak when shell fails to create a thread. by Josh Gao · 8 years ago
  43. cd5d737 adb: don't dup local socket fd. by Josh Gao · 8 years ago
  44. a81117b Merge \"Address old review comments in adb_auth_host.cpp.\" am: 57bbedc036 by Elliott Hughes · 8 years ago
  45. 57bbedc Merge "Address old review comments in adb_auth_host.cpp." by Treehugger Robot · 8 years ago
  46. 625faf0 Address old review comments in adb_auth_host.cpp. by Elliott Hughes · 8 years ago
  47. 1c01bae Merge \"[qemu]: Move qemu_pipe.h from include/system/ directory.\" by David 'Digit' Turner · 8 years ago
  48. 44b7339 Merge "[qemu]: Move qemu_pipe.h from include/system/ directory." by David Turner · 8 years ago
  49. 88347e1 Merge changes from topic \'debuggerd_client\' am: abf88685e3 by Josh Gao · 8 years ago
  50. 34c6ca0 Merge \"adb: fix fd double close, Subprocess lifetime issue.\" am: b23e5729a8 by Josh Gao · 8 years ago
  51. abf8868 Merge changes from topic 'debuggerd_client' by Treehugger Robot · 8 years ago
  52. 344778d adb: fix fd double close, Subprocess lifetime issue. by Josh Gao · 8 years ago
  53. 809607a adb: use libdebuggerd_client. by Josh Gao · 8 years ago
  54. c7b098c [qemu]: Move qemu_pipe.h from include/system/ directory. by David 'Digit' Turner · 8 years ago
  55. ba7aea8 Merge \"adb: make adb root not wait-for-device.\" am: 81e59ca5a7 by Josh Gao · 8 years ago
  56. 81e59ca Merge "adb: make adb root not wait-for-device." by Treehugger Robot · 8 years ago
  57. 0582473 adb: make adb root not wait-for-device. by Josh Gao · 8 years ago
  58. c63439a Merge \"Better diagnostics from \"adb sideload\".\" am: edd401e24e by Elliott Hughes · 8 years ago
  59. edd401e Merge "Better diagnostics from "adb sideload"." by Treehugger Robot · 8 years ago
  60. b94f3c5 Merge \"Minor adb style fixes.\" am: 35151f49ca by Elliott Hughes · 8 years ago
  61. 1441514 Better diagnostics from "adb sideload". by Elliott Hughes · 8 years ago
  62. ffc73a3 Minor adb style fixes. by Elliott Hughes · 8 years ago
  63. e691def Merge \\"Fix the sense of a test in \\"adb sideload\\".\\" am: 62cc17de8c by Elliott Hughes · 8 years ago
  64. 356fd36 Fix the sense of a test in "adb sideload". by Elliott Hughes · 8 years ago
  65. e1d64b4 Merge \"Redirect bugreport stderr to host\'s stderr.\" into nyc-dev by Felipe Leme · 8 years ago
  66. 6d34905 Merge "Redirect bugreport stderr to host's stderr." into nyc-dev by TreeHugger Robot · 8 years ago
  67. d1dd125 Redirect bugreport stderr to host's stderr. by Felipe Leme · 8 years ago
  68. e4e6864 Merge \\"Set file capabilities on adb sync/push.\\" am: a500cf9cdf by Elliott Hughes · 8 years ago
  69. a500cf9 Merge "Set file capabilities on adb sync/push." by Treehugger Robot · 8 years ago
  70. 32c60b4 Set file capabilities on adb sync/push. by Elliott Hughes · 8 years ago
  71. 75f42d7 Allow multiple (sequential) adb users on Linux. by Elliott Hughes · 8 years ago
  72. fff3e52 Merge \\"Allow multiple (sequential) adb users on Linux.\\" am: 6bf8d26c82 by Elliott Hughes · 8 years ago
  73. d89a6c2 Allow multiple (sequential) adb users on Linux. by Elliott Hughes · 8 years ago
  74. 27a68ef Merge "adbd: properly close subprocess pipes on Ctrl+C." am: 605628d325 by David Pursell · 8 years ago
  75. a6d5661 adbd: properly close subprocess pipes on Ctrl+C. by David Pursell · 8 years ago
  76. f2aa186 adbd: properly close subprocess pipes on Ctrl+C. by David Pursell · 8 years ago
  77. 8edfe20 Revert "adb: close ep0 on disconnection." am: 8c4076295e by Siqi Lin · 8 years ago
  78. 8c40762 Revert "adb: close ep0 on disconnection." by Siqi Lin · 8 years ago
  79. 52338a3 adb: refactor jdwp_service.cpp. by Josh Gao · 8 years ago
  80. 8d96370 Merge "Kill adb\'s ScopedFd for unique_fd." am: 0f3fde210d am: b8901de2ad by Elliott Hughes · 8 years ago
  81. 2ce86e5 Kill adb's ScopedFd for unique_fd. by Elliott Hughes · 8 years ago
  82. 500c7e5 Merge "Kill load_file." am: b42e4a6b63 am: 198a727891 by Elliott Hughes · 8 years ago
  83. e8b663f Kill load_file. by Elliott Hughes · 8 years ago
  84. dace015 [adb] Followup CL to clean up adb_auth_host.cpp by Yurii Zubrytskyi · 8 years ago
  85. 376b275 [adb] Issue the "auth" emulator command before any other one by Yurii Zubrytskyi · 8 years ago
  86. 1098c52 [adb] Followup CL to clean up adb_auth_host.cpp am: 049ebb810f by Yurii Zubrytskyi · 8 years ago
  87. f48adf6 resolve merge conflicts of a9e2b99 to nyc-dev-plus-aosp by Yurii Zubrytskyi · 8 years ago
  88. 049ebb8 [adb] Followup CL to clean up adb_auth_host.cpp by Yurii Zubrytskyi · 8 years ago
  89. a9e2b99 [adb] Issue the "auth" emulator command before any other one by Yurii Zubrytskyi · 8 years ago
  90. 16dad48 Merge "adb: retry connecting disconnected emulators instead of always looping." am: 50e91fec0e by Yabin Cui · 8 years ago
  91. 50e91fe Merge "adb: retry connecting disconnected emulators instead of always looping." by Yabin Cui · 8 years ago
  92. b74c649 adb: retry connecting disconnected emulators instead of always looping. by Yabin Cui · 8 years ago
  93. 8fc9d25 Merge "adb: close ep0 on disconnection." into nyc-dev am: fcab9a8507 by Yabin Cui · 8 years ago
  94. 638420e adb: close ep0 on disconnection. by Yabin Cui · 8 years ago
  95. fcab9a8 Merge "adb: close ep0 on disconnection." into nyc-dev by Yabin Cui · 8 years ago
  96. bb89e7e Merge "adb: check return value of register_socket_transport." am: 3d981c87c9 by Yabin Cui · 8 years ago
  97. 3d981c8 Merge "adb: check return value of register_socket_transport." by Yabin Cui · 8 years ago
  98. 014b017 adb: use asocket's close function when closing. by Josh Gao · 8 years ago
  99. 268068f adb: switch the socket list mutex to a recursive_mutex. by Josh Gao · 8 years ago
  100. 6376040 adb: clang-format sockets.cpp. by Josh Gao · 8 years ago