1. b701bfe Revert "adb: detect some spin loops and abort." by Josh Gao · 7 years ago
  2. b5f3aa3 Merge changes Ibfa5e7e6,I706b57a9,I53d21134,I69d4d585 by Treehugger Robot · 7 years ago
  3. bf8e08e adb: detect some spin loops and abort. by Josh Gao · 7 years ago
  4. 7f3c633 Merge "adb: add nonblocking fd Connection." by Treehugger Robot · 7 years ago
  5. 1293716 adb: add an id field to fdevent. by Josh Gao · 7 years ago
  6. dd9cf99 adb: delete unused members in fdevent. by Josh Gao · 7 years ago
  7. bf5167c adb: add `adb raw` to connect to an arbitrary service. by Josh Gao · 7 years ago
  8. 278c7a0 Merge "Fix `adb logcat` return code." by Elliott Hughes · 7 years ago
  9. 8fa3351 Fix `adb logcat` return code. by Elliott Hughes · 7 years ago
  10. 1e41fda adb: add nonblocking fd Connection. by Josh Gao · 7 years ago
  11. 19c39fa Shared libs are supported in recovery mode by Jiyong Park · 7 years ago
  12. d244d47 Merge "Fix exit-time-destructor warning" by Treehugger Robot · 7 years ago
  13. 2c513a1 Fix exit-time-destructor warning by Pirama Arumuga Nainar · 7 years ago
  14. 469dc3a adb: add remount -R for deduplicated ext4 by David Anderson · 7 years ago
  15. 7dfacb8 Merge "adb: really fix the mac build." by Josh Gao · 7 years ago
  16. 7d5762c adb: really fix the mac build. by Josh Gao · 7 years ago
  17. 65c88d0 Merge "Build adbd for recovery" by Treehugger Robot · 7 years ago
  18. 01aa5e9 adb: fix mac build. by Josh Gao · 7 years ago
  19. eb59039 Build adbd for recovery by Jiyong Park · 7 years ago
  20. 492bfbe adb: add benchmark script. by Josh Gao · 7 years ago
  21. 9f155db adb: add IOVector. by Josh Gao · 7 years ago
  22. 2cf03a3 Revert "Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper."" by Josh Gao · 7 years ago
  23. c52e660 Merge "Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper."" by Josh Gao · 7 years ago
  24. 8d7069e Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper." by Josh Gao · 7 years ago
  25. 2eea8d3 Merge "adb: add support for O_CLOEXEC to unique_fd pipe wrapper." by Treehugger Robot · 7 years ago
  26. 7ee327d Merge changes I465804fd,Ib5a684bb,If5e66570,I8471cc00,I8ba0a70a by Josh Gao · 7 years ago
  27. ffa58c2 adb: add support for O_CLOEXEC to unique_fd pipe wrapper. by Josh Gao · 7 years ago
  28. d09ba31 adb: convert fdevent over to unique_fd. by Josh Gao · 7 years ago
  29. 810fedb adb: move towards using unique_fd. by Josh Gao · 7 years ago
  30. 04cd75d adb: delete FDEVENT_DONTCLOSE. by Josh Gao · 7 years ago
  31. 9528df2 adb: remove fdevent_install, fdevent_remove. by Josh Gao · 7 years ago
  32. a3bce07 Merge changes I4d6da40d,I91c7ced5,I7b9f6d18 by Treehugger Robot · 7 years ago
  33. c10d589 Merge "adb: Retry io in case of interrupt" by Treehugger Robot · 7 years ago
  34. 8721ff4 Merge "adb: Move io_setup to usb_handle init" by Treehugger Robot · 7 years ago
  35. 47221a3 Merge "adb: warn on remount if undoing deduplication is impossible" by Treehugger Robot · 7 years ago
  36. a452f0e adb: Add a test for emulator connection by Luis Hector Chavez · 7 years ago
  37. 947b213 adb: Improve test_adb a bit more by Luis Hector Chavez · 7 years ago
  38. 0aeda10 adb: Add a way to reconnect TCP transports by Luis Hector Chavez · 7 years ago
  39. cc20cc7 adb: Move io_setup to usb_handle init by Jerry Zhang · 7 years ago
  40. 92490e6 adb: Retry io in case of interrupt by Jerry Zhang · 7 years ago
  41. d22f8ac adb: warn on remount if undoing deduplication is impossible by David Anderson · 7 years ago
  42. c838850 adb: fix uninitialized variable in AsyncServiceRef. by Josh Gao · 7 years ago
  43. cac0585 Merge "adb: fix double close in jdwp_service." by Treehugger Robot · 7 years ago
  44. 78e6068 adb: fix double close in jdwp_service. by Josh Gao · 7 years ago
  45. dd51e16 Merge "adb: better error messages on deduplicated filesystems." by Treehugger Robot · 7 years ago
  46. fd454c3 adb: better error messages on deduplicated filesystems. by David Anderson · 7 years ago
  47. e964a0e Merge "adb: add authorizing, connecting states to transport." by Josh Gao · 7 years ago
  48. c26aae1 Merge "Documented adb install --instant" by android-build-prod (mdb) · 7 years ago
  49. 30a3c5a Documented adb install --instant by Felipe Leme · 7 years ago
  50. 564cd84 Remove unused `tags` property from Android.bp files by Dan Willemsen · 7 years ago
  51. 7a7c5cb adb: add authorizing, connecting states to transport. by Josh Gao · 7 years ago
  52. 52328b6 Merge "adb: Avoid waiting for emulator connections" by android-build-prod (mdb) · 7 years ago
  53. 25bc41c adb: Avoid waiting for emulator connections by Luis Hector Chavez · 7 years ago
  54. 9ede4db Merge "Add test_suites lines." by Elliott Hughes · 7 years ago
  55. ce226c9 Add test_suites lines. by Elliott Hughes · 7 years ago
  56. 3c7881d adb: Make the Connection object a std::shared_ptr by Luis Hector Chavez · 7 years ago
  57. da74b90 adb: Add a way to distinguish between connection failures and successes by Luis Hector Chavez · 7 years ago
  58. 3ab710e Merge changes I722d2c41,Ic216ddef by Treehugger Robot · 7 years ago
  59. 45d3c0e Merge "adb: don't error in handle_host_request if we can't acquire a transport." by Treehugger Robot · 7 years ago
  60. 491454f adb: don't error in handle_host_request if we can't acquire a transport. by Josh Gao · 7 years ago
  61. bf8a722 Improve test_adb.py by Luis Hector Chavez · 7 years ago
  62. 7771920 adb: Distinguish betwen already-connected and connection failure by Luis Hector Chavez · 7 years ago
  63. ffe0c42 Remove out of date comment. by Elliott Hughes · 7 years ago
  64. ebc1c31 adb: fix `adb reverse` when adbd has multiple transports. by Josh Gao · 7 years ago
  65. caeda2c adb: win32: cleanup winsock initialization. by Josh Gao · 7 years ago
  66. de16596 adb: win32: properly set EBADF in some functions. by Josh Gao · 7 years ago
  67. 08229f6 adb: partially clang-format sysdeps_win32.cpp. by Josh Gao · 7 years ago
  68. 1bbdd25 adb: implement adb_writev. by Josh Gao · 7 years ago
  69. cd2a529 adb: switch apacket payload to a type that doesn't initialize its contents. by Josh Gao · 7 years ago
  70. 83d33f8 Merge "adb: properly calculate packet size on Mac." by Treehugger Robot · 7 years ago
  71. c7f2d19 adb: properly calculate packet size on Mac. by Josh Gao · 7 years ago
  72. 4cd7a04 Merge "Support /odm and /product in "adb remount" and "adb sync"." by Elliott Hughes · 7 years ago
  73. e4528e1 adb: Correctly drop caps when ambient capabilities are used by Luis Hector Chavez · 7 years ago
  74. f5e9010 Merge "adbd: configure jemalloc to not immediately purge." by Treehugger Robot · 7 years ago
  75. 358aca2 adbd: configure jemalloc to not immediately purge. by Josh Gao · 7 years ago
  76. d87cca6 Merge "Revert "Revert "adb: add transport benchmark.""" by Treehugger Robot · 7 years ago
  77. 11e41d6 Revert "Revert "adb: add transport benchmark."" by Josh Gao · 7 years ago
  78. 145ac02 Support /odm and /product in "adb remount" and "adb sync". by Elliott Hughes · 7 years ago
  79. e9969d8 Merge "Move adb/fastboot bash completion into adb/fastboot." by Elliott Hughes · 7 years ago
  80. 476b36e Move adb/fastboot bash completion into adb/fastboot. by Elliott Hughes · 7 years ago
  81. a1bbd84 Merge "Revert "adb: add transport benchmark."" by David Brazdil · 7 years ago
  82. a2ae7d4 Revert "adb: add transport benchmark." by David Brazdil · 7 years ago
  83. a4b4026 Merge "adb: add transport benchmark." by Josh Gao · 7 years ago
  84. 3d3aa81 Merge "adb: don't abort when connecting to the same address twice." by Josh Gao · 7 years ago
  85. 8c7f0df adb: add transport benchmark. by Josh Gao · 7 years ago
  86. 13781e8 adb: don't abort when connecting to the same address twice. by Josh Gao · 7 years ago
  87. 205a8f4 adb: try harder to fill our test sockets. by Josh Gao · 7 years ago
  88. b50b92f adb: don't set has_write_error on success. by Josh Gao · 7 years ago
  89. c7bdb6d adb: move ownership of the fdevent thread into FdeventTest. by Josh Gao · 7 years ago
  90. d2c6b40 adb: guarantee that fdevent_run_on_main_thread happens last. by Josh Gao · 7 years ago
  91. be2ee7b adb: fix FdeventTest.invalid_fd on Windows. by Josh Gao · 7 years ago
  92. cd60820 adb: extract the sleep in socket_test to its own function. by Josh Gao · 7 years ago
  93. b3f4030 Merge "adbd: spawn login shell when run without a command." by Josh Gao · 7 years ago
  94. 7259aa8 Merge "adbd: increase oom_score_adj for `adb shell`" by Josh Gao · 7 years ago
  95. 92f937e Merge "adb: restore adb/adb.exe in the list of artifacts." by Josh Gao · 7 years ago
  96. 212294f adbd: increase oom_score_adj for `adb shell` by Josh Gao · 7 years ago
  97. dd4f1ea Merge changes Iea2a3055,I6582cfc6 by Treehugger Robot · 7 years ago
  98. 23b1088 adb: restore adb/adb.exe in the list of artifacts. by Josh Gao · 7 years ago
  99. 021a85a Merge "adb: Open FunctionFS files with more restrictive access modes" by Treehugger Robot · 7 years ago
  100. ea7b95a adb: start building windows test again. by Josh Gao · 7 years ago