summaryrefslogtreecommitdiffstats
path: root/adb/commandline.cpp
Commit message (Expand)AuthorAgeFilesLines
* adb: allow use of arbitrary socket specs for command socket.Josh Gao2016-09-011-34/+48
* adb: extract the adb-specific unique_fd out into its own header.Josh Gao2016-09-011-0/+1
* DO NOT MERGE: Deprecated 'adb bugreport' with flat files.Felipe Leme2016-08-301-6/+9
* DO NOT MERGE: Refactored functions that copy sdout and stderr to strings to u...Felipe Leme2016-08-301-22/+15
* DO NOT MERGE: Split bugreport() into its own file and added unit tests.Felipe Leme2016-08-301-52/+7
* DO NOT MERGE: use 'cmd' command for install-multipleTodd Kennedy2016-08-301-26/+28
* DO NOT MERGE: Ensure the target sees a proper EOD marker during restoreChristopher Tate2016-08-301-29/+61
* Merge \"Fix clang-tidy performance warnings in syste/core.\"Chih-Hung Hsieh2016-08-011-2/+3
|\
| * Fix clang-tidy performance warnings in syste/core.Chih-Hung Hsieh2016-08-011-2/+3
* | Merge \"adb: make adb root not wait-for-device.\"Josh Gao2016-06-161-6/+4
|\|
| * Merge "adb: make adb root not wait-for-device."Treehugger Robot2016-06-161-6/+4
| |\
| | * adb: make adb root not wait-for-device.Josh Gao2016-06-161-6/+4
* | | Merge \"Better diagnostics from \"adb sideload\".\"Elliott Hughes2016-06-151-5/+4
|\| |
| * | Better diagnostics from "adb sideload".Elliott Hughes2016-06-151-5/+4
| |/
* | Merge \\"Fix the sense of a test in \\"adb sideload\\".\\" am: 62cc17de8cElliott Hughes2016-06-131-1/+1
|\|
| * Fix the sense of a test in "adb sideload".Elliott Hughes2016-06-131-1/+1
* | Merge \"Redirect bugreport stderr to host\'s stderr.\" into nyc-devFelipe Leme2016-06-081-11/+18
|\ \
| * | Redirect bugreport stderr to host's stderr.Felipe Leme2016-06-081-11/+18
* | | Merge "Kill load_file." am: b42e4a6b63Elliott Hughes2016-05-281-34/+25
|\ \ \ | | |/ | |/|
| * | Kill load_file.Elliott Hughes2016-05-271-34/+25
* | | Merge "adb: add track-jdwp and track-devices commands." am: f8f40a1e2eJosh Gao2016-05-171-0/+8
|\| |
| * | adb: add track-jdwp and track-devices commands.Josh Gao2016-05-141-0/+8
* | | Merge "adb: support forwarding TCP port 0." am: cb90562bcfDavid Pursell2016-05-131-6/+29
|\| |
| * | adb: support forwarding TCP port 0.David Pursell2016-05-091-6/+29
* | | Merge "Display warning about bugreport delay." into nyc-devFelipe Leme2016-05-051-0/+2
|\ \ \ | | |/ | |/|
| * | Display warning about bugreport delay.Felipe Leme2016-05-041-0/+2
* | | Automatically add a .zip to adb bugreport file when missing.Felipe Leme2016-05-031-3/+7
|\| |
| * | Automatically add a .zip to adb bugreport file when missing.Felipe Leme2016-05-031-3/+7
| * | Merge changes Ia4a2ff77,I970806e3,I47daa338 into nyc-devTreeHugger Robot2016-04-191-0/+11
| |\ \
| | * | adb: add reconnect command.Yabin Cui2016-04-181-0/+11
| * | | adb: after `adb root`, wait for the device in any state.Josh Gao2016-04-131-1/+1
| * | | adb: add support for 'wait-for-any'.Josh Gao2016-04-131-3/+3
| * | | adb: make 'wait-for-{recovery,sideload,bootloader} work.Josh Gao2016-04-131-29/+19
* | | | Merge "Fix NULL deref on exec-in with insufficient arguments" am: 245e4dbfd4Zach Riggle2016-04-221-0/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix NULL deref on exec-in with insufficient argumentsZach Riggle2016-04-221-0/+5
* | | | Merge "adb: add reconnect command." am: 643bc36Yabin Cui2016-04-161-0/+11
|\| | |
| * | | Merge "adb: add reconnect command."Yabin Cui2016-04-161-0/+11
| |\ \ \
| | * | | adb: add reconnect command.Yabin Cui2016-04-051-0/+11
* | | | | Merge changes Ibc8038b1,I1876ecd7,I57d70f8b am: 3e0eaa4Treehugger Robot2016-04-131-30/+20
|\| | | | | |_|/ / |/| | |
| * | | adb: after `adb root`, wait for the device in any state.Josh Gao2016-04-131-1/+1
| * | | adb: add support for 'wait-for-any'.Josh Gao2016-04-131-3/+3
| * | | adb: make 'wait-for-{recovery,sideload,bootloader} work.Josh Gao2016-04-131-29/+19
| |/ /
| * | Fix buffer overrun in adb wait-for-device.Elliott Hughes2016-03-101-2/+2
| * | adb: wait for restore to complete before returning.Josh Gao2016-03-041-0/+3
| * | adb: wait for adbd to die and respawn in root/unroot.Josh Gao2016-03-041-4/+48
| * | adb: bail out if wait_for_device fails in send_shell_command.Josh Gao2016-02-241-2/+3
| * | adb: make adb_thread_func_t return void, add adb_thread_exit.Josh Gao2016-02-121-3/+1
* | | Implements 'adb bugreport <ZIP_FILE>'.Felipe Leme2016-04-131-12/+51
* | | Fix buffer overrun in adb wait-for-device.Elliott Hughes2016-03-111-2/+2
* | | adb: wait for restore to complete before returning.Josh Gao2016-03-041-0/+3