1. c587f02 adb: Avoid waiting for emulator connections by Luis Hector Chavez · 7 years ago
  2. 4e6f3d9 Merge "Add test_suites lines." by Elliott Hughes · 7 years ago
  3. 40fdf3f Add test_suites lines. by Elliott Hughes · 7 years ago
  4. 9a388d5 adb: Make the Connection object a std::shared_ptr by Luis Hector Chavez · 7 years ago
  5. 56fe753 adb: Add a way to distinguish between connection failures and successes by Luis Hector Chavez · 7 years ago
  6. c4ad6b6 Merge changes I722d2c41,Ic216ddef by Treehugger Robot · 7 years ago
  7. 224d965 Merge "adb: don't error in handle_host_request if we can't acquire a transport." by Treehugger Robot · 7 years ago
  8. 78f133d adb: don't error in handle_host_request if we can't acquire a transport. by Josh Gao · 7 years ago
  9. 8b67c52 Improve test_adb.py by Luis Hector Chavez · 7 years ago
  10. 5d39585 adb: Distinguish betwen already-connected and connection failure by Luis Hector Chavez · 7 years ago
  11. 77561c1 Remove out of date comment. by Elliott Hughes · 7 years ago
  12. 44899ee adb: fix `adb reverse` when adbd has multiple transports. by Josh Gao · 7 years ago
  13. 2e93df2 adb: win32: cleanup winsock initialization. by Josh Gao · 7 years ago
  14. 011ba4b adb: win32: properly set EBADF in some functions. by Josh Gao · 7 years ago
  15. 64a63ac adb: partially clang-format sysdeps_win32.cpp. by Josh Gao · 7 years ago
  16. 116aa0a adb: implement adb_writev. by Josh Gao · 7 years ago
  17. 1ce9957 adb: switch apacket payload to a type that doesn't initialize its contents. by Josh Gao · 7 years ago
  18. ee63d74 Merge "adb: properly calculate packet size on Mac." by Treehugger Robot · 7 years ago
  19. 2ea4652 adb: properly calculate packet size on Mac. by Josh Gao · 7 years ago
  20. 6eb9248 Merge "Support /odm and /product in "adb remount" and "adb sync"." by Elliott Hughes · 7 years ago
  21. daacf4f adb: Correctly drop caps when ambient capabilities are used by Luis Hector Chavez · 7 years ago
  22. fa1f191 Merge "adbd: configure jemalloc to not immediately purge." by Treehugger Robot · 7 years ago
  23. 218f766 adbd: configure jemalloc to not immediately purge. by Josh Gao · 7 years ago
  24. 8daf742 Merge "Revert "Revert "adb: add transport benchmark.""" by Treehugger Robot · 7 years ago
  25. 9c59649 Revert "Revert "adb: add transport benchmark."" by Josh Gao · 7 years ago
  26. 57e97cb Support /odm and /product in "adb remount" and "adb sync". by Elliott Hughes · 7 years ago
  27. 9c8c038 Merge "Move adb/fastboot bash completion into adb/fastboot." by Elliott Hughes · 7 years ago
  28. fbfa0e8 Move adb/fastboot bash completion into adb/fastboot. by Elliott Hughes · 7 years ago
  29. 3876e37 Merge "Revert "adb: add transport benchmark."" by David Brazdil · 7 years ago
  30. 2ef56a1 Revert "adb: add transport benchmark." by David Brazdil · 7 years ago
  31. 3f6ef0d Merge "adb: add transport benchmark." by Josh Gao · 7 years ago
  32. d78f59c adb: add transport benchmark. by Josh Gao · 7 years ago
  33. c251ec5 adb: don't abort when connecting to the same address twice. by Josh Gao · 7 years ago
  34. 7651eb9 adb: try harder to fill our test sockets. by Josh Gao · 7 years ago
  35. 954e128 adb: don't set has_write_error on success. by Josh Gao · 7 years ago
  36. 7ab5571 adb: move ownership of the fdevent thread into FdeventTest. by Josh Gao · 7 years ago
  37. fa30bf3 adb: guarantee that fdevent_run_on_main_thread happens last. by Josh Gao · 7 years ago
  38. 05fb45b adb: fix FdeventTest.invalid_fd on Windows. by Josh Gao · 7 years ago
  39. fd7486f adb: extract the sleep in socket_test to its own function. by Josh Gao · 7 years ago
  40. 31ed2a5 Merge "adbd: spawn login shell when run without a command." by Josh Gao · 7 years ago
  41. db96710 Merge "adbd: increase oom_score_adj for `adb shell`" by Josh Gao · 7 years ago
  42. 8043633 Merge "adb: restore adb/adb.exe in the list of artifacts." by Josh Gao · 7 years ago
  43. 2de2ade adbd: increase oom_score_adj for `adb shell` by Josh Gao · 7 years ago
  44. 45562bf Merge changes Iea2a3055,I6582cfc6 by Treehugger Robot · 7 years ago
  45. 541a865 adb: restore adb/adb.exe in the list of artifacts. by Josh Gao · 7 years ago
  46. f78ff01 Merge "adb: Open FunctionFS files with more restrictive access modes" by Treehugger Robot · 7 years ago
  47. f8a97c1 adb: start building windows test again. by Josh Gao · 7 years ago
  48. 2e1e789 adb: fix windows test build. by Josh Gao · 7 years ago
  49. 8f7ff94 adbd: spawn login shell when run without a command. by Josh Gao · 7 years ago
  50. bf243a6 adb: bump the local socket backlog to the maximum. by Josh Gao · 7 years ago
  51. 2c621ae adb: fix unicode file path test. by Josh Gao · 7 years ago
  52. dcc055a adb: delete vestigial SHELL_EXIT_NOTIFY_FD. by Josh Gao · 7 years ago
  53. 184f480 adb: don't immediately close a socket when write fails. by Josh Gao · 7 years ago
  54. 1222abc adb: make fdevent_run_on_main_thread's fd nonblocking. by Josh Gao · 7 years ago
  55. 7920502 Merge changes I6a842960,If618c26b by Josh Gao · 7 years ago
  56. 4abb507 adb: skip IPv6 test if IPv6 isn't available. by Josh Gao · 7 years ago
  57. c970aef adb: add `adb shell exit 42` stress test. by Josh Gao · 7 years ago
  58. ecb96ac adb: improve socket tests. by Josh Gao · 7 years ago
  59. 6156420 Merge changes I99b85f07,If28f6c8d by Treehugger Robot · 7 years ago
  60. 31b5be6 adb: implement std::make_unique, start using it. by Josh Gao · 7 years ago
  61. 5791e21 base: export GetThreadId. by Josh Gao · 7 years ago
  62. 99499f1 adb: Remove usages of ENDPOINT_ALLOC by Jerry Zhang · 7 years ago
  63. 32caa98 Merge "adb: add test for flushing socket data after a write failure." by Josh Gao · 7 years ago
  64. df3bae9 adb: add test for flushing socket data after a write failure. by Josh Gao · 7 years ago
  65. 8cc9c38 adb: checks device state when using adb disable-verity for AVB by Bowgo Tsai · 7 years ago
  66. 3a3df40 adb: Open FunctionFS files with more restrictive access modes by Luis Hector Chavez · 7 years ago
  67. 6eda184 adbd: don't require authentication for userdebug/eng builds. by Josh Gao · 7 years ago
  68. 8db99f8 adbd: make static. by Josh Gao · 7 years ago
  69. 5180d5b Merge "Make libasyncio headers usable from C" by Jerry Zhang · 7 years ago
  70. 9ee373ac Merge changes from topic "adb_bp" by Josh Gao · 7 years ago
  71. ffbd336 adb: remove meaningless const. by Josh Gao · 7 years ago
  72. 0bbf69c adb: convert Connection to a nonblocking interface. by Josh Gao · 7 years ago
  73. c7567fa adb: use soong version stamping. by Josh Gao · 7 years ago
  74. c3d4e72 Make libasyncio headers usable from C by Jerry Zhang · 7 years ago
  75. 657db00 Add a NOLINT for the memory leak we added by George Burgess IV · 7 years ago
  76. 2776845 adb: switch over to Android.bp. by Josh Gao · 7 years ago
  77. e217611 adb: add a way to make the server intentionally leak. by Josh Gao · 7 years ago
  78. d24c848 Merge "Change the remount command to be more container-friendly" by Treehugger Robot · 7 years ago
  79. e39ccd3 adb: allow reentrant calls to fdevent_run_on_main_thread. by Josh Gao · 7 years ago
  80. d51c6df adb: stop using quick_exit. by Josh Gao · 7 years ago
  81. 0db4b7a Change the remount command to be more container-friendly by Luis Hector Chavez · 7 years ago
  82. f571fcb adb: switch apacket over to a std::string payload. by Josh Gao · 7 years ago
  83. 0609e8d Merge "bpfmt." by Treehugger Robot · 7 years ago
  84. cb2449f Fix a memory leak by George Burgess IV · 7 years ago
  85. dc699a2 bpfmt. by Elliott Hughes · 7 years ago
  86. d31df3a Merge "adbd: receive jdwp pids from art as raw integers." by Treehugger Robot · 7 years ago
  87. 1b58bbf adb: fix build breakage. by Josh Gao · 7 years ago
  88. e0361d1 adb: use delete on objects with destructors. by Josh Gao · 7 years ago
  89. 86f39b4 adbd: receive jdwp pids from art as raw integers. by Josh Gao · 7 years ago
  90. 9bf624c Merge "adb: switch asocket::enqueue to std::string." by Josh Gao · 7 years ago
  91. f99711f Merge changes I86bcfaaa,I24d7f5d0 by Josh Gao · 7 years ago
  92. 95c4497 adb: don't spew to logcat when tracing is enabled. by Josh Gao · 7 years ago
  93. 27cb7dc adb: switch asocket::enqueue to std::string. by Josh Gao · 7 years ago
  94. 5caaebd adb: restore packet data length checks. by Josh Gao · 7 years ago
  95. 5e50764 adb: switch asocket's intrusive linked list to vectors. by Josh Gao · 7 years ago
  96. b800d88 adb: extract atransport's connection interface. by Josh Gao · 7 years ago
  97. fb413a2 adb: fix a leak. by Josh Gao · 7 years ago
  98. ef213b6 Merge "adb/fastboot: switch over to shared AdbWinApi." by Treehugger Robot · 7 years ago
  99. b0449da adb/fastboot: switch over to shared AdbWinApi. by Josh Gao · 7 years ago
  100. 18cdd35 Merge "Sort devices list before output." by Elliott Hughes · 7 years ago