summaryrefslogtreecommitdiffstats
path: root/adb
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove LOCAL_CLANG and clang: true" am: 80ec81cf4b am: f7b315c985Lennart Wieboldt2017-07-251-5/+0
|\
| * Remove LOCAL_CLANG and clang: trueLennart Wieboldt2017-07-251-5/+0
* | 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
* | Merge "adb: reunregress waiting for device on start-server." am: 72076d1aa7 a...Josh Gao2017-06-013-20/+66
|\|
| * adb: reunregress waiting for device on start-server.Josh Gao2017-05-313-20/+66
* | Merge "Send color space information with screenshots"TreeHugger Robot2017-06-011-3/+6
|\ \
| * | Send color space information with screenshotsRomain Guy2017-05-311-3/+6
* | | Merge "adb: fix deadlock." am: 68599f5759 am: d5a2cdb72c am: a08c949c7aJosh Gao2017-05-301-5/+9
|\ \ \ | |/ / |/| / | |/
| * Merge "adb: fix deadlock."Treehugger Robot2017-05-301-5/+9
| |\
| | * adb: fix deadlock.Josh Gao2017-05-301-5/+9
* | | Merge "Create build target to pull adb test scripts." am: 9c0a541f08 am: 0daa...GuangHui Liu2017-05-252-0/+56
|\| |
| * | Merge "Create build target to pull adb test scripts."GuangHui Liu2017-05-252-0/+56
| |\ \
| | * | Create build target to pull adb test scripts.GuangHui Liu2017-05-232-0/+56
| | |/
* | | Merge "Always print the initial bugreport progress message." am: 5b17d7131b a...Felipe Leme2017-05-232-1/+24
|\| |
| * | Always print the initial bugreport progress message.Felipe Leme2017-05-232-1/+24
* | | Merge "Add host feature for `push --sync` support." am: 886e6cac05 am: e2d7a5...Dan Albert2017-05-233-0/+4
|\| |
| * | Add host feature for `push --sync` support.Dan Albert2017-05-233-0/+4
| |/
* | Merge changes I8d0c60e5,Ib8ad0ad6 am: a6bb369cb0 am: c7d9eb8636 am: a1c2561863Josh Gao2017-05-225-25/+22
|\|
| * Merge changes I8d0c60e5,Ib8ad0ad6Treehugger Robot2017-05-225-25/+22
| |\
| | * adb: boolify check_header and check_data.Josh Gao2017-05-184-20/+17
| | * adb: redirect stdout/stderr before initializing usb.Josh Gao2017-05-181-5/+5
* | | Merge "Add --sync support to push." am: 62db5fcee0 am: d50b10544b am: 141f9c46d5Dan Albert2017-05-194-27/+70
|\| |
| * | Add --sync support to push.Dan Albert2017-05-194-27/+70
* | | Merge "Fix test following -p removal." am: 5e49fbc547 am: 3039d9d4fa am: 222a...Dan Albert2017-05-191-1/+7
|\| |
| * | Fix test following -p removal.Dan Albert2017-05-191-1/+7
* | | Merge "adb: Allow disabling verity on eng builds when using AVB." am: 7ce0f00...David Zeuthen2017-05-171-12/+23
|\| |