summaryrefslogtreecommitdiffstats
path: root/adb/daemon
Commit message (Expand)AuthorAgeFilesLines
* adbd: reduce the USB buffer sizes to 16k.Josh Gao2019-04-171-2/+3
* Binding err to inout for raw protocol for in-process execute.Alex Buynytskyy2019-04-102-24/+82
* Merge "adbd: demote CHECKs to warning logs." am: 16f4a033c3 am: 887e8f4bfdJosh Gao2019-04-021-12/+36
|\
| * adbd: demote CHECKs to warning logs.Josh Gao2019-04-021-12/+36
* | Merge "adb: make `adb reconnect` perform a USB reset." am: 3b25a17a8a am: 0d9...Josh Gao2019-04-012-0/+8
|\|
| * Merge "adb: make `adb reconnect` perform a USB reset."Josh Gao2019-04-012-0/+8
| |\
| | * adb: make `adb reconnect` perform a USB reset.Josh Gao2019-03-282-0/+8
* | | Merge "adbd: wait for FUNCTIONFS_BIND for up to a second, then retry." am: bf...Josh Gao2019-03-281-6/+19
|\| |
| * | adbd: wait for FUNCTIONFS_BIND for up to a second, then retry.Josh Gao2019-03-271-6/+19
| |/
* | Merge changes Ia84ed9ec,I1c0fde72 am: 10533c57ed am: b6bc0075f4Greg Kaiser2019-03-261-1/+1
|\|
| * Merge changes Ia84ed9ec,I1c0fde72Treehugger Robot2019-03-271-1/+1
| |\
| | * adb: Avoid extra std::string copiesGreg Kaiser2019-03-261-1/+1
* | | Merge changes I80af5f4b,I2fd0034e am: 2decb2fc3a am: c9a893c1ebJosh Gao2019-03-261-7/+23
|\| |
| * | adbd: listen to all functionfs events.Josh Gao2019-03-261-5/+21
| * | adbd: increment writes_submitted_ before submitting writes.Josh Gao2019-03-261-2/+2
| |/
* | Merge "adbd: support ro.adb.nonblocking_ffs." am: affe351420 am: c94cec6d9dJosh Gao2019-03-191-1/+4
|\|
| * Merge "adbd: support ro.adb.nonblocking_ffs."Josh Gao2019-03-191-1/+4
| |\
| | * adbd: support ro.adb.nonblocking_ffs.Josh Gao2019-03-181-1/+4
* | | Merge "adb: fix uninitialized variable." am: 588a87d68e am: 966b39b34cJosh Gao2019-03-181-1/+1
|\| |
| * | adb: fix uninitialized variable.Josh Gao2019-03-181-1/+1
| |/
| * Merge changes from topic "apex_earlymount_no_bionic_bindmount"Treehugger Robot2019-03-151-86/+0
| |\
* | \ Revert "Handle adb sync with Bionic under /bionic" am: fc97d2a116 am: 8b9fa0a44dJiyong Park2019-03-151-86/+0
|\ \ \
| * \ \ Revert "Handle adb sync with Bionic under /bionic"Jiyong Park2019-03-151-86/+0
| |\ \ \ | | |/ / | |/| / | | |/
| | * Revert "Handle adb sync with Bionic under /bionic"Jiyong Park2019-03-141-86/+0
* | | Merge changes from topic "adb_root_in_user" am: da1251d6a5 am: ac5d9460f2Bowgo Tsai2019-03-141-8/+15
|\| |
| * | adbd: allowing adb root when the device is unlockedBowgo Tsai2019-03-151-8/+15
| |/
* | Merge "adbd: properly handle FUNCTIONFS_BIND without ENABLE." am: 22ff8e1909 ...Josh Gao2019-03-111-16/+2
|\|
| * adbd: properly handle FUNCTIONFS_BIND without ENABLE.Josh Gao2019-03-111-16/+2
* | Merge "Revert "Revert "adbd: switch the default USB implementation.""" am: f9...Josh Gao2019-03-071-3/+4
|\|
| * Merge "Revert "Revert "adbd: switch the default USB implementation."""Treehugger Robot2019-03-081-3/+4
| |\
| | * Revert "Revert "adbd: switch the default USB implementation.""Josh Gao2019-02-281-3/+4
* | | Merge "adbd: cleanups in remount/verity." am: 98efc485de am: d659bb49beJosh Gao2019-03-062-37/+30
|\| |
| * | adbd: cleanups in remount/verity.Josh Gao2019-03-062-37/+30
* | | Merge "adb: use /system/bin/remount command" am: d458066bc7 am: bc0887add7Mark Salyzyn2019-03-043-305/+58
|\| |
| * | adb: use /system/bin/remount commandMark Salyzyn2019-03-043-305/+58
* | | Merge "adbd: fix a case where we can fail to join a thread." am: b530537d46 a...Josh Gao2019-03-011-24/+29
|\| |
| * | Merge "adbd: fix a case where we can fail to join a thread."Josh Gao2019-03-011-24/+29
| |\ \
| | * | adbd: fix a case where we can fail to join a thread.Josh Gao2019-02-281-24/+29
* | | | Merge changes I4d351f56,Ib9e91157 am: 7669ea5a44 am: 68f136b407Josh Gao2019-03-011-4/+4
|\| | |
| * | | adbd: tune USB read/write sizes and queue depths.Josh Gao2019-02-281-4/+4
| |/ /
* | | Merge "adbd: limit the sizes of aio writes." am: 50cb647e7d am: c423d790b7Josh Gao2019-02-271-14/+35
|\| |
| * | adbd: limit the sizes of aio writes.Josh Gao2019-02-271-14/+35
* | | Merge "Revert "adbd: switch the default USB implementation."" am: c2970282cb ...Josh Gao2019-02-261-4/+3
|\| |
| * | Merge "Revert "adbd: switch the default USB implementation.""Josh Gao2019-02-261-4/+3
| |\|
| | * Revert "adbd: switch the default USB implementation."Josh Gao2019-02-261-4/+3
* | | Merge changes I86c3ec0f,I57d1a30a,Ib50d289b,I791a4f82,I316a8799, ... am: 216d...Josh Gao2019-02-262-36/+28
|\| |
| * | Merge changes I86c3ec0f,I57d1a30a,Ib50d289b,I791a4f82,I316a8799, ...Josh Gao2019-02-262-36/+28
| |\ \
| | * | adbd: switch abb to ConsumePrefix.Josh Gao2019-02-251-10/+8
| | * | adbd: switch daemon/services to ConsumePrefix.Josh Gao2019-02-251-26/+20
* | | | Merge "adbd: switch the default USB implementation." am: 5782600271 am: 269ef...Josh Gao2019-02-261-3/+4
|\| | |