summaryrefslogtreecommitdiffstats
path: root/fastboot/fastboot.cpp
Commit message (Expand)AuthorAgeFilesLines
* Open image files in binary modeHridya Valsaraju2019-04-041-1/+1
* fastboot: Avoid extra std::string copiesGreg Kaiser2019-03-261-2/+2
* fastboot: Fix "fastboot gsi".David Anderson2019-01-291-4/+3
* Make 'fastboot boot' command support boot header version 2Hridya Valsaraju2019-01-251-7/+27
* fastbootd: Add command to remove GSI installsDavid Anderson2019-01-171-0/+11
* Merge "fastboot: Wait for reboot-fastboot to complete before signaling success."David Anderson2018-12-081-5/+5
|\
| * fastboot: Wait for reboot-fastboot to complete before signaling success.David Anderson2018-12-071-5/+5
* | fastboot: Check if super_empty.img exists before reading it.David Anderson2018-12-041-1/+1
|/
* fastboot: Delete logical "other" partitions on retrofit devices.David Anderson2018-11-281-0/+23
* Merge changes Ic4e1a1de,Icfceaa46Treehugger Robot2018-11-281-10/+8
|\
| * fastboot: propagate error for format commandMark Salyzyn2018-11-271-10/+8
* | fastboot: do not die if ANDROID_PRODUCT_OUT undefinedDavid Anderson2018-11-281-1/+12
|/
* fastboot: Warn when flashing dynamic partitions in the bootloader.David Anderson2018-11-201-0/+41
* switch to using android-base/file.h instead of android-base/test_utils.hMark Salyzyn2018-11-141-1/+0
* fastboot: Query the name of the super partition.David Anderson2018-11-061-25/+7
* fastboot: Fix flashing both slots with dynamic partitions.David Anderson2018-11-061-7/+10
* Merge "More Mac build fixes."Yuchao Zhou2018-10-261-1/+1
|\
| * More Mac build fixes.Elliott Hughes2018-10-261-1/+1
* | Merge "fastboot: Resize logical partitions when using the flash command."David Anderson2018-10-261-5/+8
|\ \ | |/ |/|
| * fastboot: Resize logical partitions when using the flash command.David Anderson2018-10-251-5/+8
* | Merge "fastboot: Check that reboot to userspace succeeded."Treehugger Robot2018-10-251-0/+3
|\|
| * fastboot: Check that reboot to userspace succeeded.David Anderson2018-10-251-0/+3
* | libbase: add O_CLOEXEC to <android-base/file.h>.Elliott Hughes2018-10-241-4/+0
* | Add a simple MappedFile to libbase and switch fastboot and libziparchive over.Elliott Hughes2018-10-231-2/+2
|/
* Merge "fastboot: use constants.h values"Treehugger Robot2018-10-181-15/+16
|\
| * fastboot: use constants.h valuesMark Salyzyn2018-10-181-15/+16
* | Rename vbmeta_mainline to vbmeta_system.David Anderson2018-10-151-4/+4
|/
* fastboot: remove engine.cpp/engine.hTom Cherry2018-09-251-78/+122
* fastboot: clean up CheckRequirementsTom Cherry2018-09-211-91/+124
* Use vector<char> instead of char* and malloc() for imagesTom Cherry2018-09-201-90/+74
* fastboot: Add vbmeta_mainline to the partition list.David Anderson2018-09-171-0/+5
* fastboot: remove command queueTom Cherry2018-09-051-49/+43
* fastbootd: Fix transport ownership.David Anderson2018-09-041-0/+4
* Merge "Convert fastboot to Soong"Dan Willemsen2018-08-301-1/+3
|\
| * Convert fastboot to SoongDan Willemsen2018-08-301-1/+3
* | fastboot: Use a single codepath for flashall and update.David Anderson2018-08-291-176/+186
|/
* fastboot: Clean up the image array a bit.David Anderson2018-08-281-37/+31
* fastboot: Flash boot partitions before rebooting to fastbootd.David Anderson2018-08-281-42/+60
* fastboot: Automatically reboot to userspace fastboot.David Anderson2018-08-281-6/+13
* fastboot: allow automatic detection of super locationMark Salyzyn2018-08-241-13/+16
* Merge changes from topic "fastbootd-flashall"Treehugger Robot2018-08-231-12/+82
|\
| * fastbootd: Support flashall with logical partitions.David Anderson2018-08-231-12/+82
* | s/product-services/product_services/gDario Freni2018-08-201-3/+3
|/
* fastbootd: Add commands for logical partitions.David Anderson2018-08-091-0/+11
* fastboot: Fix product-services typoDavid Anderson2018-08-071-1/+1
* Merge "Allow existance of partition to be checked before flashall or update"Treehugger Robot2018-08-071-16/+46
|\
| * Allow existance of partition to be checked before flashall or updateHridya Valsaraju2018-08-061-16/+46
* | Merge "Add fastbootd."Treehugger Robot2018-08-071-0/+18
|\ \ | |/ |/|
| * Add fastbootd.Hridya Valsaraju2018-08-021-0/+18
* | Merge "Flash super partition with fastboot flashall"Treehugger Robot2018-08-011-0/+1
|\ \