1. 0af6ed5 Support adb rescue wipe command by xunchang · 6 years ago
  2. 77f6ecb Merge "Revert "Add a way to turn off unique_fd's operator int."" by Ian Kasprzak · 6 years ago
  3. 27ded66 Revert "Add a way to turn off unique_fd's operator int." by Ian Kasprzak · 6 years ago
  4. c270fb5 Merge "adbd: reduce queue depths." by Josh Gao · 6 years ago
  5. e7e4f24 Merge "Add a way to turn off unique_fd's operator int." by Josh Gao · 6 years ago
  6. c722709 Merge "adb: silence warning from libusb." by Treehugger Robot · 6 years ago
  7. c1b4e05 Merge "adb: fix double close in wait-for-*." by Treehugger Robot · 6 years ago
  8. 44b365c adbd: reduce queue depths. by Josh Gao · 6 years ago
  9. 2b96443 Add a way to turn off unique_fd's operator int. by Josh Gao · 6 years ago
  10. 8a7c1a7 adb: Support rescue install and getprop. by Tao Bao · 6 years ago
  11. 58c21a6 adb: fix double close in wait-for-*. by Josh Gao · 6 years ago
  12. 09beab6 Merge "adb: Recognize rescue mode." by Tao Bao · 6 years ago
  13. 9c5c9ef adb: silence warning from libusb. by Josh Gao · 6 years ago
  14. f96d47f adb: Recognize rescue mode. by Tao Bao · 6 years ago
  15. c8a010e adbd: reduce the USB buffer sizes to 16k. by Josh Gao · 6 years ago
  16. 1ea6f07 Binding err to inout for raw protocol for in-process execute. by Alex Buynytskyy · 6 years ago
  17. 4d4be1f Merge "adb: defuse CHECK on IOVector::append of an empty block." by Treehugger Robot · 6 years ago
  18. 8e4f830 adb: defuse CHECK on IOVector::append of an empty block. by Josh Gao · 6 years ago
  19. 819e562 Merge "adb: fix mac build breakage." by Treehugger Robot · 6 years ago
  20. 118f8cd adb: fix mac build breakage. by Josh Gao · 6 years ago
  21. 2e81ac3 adbd: demote CHECKs to warning logs. by Josh Gao · 6 years ago
  22. 8edeab4 Merge "adb: make `adb reconnect` perform a USB reset." by Josh Gao · 6 years ago
  23. 7775bcb adb: make `adb reconnect` perform a USB reset. by Josh Gao · 6 years ago
  24. 9a596f6 adbd: wait for FUNCTIONFS_BIND for up to a second, then retry. by Josh Gao · 6 years ago
  25. a50f5b8 Merge changes Ia84ed9ec,I1c0fde72 by Treehugger Robot · 6 years ago
  26. b185b2b adbd: listen to all functionfs events. by Josh Gao · 6 years ago
  27. ac243a0 adbd: increment writes_submitted_ before submitting writes. by Josh Gao · 6 years ago
  28. 1133dbb adb: Avoid extra std::string copies by Greg Kaiser · 6 years ago
  29. 65e7a09 Merge "adbd: support ro.adb.nonblocking_ffs." by Josh Gao · 6 years ago
  30. 92662e7 Merge "adb: fix uninitialized variable." by Treehugger Robot · 6 years ago
  31. c3b7758 adbd: support ro.adb.nonblocking_ffs. by Josh Gao · 6 years ago
  32. effa9fa adb: fix uninitialized variable. by Josh Gao · 6 years ago
  33. 12c0e81 adb: Fix return value in error case by Greg Kaiser · 6 years ago
  34. f933751 adb: avoid sign extension of shell return code. by Josh Gao · 6 years ago
  35. 51564e2 Merge "adb: attempt to exec newer adb servers on Linux." by Josh Gao · 6 years ago
  36. 9381e12 Merge changes from topic "apex_earlymount_no_bionic_bindmount" by Treehugger Robot · 6 years ago
  37. 384aea8 adb: attempt to exec newer adb servers on Linux. by Josh Gao · 6 years ago
  38. e6f61a6 adbd: allowing adb root when the device is unlocked by Bowgo Tsai · 6 years ago
  39. a76c39d Revert "Handle adb sync with Bionic under /bionic" by Jiyong Park · 6 years ago
  40. 451745c adb: make root/unroot wait for the device to come back. by Josh Gao · 6 years ago
  41. c410b7f adbd: properly handle FUNCTIONFS_BIND without ENABLE. by Josh Gao · 6 years ago
  42. ebbc87c Merge "Restrict scanning port range, not emulator count" by Josh Gao · 6 years ago
  43. 5f994e4 Merge "Revert "Revert "adbd: switch the default USB implementation.""" by Treehugger Robot · 6 years ago
  44. 12fc7b6 Restrict scanning port range, not emulator count by Tim Baverstock · 6 years ago
  45. b4eeee8 adbd: cleanups in remount/verity. by Josh Gao · 6 years ago
  46. ba815b6 adb: use /system/bin/remount command by Mark Salyzyn · 6 years ago
  47. 8754058 Merge "adbd: fix a case where we can fail to join a thread." by Josh Gao · 6 years ago
  48. 103b89f adbd: tune USB read/write sizes and queue depths. by Josh Gao · 6 years ago
  49. a8a9c0e adb: add benchmarks for sink/source. by Josh Gao · 6 years ago
  50. f5658e4 adbd: fix a case where we can fail to join a thread. by Josh Gao · 6 years ago
  51. d1ca640 Revert "Revert "adbd: switch the default USB implementation."" by Josh Gao · 6 years ago
  52. 4792b42 Merge "adbd: limit the sizes of aio writes." by Josh Gao · 6 years ago
  53. 7aae1e1 adbd: limit the sizes of aio writes. by Josh Gao · 6 years ago
  54. 25f690e Merge "Support splitAPK in install-multi-package." by Dario Freni · 6 years ago
  55. 37b1d27 Merge "Revert "adbd: switch the default USB implementation."" by Josh Gao · 6 years ago
  56. 3224223 Revert "adbd: switch the default USB implementation." by Josh Gao · 6 years ago
  57. 5c2458c Merge changes I86c3ec0f,I57d1a30a,Ib50d289b,I791a4f82,I316a8799, ... by Josh Gao · 6 years ago
  58. db3b70c Merge "adbd: switch the default USB implementation." by Josh Gao · 6 years ago
  59. 930aa74 adb: switch sockets.cpp to ConsumePrefix. by Josh Gao · 6 years ago
  60. a89cdcc adbd: switch abb to ConsumePrefix. by Josh Gao · 6 years ago
  61. 6b4b800 adb: increment server version. by Josh Gao · 6 years ago
  62. c036134 adb: wait for device to disconnect upon `adb root`. by Josh Gao · 6 years ago
  63. 8f4f18e adb: implement wait-for-disconnect. by Josh Gao · 6 years ago
  64. 04d66a9 adb: tell the client what transport it received. by Josh Gao · 6 years ago
  65. d6f38df adbd: switch daemon/services to ConsumePrefix. by Josh Gao · 6 years ago
  66. 31cf836 adb: switch host_service_to_socket to string_view. by Josh Gao · 6 years ago
  67. fe82352 adb: switch handle_host_request to string_view. by Josh Gao · 6 years ago
  68. a84c0ce adb: switch adb_io.h to string_view. by Josh Gao · 6 years ago
  69. bbb770b adb: add helper to consume a prefix on a string_view. by Josh Gao · 6 years ago
  70. 947d8ba adb: make ParseUint reject garbage at the end by default. by Josh Gao · 6 years ago
  71. e88fe7c Support splitAPK in install-multi-package. by Dario Freni · 6 years ago
  72. 5d7be88 Adding EXEC version of calling ABB. by Alex Buynytskyy · 6 years ago
  73. 651f576 Merge "Temporarily @ignore test_reconnect" by Julien Desprez · 6 years ago
  74. fae1caa Merge "adb: update symlink timestamps." by Josh Gao · 6 years ago
  75. 075c04e adb: update symlink timestamps. by Josh Gao · 6 years ago
  76. bd413fb Temporarily @ignore test_reconnect by Julien Desprez · 6 years ago
  77. 16431fb adbd: log when exiting due to root/unroot/tcpip/usb. by Josh Gao · 6 years ago
  78. 91b203a Merge changes from topic "base_cmsg" by Josh Gao · 6 years ago
  79. e4f42a0 Merge "adbd: fallback to legacy USB implementation if needed." by Josh Gao · 6 years ago
  80. 57d7e3a adbd: switch the default USB implementation. by Josh Gao · 6 years ago
  81. 55e44a3 adbd: fallback to legacy USB implementation if needed. by Josh Gao · 6 years ago
  82. 9507e8a adb: switch to base::{Send,Receive}FileDescriptors. by Josh Gao · 6 years ago
  83. 796bdfd base: add ScopedLockAssertion. by Josh Gao · 6 years ago
  84. f074e78 Merge "adb: "support" O_CLOEXEC in adb_open on Windows." by Treehugger Robot · 6 years ago
  85. a2c57fb adb: hopefully deflake test_adb.py. by Josh Gao · 6 years ago
  86. 9e9172b adb: "support" O_CLOEXEC in adb_open on Windows. by Josh Gao · 6 years ago
  87. 82c8ca5 adb: don't close sockets before hitting EOF. by Josh Gao · 6 years ago
  88. fb54fbe adb: implement fdevent_set_timeout. by Josh Gao · 6 years ago
  89. b3d7a2f Merge changes If8747ba1,Id1943ebd by Josh Gao · 6 years ago
  90. b00537b Merge "Add android::fs_mgr namespace for new Fstab code" by Tom Cherry · 6 years ago
  91. 75f396c Merge changes Ief3dbf8e,Ib06e6f65 by Josh Gao · 6 years ago
  92. a2b6cb1 Merge changes from topic "move_bionic_to_apex3" by Treehugger Robot · 6 years ago
  93. d767253 Add android::fs_mgr namespace for new Fstab code by Tom Cherry · 6 years ago
  94. 6dd14a1 adb: add fdevent callback that passes the fdevent. by Josh Gao · 6 years ago
  95. 633923c adb: improve network_connect error messages. by Josh Gao · 6 years ago
  96. 3d19fff adbd: fix TCP bind address. by Josh Gao · 6 years ago
  97. ba9a7b3 Fix: Propagate cmd args to multi-package sessions. by Dario Freni · 6 years ago
  98. f38511b Handle adb sync with Bionic under /bionic by Jiyong Park · 6 years ago
  99. b07493c Merge "adb: turn off fastdeploy." by Josh Gao · 6 years ago
  100. daaf1fa adb: turn off fastdeploy. by Josh Gao · 6 years ago