summaryrefslogtreecommitdiffstats
path: root/fastboot
Commit message (Expand)AuthorAgeFilesLines
* Move "fastboot oem" to std::string.Elliott Hughes2017-03-151-9/+6
* Remove extraneous .clang-format filesTom Cherry2017-03-141-15/+1
* Fastboot: use flash erase & logical block size for building userdataConnor O'Brien2017-02-083-14/+49
* Merge "Revert "Get fastboot working on OS X""Elliott Hughes2017-02-031-11/+0
|\
| * Revert "Get fastboot working on OS X"Elliott Hughes2017-02-031-11/+0
* | Merge "fastboot: Workaround for touchbar hang on MBP 2016"Elliott Hughes2017-01-261-8/+0
|\ \
| * | fastboot: Workaround for touchbar hang on MBP 2016Keith Mok2017-01-261-8/+0
* | | Fix a crash when parsing fastboot command-line argumentsPavlin Radoslavov2017-01-251-2/+1
|/ /
* | fastboot: add EDL mode supportAlexey Polyudov2017-01-241-1/+10
* | Switch fastboot docs to markdown.Elliott Hughes2017-01-132-449/+453
* | Remove "_host" and "_static" suffix from libsparse definition.Alex Deymo2017-01-111-1/+1
* | Remove "_static" and "_host" suffix from libext4_utils.Alex Deymo2017-01-111-1/+1
* | fastboot: update getvar documentation.David Pursell2016-12-211-5/+12
* | fastboot: fix set_active for legacy A/B.David Pursell2016-12-151-0/+8
* | Switch fastboot/init/libprocessgroup to std::this_thread::sleep_for.Elliott Hughes2016-11-143-22/+20
* | Merge "Rely on the platform -std default."Treehugger Robot2016-10-141-1/+0
|\ \
| * | Rely on the platform -std default.Elliott Hughes2016-10-101-1/+0
* | | Move off std::sto* function which abort on failure.Elliott Hughes2016-10-131-3/+3
* | | Update the header path for ext4_utils.Tao Bao2016-10-092-2/+1
|/ /
* | Add fastboot --skip-reboot flagMitchell Wills2016-09-261-2/+9
* | Add android::base::GetExecutablePath, switch adb and fastboot over.Elliott Hughes2016-09-016-143/+5
* | Replace libziparchive-host with libziparchiveColin Cross2016-08-261-1/+1
* | 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-012-3/+3
|\| |
| * | Merge "Fix clang-tidy performance warnings in syste/core."Treehugger Robot2016-08-012-3/+3
| |\ \
| | * | Fix clang-tidy performance warnings in syste/core.Chih-Hung Hsieh2016-08-012-3/+3
* | | | Merge \"Fix google-explicit-constructor warnings in system/core.\"Chih-Hung Hsieh2016-07-291-1/+1
|\| | |
| * | | Fix google-explicit-constructor warnings in system/core.Chih-Hung Hsieh2016-07-261-1/+1
| |/ /
* | | Merge \"Remove unnecessary ARRAY_SIZE macros.\"Elliott Hughes2016-06-292-6/+3
|\| |
| * | Remove unnecessary ARRAY_SIZE macros.Elliott Hughes2016-06-282-6/+3
* | | Merge \"Fix misc-macro-parentheses warnings in system/core.\"Chih-Hung Hsieh2016-06-221-1/+1
|\| |
| * | Fix misc-macro-parentheses warnings in system/core.Chih-Hung Hsieh2016-06-221-1/+1
* | | 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 "Fix google-explicit-constructor warnings." am: 7bdd6a8b5aChih-hung Hsieh2016-04-304-4/+4
|\| |
| * | Merge "Fix google-explicit-constructor warnings."Chih-hung Hsieh2016-04-304-4/+4
| |\ \
| | * | Fix google-explicit-constructor warnings.Chih-Hung Hsieh2016-04-294-4/+4
* | | | Merge "Use more std::string in fastboot." am: 17f3b1bad7Elliott Hughes2016-04-297-93/+73
|\| | |
| * | | Use more std::string in fastboot.Elliott Hughes2016-04-297-93/+73
| |/ /
* | | Merge "GCC compiler warning fix for sprintf into snprintf" am: d2afbe4Elliott Hughes2016-04-251-11/+11
|\| |
| * | GCC compiler warning fix for sprintf into snprintfRaja M2016-04-241-11/+11
* | | 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