1. 95327cd Merge "[adb] Add a getter for native Win32 file handle" by Songchun Fan · 6 years ago
  2. c09d8a8 Merge "adb: windows: fix writev on sockets." by Treehugger Robot · 6 years ago
  3. 8ce6848 Add header that declares memcpy function by Anatol Pomazau · 6 years ago
  4. ac5e4f1 Merge "Add header that declares atomic primitives" by Treehugger Robot · 6 years ago
  5. 4a94a9c Merge "[adb] Cache features set inside the client process" by Songchun Fan · 6 years ago
  6. d2e4c30 Merge "[adb] Speed up the streaming install" by Songchun Fan · 6 years ago
  7. 775506c Add header that declares atomic primitives by Anatol Pomazau · 6 years ago
  8. e231f06 [adb] Add a getter for native Win32 file handle by Yurii Zubrytskyi · 6 years ago
  9. f4cacf7 Merge changes I4d6bda45,I72576e1f by Josh Gao · 6 years ago
  10. 9c25560 [adb] Speed up the streaming install by Yurii Zubrytskyi · 6 years ago
  11. 252b869 adb: windows: fix writev on sockets. by Josh Gao · 6 years ago
  12. 503ed3a adb: fix transport acquisition for forward, reverse. by Josh Gao · 6 years ago
  13. 8f513f2 adb: don't manually construct device selection prefix in forward. by Josh Gao · 6 years ago
  14. ad7eeb4 Merge "adb: fail better in install-multiple." by Elliott Hughes · 6 years ago
  15. ec20059 Merge "adb: add `--abi` to the `adb install` help." by Elliott Hughes · 6 years ago
  16. 0b686b0 Merge "Fix `adb install` on very old Android releases." by Elliott Hughes · 6 years ago
  17. 7838d4c adb: fail better in install-multiple. by Elliott Hughes · 6 years ago
  18. 6fcacb2 adb: add `--abi` to the `adb install` help. by Elliott Hughes · 6 years ago
  19. 4c95d29 Fix `adb install` on very old Android releases. by Elliott Hughes · 6 years ago
  20. 6548ac6 [adb] Cache features set inside the client process by Yurii Zubrytskyi · 6 years ago
  21. d35f1fa adb: fix track-devices-l. by Elliott Hughes · 6 years ago
  22. f9cc9ae Merge "Restore default port for `adb connect`." by Elliott Hughes · 6 years ago
  23. d0da914 Merge "Allow overriding the log path." by Treehugger Robot · 6 years ago
  24. 6945acf Merge "Clarify `adb sync -l` help text." by Treehugger Robot · 6 years ago
  25. a6fd2df Restore default port for `adb connect`. by Elliott Hughes · 6 years ago
  26. e55007f Merge "adb: avoid leaking pty master FDs." by Treehugger Robot · 6 years ago
  27. 7f89729 adb: avoid leaking pty master FDs. by Josh Gao · 6 years ago
  28. 77a85ea Allow overriding the log path. by Elliott Hughes · 6 years ago
  29. db07f3b Clarify `adb sync -l` help text. by Elliott Hughes · 6 years ago
  30. 3dd16f4 Fastdeploy converted to c++ and bin2c on the jar. by Joshua Gilpatrick · 6 years ago
  31. dc86e60 adb: switch from system_clock to steady_clock. by Josh Gao · 6 years ago
  32. c888414 Merge changes I35f8843e,Icd2a94f8,I6c20f3b3 by Josh Gao · 6 years ago
  33. ce8b7c4 adb: win32: don't shutdown socket when closing. by Josh Gao · 6 years ago
  34. 69114a3 adb: win32: silence wine test failure. by Josh Gao · 6 years ago
  35. cc45a14 adb: win32: fix adb_test. by Josh Gao · 6 years ago
  36. 9ebd8af libadbd_services: remove unused deps by Steven Moreland · 6 years ago
  37. 75d9a62 Merge changes from topic "fdevent_refactor" by Josh Gao · 6 years ago
  38. afeeb06 Rename product_services to system_ext by Justin Yun · 6 years ago
  39. dc64f50 adb: fdevent: extract Add/Del/SetTimeout. by Josh Gao · 6 years ago
  40. 1ce06ef adb: fdevent: extract Create/Destroy from fdevent_context_poll. by Josh Gao · 6 years ago
  41. 967b841 adb: fdevent: move TerminateLoop to fdevent_context. by Josh Gao · 6 years ago
  42. a39b355 adb: fdevent: move CheckMainThread logic to fdevent_context. 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. 78d91c6 adb: move fdevent implementation out to a separate file. by Josh Gao · 6 years ago
  47. 8ece6ae adb: de-globalize fdevent context. by Josh Gao · 6 years ago
  48. d7f5e5e adb: move fdevent to its own folder. by Josh Gao · 6 years ago
  49. 82c9b84 adb: add superfluous include. by Josh Gao · 6 years ago
  50. bea4f54 Refactorings to match adb_abb to adb_shell code. by Alex Buynytskyy · 6 years ago
  51. 98d6512 Merge "adbd: move jdwp listening logic into ART." by Josh Gao · 6 years ago
  52. 65e9aee adbd: move jdwp listening logic into ART. by Josh Gao · 6 years ago
  53. 09d0cbe Merge "Revert "Reland "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND.""" by Elliott Hughes · 6 years ago
  54. bbe2a26 Revert "Reland "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND."" by Elliott Hughes · 6 years ago
  55. 5ee433c Merge "Reland "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND."" by Josh Gao · 6 years ago
  56. 4937af2 Merge "adb: turn CHECKs into an error + transport restart." by Treehugger Robot · 6 years ago
  57. 8caa03f Reland "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND." by Josh Gao · 6 years ago
  58. af4d786 Revert "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND." by Josh Gao · 6 years ago
  59. 6bd352a adb: turn CHECKs into an error + transport restart. by Josh Gao · 6 years ago
  60. 1624b1d Merge "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND." by Treehugger Robot · 6 years ago
  61. 05c153e adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND. by Josh Gao · 6 years ago
  62. 952e202 adb: avoid freeing argv entries on Windows. by Josh Gao · 6 years ago
  63. b7c2d43 Merge "adb: Allow `adb rescue getprop`." by Tao Bao · 6 years ago
  64. 363af47 adb: Allow `adb rescue getprop`. by Tao Bao · 6 years ago
  65. f816657 Merge changes I2d005e17,If2eec162,Icfd642e6 by Josh Gao · 6 years ago
  66. a826f6b Merge "adbd: provide MS OS descriptors for WinUSB." by Josh Gao · 6 years ago
  67. 95877dc Merge "Allow adb to handle single paramter with install-multi-package flag" by Treehugger Robot · 6 years ago
  68. c57cfda Fix non-aio USB read issue for fastbootd by chihhao.chen · 6 years ago
  69. 4962ec4 Allow adb to handle single paramter with install-multi-package flag by Mohammad Samiul Islam · 6 years ago
  70. c547403 adb: daemon: Assign valid fd to usb_handle ep0 file descriptor by Hemant Kumar · 6 years ago
  71. 7f493a4 adbd: respond to device-to-host control transfers. by Josh Gao · 6 years ago
  72. 4c07293 adbd: read, print, and ignore USB control transfers. by Josh Gao · 6 years ago
  73. d71e973 adbd: provide MS OS descriptors for WinUSB. by Josh Gao · 6 years ago
  74. eb687f8 Initialize all fields of struct iocb. by Evgenii Stepanov · 6 years ago
  75. 3ae3eff Merge "adbd: don't abort on EOF on functionfs control fd." by Josh Gao · 6 years ago
  76. 6bce08b Merge "Clean up copy & paste from frameworks/base/cmds." by Treehugger Robot · 6 years ago
  77. 54ae614 adbd: don't abort on EOF on functionfs control fd. by Josh Gao · 6 years ago
  78. 699c3b1 Merge "Add deprecation warning to adb backup/restore" by Al Sutton · 6 years ago
  79. 3388a86 Clean up copy & paste from frameworks/base/cmds. by Elliott Hughes · 6 years ago
  80. d40d55e Merge "NFC: Fix potentially uninitialized 'port' variable." by Treehugger Robot · 6 years ago
  81. f6b4bd2 NFC: Fix potentially uninitialized 'port' variable. by Stephen Hines · 6 years ago
  82. 8f42c61 Add deprecation warning to adb backup/restore by Al Sutton · 6 years ago
  83. 74b8adc Revert "Revert "Add a way to turn off unique_fd's operator int."" by Josh Gao · 6 years ago
  84. 0ec2dbd Merge "adb: enable/disable verity expected overlayfs errors." by Treehugger Robot · 6 years ago
  85. 4d36f8b Merge "libbase: add ConsumePrefix/ConsumeSuffix." by Elliott Hughes · 6 years ago
  86. 64e1686 Merge "adbd: move posix_fadvise after open." by Treehugger Robot · 6 years ago
  87. 5b064c2 adb: enable/disable verity expected overlayfs errors. by Mark Salyzyn · 6 years ago
  88. 44e4847 libbase: add ConsumePrefix/ConsumeSuffix. by Elliott Hughes · 6 years ago
  89. 12405b3 Merge "adbd: avoid starting multiple worker threads." by Treehugger Robot · 6 years ago
  90. 9462269 Merge "adb: increase `adb [un]root` timeout." by Treehugger Robot · 6 years ago
  91. b0eedc0 adb: increase `adb [un]root` timeout. by Josh Gao · 6 years ago
  92. 33559ab adbd: compile a static version. by Josh Gao · 6 years ago
  93. 2fe0b57 adbd: avoid starting multiple worker threads. by Josh Gao · 6 years ago
  94. 54f585d adbd: move posix_fadvise after open. by Josh Gao · 6 years ago
  95. 27ea5ad Merge "adb: restore generation of public key in `adb keygen`." by Treehugger Robot · 6 years ago
  96. 8044801 adb: restore generation of public key in `adb keygen`. by Josh Gao · 6 years ago
  97. 0af6ed5 Support adb rescue wipe command by xunchang · 6 years ago
  98. 77f6ecb Merge "Revert "Add a way to turn off unique_fd's operator int."" by Ian Kasprzak · 6 years ago
  99. 27ded66 Revert "Add a way to turn off unique_fd's operator int." by Ian Kasprzak · 6 years ago
  100. c270fb5 Merge "adbd: reduce queue depths." by Josh Gao · 6 years ago