aboutsummaryrefslogtreecommitdiffstats
path: root/adb/commandline.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | merge from open-source masterThe Android Open Source Project2010-04-201-2/+12
|\|
| * Add -l option to `adb sync`Anthony Newnam2010-04-191-2/+12
| * make "adb bugreport" run "bugreport" (which invokes "dumpstate"Dan Egnor2010-02-151-4/+2
| * Make adb pull use . as the target file directory if you don't supply one.Joe Onorato2010-02-151-3/+8
| * Add adb reboot-bootloader to match fastboot reboot-bootloader.Romain Guy2009-12-231-2/+6
| * adb: fix -d and -e options for "adb forward" command.Mike Lockwood2009-12-231-2/+6
* | Add missing newlines to adb usage messageBrian Carlstrom2010-03-011-2/+2
* | adb: do not mix printf() with write() when writing to stdout.Mike Lockwood2010-02-251-2/+2
* | adb: add -s option to adb install for installing apps on SD card.Mike Lockwood2010-02-191-4/+13
* | make "adb bugreport" run "bugreport" (which invokes "dumpstate"Dan Egnor2010-01-201-4/+2
* | Make adb pull use . as the target file directory if you don't supply one.Joe Onorato2010-01-051-3/+8
* | Add adb reboot-bootloader to match fastboot reboot-bootloader.Romain Guy2009-12-141-2/+6
* | am 3c0c6dca: am 64e99545: adb: fix -d and -e options for "adb forward" command.Mike Lockwood2009-11-281-2/+6
|\ \
| * \ am 64e99545: adb: fix -d and -e options for "adb forward" command.Mike Lockwood2009-11-281-2/+6
| |\ \ | | |/ | |/|
| | * adb: fix -d and -e options for "adb forward" command.Mike Lockwood2009-11-281-2/+6
* | | am ef063fe3: merge from open-source masterJean-Baptiste Queru2009-11-091-2/+2
|\| |
| * | Make get_my_path() saferAlexey Tarasov2009-10-221-2/+2
| * | adb: Add "adb disconnect" command for disconnecting TCP/IP devices.Mike Lockwood2009-10-131-2/+3
| * | Fix broken 'adb root' command.Xavier Ducrohet2009-08-261-1/+1
| * | adb: Improved support for running adb over TCP/IPMike Lockwood2009-08-261-28/+27
| * | adb: add "adb reboot" command.Mike Lockwood2009-08-261-0/+17
| * | Allow adb to use ANDORID_SERIAL env variable to specify the device to talk to.Nick Pelly2009-08-261-1/+4
| * | Fix typo in adb commandline helpKenny Root2009-06-081-1/+1
* | | am 96b6bf3e: am 8cf0d59f: adb: Add "adb disconnect" command for disconnecting...Mike Lockwood2009-10-131-2/+3
|\ \ \ | | |/ | |/|
| * | adb: Add "adb disconnect" command for disconnecting TCP/IP devices.Mike Lockwood2009-10-111-2/+3