1. 5587aba Merge "Fix `adb logcat` return code." by Elliott Hughes · 7 years ago
  2. 31f0f1b Fix `adb logcat` return code. by Elliott Hughes · 7 years ago
  3. 011ee12 Shared libs are supported in recovery mode by Jiyong Park · 7 years ago
  4. ae74e42 Merge "Fix exit-time-destructor warning" by Treehugger Robot · 7 years ago
  5. 8b47d31 Fix exit-time-destructor warning by Pirama Arumuga Nainar · 7 years ago
  6. 07445f4 adb: add remount -R for deduplicated ext4 by David Anderson · 7 years ago
  7. e82401e Merge "adb: really fix the mac build." by Josh Gao · 7 years ago
  8. 6e1246c adb: really fix the mac build. by Josh Gao · 7 years ago
  9. 6c9bb05 Merge "Build adbd for recovery" by Treehugger Robot · 7 years ago
  10. 99c27d3 adb: fix mac build. by Josh Gao · 7 years ago
  11. a0e7504 Build adbd for recovery by Jiyong Park · 7 years ago
  12. fd3fd93 adb: add benchmark script. by Josh Gao · 7 years ago
  13. 7c738cd adb: add IOVector. by Josh Gao · 7 years ago
  14. 9da1a91 Revert "Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper."" by Josh Gao · 7 years ago
  15. a2157a7 Merge "Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper."" by Josh Gao · 7 years ago
  16. f139ba4 Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper." by Josh Gao · 7 years ago
  17. 812a6b7 Merge "adb: add support for O_CLOEXEC to unique_fd pipe wrapper." by Treehugger Robot · 7 years ago
  18. 7a22358 Merge changes I465804fd,Ib5a684bb,If5e66570,I8471cc00,I8ba0a70a by Josh Gao · 7 years ago
  19. 948b3e1 adb: add support for O_CLOEXEC to unique_fd pipe wrapper. by Josh Gao · 7 years ago
  20. 3b37fa2 adb: convert fdevent over to unique_fd. by Josh Gao · 7 years ago
  21. ae9c1dc adb: move towards using unique_fd. by Josh Gao · 7 years ago
  22. e535302 adb: delete FDEVENT_DONTCLOSE. by Josh Gao · 7 years ago
  23. 71f775a adb: remove fdevent_install, fdevent_remove. by Josh Gao · 7 years ago
  24. 2fa9770 Merge changes I4d6da40d,I91c7ced5,I7b9f6d18 by Treehugger Robot · 7 years ago
  25. 93e4501 Merge "adb: Retry io in case of interrupt" by Treehugger Robot · 7 years ago
  26. adf07c5 Merge "adb: Move io_setup to usb_handle init" by Treehugger Robot · 7 years ago
  27. 3255974 adb: Add a test for emulator connection by Luis Hector Chavez · 7 years ago
  28. fbee0a9 adb: Improve test_adb a bit more by Luis Hector Chavez · 7 years ago
  29. 454bc7c adb: Add a way to reconnect TCP transports by Luis Hector Chavez · 7 years ago
  30. d8c1ae9 adb: Move io_setup to usb_handle init by Jerry Zhang · 7 years ago
  31. 5ba6802 adb: Retry io in case of interrupt by Jerry Zhang · 7 years ago
  32. 570426a adb: warn on remount if undoing deduplication is impossible by David Anderson · 7 years ago
  33. 2744084 adb: fix uninitialized variable in AsyncServiceRef. by Josh Gao · 7 years ago
  34. da6ab73 Merge "adb: fix double close in jdwp_service." by Treehugger Robot · 7 years ago
  35. b7a9956 adb: fix double close in jdwp_service. by Josh Gao · 7 years ago
  36. 313aa71 Merge "adb: better error messages on deduplicated filesystems." by Treehugger Robot · 7 years ago
  37. a962ec0 adb: better error messages on deduplicated filesystems. by David Anderson · 7 years ago
  38. c97cea0 Merge "adb: add authorizing, connecting states to transport." by Josh Gao · 7 years ago
  39. 53248e4 Merge "Documented adb install --instant" by android-build-prod (mdb) · 7 years ago
  40. 807be77 Documented adb install --instant by Felipe Leme · 7 years ago
  41. 3e41f92 Remove unused `tags` property from Android.bp files by Dan Willemsen · 7 years ago
  42. 704494b adb: add authorizing, connecting states to transport. by Josh Gao · 7 years ago
  43. c587f02 adb: Avoid waiting for emulator connections by Luis Hector Chavez · 7 years ago
  44. 4e6f3d9 Merge "Add test_suites lines." by Elliott Hughes · 7 years ago
  45. 40fdf3f Add test_suites lines. by Elliott Hughes · 7 years ago
  46. 9a388d5 adb: Make the Connection object a std::shared_ptr by Luis Hector Chavez · 7 years ago
  47. 56fe753 adb: Add a way to distinguish between connection failures and successes by Luis Hector Chavez · 7 years ago
  48. c4ad6b6 Merge changes I722d2c41,Ic216ddef by Treehugger Robot · 7 years ago
  49. 224d965 Merge "adb: don't error in handle_host_request if we can't acquire a transport." by Treehugger Robot · 7 years ago
  50. 78f133d adb: don't error in handle_host_request if we can't acquire a transport. by Josh Gao · 7 years ago
  51. 8b67c52 Improve test_adb.py by Luis Hector Chavez · 7 years ago
  52. 5d39585 adb: Distinguish betwen already-connected and connection failure by Luis Hector Chavez · 7 years ago
  53. 77561c1 Remove out of date comment. by Elliott Hughes · 7 years ago
  54. 44899ee adb: fix `adb reverse` when adbd has multiple transports. by Josh Gao · 7 years ago
  55. 2e93df2 adb: win32: cleanup winsock initialization. by Josh Gao · 7 years ago
  56. 011ba4b adb: win32: properly set EBADF in some functions. by Josh Gao · 7 years ago
  57. 64a63ac adb: partially clang-format sysdeps_win32.cpp. by Josh Gao · 7 years ago
  58. 116aa0a adb: implement adb_writev. by Josh Gao · 7 years ago
  59. 1ce9957 adb: switch apacket payload to a type that doesn't initialize its contents. by Josh Gao · 7 years ago
  60. ee63d74 Merge "adb: properly calculate packet size on Mac." by Treehugger Robot · 7 years ago
  61. 2ea4652 adb: properly calculate packet size on Mac. by Josh Gao · 7 years ago
  62. 6eb9248 Merge "Support /odm and /product in "adb remount" and "adb sync"." by Elliott Hughes · 7 years ago
  63. daacf4f adb: Correctly drop caps when ambient capabilities are used by Luis Hector Chavez · 7 years ago
  64. fa1f191 Merge "adbd: configure jemalloc to not immediately purge." by Treehugger Robot · 7 years ago
  65. 218f766 adbd: configure jemalloc to not immediately purge. by Josh Gao · 7 years ago
  66. 8daf742 Merge "Revert "Revert "adb: add transport benchmark.""" by Treehugger Robot · 7 years ago
  67. 9c59649 Revert "Revert "adb: add transport benchmark."" by Josh Gao · 7 years ago
  68. 57e97cb Support /odm and /product in "adb remount" and "adb sync". by Elliott Hughes · 7 years ago
  69. 9c8c038 Merge "Move adb/fastboot bash completion into adb/fastboot." by Elliott Hughes · 7 years ago
  70. fbfa0e8 Move adb/fastboot bash completion into adb/fastboot. by Elliott Hughes · 7 years ago
  71. 3876e37 Merge "Revert "adb: add transport benchmark."" by David Brazdil · 7 years ago
  72. 2ef56a1 Revert "adb: add transport benchmark." by David Brazdil · 7 years ago
  73. 3f6ef0d Merge "adb: add transport benchmark." by Josh Gao · 7 years ago
  74. d78f59c adb: add transport benchmark. by Josh Gao · 7 years ago
  75. c251ec5 adb: don't abort when connecting to the same address twice. by Josh Gao · 7 years ago
  76. 7651eb9 adb: try harder to fill our test sockets. by Josh Gao · 7 years ago
  77. 954e128 adb: don't set has_write_error on success. by Josh Gao · 7 years ago
  78. 7ab5571 adb: move ownership of the fdevent thread into FdeventTest. by Josh Gao · 7 years ago
  79. fa30bf3 adb: guarantee that fdevent_run_on_main_thread happens last. by Josh Gao · 7 years ago
  80. 05fb45b adb: fix FdeventTest.invalid_fd on Windows. by Josh Gao · 7 years ago
  81. fd7486f adb: extract the sleep in socket_test to its own function. by Josh Gao · 7 years ago
  82. 31ed2a5 Merge "adbd: spawn login shell when run without a command." by Josh Gao · 7 years ago
  83. db96710 Merge "adbd: increase oom_score_adj for `adb shell`" by Josh Gao · 7 years ago
  84. 8043633 Merge "adb: restore adb/adb.exe in the list of artifacts." by Josh Gao · 7 years ago
  85. 2de2ade adbd: increase oom_score_adj for `adb shell` by Josh Gao · 7 years ago
  86. 45562bf Merge changes Iea2a3055,I6582cfc6 by Treehugger Robot · 7 years ago
  87. 541a865 adb: restore adb/adb.exe in the list of artifacts. by Josh Gao · 7 years ago
  88. f78ff01 Merge "adb: Open FunctionFS files with more restrictive access modes" by Treehugger Robot · 7 years ago
  89. f8a97c1 adb: start building windows test again. by Josh Gao · 7 years ago
  90. 2e1e789 adb: fix windows test build. by Josh Gao · 7 years ago
  91. 8f7ff94 adbd: spawn login shell when run without a command. by Josh Gao · 7 years ago
  92. bf243a6 adb: bump the local socket backlog to the maximum. by Josh Gao · 7 years ago
  93. 2c621ae adb: fix unicode file path test. by Josh Gao · 7 years ago
  94. dcc055a adb: delete vestigial SHELL_EXIT_NOTIFY_FD. by Josh Gao · 7 years ago
  95. 184f480 adb: don't immediately close a socket when write fails. by Josh Gao · 7 years ago
  96. 1222abc adb: make fdevent_run_on_main_thread's fd nonblocking. by Josh Gao · 7 years ago
  97. 7920502 Merge changes I6a842960,If618c26b by Josh Gao · 7 years ago
  98. 4abb507 adb: skip IPv6 test if IPv6 isn't available. by Josh Gao · 7 years ago
  99. c970aef adb: add `adb shell exit 42` stress test. by Josh Gao · 7 years ago
  100. ecb96ac adb: improve socket tests. by Josh Gao · 7 years ago