- 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
- bd85a18 Cleaned up some slot logic by Daniel Zheng · 2 years, 5 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, 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
- 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, 6 months ago
- 7df2ab9 Added Flashing Plan by Daniel Zheng · 2 years, 6 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, 1 month 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
- 671249a fastboot: fix --disable-verifiation error message by Bowgo Tsai · 4 years ago
- db14785 Merge "Remove --wipe-and-use-fbe option from fastboot" by Treehugger Robot · 4 years, 2 months ago
- 47770a1 Remove --wipe-and-use-fbe option from fastboot by Paul Crowley · 4 years, 2 months ago
- 96941a0 fastboot: document second parameter of 'fetch' by Pierre-Clément Tosi · 4 years, 2 months ago
- a48a783 fastboot: support vbmeta_vendor.img by Bowgo Tsai · 4 years, 2 months ago
- 173667b fastboot: Add a few missing fastboot commands from help by Luca Stefani · 4 years, 4 months ago
- d64b988 fastboot: use --force to bypass requirements by Andrew Chant · 4 years, 4 months ago
- 527cdd4 Merge "fastboot: Don't fail when unable to get boot partition size" by David Anderson · 4 years, 4 months ago
- ac4a136 fastboot: Refactor bootimg_utils.cpp:mkbootimg() by Yi-Yo Chiang · 4 years, 5 months ago
- a495be7 fastboot: Don't fail when unable to get boot partition size by Michael Bestas · 4 years, 9 months ago
- 4f898d4 Merge "fastboot driver: add virtual dtor to ImageSource." by Treehugger Robot · 4 years, 5 months ago
- 58532df fastboot driver: Disallow implicit conversion from unique_fd to int. by Yifan Hong · 4 years, 5 months ago
- e9f067b fastboot driver: Fix fd ownership. by Yifan Hong · 4 years, 5 months ago
- d2e8cb5 fastboot driver: add virtual dtor to ImageSource. by Yifan Hong · 4 years, 5 months ago
- f4c6ce4 fastboot driver: Avoid use after std::move() by Greg Kaiser · 4 years, 5 months ago
- e71fe24 fastboot driver: repack vendor boot ramdisk by Yifan Hong · 4 years, 6 months ago
- 6d7da63 fastboot driver: Allow colon in partition name when flashing by Yifan Hong · 4 years, 6 months ago
- bcd2770 fastboot driver: add fetch command in driver by Yifan Hong · 4 years, 6 months ago
- b10d067 fastboot driver: Fix ownership of fd in fastboot_buffer. by Yifan Hong · 4 years, 6 months ago
- 60de969 fastboot driver: fix message by Yifan Hong · 4 years, 6 months ago
- dae48ef fastboot: Bring back legacy A/B support by LuK1337 · 5 years ago
- be823d7 fastboot: Add pvmfw by Andrew Scull · 4 years, 7 months ago
- 638d05e fastboot: add casefold/projid/compress options by Jaegeuk Kim · 4 years, 9 months ago
- 4fd78ec Merge changes from topic "revert-1413808-modules_partition-UXSIXCGPHZ" by Yifan Hong · 5 years ago
- b407414 fastboot: switch to ZipEntry64. by Elliott Hughes · 5 years ago
- 0d4a688 Revert "fastboot: add modules partition" by Yifan Hong · 5 years ago
- 260b12b fastboot: add modules partition by Yifan Hong · 5 years ago
- be78bb6 fastboot: Add odm_dlkm by Yifan Hong · 5 years ago
- 6b1c15c fastboot: Add vendor_dlkm by Yifan Hong · 5 years ago
- 3af575b fastboot: copy AVB footer on boot image to end of partition by Steve Muckle · 5 years ago
- 2217c50 fastboot: don't print anything in Status() if the input is empty by Tom Cherry · 5 years ago
- 6a7ff58 Fix `fastboot flash-all` on Nexus 7. by Elliott Hughes · 5 years ago
- 4e058ca fastboot: Allow fastboot to asynchronously differentiate between fastboot and fastbootd. by David Anderson · 5 years ago
- 15303f2 fastboot: add support for v3 boot header format by Steve Muckle · 5 years ago
- 712c32b fastboot: Flashall does proper snapshot cancel by Yifan Hong · 6 years ago
- 220ddb1 fastbootd: Disallow certain operations during snapshot updates. by David Anderson · 6 years ago
- ab8f466 fastboot: Implement helper commands for Virtual A/B. by David Anderson · 6 years ago
- df6a780 Allow --disable-verification when top-level vbmeta is in 'boot' by Chin-Ting Kuo · 6 years ago
- fbb9535 fastboot: don't use sparse_file_import_auto() in load_buf_fd() by Tom Cherry · 6 years ago
- f60613b fastboot: preserve partition_type if wants_wipe=true by cfig · 6 years ago
- 3611243 fastboot: add vendor_boot to list of images by Steve Muckle · 6 years ago
- 5d0ac62 Rename product_services to system_ext by Justin Yun · 6 years ago
- 7c84b9f fastboot: add a wipe-super command. by David Anderson · 6 years ago
- b545055 Merge "Get max-download-size from device during fastbootd for flashall/update" by Treehugger Robot · 6 years ago
- 83d856e Get max-download-size from device during fastbootd for flashall/update by Hridya Valsaraju · 6 years ago
- b17bf52 libziparchive: report errors on over-long names. by Elliott Hughes · 6 years ago
- 744677a Merge "Open image files in binary mode" by Treehugger Robot · 6 years ago
- 1a6f6fe Open image files in binary mode by Hridya Valsaraju · 6 years ago
- b49d9e1 fastboot: Avoid extra std::string copies by Greg Kaiser · 6 years ago
- 3d782d5 fastboot: Fix "fastboot gsi". by David Anderson · 7 years ago
- 6c8fca6 Make 'fastboot boot' command support boot header version 2 by Hridya Valsaraju · 7 years ago
- 1d504e3 fastbootd: Add command to remove GSI installs by David Anderson · 7 years ago
- b81bc9e Merge "fastboot: Wait for reboot-fastboot to complete before signaling success." by David Anderson · 7 years ago
- 11d6d27 fastboot: Wait for reboot-fastboot to complete before signaling success. by David Anderson · 7 years ago
- 0047580 fastboot: Check if super_empty.img exists before reading it. by David Anderson · 7 years ago