summaryrefslogtreecommitdiffstats
path: root/fastboot/fastboot.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adding odm.img for `fastboot flashall`Bowgo Tsai2018-03-291-0/+1
* Adding product.img for `fastboot flashall`Bowgo Tsai2018-03-271-0/+1
* Fix fastboot memory corruption.Elliott Hughes2018-01-181-1/+4
* fastboot: show how long extraction takes.Elliott Hughes2017-11-101-7/+10
* Merge "fastboot: handle small flash block sizes correctly"Connor O'Brien2017-11-031-3/+2
|\
| * fastboot: handle small flash block sizes correctlyConnor O'Brien2017-11-021-3/+2
* | fastboot: Don't give parsing error for unsupported 'getvar erase-block-size'.Tao Bao2017-11-021-1/+1
|/
* fastboot should fail if it runs out of space while unzipping.Elliott Hughes2017-10-271-60/+37
* fastboot: bail out if failed to generate fs imageJin Qian2017-08-231-1/+1
* fastboot: Add --disable-verity and --disable-verification options.David Zeuthen2017-08-071-0/+58
* fastboot: use filename instead of fd to generate filesystem imageJin Qian2017-05-311-8/+11
* Fix "fastboot flashing".Elliott Hughes2017-05-151-4/+4
* fastboot: Add DTS partition support for 'flashall' commandDmitry Shmidt2017-05-151-0/+1
* Fix "fastboot oem".Elliott Hughes2017-05-111-5/+3
* Merge "Show the "platform tools" version in adb/fastboot --version."Treehugger Robot2017-05-101-1/+1
|\
| * Show the "platform tools" version in adb/fastboot --version.Elliott Hughes2017-05-091-1/+1
* | Make fastboot command-line parsing a bit more like adb.Elliott Hughes2017-05-091-229/+173
|/
* Merge "Clean up the partition name mapping in fastboot."Elliott Hughes2017-05-051-60/+35
|\
| * Clean up the partition name mapping in fastboot.Elliott Hughes2017-05-031-60/+35
* | Remove bogus _LARGEFILE_SOURCE.Elliott Hughes2017-05-031-2/+0
|/
* Add dtbo image support for device tree overlayYueyao Zhu2017-05-031-0/+3
* Merge changes I5b1a1ce0,I483a18f9Treehugger Robot2017-04-281-0/+21
|\
| * fastboot: Add 'get_staged' commandJocelyn Bohr2017-04-271-0/+8
| * fastboot: Add 'stage' commandJocelyn Bohr2017-04-261-0/+13
* | Make "fastboot update" respect $TMPDIR.Elliott Hughes2017-04-261-18/+35
|/
* fastboot: Support larger transfers during flashChris Fries2017-04-171-10/+23
* fastboot: Cap max size sent to libsparseChris Fries2017-04-141-1/+5
* Merge "Show install path in "adb --version" and "fastboot --version"."Elliott Hughes2017-04-041-0/+1
|\
| * Show install path in "adb --version" and "fastboot --version".Elliott Hughes2017-03-301-0/+1
* | Add vbmeta image support for verified bootVineeta Srivastava2017-03-311-0/+3
|/
* Move "fastboot oem" to std::string.Elliott Hughes2017-03-151-9/+6
* Fastboot: use flash erase & logical block size for building userdataConnor O'Brien2017-02-081-6/+37
* Fix a crash when parsing fastboot command-line argumentsPavlin Radoslavov2017-01-251-2/+1
* fastboot: add EDL mode supportAlexey Polyudov2017-01-241-1/+10
* 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-141-1/+3
* Move off std::sto* function which abort on failure.Elliott Hughes2016-10-131-3/+3
* Add fastboot --skip-reboot flagMitchell Wills2016-09-261-2/+9
* Add android::base::GetExecutablePath, switch adb and fastboot over.Elliott Hughes2016-09-011-1/+2
* 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
|\|