summaryrefslogtreecommitdiffstats
path: root/adb/commandline.c
Commit message (Expand)AuthorAgeFilesLines
* Added transfer progress reporting for push and pull commands.Mark Lindner2014-03-111-12/+50
* Improve some adb error loggingBrian Carlstrom2013-10-271-1/+1
* DO NOT MERGE - Document new -obb flag for adb backupChristopher Tate2013-03-081-1/+4
* Fix issues where the filename is referred to as 'sideload'Magnus Eriksson2013-03-051-4/+4
* Support adb client connect to remote serverMatt Gumbel2013-01-041-2/+42
* adb: Improve ADB's forward redirection management.David 'Digit' Turner2012-11-261-5/+82
* am 42900c30: am 0874aa0e: Merge "adb: Pick desired product value from command...Jean-Baptiste Queru2012-08-201-1/+1
|\
| * Merge "adb: Pick desired product value from command line it follows -p"Jean-Baptiste Queru2012-08-201-1/+1
| |\
| | * adb: Pick desired product value from command line it follows -pVairavan Srinivasan2012-08-041-1/+1
* | | am 2ca3e6b3: adb: Generalizing -s to take qualifiers.Scott Anderson2012-06-051-2/+2
|\ \ \
| * | | adb: Generalizing -s to take qualifiers.Scott Anderson2012-06-051-2/+2
* | | | am 9526a788: Merge "adb: Add ability to specify device path" into ics-aahScott Anderson2012-05-011-5/+17
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | adb: Add ability to specify device pathScott Anderson2012-04-201-5/+17
| |/
* | Add encryption parameters to adb installAnonymous Coward2012-04-271-2/+14
* | Make sure "adb install" work is cleaned after errorKenny Root2012-03-261-2/+2
* | add "adb sideload" and sideload connection stateDoug Zongker2012-01-101-0/+86
* | Tell the user to unlock/confirm backup & restore operationsChristopher Tate2012-01-061-0/+2
* | am 650307df: am b1dfffe6: Fix \'adb backup\' on WindowsChristopher Tate2011-12-121-2/+24
|\ \ | |/
| * Fix 'adb backup' on WindowsChristopher Tate2011-12-091-2/+24
* | Tweak logcat parametersChristopher Tate2011-12-071-1/+5
|/
* Add command line help for the new 'adb backup -all -nosystem'Christopher Tate2011-10-031-5/+9
* Skip argument when parsing adb installKenny Root2011-09-231-2/+5
* Fix 'adb backup' command line validationChristopher Tate2011-08-221-3/+3
* Merge "Add install arg for verification"Kenny Root2011-08-161-28/+90
|\
| * Add install arg for verificationKenny Root2011-08-061-28/+90
* | Change default backup filename and terminologyChristopher Tate2011-08-091-5/+5
|/
* Tidy up the end-of-data handling in backupChristopher Tate2011-06-201-3/+9
* Make 'adb backup' -f handling more bulletproof and more flexibleChristopher Tate2011-06-011-7/+23
* Add 'adb restore' to parallel 'adb backup'Christopher Tate2011-05-171-0/+33
* Merge "Add 'adb backup' for pulling a full backup tarfile to the host"Christopher Tate2011-05-111-0/+75
|\
| * Add 'adb backup' for pulling a full backup tarfile to the hostChristopher Tate2011-04-271-0/+75
* | am 81ce51da: am 55537c34: am 2f7995ee: Merge "adb: fix typo in helptext"Mike Lockwood2011-04-261-1/+1
|\ \ | |/ |/|
| * adb: fix typo in helptextBernhard Reutner-Fischer2011-04-261-1/+1
| * adb: Fix command-line parser.David 'Digit' Turner2011-02-031-2/+5
| * Support an additional alias for 'adb shell.'Daniel Sandler2011-02-031-2/+18
* | adb: fix subprocess exit handling, oom adjust fixes, extra debugging.JP Abgrall2011-03-281-11/+9
* | Revert "Fix adb hang when subprocess dies early."JP Abgrall2011-02-231-9/+0
* | Fix adb hang when subprocess dies early.JP Abgrall2011-02-181-0/+9
* | adb: Fix command-line parser.David 'Digit' Turner2011-01-311-2/+5
* | Support an additional alias for 'adb shell.'Daniel Sandler2010-08-191-2/+18
|/
* merge from open-source masterThe Android Open Source Project2010-06-031-5/+29
|\
| * adb connect and disconnect improvements:Mike Lockwood2010-06-021-5/+29
* | merge from open-source masterThe Android Open Source Project2010-06-021-103/+19
|\ \ | |/
| * adb: remove obsolete shell history support.Mike Lockwood2010-05-251-103/+19
* | merge from open-source masterThe Android Open Source Project2010-05-031-0/+6
|\ \ | |/
| * Add documentation for some adb environmental variables.Tim2010-04-291-0/+6
* | merge from open-source masterThe Android Open Source Project2010-04-281-6/+21
|\ \ | |/
| * Make adb's daemon-port on the host machine configurable.Stefan Hilzinger2010-04-281-6/+21
| * Add missing newlines to adb usage messageBrian Carlstrom2010-04-281-2/+2
| * adb: do not mix printf() with write() when writing to stdout.Mike Lockwood2010-04-281-2/+2