1. 61bffa5 Merge "[adb] Use STL for ParseUInt() implementation" by Treehugger Robot · 7 years ago
  2. edf8040 Merge "adb: use shell for remount to forward return codes." by Josh Gao · 7 years ago
  3. 93619e3 Merge "[adb] Add a getter for native Win32 file handle" by Songchun Fan · 7 years ago
  4. 8c2198c adb: use shell for remount to forward return codes. by Josh Gao · 7 years ago
  5. 3d0ecde Merge "adb: windows: fix writev on sockets." by Treehugger Robot · 7 years ago
  6. 6050970 Add header that declares memcpy function by Anatol Pomazau · 7 years ago
  7. 3e59c84 Merge "Add header that declares atomic primitives" by Treehugger Robot · 7 years ago
  8. 6e86174 Merge "[adb] Cache features set inside the client process" by Songchun Fan · 7 years ago
  9. 82834f1 Merge "[adb] Speed up the streaming install" by Songchun Fan · 7 years ago
  10. 7b2ff6d Add header that declares atomic primitives by Anatol Pomazau · 7 years ago
  11. 709dfc3 [adb] Add a getter for native Win32 file handle by Yurii Zubrytskyi · 7 years ago
  12. 6c4cfd6 Merge changes I4d6bda45,I72576e1f by Josh Gao · 7 years ago
  13. 6eca0e6 [adb] Speed up the streaming install by Yurii Zubrytskyi · 7 years ago
  14. 5ae4a90 adb: windows: fix writev on sockets. by Josh Gao · 7 years ago
  15. 3346339 adb: fix transport acquisition for forward, reverse. by Josh Gao · 7 years ago
  16. da9c767 adb: don't manually construct device selection prefix in forward. by Josh Gao · 7 years ago
  17. 91a5318 Merge "adb: fail better in install-multiple." by Elliott Hughes · 7 years ago
  18. dad291f Merge "adb: add `--abi` to the `adb install` help." by Elliott Hughes · 7 years ago
  19. 8c4db55 Merge "Fix `adb install` on very old Android releases." by Elliott Hughes · 7 years ago
  20. 541d740 adb: fail better in install-multiple. by Elliott Hughes · 7 years ago
  21. c0ebd59 adb: add `--abi` to the `adb install` help. by Elliott Hughes · 7 years ago
  22. 9435073 Fix `adb install` on very old Android releases. by Elliott Hughes · 7 years ago
  23. e800af5 [adb] Cache features set inside the client process by Yurii Zubrytskyi · 7 years ago
  24. d3d6506 [adb] Use STL for ParseUInt() implementation by Yurii Zubrytskyi · 7 years ago
  25. fc2f5f6 adb: fix track-devices-l. by Elliott Hughes · 7 years ago
  26. 690c8c8 Merge "Restore default port for `adb connect`." by Elliott Hughes · 7 years ago
  27. 11295b7 Merge "Allow overriding the log path." by Treehugger Robot · 7 years ago
  28. 5140682 Merge "Clarify `adb sync -l` help text." by Treehugger Robot · 7 years ago
  29. 573e67c Restore default port for `adb connect`. by Elliott Hughes · 7 years ago
  30. 47757e9 Merge "adb: avoid leaking pty master FDs." by Treehugger Robot · 7 years ago
  31. 6733b2b adb: avoid leaking pty master FDs. by Josh Gao · 7 years ago
  32. 1a9da39 Allow overriding the log path. by Elliott Hughes · 7 years ago
  33. 4c8ea89 Clarify `adb sync -l` help text. by Elliott Hughes · 7 years ago
  34. af3ce08 Fastdeploy converted to c++ and bin2c on the jar. by Joshua Gilpatrick · 7 years ago
  35. 63e8d98 adb: switch from system_clock to steady_clock. by Josh Gao · 7 years ago
  36. 1f1a000 Merge changes I35f8843e,Icd2a94f8,I6c20f3b3 by Josh Gao · 7 years ago
  37. 08bd13e adb: win32: don't shutdown socket when closing. by Josh Gao · 7 years ago
  38. 2ad4c36 adb: win32: silence wine test failure. by Josh Gao · 7 years ago
  39. efd8ae2 adb: win32: fix adb_test. by Josh Gao · 7 years ago
  40. e0d94b6 libadbd_services: remove unused deps by Steven Moreland · 7 years ago
  41. 88d2313 Merge changes from topic "fdevent_refactor" by Josh Gao · 7 years ago
  42. 5d0ac62 Rename product_services to system_ext by Justin Yun · 7 years ago
  43. 35b2936 adb: fdevent: extract Add/Del/SetTimeout. by Josh Gao · 7 years ago
  44. 33944a2 adb: fdevent: extract Create/Destroy from fdevent_context_poll. by Josh Gao · 7 years ago
  45. ebaa348 adb: fdevent: move TerminateLoop to fdevent_context. by Josh Gao · 7 years ago
  46. 2c95bf7 adb: fdevent: move CheckMainThread logic to fdevent_context. by Josh Gao · 7 years ago
  47. e546f68 adb: fdevent: delete FDE_CREATED. by Josh Gao · 7 years ago
  48. 95eef6b adb: fdevent: move run queue to fdevent_context. by Josh Gao · 7 years ago
  49. 7adca93 adb: implement fdevent_reset by constructing a new context. by Josh Gao · 7 years ago
  50. 95068bb adb: move fdevent implementation out to a separate file. by Josh Gao · 7 years ago
  51. c2cf121 adb: de-globalize fdevent context. by Josh Gao · 7 years ago
  52. 57e09b1 adb: move fdevent to its own folder. by Josh Gao · 7 years ago
  53. 2d03ad4 adb: add superfluous include. by Josh Gao · 7 years ago
  54. cc2f124 Refactorings to match adb_abb to adb_shell code. by Alex Buynytskyy · 7 years ago
  55. d194013 Merge "adbd: move jdwp listening logic into ART." by Josh Gao · 7 years ago
  56. 5f2c5bb adbd: move jdwp listening logic into ART. by Josh Gao · 7 years ago
  57. 12794c0 Merge "Revert "Reland "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND.""" by Elliott Hughes · 7 years ago
  58. fab9f30 Revert "Reland "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND."" by Elliott Hughes · 7 years ago
  59. 2a6ec6c Merge "Reland "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND."" by Josh Gao · 7 years ago
  60. ad0f27f Merge "adb: turn CHECKs into an error + transport restart." by Treehugger Robot · 7 years ago
  61. b00e66f Reland "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND." by Josh Gao · 7 years ago
  62. 9dba0f5 Revert "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND." by Josh Gao · 7 years ago
  63. fc0f80a adb: turn CHECKs into an error + transport restart. by Josh Gao · 7 years ago
  64. cb2352a Merge "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND." by Treehugger Robot · 7 years ago
  65. 2b668d3 adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND. by Josh Gao · 7 years ago
  66. e72c44b adb: avoid freeing argv entries on Windows. by Josh Gao · 7 years ago
  67. 8eea2ca Merge "adb: Allow `adb rescue getprop`." by Tao Bao · 7 years ago
  68. 599eee1 adb: Allow `adb rescue getprop`. by Tao Bao · 7 years ago
  69. 2683d0a Merge changes I2d005e17,If2eec162,Icfd642e6 by Josh Gao · 7 years ago
  70. a891ffd Merge "adbd: provide MS OS descriptors for WinUSB." by Josh Gao · 7 years ago
  71. d877a96 Merge "Allow adb to handle single paramter with install-multi-package flag" by Treehugger Robot · 7 years ago
  72. 8c544b6 Fix non-aio USB read issue for fastbootd by chihhao.chen · 7 years ago
  73. b581ce9 Allow adb to handle single paramter with install-multi-package flag by Mohammad Samiul Islam · 7 years ago
  74. 1cbe5ed adb: daemon: Assign valid fd to usb_handle ep0 file descriptor by Hemant Kumar · 7 years ago
  75. 43a0a9a adbd: respond to device-to-host control transfers. by Josh Gao · 7 years ago
  76. fc2e200 adbd: read, print, and ignore USB control transfers. by Josh Gao · 7 years ago
  77. db64696 adbd: provide MS OS descriptors for WinUSB. by Josh Gao · 7 years ago
  78. fe7eca7 Initialize all fields of struct iocb. by Evgenii Stepanov · 7 years ago
  79. 41531df Merge "adbd: don't abort on EOF on functionfs control fd." by Josh Gao · 7 years ago
  80. d203a50 Merge "Clean up copy & paste from frameworks/base/cmds." by Treehugger Robot · 7 years ago
  81. 2916e14 adbd: don't abort on EOF on functionfs control fd. by Josh Gao · 7 years ago
  82. 09070af Merge "Add deprecation warning to adb backup/restore" by Al Sutton · 7 years ago
  83. e98971c Clean up copy & paste from frameworks/base/cmds. by Elliott Hughes · 7 years ago
  84. f0d59e2 Merge "NFC: Fix potentially uninitialized 'port' variable." by Treehugger Robot · 7 years ago
  85. 391c40b NFC: Fix potentially uninitialized 'port' variable. by Stephen Hines · 7 years ago
  86. 31d335f Add deprecation warning to adb backup/restore by Al Sutton · 7 years ago
  87. 27241a7 Revert "Revert "Add a way to turn off unique_fd's operator int."" by Josh Gao · 7 years ago
  88. be9c2c0 Merge "adb: enable/disable verity expected overlayfs errors." by Treehugger Robot · 7 years ago
  89. 7046bcb Merge "libbase: add ConsumePrefix/ConsumeSuffix." by Elliott Hughes · 7 years ago
  90. 19322dd Merge "adbd: move posix_fadvise after open." by Treehugger Robot · 7 years ago
  91. 5828b77 adb: enable/disable verity expected overlayfs errors. by Mark Salyzyn · 7 years ago
  92. b4dc7be libbase: add ConsumePrefix/ConsumeSuffix. by Elliott Hughes · 7 years ago
  93. 5ddd49e Merge "adbd: avoid starting multiple worker threads." by Treehugger Robot · 7 years ago
  94. 6bc1328 Merge "adb: increase `adb [un]root` timeout." by Treehugger Robot · 7 years ago
  95. ef4a999 adb: increase `adb [un]root` timeout. by Josh Gao · 7 years ago
  96. bde8c84 adbd: compile a static version. by Josh Gao · 7 years ago
  97. 910ce0f adbd: avoid starting multiple worker threads. by Josh Gao · 7 years ago
  98. b5d1d19 adbd: move posix_fadvise after open. by Josh Gao · 7 years ago
  99. fe6cc3e Merge "adb: restore generation of public key in `adb keygen`." by Treehugger Robot · 7 years ago
  100. 032989a adb: restore generation of public key in `adb keygen`. by Josh Gao · 7 years ago