1. 23891f1 adb: fix output of `sync -l` by Josh Gao · 8 years ago
  2. 563db92 Merge changes I1d398d19,I8f20b3cd by Treehugger Robot · 8 years ago
  3. a4f9c17 adb: fix stat on Windows. by Josh Gao · 8 years ago
  4. 90b40f6 Fix clang-tidy performance warnings in syste/core. by Chih-Hung Hsieh · 8 years ago
  5. cde85bf adb: extract Windows bits out of directory_exists test. by Josh Gao · 8 years ago
  6. cf8000e Merge "Use arraysize() for supplementary groups." by Treehugger Robot · 8 years ago
  7. bd75c67 Use arraysize() for supplementary groups. by Jorge Lucangeli Obes · 8 years ago
  8. a937d16 Remove unnecessary ARRAY_SIZE macros. by Elliott Hughes · 8 years ago
  9. 6514da3 Merge "adb: refactor jdwp_service.cpp." by Treehugger Robot · 8 years ago
  10. b5c9ce3 Merge "adb: add test for SIGHUP behavior." by Treehugger Robot · 8 years ago
  11. 2eae66e adb: add test for SIGHUP behavior. by Josh Gao · 8 years ago
  12. 1c80af6 Merge changes Ia59c6dbe,I13b17bcd by Treehugger Robot · 8 years ago
  13. 8d84a31 adb: fix fd leak when shell fails to create a thread. by Josh Gao · 8 years ago
  14. a654514 adb: don't dup local socket fd. by Josh Gao · 8 years ago
  15. 8cb6e46 Merge "Address old review comments in adb_auth_host.cpp." by Treehugger Robot · 8 years ago
  16. ab942fd Address old review comments in adb_auth_host.cpp. by Elliott Hughes · 8 years ago
  17. 349ea67 Merge "[qemu]: Move qemu_pipe.h from include/system/ directory." by David Turner · 8 years ago
  18. 125de60 Merge changes from topic 'debuggerd_client' by Treehugger Robot · 8 years ago
  19. 6d3a75a adb: fix fd double close, Subprocess lifetime issue. by Josh Gao · 8 years ago
  20. ab5449d adb: use libdebuggerd_client. by Josh Gao · 8 years ago
  21. b82031f [qemu]: Move qemu_pipe.h from include/system/ directory. by David 'Digit' Turner · 8 years ago
  22. de65d30 Merge "adb: make adb root not wait-for-device." by Treehugger Robot · 8 years ago
  23. d3d9cbf adb: make adb root not wait-for-device. by Josh Gao · 8 years ago
  24. 4975328 Merge "Better diagnostics from "adb sideload"." by Treehugger Robot · 8 years ago
  25. 2b37f82 Merge "Minor adb style fixes." by Treehugger Robot · 8 years ago
  26. 74d8e61 Better diagnostics from "adb sideload". by Elliott Hughes · 8 years ago
  27. c3d1c11 Minor adb style fixes. by Elliott Hughes · 8 years ago
  28. 8d04c20 Merge "Fix the sense of a test in "adb sideload"." by Elliott Hughes · 8 years ago
  29. 707dde6 Fix the sense of a test in "adb sideload". by Elliott Hughes · 8 years ago
  30. 6bb5ba9 Merge "Set file capabilities on adb sync/push." by Treehugger Robot · 8 years ago
  31. 02c9474 Set file capabilities on adb sync/push. by Elliott Hughes · 8 years ago
  32. 38e02a7 Allow multiple (sequential) adb users on Linux. by Elliott Hughes · 8 years ago
  33. b7ec8e1 Merge "adbd: properly close subprocess pipes on Ctrl+C." by David Pursell · 8 years ago
  34. aeee003 adbd: properly close subprocess pipes on Ctrl+C. by David Pursell · 8 years ago
  35. 9eaf33c adb: refactor jdwp_service.cpp. by Josh Gao · 8 years ago
  36. e5a2c89 Merge "Kill adb's ScopedFd for unique_fd." by Treehugger Robot · 8 years ago
  37. 857e659 Kill adb's ScopedFd for unique_fd. by Elliott Hughes · 8 years ago
  38. 4d487b3 Merge "Kill load_file." by Treehugger Robot · 8 years ago
  39. e0a6e2a Kill load_file. by Elliott Hughes · 8 years ago
  40. 09ecaa5 [adb] Followup CL to clean up adb_auth_host.cpp by Yurii Zubrytskyi · 8 years ago
  41. f1d70c7 Merge "[adb] Issue the "auth" emulator command before any other one" by Treehugger Robot · 8 years ago
  42. 70ae70a [adb] Issue the "auth" emulator command before any other one by Yurii Zubrytskyi · 8 years ago
  43. ab032ff Merge "adb: retry connecting disconnected emulators instead of always looping." by Yabin Cui · 8 years ago
  44. f401ead adb: retry connecting disconnected emulators instead of always looping. by Yabin Cui · 8 years ago
  45. 0ec5676 Merge "adb: close ep0 on disconnection." by Treehugger Robot · 8 years ago
  46. d2af7db adb: close ep0 on disconnection. by Yabin Cui · 8 years ago
  47. 199a080 Merge "adb: check return value of register_socket_transport." by Yabin Cui · 8 years ago
  48. fc9d615 Merge "adb: use asocket's close function when closing." by Treehugger Robot · 8 years ago
  49. f6b518b Merge "Fix misc-macro-parentheses warnings in adb, debuggerd, libbacktrace." by Treehugger Robot · 8 years ago
  50. 88cee43 Fix misc-macro-parentheses warnings in adb, debuggerd, libbacktrace. by Chih-Hung Hsieh · 8 years ago
  51. 80814e1 adb: use asocket's close function when closing. by Josh Gao · 8 years ago
  52. 0f1a20a adb: switch the socket list mutex to a recursive_mutex. by Josh Gao · 8 years ago
  53. ef550fe adb: clang-format sockets.cpp. by Josh Gao · 8 years ago
  54. b4a778e adb: add implementations of mutex, recursive_mutex. by Josh Gao · 8 years ago
  55. c722178 adb: check return value of register_socket_transport. by Yabin Cui · 8 years ago
  56. 57cb217 adb: replace failing exits in adbd with abort(). by Josh Gao · 8 years ago
  57. 39d01bb adb: add track-jdwp and track-devices commands. by Josh Gao · 8 years ago
  58. d91139c adb/base: allow use of unique_fd inside adb. by Josh Gao · 8 years ago
  59. 19d0c23 adb: support forwarding TCP port 0. by David Pursell · 8 years ago
  60. e29499c Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 8 years ago
  61. fcb7624 Merge "adb: decrease the number of fds used in fd_count test." by Treehugger Robot · 8 years ago
  62. f987b8e adb: decrease the number of fds used in fd_count test. by Josh Gao · 8 years ago
  63. 4b38af4 adb: fix test_device.py shell protocol checks. by David Pursell · 8 years ago
  64. 40a4727 adb: fix socket tests. by Yabin Cui · 8 years ago
  65. 6429203 Merge "adb: fix adb usb operations on device." by Yabin Cui · 8 years ago
  66. 3f4347b Merge "Fix NULL deref on exec-in with insufficient arguments" by Treehugger Robot · 8 years ago
  67. 328870b Fix NULL deref on exec-in with insufficient arguments by Zach Riggle · 8 years ago
  68. 28d7c54 Merge "adb: use a custom thread to poll for usb devices on mac." by Yabin Cui · 8 years ago
  69. 234a02a adb: use a custom thread to poll for usb devices on mac. by Yabin Cui · 8 years ago
  70. 63e0819 Merge "Fix kick_transport test." by Yabin Cui · 8 years ago
  71. 839af26 Merge changes Iaf0efc0c,Ia4a2ff77 by Josh Gao · 8 years ago
  72. 22d043c adb: disable tests that are expected to fail on Win32. by Josh Gao · 8 years ago
  73. 7c9e5fb adb: increase the FD table size on Win32. by Josh Gao · 8 years ago
  74. 7ca97be Merge "adb: bump the server version to 36." by Josh Gao · 8 years ago
  75. f2a9f9b Fix kick_transport test. by Yabin Cui · 8 years ago
  76. 54ee6d1 Merge "adb: add reconnect command." by Yabin Cui · 8 years ago
  77. 1d0a8c7 adb: fix adb usb operations on device. by Yabin Cui · 8 years ago
  78. 7b78077 adb: bump the server version to 36. by Josh Gao · 8 years ago
  79. c6e3b12 Merge changes Ibc8038b1,I1876ecd7,I57d70f8b by Treehugger Robot · 8 years ago
  80. 6bc7781 adb: after `adb root`, wait for the device in any state. by Josh Gao · 8 years ago
  81. 071328d adb: add support for 'wait-for-any'. by Josh Gao · 8 years ago
  82. 63cede3 adb: make 'wait-for-{recovery,sideload,bootloader} work. by Josh Gao · 8 years ago
  83. a947b49 Switch fs_mgr and adb to libcrypto_utils. by Mattias Nissler · 8 years ago
  84. d78ed22 adb: add reconnect command. by Yabin Cui · 8 years ago
  85. 43d4313 Merge "Address const issues in preparation for libcxx rebase." by Dan Austin · 8 years ago
  86. ca35e9e Address const issues in preparation for libcxx rebase. by Dan Austin · 8 years ago
  87. 4bdf38b Address const issue in preparation for libcxx rebase. by Dan Austin · 8 years ago
  88. a6c0242 Merge "Fix buffer overrun in adb wait-for-device." by Elliott Hughes · 8 years ago
  89. 1c14b90 Fix buffer overrun in adb wait-for-device. by Elliott Hughes · 8 years ago
  90. 07778a0 emulator: Use distinct serial names for simultaneous qemu pipes. by Prathmesh Prabhu · 8 years ago
  91. 3fb9aa0 Merge changes I93514d22,I57dbc113,I707ffbd1 am: aa7c37522a by Josh Gao · 8 years ago
  92. 2d112b4 Merge "adbd: fix spurious close of uninitialized fd." am: 3c608c7425 by Josh Gao · 8 years ago
  93. aa7c375 Merge changes I93514d22,I57dbc113,I707ffbd1 by Josh Gao · 8 years ago
  94. 9a4b5e9 adbd: fix spurious close of uninitialized fd. by Josh Gao · 8 years ago
  95. 561251e adb: wait for restore to complete before returning. by Josh Gao · 8 years ago
  96. b1a71ce adb: wait for adbd to die and respawn in root/unroot. by Josh Gao · 8 years ago
  97. 1b533c8 adb: make ScopedFd universally accessible and useful. by Josh Gao · 8 years ago
  98. 00d7147 Merge changes I7fe77245,I75b089b8,Iafa250ce am: 7c45b82139 by Josh Gao · 8 years ago
  99. 7c45b82 Merge changes I7fe77245,I75b089b8,Iafa250ce by Josh Gao · 8 years ago
  100. 18f7420 adb: clean up quotes in test_device.py. by Josh Gao · 8 years ago