1. 10533c5 Merge changes Ia84ed9ec,I1c0fde72 by Treehugger Robot · 7 years ago
  2. 6933d54 adbd: listen to all functionfs events. by Josh Gao · 7 years ago
  3. 63b52ec adbd: increment writes_submitted_ before submitting writes. by Josh Gao · 7 years ago
  4. e2125fd adb: Avoid extra std::string copies by Greg Kaiser · 7 years ago
  5. affe351 Merge "adbd: support ro.adb.nonblocking_ffs." by Josh Gao · 7 years ago
  6. 588a87d Merge "adb: fix uninitialized variable." by Treehugger Robot · 7 years ago
  7. 8038e35 adbd: support ro.adb.nonblocking_ffs. by Josh Gao · 7 years ago
  8. b019574 adb: fix uninitialized variable. by Josh Gao · 7 years ago
  9. 5fe40a6 adb: Fix return value in error case by Greg Kaiser · 7 years ago
  10. 1e1ae45 adb: avoid sign extension of shell return code. by Josh Gao · 7 years ago
  11. eecd5cc Merge "adb: attempt to exec newer adb servers on Linux." by Josh Gao · 7 years ago
  12. 4cd0914 Merge changes from topic "apex_earlymount_no_bionic_bindmount" by Treehugger Robot · 7 years ago
  13. d10b7c4 adb: attempt to exec newer adb servers on Linux. by Josh Gao · 7 years ago
  14. 9b30c0a adbd: allowing adb root when the device is unlocked by Bowgo Tsai · 7 years ago
  15. fc97d2a Revert "Handle adb sync with Bionic under /bionic" by Jiyong Park · 7 years ago
  16. 3c99b0f adb: make root/unroot wait for the device to come back. by Josh Gao · 7 years ago
  17. 007a4dc adbd: properly handle FUNCTIONFS_BIND without ENABLE. by Josh Gao · 7 years ago
  18. e6413fc Merge "Restrict scanning port range, not emulator count" by Josh Gao · 7 years ago
  19. f97193d Merge "Revert "Revert "adbd: switch the default USB implementation.""" by Treehugger Robot · 7 years ago
  20. 25173c8 Restrict scanning port range, not emulator count by Tim Baverstock · 7 years ago
  21. 3ed90b7 adbd: cleanups in remount/verity. by Josh Gao · 7 years ago
  22. 2f6c180 adb: use /system/bin/remount command by Mark Salyzyn · 7 years ago
  23. b530537 Merge "adbd: fix a case where we can fail to join a thread." by Josh Gao · 7 years ago
  24. 5841a96 adbd: tune USB read/write sizes and queue depths. by Josh Gao · 7 years ago
  25. b416f22 adb: add benchmarks for sink/source. by Josh Gao · 7 years ago
  26. e778b3a adbd: fix a case where we can fail to join a thread. by Josh Gao · 7 years ago
  27. 02e94a4 Revert "Revert "adbd: switch the default USB implementation."" by Josh Gao · 7 years ago
  28. 50cb647 Merge "adbd: limit the sizes of aio writes." by Josh Gao · 7 years ago
  29. 86b33be adbd: limit the sizes of aio writes. by Josh Gao · 7 years ago
  30. 455f124 Merge "Support splitAPK in install-multi-package." by Dario Freni · 7 years ago
  31. c297028 Merge "Revert "adbd: switch the default USB implementation."" by Josh Gao · 7 years ago
  32. 0d78039 Revert "adbd: switch the default USB implementation." by Josh Gao · 7 years ago
  33. 216d158 Merge changes I86c3ec0f,I57d1a30a,Ib50d289b,I791a4f82,I316a8799, ... by Josh Gao · 7 years ago
  34. 5782600 Merge "adbd: switch the default USB implementation." by Josh Gao · 7 years ago
  35. 43f3805 adb: switch sockets.cpp to ConsumePrefix. by Josh Gao · 7 years ago
  36. ccc5845 adbd: switch abb to ConsumePrefix. by Josh Gao · 7 years ago
  37. aa4f31a adb: increment server version. by Josh Gao · 7 years ago
  38. 2020dd6 adb: wait for device to disconnect upon `adb root`. by Josh Gao · 7 years ago
  39. 1e9e471 adb: implement wait-for-disconnect. by Josh Gao · 7 years ago
  40. 79797ec adb: tell the client what transport it received. by Josh Gao · 7 years ago
  41. 2df76b7 adbd: switch daemon/services to ConsumePrefix. by Josh Gao · 7 years ago
  42. 0ecc402 adb: switch host_service_to_socket to string_view. by Josh Gao · 7 years ago
  43. 769f853 adb: switch handle_host_request to string_view. by Josh Gao · 7 years ago
  44. 342b661 adb: switch adb_io.h to string_view. by Josh Gao · 7 years ago
  45. ac8da2a adb: add helper to consume a prefix on a string_view. by Josh Gao · 7 years ago
  46. aeca208 adb: make ParseUint reject garbage at the end by default. by Josh Gao · 7 years ago
  47. 6dc6157 Support splitAPK in install-multi-package. by Dario Freni · 7 years ago
  48. 05626c1 Adding EXEC version of calling ABB. by Alex Buynytskyy · 7 years ago
  49. 9bfa166 Merge "Temporarily @ignore test_reconnect" by Julien Desprez · 7 years ago
  50. effcb96 Merge "adb: update symlink timestamps." by Josh Gao · 7 years ago
  51. 7b1cb66 adb: update symlink timestamps. by Josh Gao · 7 years ago
  52. fb4c135 Temporarily @ignore test_reconnect by Julien Desprez · 7 years ago
  53. a80b64f adbd: log when exiting due to root/unroot/tcpip/usb. by Josh Gao · 7 years ago
  54. 8954d0b Merge changes from topic "base_cmsg" by Josh Gao · 7 years ago
  55. f80c326 Merge "adbd: fallback to legacy USB implementation if needed." by Josh Gao · 7 years ago
  56. 12f3284 adbd: switch the default USB implementation. by Josh Gao · 7 years ago
  57. c0b831b adbd: fallback to legacy USB implementation if needed. by Josh Gao · 7 years ago
  58. 8e0af5f adb: switch to base::{Send,Receive}FileDescriptors. by Josh Gao · 7 years ago
  59. 982f7bd base: add ScopedLockAssertion. by Josh Gao · 7 years ago
  60. 9c4fda6 Merge "adb: "support" O_CLOEXEC in adb_open on Windows." by Treehugger Robot · 7 years ago
  61. aa95aa0 adb: hopefully deflake test_adb.py. by Josh Gao · 7 years ago
  62. 4b019a5 adb: "support" O_CLOEXEC in adb_open on Windows. by Josh Gao · 7 years ago
  63. 74b7ec7 adb: don't close sockets before hitting EOF. by Josh Gao · 7 years ago
  64. 1a90118 adb: implement fdevent_set_timeout. by Josh Gao · 7 years ago
  65. 69ba517 Merge changes If8747ba1,Id1943ebd by Josh Gao · 7 years ago
  66. 54ea49b Merge "Add android::fs_mgr namespace for new Fstab code" by Tom Cherry · 7 years ago
  67. ee0e63f Merge changes Ief3dbf8e,Ib06e6f65 by Josh Gao · 7 years ago
  68. a15f385 Merge changes from topic "move_bionic_to_apex3" by Treehugger Robot · 7 years ago
  69. a3530e6 Add android::fs_mgr namespace for new Fstab code by Tom Cherry · 7 years ago
  70. c162c71 adb: add fdevent callback that passes the fdevent. by Josh Gao · 7 years ago
  71. 64e597a adb: improve network_connect error messages. by Josh Gao · 7 years ago
  72. eb0875d adbd: fix TCP bind address. by Josh Gao · 7 years ago
  73. a2f3f95 Fix: Propagate cmd args to multi-package sessions. by Dario Freni · 7 years ago
  74. 7c7189c Handle adb sync with Bionic under /bionic by Jiyong Park · 7 years ago
  75. 82f0e7d Merge "adb: turn off fastdeploy." by Josh Gao · 7 years ago
  76. 287e442 adb: turn off fastdeploy. by Josh Gao · 7 years ago
  77. 286684f Merge "Remove the rest of users of the old style fstab" by Treehugger Robot · 7 years ago
  78. b688d91 Remove the rest of users of the old style fstab by Tom Cherry · 7 years ago
  79. fdb9800 adb: Fix incorrect logging statement by Greg Kaiser · 7 years ago
  80. d290bb7 Merge "Add native vsock support to ADB." by Treehugger Robot · 7 years ago
  81. a05b64d Add native vsock support to ADB. by Cody Schuffelen · 7 years ago
  82. 74ccdf9 adb: convert more stuff to unique_fd. by Josh Gao · 7 years ago
  83. 776c2ec adbd: compile for host. by Josh Gao · 7 years ago
  84. 09158b1 Merge "Fix fastdeploy failure in Windows" by Henry Daitx · 7 years ago
  85. f788f67 Fix fastdeploy failure in Windows by Henry Daitx · 7 years ago
  86. 54d1e31 Merge "adb: win32: improve console output on Windows 10" by Josh Gao · 7 years ago
  87. 89a6fdc Merge "adb: win32: LinePrinter Unicode support" by Josh Gao · 7 years ago
  88. 01a65ee Adding new feature to adb "abb". by Alex Buynytskyy · 7 years ago
  89. 539c4d4 Merge "Combine tcp_connect and socket_spec_connect." by Cody Schuffelen · 7 years ago
  90. af0e220 Combine tcp_connect and socket_spec_connect. by Cody Schuffelen · 7 years ago
  91. b42719b Merge "Disable dexpreopt for deployagent" by Treehugger Robot · 7 years ago
  92. 05af6ae Disable dexpreopt for deployagent by Henry Daitx · 7 years ago
  93. bc54c36 Multi-package support for APEX. by Dario Freni · 7 years ago
  94. 6410fd2 Merge "adb: switch install to unique_fd." by Treehugger Robot · 7 years ago
  95. e5f61a9 Merge "Admit that there's more `adb install` help available." by Treehugger Robot · 7 years ago
  96. 61f872f adb: switch install to unique_fd. by Josh Gao · 7 years ago
  97. 0d4bf80 Admit that there's more `adb install` help available. by Elliott Hughes · 7 years ago
  98. dc58b0a Adds atomic install support to adb by Patrick Baumann · 7 years ago
  99. afd3dfe Merge "Only set mdns_registered on success" by Josh Gao · 7 years ago
  100. 22a8462 Merge "adbd: Automatically disable verity in adb remount." by David Anderson · 7 years ago