summaryrefslogtreecommitdiffstats
path: root/fastboot/fastboot.cpp
Commit message (Expand)AuthorAgeFilesLines
* resolve merge conflicts of 40eff95 to stage-aosp-masterDaniel Rosenberg2016-08-221-105/+271
|\
| * Add skip-secondary flagDaniel Rosenberg2016-08-191-39/+48
| * Switch fastboot to new A/B specDaniel Rosenberg2016-08-191-84/+113
| * Add Fastboot support for flashing secondary imagesAlex Light2016-08-191-53/+136
| * Handle invalid suffix listsDaniel Rosenberg2016-08-191-12/+37
| * Call set_active after flashall and updateDaniel Rosenberg2016-08-191-2/+27
* | Merge "fastboot: Don't leak file in error case"Greg Kaiser2016-08-121-0/+3
|\|
| * fastboot: Don't leak file in error caseGreg Kaiser2016-08-121-0/+3
* | Merge \"Fix clang-tidy performance warnings in syste/core.\"Chih-Hung Hsieh2016-08-011-2/+2
|\|
| * Fix clang-tidy performance warnings in syste/core.Chih-Hung Hsieh2016-08-011-2/+2
* | Merge \"Remove unnecessary ARRAY_SIZE macros.\"Elliott Hughes2016-06-291-4/+3
|\|
| * Remove unnecessary ARRAY_SIZE macros.Elliott Hughes2016-06-281-4/+3
* | Merge "Report errno more often in fastboot." am: 8c5384e50bElliott Hughes2016-05-111-21/+17
|\|
| * Report errno more often in fastboot.Elliott Hughes2016-05-111-21/+17
* | Merge "Use more std::string in fastboot." am: 17f3b1bad7Elliott Hughes2016-04-291-35/+32
|\|
| * Use more std::string in fastboot.Elliott Hughes2016-04-291-35/+32
* | Merge "fastboot: Minor fix to help text."Alex Deymo2016-03-251-2/+2
|\|
| * fastboot: Minor fix to help text.Alex Deymo2016-03-241-2/+2
* | Merge "fastboot: add UDP protocol."David Pursell2016-02-101-11/+32
|\|
| * fastboot: add UDP protocol.David Pursell2016-02-101-11/+32
* | Merge "fastboot: add TCP protocol." am: 80dc9d8584David Pursell2016-02-031-14/+54
|\|
| * fastboot: add TCP protocol.David Pursell2016-02-031-14/+54
* | Merge "fastboot: show progress when sending sparse images." am: 6a27196516Josh Gao2016-01-191-2/+13
|\|
| * fastboot: show progress when sending sparse images.Josh Gao2016-01-191-2/+13
* | Merge "fastboot: Add "--slot other"" am: 6bb8f752ecDaniel Rosenberg2016-01-061-5/+22
|\|
| * fastboot: Add "--slot other"Daniel Rosenberg2016-01-061-5/+22
* | Merge "fastboot: correct set_active behavior" am: 275d091441Daniel Rosenberg2016-01-061-3/+0
|\|
| * fastboot: correct set_active behaviorDaniel Rosenberg2016-01-051-3/+0
* | Merge "Share the new adb USB diagnostic code with fastboot." am: efd8c3289eElliott Hughes2015-12-141-6/+7
|\|
| * Share the new adb USB diagnostic code with fastboot.Elliott Hughes2015-12-141-6/+7
* | resolve merge conflicts of b940309ec7 to master.Daniel Rosenberg2015-12-091-5/+30
|\|
| * Merge "fastboot: Re-add set_active as a command."Daniel Rosenberg2015-12-101-5/+30
| |\
| | * fastboot: Re-add set_active as a command.Daniel Rosenberg2015-12-071-5/+30
* | | Merge "Track rename of base/ to android-base/." am: 912ed3d8ca am: e2a9563be1Elliott Hughes2015-12-071-4/+4
|\| |
| * | Track rename of base/ to android-base/.Elliott Hughes2015-12-041-4/+4
| |/
* / Add --wipe-and-use-fbe option to fastboot for FBE userdata marker.Paul Crowley2015-12-031-5/+90
|/
* fastboot: create Transport object (take 2).David Pursell2015-11-161-69/+75
* Merge "Revert "fastboot: create Transport object.""David Pursell2015-11-141-75/+69
|\
| * Revert "fastboot: create Transport object."David Pursell2015-11-141-75/+69
* | Merge "fastboot: create Transport object."David Pursell2015-11-131-69/+75
|\|
| * fastboot: create Transport object.David Pursell2015-11-131-69/+75
* | Fix fastboot to not add '-' before suffixDaniel Rosenberg2015-11-131-2/+2
|/
* Merge changes I8fb6b513,I6dd16245,I0c2753e2Daniel Rosenberg2015-11-121-30/+64
|\
| * Update fastboot help command with long optionsDaniel Rosenberg2015-11-111-3/+17
| * Changed set_active to be a flagDaniel Rosenberg2015-11-111-19/+39
| * Fix fastboot variable nameDaniel Rosenberg2015-11-111-9/+9
* | Cope with angler's whitespace-padded partition size reporting.Elliott Hughes2015-11-121-4/+5
|/
* Merge "Fastboot changes to support A/B partitioning"Daniel Rosenberg2015-11-061-35/+153
|\
| * Fastboot changes to support A/B partitioningDaniel Rosenberg2015-11-051-35/+153
* | Merge "Fix fastboot to cope with hammerhead\'s implicit hex."Elliott Hughes2015-11-031-1/+5
|\ \