1. 78e1eb1 adb: remove unnecessary addr arguments to accept. by Josh Gao · 8 years ago
  2. 5990191 adb: check our socketpair ends in our win32 emulation. by Josh Gao · 8 years ago
  3. 0aeb505 Clean up key handling in adb. by Elliott Hughes · 8 years ago
  4. aea1683 std::unqiue_ptr<..., decltype(&fn)> seems to be the preferred idiom. by Elliott Hughes · 8 years ago
  5. c1a9a21 Merge "libcrypto_utils: convert to Soong." by Josh Gao · 8 years ago
  6. 47763c3 libcrypto_utils: convert to Soong. by Josh Gao · 8 years ago
  7. fb0c5cb adb: improve display of transfer rate. by Josh Gao · 8 years ago
  8. 1a9979e adb: add missing newline when printing transfer rate. by Josh Gao · 8 years ago
  9. baa215e adb: fix output of `sync -l` by Josh Gao · 8 years ago
  10. c97b73a Merge changes I1d398d19,I8f20b3cd by Treehugger Robot · 8 years ago
  11. f551ea0 adb: fix stat on Windows. by Josh Gao · 8 years ago
  12. 8f7b9e3 Fix clang-tidy performance warnings in syste/core. by Chih-Hung Hsieh · 8 years ago
  13. 3bdc760 adb: extract Windows bits out of directory_exists test. by Josh Gao · 8 years ago
  14. bae15b4 Use arraysize() for supplementary groups. by Jorge Lucangeli Obes · 8 years ago
  15. 749ae2d Remove unnecessary ARRAY_SIZE macros. by Elliott Hughes · 8 years ago
  16. 71d11ad Merge "adb: refactor jdwp_service.cpp." by Treehugger Robot · 8 years ago
  17. fe50bb7 adb: add test for SIGHUP behavior. by Josh Gao · 8 years ago
  18. e31a7a4 adb: fix fd leak when shell fails to create a thread. by Josh Gao · 8 years ago
  19. cd5d737 adb: don't dup local socket fd. by Josh Gao · 8 years ago
  20. 57bbedc Merge "Address old review comments in adb_auth_host.cpp." by Treehugger Robot · 8 years ago
  21. 625faf0 Address old review comments in adb_auth_host.cpp. by Elliott Hughes · 8 years ago
  22. 44b7339 Merge "[qemu]: Move qemu_pipe.h from include/system/ directory." by David Turner · 8 years ago
  23. abf8868 Merge changes from topic 'debuggerd_client' by Treehugger Robot · 8 years ago
  24. 344778d adb: fix fd double close, Subprocess lifetime issue. by Josh Gao · 8 years ago
  25. 809607a adb: use libdebuggerd_client. by Josh Gao · 8 years ago
  26. c7b098c [qemu]: Move qemu_pipe.h from include/system/ directory. by David 'Digit' Turner · 8 years ago
  27. 81e59ca Merge "adb: make adb root not wait-for-device." by Treehugger Robot · 8 years ago
  28. 0582473 adb: make adb root not wait-for-device. by Josh Gao · 8 years ago
  29. edd401e Merge "Better diagnostics from "adb sideload"." by Treehugger Robot · 8 years ago
  30. 1441514 Better diagnostics from "adb sideload". by Elliott Hughes · 8 years ago
  31. ffc73a3 Minor adb style fixes. by Elliott Hughes · 8 years ago
  32. 356fd36 Fix the sense of a test in "adb sideload". by Elliott Hughes · 8 years ago
  33. a500cf9 Merge "Set file capabilities on adb sync/push." by Treehugger Robot · 8 years ago
  34. 32c60b4 Set file capabilities on adb sync/push. by Elliott Hughes · 8 years ago
  35. d89a6c2 Allow multiple (sequential) adb users on Linux. by Elliott Hughes · 8 years ago
  36. f2aa186 adbd: properly close subprocess pipes on Ctrl+C. by David Pursell · 8 years ago
  37. 52338a3 adb: refactor jdwp_service.cpp. by Josh Gao · 8 years ago
  38. 2ce86e5 Kill adb's ScopedFd for unique_fd. by Elliott Hughes · 8 years ago
  39. e8b663f Kill load_file. by Elliott Hughes · 8 years ago
  40. dace015 [adb] Followup CL to clean up adb_auth_host.cpp by Yurii Zubrytskyi · 8 years ago
  41. 376b275 [adb] Issue the "auth" emulator command before any other one by Yurii Zubrytskyi · 8 years ago
  42. 50e91fe Merge "adb: retry connecting disconnected emulators instead of always looping." by Yabin Cui · 8 years ago
  43. b74c649 adb: retry connecting disconnected emulators instead of always looping. by Yabin Cui · 8 years ago
  44. 638420e adb: close ep0 on disconnection. by Yabin Cui · 8 years ago
  45. 3d981c8 Merge "adb: check return value of register_socket_transport." by Yabin Cui · 8 years ago
  46. 684d543 Merge "adb: use asocket's close function when closing." by Treehugger Robot · 8 years ago
  47. dab7d9d Merge "Fix misc-macro-parentheses warnings in adb, debuggerd, libbacktrace." by Treehugger Robot · 8 years ago
  48. 67867db Fix misc-macro-parentheses warnings in adb, debuggerd, libbacktrace. by Chih-Hung Hsieh · 8 years ago
  49. 53eb31d adb: use asocket's close function when closing. by Josh Gao · 8 years ago
  50. 9b587de adb: switch the socket list mutex to a recursive_mutex. by Josh Gao · 8 years ago
  51. 52bd852 adb: clang-format sockets.cpp. by Josh Gao · 8 years ago
  52. 903b749 adb: add implementations of mutex, recursive_mutex. by Josh Gao · 8 years ago
  53. 0140182 adb: check return value of register_socket_transport. by Yabin Cui · 8 years ago
  54. 4abdeee adb: replace failing exits in adbd with abort(). by Josh Gao · 8 years ago
  55. b463baf adb: add track-jdwp and track-devices commands. by Josh Gao · 8 years ago
  56. 13ea01d adb/base: allow use of unique_fd inside adb. by Josh Gao · 8 years ago
  57. eaae97e adb: support forwarding TCP port 0. by David Pursell · 8 years ago
  58. 1c563d9 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 8 years ago
  59. 858f133 adb: decrease the number of fds used in fd_count test. by Josh Gao · 8 years ago
  60. cf46741 adb: fix test_device.py shell protocol checks. by David Pursell · 8 years ago
  61. 2407d7c adb: fix socket tests. by Yabin Cui · 8 years ago
  62. ad2021a Merge "adb: fix adb usb operations on device." by Yabin Cui · 8 years ago
  63. ccafc79 Fix NULL deref on exec-in with insufficient arguments by Zach Riggle · 8 years ago
  64. 48d4c0c adb: use a custom thread to poll for usb devices on mac. by Yabin Cui · 8 years ago
  65. a960864 Merge "Fix kick_transport test." by Yabin Cui · 8 years ago
  66. c4f3546 Merge changes Iaf0efc0c,Ia4a2ff77 by Josh Gao · 8 years ago
  67. 68c63d7 adb: disable tests that are expected to fail on Win32. by Josh Gao · 8 years ago
  68. b31e171 adb: increase the FD table size on Win32. by Josh Gao · 8 years ago
  69. 3009b7c Merge "adb: bump the server version to 36." by Josh Gao · 8 years ago
  70. 7f27490 Fix kick_transport test. by Yabin Cui · 8 years ago
  71. 643bc36 Merge "adb: add reconnect command." by Yabin Cui · 8 years ago
  72. 005bf1e adb: fix adb usb operations on device. by Yabin Cui · 8 years ago
  73. 057095d adb: bump the server version to 36. by Josh Gao · 8 years ago
  74. 3e0eaa4 Merge changes Ibc8038b1,I1876ecd7,I57d70f8b by Treehugger Robot · 8 years ago
  75. 48a3481 adb: after `adb root`, wait for the device in any state. by Josh Gao · 8 years ago
  76. 86441c3 adb: add support for 'wait-for-any'. by Josh Gao · 8 years ago
  77. 08881e7 adb: make 'wait-for-{recovery,sideload,bootloader} work. by Josh Gao · 8 years ago
  78. 097b6bb Switch fs_mgr and adb to libcrypto_utils. by Mattias Nissler · 8 years ago
  79. 1f4ec19 adb: add reconnect command. by Yabin Cui · 8 years ago
  80. b2cb35e Merge "Address const issues in preparation for libcxx rebase." by Dan Austin · 8 years ago
  81. b4cff49 Address const issues in preparation for libcxx rebase. by Dan Austin · 8 years ago
  82. 80fd454 Address const issue in preparation for libcxx rebase. by Dan Austin · 8 years ago
  83. 1f13c1a Merge "Fix buffer overrun in adb wait-for-device." by Elliott Hughes · 8 years ago
  84. 34e560b Fix buffer overrun in adb wait-for-device. by Elliott Hughes · 8 years ago
  85. d387acc emulator: Use distinct serial names for simultaneous qemu pipes. by Prathmesh Prabhu · 8 years ago
  86. 1cd680c Merge changes I93514d22,I57dbc113,I707ffbd1 by Josh Gao · 8 years ago
  87. fcb063c adbd: fix spurious close of uninitialized fd. by Josh Gao · 8 years ago
  88. d26abed adb: wait for restore to complete before returning. by Josh Gao · 8 years ago
  89. d262122 adb: wait for adbd to die and respawn in root/unroot. by Josh Gao · 8 years ago
  90. f0d3b4f adb: make ScopedFd universally accessible and useful. by Josh Gao · 8 years ago
  91. afa76a3 Merge changes I7fe77245,I75b089b8,Iafa250ce by Josh Gao · 8 years ago
  92. 255c5c8 adb: clean up quotes in test_device.py. by Josh Gao · 8 years ago
  93. 89ec3a8 adb: mkdir the correct directory name when pulling. by Josh Gao · 8 years ago
  94. a31ea55 adb: cleanup file skipping logic. by Josh Gao · 8 years ago
  95. b4709c2 Merge "adb: relax serial matching rules." by David Pursell · 8 years ago
  96. 543093c Merge "adb: symlinks to dirs count as dirs for pull destination." by Josh Gao · 8 years ago
  97. 1e611a3 adb: symlinks to dirs count as dirs for pull destination. by Josh Gao · 8 years ago
  98. 3f902aa adb: relax serial matching rules. by David Pursell · 8 years ago
  99. ae607e1 Merge "Emulator: fix adbd qemu pipe partial write" by Bo Hu · 8 years ago
  100. f66c593 Emulator: fix adbd qemu pipe partial write by bohu · 8 years ago