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