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