- e20438f fastboot: fix network connected device status by Dmitrii Merkurev · 1 year, 8 months ago
- 0bc02bf fastboot: Fix flashing failure when a sparse image has an avb footer. by David Anderson · 1 year, 10 months ago
- 3e9b88d Removing is_retrofit code path by Daniel Zheng · 1 year, 10 months ago
- 9dabc9e Change source to be a unique_ptr. by Christopher Ferris · 1 year, 10 months ago
- 7a8f82a should_flash_in_userspace signature change by Daniel Zheng · 1 year, 11 months ago
- 5cbcdfa is_retrofit_device to work in bootloader by Daniel Zheng · 1 year, 11 months ago
- 8aba6d0 Removing headers + using string by Daniel Zheng · 1 year, 11 months ago
- 2e6aee5 Removing double delete from flashall by Daniel Zheng · 1 year, 11 months ago
- 7d8ac7f Merge "Adding testing for optimized flash super" into main by Daniel Zheng · 1 year, 11 months ago
- 6205123 Merge "Add a fastboot command to show GSI status" into main by Chun-Wei Wang · 1 year, 11 months ago
- 671a2a5 Add a fastboot command to show GSI status by Chun-Wei Wang · 1 year, 11 months ago
- f667b6d Merge "fastboot: get rid of manual transport memory management" into main by Dmitrii Merkurev · 1 year, 11 months ago
- 0b627d9 fastboot: get rid of manual transport memory management by Dmitrii Merkurev · 1 year, 11 months ago
- 1fff690 Adding testing for optimized flash super by Daniel Zheng · 2 years ago
- 1ef66b7 Fixing optimization logic by Daniel Zheng · 2 years ago
- 720007b Merge "Adding flag to flash only static partitions" into main by Daniel Zheng · 2 years ago
- 6367e89 core: fastboot: Fix data not being wiped on do_update by Alexander Koskovich · 2 years ago
- cbda2c0 Adding flag to flash only static partitions by Daniel Zheng · 2 years, 1 month ago
- f161ee2 Merge "Adding documentation" into main by Daniel Zheng · 2 years, 1 month ago
- 658182b Adding documentation by Daniel Zheng · 2 years, 1 month ago
- 1c77579 Merge "Look for radio.img and bootloader.img in ANDROID_PRODUCT_OUT" into main by Treehugger Robot · 2 years, 1 month ago
- 556c46b Look for radio.img and bootloader.img in ANDROID_PRODUCT_OUT by Paul Lawrence · 2 years, 1 month ago
- 63dfeaa Adding flag to disable fastboot_info by Daniel Zheng · 2 years, 1 month ago
- eabfe27 Fastboot-info testing by Daniel Zheng · 2 years, 1 month ago
- 59589d4 Asserting flashing plan is used in do_flash by Daniel Zheng · 2 years, 1 month ago
- a0d2401 Mocking get_uint_var() by Daniel Zheng · 2 years, 1 month ago
- c97eeed Adding parsing for fastboot-info by Daniel Zheng · 2 years, 1 month ago
- 3e04857 Changing name of flash super layout by Daniel Zheng · 2 years, 1 month ago
- ba07ef5 Change HardcodedFlash to add flashtasks by Daniel Zheng · 2 years, 1 month ago
- 5769b26 use FlashingPlan sparse_limit for testing by Daniel Zheng · 2 years, 1 month ago
- d62002c Add flag to disable super optimization by Daniel Zheng · 2 years, 1 month ago
- 59c22c3 Removing local image lookup from load_buf by Daniel Zheng · 2 years, 1 month ago
- 7f8fff0 Moving source class declaration by Daniel Zheng · 2 years, 1 month ago
- 18c5319 Merge "Removing duplicate CollectImages()" by Treehugger Robot · 2 years, 2 months ago
- 3dc7fcc Removing duplicate CollectImages() by Daniel Zheng · 2 years, 2 months ago
- 9d2fb9c fastboot: Introduce FASTBOOT_DEVICE alias for ANDROID_SERIAL environment variable by John Stultz · 2 years, 2 months ago
- 819a352 Merge "Adding in wipe tasks before other tasks run." by Daniel Zheng · 2 years, 2 months ago
- 303fb49 Adding in wipe tasks before other tasks run. by Daniel Zheng · 2 years, 2 months ago
- 6c008ff Avoid creating a storage folder for fastboot devices command by Dmitrii Merkurev · 2 years, 2 months ago
- 2a56592 Reverting code to old flashing code by Daniel Zheng · 2 years, 2 months ago
- 997ce15 Update add resizetasks to work in update by Daniel Zheng · 2 years, 2 months ago
- 30e648b Keeping naming consistent by Daniel Zheng · 2 years, 2 months ago
- 791a83b Chang flash task to take in source by Daniel Zheng · 2 years, 2 months ago
- d441d52 Fail on fastboot-info.txt format error by Daniel Zheng · 2 years, 3 months ago
- 451e46f Adding fastboot-info version to host tool by Daniel Zheng · 2 years, 3 months ago
- 630f29e Updating fastboot-info version check by Daniel Zheng · 2 years, 3 months ago
- 39b1de9 Merge "Moving FlashallTool Definition" by Daniel Zheng · 2 years, 4 months ago
- b7d14fa Merge "Changing flashall to parse fastboot-info.txt" by Daniel Zheng · 2 years, 4 months ago
- 65eb246 Moving FlashallTool Definition by Daniel Zheng · 2 years, 4 months ago
- 29a211c Changing flashall to parse fastboot-info.txt by Daniel Zheng · 2 years, 5 months ago
- 0a78508 Merge "Cleaning up main code" by Daniel Zheng · 2 years, 4 months ago
- 23631b9 Merge "Cleaned up slot logic" by Daniel Zheng · 2 years, 4 months ago
- dddb5fa Merge "Correcting Reboot Task Functionality" by Daniel Zheng · 2 years, 4 months ago
- 1e6456b Cleaned up slot logic by Daniel Zheng · 2 years, 4 months ago
- 2a4a45f Revert "Cleaned up some slot logic" by Kelvin Zhang · 2 years, 4 months ago
- 76c9343 Cleaning up main code by Daniel Zheng · 2 years, 5 months ago
- 1418fb8 Correcting Reboot Task Functionality by Daniel Zheng · 2 years, 5 months ago
- bd85a18 Cleaned up some slot logic by Daniel Zheng · 2 years, 4 months ago
- e33e8a8 Added check to copy AVB footer by Daniel Zheng · 2 years, 4 months ago
- ecdbbbd Merge changes Ie68aed2f,Ic40696b3 by David Anderson · 2 years, 4 months ago
- 74c7807 fastboot: Handle libsparse failures better. by David Anderson · 2 years, 5 months ago
- 0bf3b71 Updating Flashall to work off tasks by Daniel Zheng · 2 years, 6 months ago
- 85c0f3e Updated location of initialization by Daniel Zheng · 2 years, 5 months ago
- 980985a Removed hardcoded check to copy AVB Footer by Daniel Zheng · 2 years, 5 months ago
- 403657d Changing FlashTask to take in apply_vbmeta by Daniel Zheng · 2 years, 5 months ago
- 15e7783 Added support for Wipe Task by Daniel Zheng · 2 years, 5 months ago
- aa70f4c Added support for Delete Task by Daniel Zheng · 2 years, 5 months ago
- 9f7bf7e Added support for Resize Task by Daniel Zheng · 2 years, 5 months ago
- 6bb8baa Added support for Update Super Task by Daniel Zheng · 2 years, 5 months ago
- 47d70a5 Added support for FlashSuperLayoutTask by Daniel Zheng · 2 years, 6 months ago
- 48b39ba Merge "fastboot: Introduce ParseNetworkSerial unit tests" by Dmitrii Merkurev · 2 years, 5 months ago
- 78a0f7f Merge "Changed FlashTask and RebootTask to take in FlashingPlan" by Daniel Zheng · 2 years, 5 months ago
- f8da682 Merge "Added Flashing Plan" by Daniel Zheng · 2 years, 5 months ago
- bc01da5 Changed FlashTask and RebootTask to take in FlashingPlan by Daniel Zheng · 2 years, 5 months ago
- 7df2ab9 Added Flashing Plan by Daniel Zheng · 2 years, 5 months ago
- cdbfa7a fastboot: Introduce ParseNetworkSerial unit tests by Dmitrii Merkurev · 2 years, 5 months ago
- 396b107 Merge "fastboot: Fix IPv6 connect and -s host parsing" by Treehugger Robot · 2 years, 5 months ago
- 4785554 fastboot: Fix IPv6 connect and -s host parsing by Dmitrii Merkurev · 2 years, 5 months ago
- 71b3b43 Added support for reboot task by Daniel Zheng · 2 years, 6 months ago
- 96ea7b9 Merge "fastboot: Follow fastboot pattern to show network-connected device status" by Dmitrii Merkurev · 2 years, 6 months ago
- c48cd9f fastboot: Follow fastboot pattern to show network-connected device status by Dmitrii Merkurev · 2 years, 6 months ago
- 368a908 Merge "Fastboot: Add new TEXT message to protocol to handle long lines." by Treehugger Robot · 2 years, 6 months ago
- 99097cc Fastboot: Add new TEXT message to protocol to handle long lines. by Raphael Herouart · 2 years, 7 months ago
- 0d30718 Added support for flash task by Daniel Zheng · 2 years, 6 months ago
- 0ee285a fastboot: Introduce connect / disconnect for network-connected devices by Dmitrii Merkurev · 2 years, 6 months ago
- 1a01a1c Created new Task.h file to contain task classes. by Daniel Zheng · 2 years, 6 months ago
- 667b1ef fastboot: Avoid reboots to userspace when using flashall/update. by David Anderson · 2 years, 6 months ago
- aa87dc5 fastboot: Move some helpers into util.h/.cpp. by David Anderson · 2 years, 6 months ago
- a67fc32 fastboot: Allow using LOG(). by David Anderson · 2 years, 6 months ago
- a1c983e fastboot: Use RAII for sparse_file objects. by David Anderson · 2 years, 6 months ago
- acb4952 fastboot: Copy AVB footer from recovery.img to the end of the partition by Isaac J. Manjarres · 2 years, 7 months ago
- 65452d0 Updating fastboot to modern c++ standards by Daniel Zheng · 2 years, 8 months ago
- 5d72d6c Remove unused execution paths when formatting by Thiébaud Weksteen · 3 years ago
- f0fb5dd fastboot: Add vendor_kernel_boot by Lucas Wei · 3 years, 4 months ago
- ff9cfac Allow disabling AVB on special vbmeta partitions by Paweł Grabas · 4 years, 5 months ago
- 60bd33f fastboot: make init_boot.img optional by Devin Moore · 3 years, 7 months ago
- cb5098f fastboot: make copy_boot_avb_footer more generic by Devin Moore · 3 years, 7 months ago
- 1af1202 fastboot: copy AVB footer from init_boot.img to end of partition by Devin Moore · 3 years, 7 months ago
- dd1eb87 fastboot: Support flashing init_boot.img into init_boot partition by Devin Moore · 3 years, 7 months ago
- b3ddb53 fastboot: Add system_dlkm flashing support by Ramji Jiyani · 3 years, 8 months ago