- eb21650 Merge "Adding force_flash functionality" into main by Keith Mok · 2 years ago
- 720007b Merge "Adding flag to flash only static partitions" into main by Daniel Zheng · 2 years ago
- 376b704 Adding force_flash functionality by Daniel Zheng · 2 years ago
- 6367e89 core: fastboot: Fix data not being wiped on do_update by Alexander Koskovich · 2 years ago
- b0f9c07 Merge "Adding include to functional" into main by Daniel Zheng · 2 years ago
- 750fe6a Adding include to functional by Daniel Zheng · 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
- 6acfe9b Turning on fastboot-info by Daniel Zheng · 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, 2 months 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, 2 months ago
- 3e04857 Changing name of flash super layout by Daniel Zheng · 2 years, 2 months ago
- ba07ef5 Change HardcodedFlash to add flashtasks by Daniel Zheng · 2 years, 2 months ago
- 5769b26 use FlashingPlan sparse_limit for testing by Daniel Zheng · 2 years, 2 months ago
- d62002c Add flag to disable super optimization by Daniel Zheng · 2 years, 2 months ago
- 59c22c3 Removing local image lookup from load_buf by Daniel Zheng · 2 years, 2 months ago
- 7f8fff0 Moving source class declaration by Daniel Zheng · 2 years, 2 months ago
- d1d5f5a fastboot: remove retries on invalid IO iterator in OSX by Roy Luo · 2 years, 2 months 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
- 1347d34 Merge "fastboot: Include header for ostream_iterator and istream_iterator" by David Anderson · 2 years, 2 months ago
- 929a665 Merge "fastboot: Introduce FASTBOOT_DEVICE alias for ANDROID_SERIAL environment variable" by Treehugger Robot · 2 years, 2 months ago
- 816480b fastboot: Include header for ostream_iterator and istream_iterator by Biswapriyo Nath · 2 years, 2 months ago
- 214f37c fastboot: Add header that declares std::function by Biswapriyo Nath · 2 years, 2 months ago
- 9d2fb9c fastboot: Introduce FASTBOOT_DEVICE alias for ANDROID_SERIAL environment variable by John Stultz · 2 years, 2 months ago
- 95303da Merge "Adding GetInfo method for tasks" by Daniel Zheng · 2 years, 2 months ago
- 665a460 Adding GetInfo method for tasks by Daniel Zheng · 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
- 3c962ee Merge changes Ib72f6a1c,I46d798fa by Daniel Zheng · 2 years, 2 months ago
- 997ce15 Update add resizetasks to work in update by Daniel Zheng · 2 years, 2 months ago
- 437fb0c Merge "Removing should_flash_in_userspace check" by Daniel Zheng · 2 years, 2 months ago
- 30e648b Keeping naming consistent by Daniel Zheng · 2 years, 3 months ago
- 2775df6 Removing should_flash_in_userspace check by Daniel Zheng · 2 years, 3 months ago
- 059954a Merge "Chang flash task to take in source" by Treehugger Robot · 2 years, 3 months ago
- 791a83b Chang flash task to take in source by Daniel Zheng · 2 years, 3 months ago
- 5efd906 Merge "Fixing constructors to match header files" by Daniel Zheng · 2 years, 3 months ago
- 5a9905a Fixing constructors to match header files by Daniel Zheng · 2 years, 3 months ago
- 32dcac7 Support ZSTD in userspace COW by Kelvin Zhang · 2 years, 6 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
- 0d2d631 Added Mock function call tests by Daniel Zheng · 2 years, 4 months ago
- 77af6af Removing {userspace} from reboot task' by Daniel Zheng · 2 years, 4 months ago
- 207c0a3 Updating Test Suite Names by Daniel Zheng · 2 years, 4 months ago
- 32dc6dd Adding correct task formed test by Daniel Zheng · 2 years, 4 months ago
- 935ee1f Added test for parsing bad input by Daniel Zheng · 2 years, 4 months ago
- 13af2f4 Merge "Added test for version check" by Daniel Zheng · 2 years, 4 months ago
- 0e25838 Merge "Adding Test for Parsing Flash Task" by Daniel Zheng · 2 years, 4 months ago
- 233a5a1 Merge "Added forward declaration for compilation" by Daniel Zheng · 2 years, 4 months ago
- 7d67d56 Merge "Pointed FlashingPlan to Interface" by Daniel Zheng · 2 years, 4 months ago
- 3ac1e55 Merge "Adding fastboot_driver interface + mock" by Daniel Zheng · 2 years, 4 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
- 68b84df Added test for version check by Daniel Zheng · 2 years, 4 months ago
- 76aa257 Adding Test for Parsing Flash Task by Daniel Zheng · 2 years, 4 months ago
- efca333 Added forward declaration for compilation by Daniel Zheng · 2 years, 4 months ago
- bf09c61 Pointed FlashingPlan to Interface by Daniel Zheng · 2 years, 4 months ago
- c9e869b Adding fastboot_driver interface + mock 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
- 37673f0 Merge "Fixing circular dependency" by Daniel Zheng · 2 years, 4 months ago
- 729c159 Merge "Moving logging include" by Daniel Zheng · 2 years, 4 months ago
- 0897526 Fixing circular dependency by Daniel Zheng · 2 years, 4 months ago
- 7627b54 Moving logging include by Daniel Zheng · 2 years, 4 months ago
- 0a78508 Merge "Cleaning up main code" by Daniel Zheng · 2 years, 4 months ago
- 8380060 Merge "Adding const to task constructors" 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
- e6dbd4f Adding const to task constructors by Daniel Zheng · 2 years, 4 months ago
- 1e6456b Cleaned up slot logic by Daniel Zheng · 2 years, 4 months ago
- b2fdbef Merge "Revert "Cleaned up some slot logic"" by Treehugger Robot · 2 years, 4 months ago
- 2a4a45f Revert "Cleaned up some slot logic" by Kelvin Zhang · 2 years, 4 months ago
- b16aba8 Merge "Cleaned up some slot logic" by Daniel Zheng · 2 years, 4 months ago
- 719caca Merge "Added some error logs to wipe" by Daniel Zheng · 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
- 4aa4733 Merge "Added check to copy AVB footer" by Daniel Zheng · 2 years, 4 months ago
- bd85a18 Cleaned up some slot logic by Daniel Zheng · 2 years, 5 months ago
- 6f213b2 Added some error logs to wipe by Daniel Zheng · 2 years, 4 months ago
- e33e8a8 Added check to copy AVB footer by Daniel Zheng · 2 years, 4 months ago
- 33ff88f Updated fuzz_config in Android.bp file by Ayushi Khopkar · 2 years, 5 months ago
- ecdbbbd Merge changes Ie68aed2f,Ic40696b3 by David Anderson · 2 years, 5 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
- f1ddba9 Updating FlashTask to require img-name 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
- 43987c9 Fixed parameter styling and minor error in tasks by Daniel Zheng · 2 years, 5 months ago
- aa70f4c Added support for Delete Task by Daniel Zheng · 2 years, 5 months ago