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