1. ffb47f0 Merge "adb: fail better in install-multiple." am: 91a531897a by Elliott Hughes · 6 years ago
  2. 9885433 Merge "adb: add `--abi` to the `adb install` help." am: dad291fc46 by Elliott Hughes · 6 years ago
  3. 320af00 Merge "Fix `adb install` on very old Android releases." am: 8c4db55f66 by Elliott Hughes · 6 years ago
  4. ad7eeb4 Merge "adb: fail better in install-multiple." by Elliott Hughes · 6 years ago
  5. ec20059 Merge "adb: add `--abi` to the `adb install` help." by Elliott Hughes · 6 years ago
  6. 0b686b0 Merge "Fix `adb install` on very old Android releases." by Elliott Hughes · 6 years ago
  7. 7838d4c adb: fail better in install-multiple. by Elliott Hughes · 6 years ago
  8. 6fcacb2 adb: add `--abi` to the `adb install` help. by Elliott Hughes · 6 years ago
  9. 4c95d29 Fix `adb install` on very old Android releases. by Elliott Hughes · 6 years ago
  10. 1c022ec Merge "adb: fix track-devices-l." am: 6bac7cd942 by Elliott Hughes · 6 years ago
  11. d35f1fa adb: fix track-devices-l. by Elliott Hughes · 6 years ago
  12. 6e6966a Merge "Restore default port for `adb connect`." am: 690c8c8f25 by Elliott Hughes · 6 years ago
  13. ded9215 Merge "Allow overriding the log path." am: 11295b7f8b by Elliott Hughes · 6 years ago
  14. 619c355 Merge "Clarify `adb sync -l` help text." am: 51406823c1 by Elliott Hughes · 6 years ago
  15. f9cc9ae Merge "Restore default port for `adb connect`." by Elliott Hughes · 6 years ago
  16. d0da914 Merge "Allow overriding the log path." by Treehugger Robot · 6 years ago
  17. 6945acf Merge "Clarify `adb sync -l` help text." by Treehugger Robot · 6 years ago
  18. a6fd2df Restore default port for `adb connect`. by Elliott Hughes · 6 years ago
  19. 309f3b6 Merge "adb: avoid leaking pty master FDs." am: 47757e93aa by Josh Gao · 6 years ago
  20. e55007f Merge "adb: avoid leaking pty master FDs." by Treehugger Robot · 6 years ago
  21. 6c3dd3f Merge "Fastdeploy converted to c++ and bin2c on the jar." am: 60fa8b8ad2 by Joshua Gilpatrick · 6 years ago
  22. 7f89729 adb: avoid leaking pty master FDs. by Josh Gao · 6 years ago
  23. 77a85ea Allow overriding the log path. by Elliott Hughes · 6 years ago
  24. db07f3b Clarify `adb sync -l` help text. by Elliott Hughes · 6 years ago
  25. 3dd16f4 Fastdeploy converted to c++ and bin2c on the jar. by Joshua Gilpatrick · 6 years ago
  26. 08afdd2 Merge "adb: switch from system_clock to steady_clock." am: 278754aeac by Josh Gao · 6 years ago
  27. dc86e60 adb: switch from system_clock to steady_clock. by Josh Gao · 6 years ago
  28. 5b777b7 Merge changes I35f8843e,Icd2a94f8,I6c20f3b3 am: 1f1a0009fc by Josh Gao · 6 years ago
  29. c888414 Merge changes I35f8843e,Icd2a94f8,I6c20f3b3 by Josh Gao · 6 years ago
  30. ce8b7c4 adb: win32: don't shutdown socket when closing. by Josh Gao · 6 years ago
  31. 69114a3 adb: win32: silence wine test failure. by Josh Gao · 6 years ago
  32. cc45a14 adb: win32: fix adb_test. by Josh Gao · 6 years ago
  33. 1830d96 Merge "libadbd_services: remove unused deps" am: a1821e13f3 by Steven Moreland · 6 years ago
  34. 9ebd8af libadbd_services: remove unused deps by Steven Moreland · 6 years ago
  35. 231b13d Merge changes from topic "fdevent_refactor" am: 88d23135d2 by Josh Gao · 6 years ago
  36. afa83c8 adb: fdevent: extract Create/Destroy from fdevent_context_poll. am: 33944a2742 by Josh Gao · 6 years ago
  37. 492c926 adb: fdevent: move TerminateLoop to fdevent_context. am: ebaa348d32 by Josh Gao · 6 years ago
  38. 3687ae8 adb: fdevent: move CheckMainThread logic to fdevent_context. am: 2c95bf73a5 by Josh Gao · 6 years ago
  39. 7cc334c adb: fdevent: delete FDE_CREATED. am: e546f6816e by Josh Gao · 6 years ago
  40. d3f739a adb: fdevent: move run queue to fdevent_context. am: 95eef6b097 by Josh Gao · 6 years ago
  41. 46210b9 adb: implement fdevent_reset by constructing a new context. am: 7adca93fe9 by Josh Gao · 6 years ago
  42. 1a0bf92 adb: move fdevent implementation out to a separate file. am: 95068bbd9a by Josh Gao · 6 years ago
  43. 5e14fcc adb: de-globalize fdevent context. am: c2cf121174 by Josh Gao · 6 years ago
  44. 234a9c4 adb: move fdevent to its own folder. am: 57e09b16ca by Josh Gao · 6 years ago
  45. 75d9a62 Merge changes from topic "fdevent_refactor" by Josh Gao · 6 years ago
  46. 31adfe2 Merge "Rename product_services to system_ext" am: 5ffffb4f30 by Justin Yun · 6 years ago
  47. afeeb06 Rename product_services to system_ext by Justin Yun · 6 years ago
  48. 1ce06ef adb: fdevent: extract Create/Destroy from fdevent_context_poll. by Josh Gao · 6 years ago
  49. 967b841 adb: fdevent: move TerminateLoop to fdevent_context. by Josh Gao · 6 years ago
  50. a39b355 adb: fdevent: move CheckMainThread logic to fdevent_context. by Josh Gao · 6 years ago
  51. dc64f50 adb: fdevent: extract Add/Del/SetTimeout. by Josh Gao · 6 years ago
  52. 1d0d86e adb: fdevent: delete FDE_CREATED. by Josh Gao · 6 years ago
  53. b11eb64 adb: fdevent: move run queue to fdevent_context. by Josh Gao · 6 years ago
  54. 713bc32 adb: implement fdevent_reset by constructing a new context. by Josh Gao · 6 years ago
  55. 777ebc7 Merge "Refactorings to match adb_abb to adb_shell code." am: 463773b733 by Alex Buynytskyy · 6 years ago
  56. 78d91c6 adb: move fdevent implementation out to a separate file. by Josh Gao · 6 years ago
  57. 8ece6ae adb: de-globalize fdevent context. by Josh Gao · 6 years ago
  58. d7f5e5e adb: move fdevent to its own folder. by Josh Gao · 6 years ago
  59. 82c9b84 adb: add superfluous include. by Josh Gao · 6 years ago
  60. bea4f54 Refactorings to match adb_abb to adb_shell code. by Alex Buynytskyy · 6 years ago
  61. 8d600e4 Merge "adbd: move jdwp listening logic into ART." am: d194013097 am: 56d33633c2 by Josh Gao · 6 years ago
  62. 98d6512 Merge "adbd: move jdwp listening logic into ART." by Josh Gao · 6 years ago
  63. 65e9aee adbd: move jdwp listening logic into ART. by Josh Gao · 6 years ago
  64. c4ea86d Revert "adb: daemon: Assign valid fd to usb_handle ep0 file descriptor" by Dan Albert · 6 years ago
  65. 2e863e9 Revert "adb: turn CHECKs into an error + transport restart." am: 2547f740ea by Dan Albert · 6 years ago
  66. 73ea5fb Merge "Revert "Reland "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND.""" am: 12794c039a by Elliott Hughes · 6 years ago
  67. 09d0cbe Merge "Revert "Reland "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND.""" by Elliott Hughes · 6 years ago
  68. bbe2a26 Revert "Reland "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND."" by Elliott Hughes · 6 years ago
  69. 753a371 Revert "adb: daemon: Assign valid fd to usb_handle ep0 file descriptor" by Dan Albert · 6 years ago
  70. 4b189f2 Revert "adb: turn CHECKs into an error + transport restart." by Dan Albert · 6 years ago
  71. c8bfc47 Revert "Reland "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND."" by Dan Albert · 6 years ago
  72. d817f73 Reland "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND." by Josh Gao · 6 years ago
  73. cd99738 Merge "Reland "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND."" am: 2a6ec6c332 by Josh Gao · 6 years ago
  74. 5ee433c Merge "Reland "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND."" by Josh Gao · 6 years ago
  75. e48386d adb: turn CHECKs into an error + transport restart. by Josh Gao · 6 years ago
  76. 52b695d Merge "adb: turn CHECKs into an error + transport restart." am: ad0f27fe72 by Josh Gao · 6 years ago
  77. 4937af2 Merge "adb: turn CHECKs into an error + transport restart." by Treehugger Robot · 6 years ago
  78. 8caa03f Reland "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND." by Josh Gao · 6 years ago
  79. 4d23263 Merge "Revert "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND."" am: a6f90ce599 by Josh Gao · 6 years ago
  80. af4d786 Revert "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND." by Josh Gao · 6 years ago
  81. 6bd352a adb: turn CHECKs into an error + transport restart. by Josh Gao · 6 years ago
  82. cbf9c10 adb: daemon: Assign valid fd to usb_handle ep0 file descriptor by Hemant Kumar · 6 years ago
  83. 7359b0b Merge "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND." am: cb2352a75d by Josh Gao · 6 years ago
  84. 1624b1d Merge "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND." by Treehugger Robot · 6 years ago
  85. 05c153e adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND. by Josh Gao · 6 years ago
  86. 231fa89 Merge "adb: avoid freeing argv entries on Windows." am: 5b63cff411 by Josh Gao · 6 years ago
  87. 952e202 adb: avoid freeing argv entries on Windows. by Josh Gao · 6 years ago
  88. f63350a Merge "adb: Allow `adb rescue getprop`." am: 8eea2cae86 am: a04d17174d by Tao Bao · 6 years ago
  89. b7c2d43 Merge "adb: Allow `adb rescue getprop`." by Tao Bao · 6 years ago
  90. 04658dc Merge changes I2d005e17,If2eec162,Icfd642e6 am: 2683d0a2ca am: 961b03661a by Josh Gao · 6 years ago
  91. 83cbb3c Merge "adbd: provide MS OS descriptors for WinUSB." am: a891ffddd3 by Josh Gao · 6 years ago
  92. 363af47 adb: Allow `adb rescue getprop`. by Tao Bao · 6 years ago
  93. f816657 Merge changes I2d005e17,If2eec162,Icfd642e6 by Josh Gao · 6 years ago
  94. a826f6b Merge "adbd: provide MS OS descriptors for WinUSB." by Josh Gao · 6 years ago
  95. cc3cafc Merge "Allow adb to handle single paramter with install-multi-package flag" am: d877a96656 by Mohammad Samiul Islam · 6 years ago
  96. 95877dc Merge "Allow adb to handle single paramter with install-multi-package flag" by Treehugger Robot · 6 years ago
  97. 337cd5d Merge "Fix non-aio USB read issue for fastbootd" into qt-dev am: 9122289a97 by chihhao.chen · 6 years ago
  98. dec5971 Merge "Fix non-aio USB read issue for fastbootd" into qt-dev by TreeHugger Robot · 6 years ago
  99. c57cfda Fix non-aio USB read issue for fastbootd by chihhao.chen · 6 years ago
  100. 6239c32 Fix non-aio USB read issue for fastbootd by chihhao.chen · 6 years ago