summaryrefslogtreecommitdiff
path: root/commandline.cpp
AgeCommit message (Expand)Author
2016-10-21Move "adb shell" over to getopt(3), and allow -tt on old devices.Elliott Hughes
2016-09-28Improve "adb help" output.Elliott Hughes
2016-09-16Fix bug: Doesn't respect ANDROID_ADB_SERVER_PORTTao Wu
2016-09-01adb: allow use of arbitrary socket specs for command socket.Josh Gao
2016-09-01adb: extract the adb-specific unique_fd out into its own header.Josh Gao
2016-08-30DO NOT MERGE: Deprecated 'adb bugreport' with flat files.Felipe Leme
2016-08-30DO NOT MERGE: Refactored functions that copy sdout and stderr to strings to u...Felipe Leme
2016-08-30DO NOT MERGE: Split bugreport() into its own file and added unit tests.Felipe Leme
2016-08-30DO NOT MERGE: use 'cmd' command for install-multipleTodd Kennedy
2016-08-30DO NOT MERGE: Ensure the target sees a proper EOD marker during restoreChristopher Tate
2016-08-01Merge \"Fix clang-tidy performance warnings in syste/core.\"Chih-Hung Hsieh
2016-08-01Fix clang-tidy performance warnings in syste/core.Chih-Hung Hsieh
2016-06-16Merge \"adb: make adb root not wait-for-device.\"Josh Gao
2016-06-16Merge "adb: make adb root not wait-for-device."Treehugger Robot
2016-06-16adb: make adb root not wait-for-device.Josh Gao
2016-06-15Merge \"Better diagnostics from \"adb sideload\".\"Elliott Hughes
2016-06-15Better diagnostics from "adb sideload".Elliott Hughes
2016-06-13Merge \\"Fix the sense of a test in \\"adb sideload\\".\\" am: 62cc17de8cElliott Hughes
2016-06-13Fix the sense of a test in "adb sideload".Elliott Hughes
2016-06-08Merge \"Redirect bugreport stderr to host\'s stderr.\" into nyc-devFelipe Leme
2016-06-08Redirect bugreport stderr to host's stderr.Felipe Leme
2016-05-28Merge "Kill load_file." am: b42e4a6b63Elliott Hughes
2016-05-27Kill load_file.Elliott Hughes
2016-05-17Merge "adb: add track-jdwp and track-devices commands." am: f8f40a1e2eJosh Gao
2016-05-14adb: add track-jdwp and track-devices commands.Josh Gao
2016-05-13Merge "adb: support forwarding TCP port 0." am: cb90562bcfDavid Pursell
2016-05-09adb: support forwarding TCP port 0.David Pursell
2016-05-05Merge "Display warning about bugreport delay." into nyc-devFelipe Leme
2016-05-04Display warning about bugreport delay.Felipe Leme
2016-05-03Automatically add a .zip to adb bugreport file when missing.Felipe Leme
2016-05-03Automatically add a .zip to adb bugreport file when missing.Felipe Leme
2016-04-22Merge "Fix NULL deref on exec-in with insufficient arguments" am: 245e4dbfd4Zach Riggle
2016-04-22Fix NULL deref on exec-in with insufficient argumentsZach Riggle
2016-04-19Merge changes Ia4a2ff77,I970806e3,I47daa338 into nyc-devTreeHugger Robot
2016-04-18adb: add reconnect command.Yabin Cui
2016-04-16Merge "adb: add reconnect command." am: 643bc36Yabin Cui
2016-04-16Merge "adb: add reconnect command."Yabin Cui
2016-04-13Merge changes Ibc8038b1,I1876ecd7,I57d70f8b am: 3e0eaa4Treehugger Robot
2016-04-13adb: after `adb root`, wait for the device in any state.Josh Gao
2016-04-13adb: add support for 'wait-for-any'.Josh Gao
2016-04-13adb: make 'wait-for-{recovery,sideload,bootloader} work.Josh Gao
2016-04-13adb: after `adb root`, wait for the device in any state.Josh Gao
2016-04-13adb: add support for 'wait-for-any'.Josh Gao
2016-04-13adb: make 'wait-for-{recovery,sideload,bootloader} work.Josh Gao
2016-04-13Implements 'adb bugreport <ZIP_FILE>'.Felipe Leme
2016-04-05adb: add reconnect command.Yabin Cui
2016-03-11Fix buffer overrun in adb wait-for-device.Elliott Hughes
2016-03-10Fix buffer overrun in adb wait-for-device.Elliott Hughes
2016-03-04adb: wait for restore to complete before returning.Josh Gao
2016-03-04adb: wait for adbd to die and respawn in root/unroot.Josh Gao