summaryrefslogtreecommitdiffstats
path: root/adb
Commit message (Expand)AuthorAgeFilesLines
* adb: remove SendConnectOnHost.Josh Gao2017-10-026-35/+9
* adb: partially revert b5e11415.Josh Gao2017-10-023-11/+2
* adb: reformat comments.Josh Gao2017-10-021-59/+58
* Fix bug #37284906, adb shell crashes on windows with invalid options.Huihong Luo2017-10-021-0/+4
* Don't preserve file attributes when pulling bugreport file...Felipe Leme2017-10-022-12/+12
* Fix reference to out of scope local in adb_thread_setname.Elliott Hughes2017-10-021-12/+6
* adbd: improve thread names.Josh Gao2017-09-292-20/+22
* Fix a potential memory leakTing-Yuan Huang2017-09-291-1/+7
* adb: add lock to remove_socket.Josh Gao2017-09-271-1/+1
* Revert "adb: fix deadlock between transport_unref and usb_close."Josh Gao2017-09-273-8/+13
* adb: allow selection of a specific transport.Josh Gao2017-09-2713-210/+290
* adb: fix deadlock in kick_all_transports.Josh Gao2017-09-271-15/+15
* Revert "adbd: lessen security constraints when the device is unlocked"Bowgo Tsai2017-08-312-16/+10
* adbd: don't spin if file sync read fails.Josh Gao2017-08-291-5/+5
* Merge "Move adbd from root to system" into oc-mr1-devTreeHugger Robot2017-08-171-2/+0
|\
| * Move adbd from root to systemBowgo Tsai2017-08-141-2/+0
* | Don't include the build number in the adbd binary.Elliott Hughes2017-08-151-2/+2
* | Merge "adbd: add logging to troubleshoot usb issues." into oc-dr1-devJosh Gao2017-07-273-14/+19
|\ \ | |/ |/|
| * adbd: add logging to troubleshoot usb issues.Josh Gao2017-07-273-14/+19
| * Revert "adb: turn on libusb by default."Josh Gao2017-06-291-2/+2
| * Merge "adb: increase the shell command length limit." into oc-dr1-devTreeHugger Robot2017-06-215-3/+17
| |\
| | * adb: increase the shell command length limit.Josh Gao2017-06-205-3/+17
| * | adb: fix deadlock between transport_unref and usb_close.Josh Gao2017-06-192-7/+7
| |/
| * adb: libusb: switch from polling for accessibility to a sleep.Josh Gao2017-06-071-14/+4
| * adb: improve race between device_connected and device_disconnected.Josh Gao2017-06-071-2/+3
* | Merge "adbd: lessen security constraints when the device is unlocked" am: e03...Bowgo Tsai2017-07-172-10/+16
|\ \
| * | adbd: lessen security constraints when the device is unlockedBowgo Tsai2017-07-172-10/+16
* | | Merge "Indicate that a packet was truncated." am: 046160959c am: e76c8020baDan Albert2017-06-271-1/+10
|\| |
| * | Merge "Indicate that a packet was truncated."Treehugger Robot2017-06-271-1/+10
| |\ \
| | * | Indicate that a packet was truncated.Dan Albert2017-06-271-1/+10
* | | | Merge "Revert "adb: turn on libusb by default."" am: b22067677e am: de931dab2dJosh Gao2017-06-261-2/+2
|\| | |
| * | | Merge "Revert "adb: turn on libusb by default.""Treehugger Robot2017-06-261-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | Revert "adb: turn on libusb by default."Josh Gao2017-06-261-2/+2
* | | | Merge "Give a clear error message if we can't start the server." am: b6d3f282...Elliott Hughes2017-06-204-34/+55
|\| | |
| * | | Merge "Give a clear error message if we can't start the server."Treehugger Robot2017-06-204-34/+55
| |\ \ \
| | * | | Give a clear error message if we can't start the server.Elliott Hughes2017-06-204-34/+55
* | | | | Merge "adb: increase the shell command length limit." am: 9d2e688b9a am: 749d...Josh Gao2017-06-175-3/+17
|\| | | |
| * | | | Merge "adb: increase the shell command length limit."Treehugger Robot2017-06-175-3/+17
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | adb: increase the shell command length limit.Josh Gao2017-06-165-3/+17
| | |/ /
* | | | Merge "adb: fix deadlock between transport_unref and usb_close." am: 6f61a6d9...Josh Gao2017-06-122-7/+7
|\| | |
| * | | Merge "adb: fix deadlock between transport_unref and usb_close."Treehugger Robot2017-06-122-7/+7
| |\ \ \
| | * | | adb: fix deadlock between transport_unref and usb_close.Josh Gao2017-06-072-7/+7
| | |/ /
* | | | Merge "adbd: optionally use qemud pipe without ro.kernel.qemu" am: b3c363f32c...Nicolas Norvez2017-06-121-7/+20
|\| | |
| * | | adbd: optionally use qemud pipe without ro.kernel.qemuNicolas Norvez2017-06-121-7/+20
| |/ /
* | / Merge changes Id51dcb18,I2517dcb9 am: 4db472b779 am: aa3c3fc3beJosh Gao2017-06-071-16/+7
|\| | | |/ |/|
| * adb: libusb: switch from polling for accessibility to a sleep.Josh Gao2017-06-071-14/+4
| * adb: improve race between device_connected and device_disconnected.Josh Gao2017-06-071-2/+3
* | Merge changes I6c6bf61b,I3fb0b3a8 am: 3160a25010 am: 9d7880fe96 am: 14f749c2c4Josh Gao2017-06-052-5/+12
|\|
| * adb: libusb: don't try to delete a usb_handle twice.Josh Gao2017-06-051-1/+3
| * adb: don't hold queue lock while performing callbacks.Josh Gao2017-06-051-4/+9