- 935ee1f Added test for parsing bad input by Daniel Zheng · 2 years ago
- 13af2f4 Merge "Added test for version check" by Daniel Zheng · 2 years ago
- 0e25838 Merge "Adding Test for Parsing Flash Task" by Daniel Zheng · 2 years ago
- 233a5a1 Merge "Added forward declaration for compilation" by Daniel Zheng · 2 years ago
- 7d67d56 Merge "Pointed FlashingPlan to Interface" by Daniel Zheng · 2 years ago
- 3ac1e55 Merge "Adding fastboot_driver interface + mock" by Daniel Zheng · 2 years ago
- 39b1de9 Merge "Moving FlashallTool Definition" by Daniel Zheng · 2 years ago
- b7d14fa Merge "Changing flashall to parse fastboot-info.txt" by Daniel Zheng · 2 years ago
- 68b84df Added test for version check by Daniel Zheng · 2 years ago
- 76aa257 Adding Test for Parsing Flash Task by Daniel Zheng · 2 years ago
- efca333 Added forward declaration for compilation by Daniel Zheng · 2 years ago
- bf09c61 Pointed FlashingPlan to Interface by Daniel Zheng · 2 years ago
- c9e869b Adding fastboot_driver interface + mock by Daniel Zheng · 2 years ago
- 65eb246 Moving FlashallTool Definition by Daniel Zheng · 2 years ago
- 29a211c Changing flashall to parse fastboot-info.txt by Daniel Zheng · 2 years ago
- 37673f0 Merge "Fixing circular dependency" by Daniel Zheng · 2 years ago
- 729c159 Merge "Moving logging include" by Daniel Zheng · 2 years ago
- 0897526 Fixing circular dependency by Daniel Zheng · 2 years ago
- 7627b54 Moving logging include by Daniel Zheng · 2 years ago
- 0a78508 Merge "Cleaning up main code" by Daniel Zheng · 2 years ago
- 8380060 Merge "Adding const to task constructors" by Daniel Zheng · 2 years ago
- 23631b9 Merge "Cleaned up slot logic" by Daniel Zheng · 2 years ago
- dddb5fa Merge "Correcting Reboot Task Functionality" by Daniel Zheng · 2 years ago
- e6dbd4f Adding const to task constructors by Daniel Zheng · 2 years ago
- 1e6456b Cleaned up slot logic by Daniel Zheng · 2 years ago
- b2fdbef Merge "Revert "Cleaned up some slot logic"" by Treehugger Robot · 2 years ago
- 2a4a45f Revert "Cleaned up some slot logic" by Kelvin Zhang · 2 years ago
- b16aba8 Merge "Cleaned up some slot logic" by Daniel Zheng · 2 years ago
- 719caca Merge "Added some error logs to wipe" by Daniel Zheng · 2 years ago
- 76c9343 Cleaning up main code by Daniel Zheng · 2 years ago
- 1418fb8 Correcting Reboot Task Functionality by Daniel Zheng · 2 years ago
- 4aa4733 Merge "Added check to copy AVB footer" by Daniel Zheng · 2 years ago
- bd85a18 Cleaned up some slot logic by Daniel Zheng · 2 years ago
- 6f213b2 Added some error logs to wipe by Daniel Zheng · 2 years ago
- e33e8a8 Added check to copy AVB footer by Daniel Zheng · 2 years ago
- 33ff88f Updated fuzz_config in Android.bp file by Ayushi Khopkar · 2 years ago
- ecdbbbd Merge changes Ie68aed2f,Ic40696b3 by David Anderson · 2 years ago
- 74c7807 fastboot: Handle libsparse failures better. by David Anderson · 2 years ago
- 0bf3b71 Updating Flashall to work off tasks by Daniel Zheng · 2 years ago
- 85c0f3e Updated location of initialization by Daniel Zheng · 2 years ago
- f1ddba9 Updating FlashTask to require img-name by Daniel Zheng · 2 years ago
- 980985a Removed hardcoded check to copy AVB Footer by Daniel Zheng · 2 years ago
- 403657d Changing FlashTask to take in apply_vbmeta by Daniel Zheng · 2 years ago
- 15e7783 Added support for Wipe Task by Daniel Zheng · 2 years ago
- 43987c9 Fixed parameter styling and minor error in tasks by Daniel Zheng · 2 years, 1 month ago
- aa70f4c Added support for Delete Task by Daniel Zheng · 2 years, 1 month ago
- 9f7bf7e Added support for Resize Task by Daniel Zheng · 2 years, 1 month ago
- 6bb8baa Added support for Update Super Task by Daniel Zheng · 2 years, 1 month ago
- 47d70a5 Added support for FlashSuperLayoutTask by Daniel Zheng · 2 years, 1 month ago
- 48b39ba Merge "fastboot: Introduce ParseNetworkSerial unit tests" by Dmitrii Merkurev · 2 years, 1 month ago
- 78a0f7f Merge "Changed FlashTask and RebootTask to take in FlashingPlan" by Daniel Zheng · 2 years, 1 month ago
- f8da682 Merge "Added Flashing Plan" by Daniel Zheng · 2 years, 1 month ago
- bc01da5 Changed FlashTask and RebootTask to take in FlashingPlan by Daniel Zheng · 2 years, 1 month ago
- 7df2ab9 Added Flashing Plan by Daniel Zheng · 2 years, 1 month ago
- cdbfa7a fastboot: Introduce ParseNetworkSerial unit tests by Dmitrii Merkurev · 2 years, 1 month ago
- 95c90c6 fastboot: Fix fastboot_vendor_boot_img_utils_test mac os compilation by Dmitrii Merkurev · 2 years, 1 month ago
- 396b107 Merge "fastboot: Fix IPv6 connect and -s host parsing" by Treehugger Robot · 2 years, 1 month ago
- 4785554 fastboot: Fix IPv6 connect and -s host parsing by Dmitrii Merkurev · 2 years, 1 month ago
- 71b3b43 Added support for reboot task by Daniel Zheng · 2 years, 1 month ago
- 45380e4 Merge "fastboot: Use copy constructor to copy fastboot match callback" by Dmitrii Merkurev · 2 years, 1 month ago
- 96ea7b9 Merge "fastboot: Follow fastboot pattern to show network-connected device status" by Dmitrii Merkurev · 2 years, 1 month ago
- c48cd9f fastboot: Follow fastboot pattern to show network-connected device status by Dmitrii Merkurev · 2 years, 1 month ago
- b5b8276 fastboot: Use copy constructor to copy fastboot match callback by Dmitrii Merkurev · 2 years, 1 month ago
- 368a908 Merge "Fastboot: Add new TEXT message to protocol to handle long lines." by Treehugger Robot · 2 years, 1 month ago
- 99097cc Fastboot: Add new TEXT message to protocol to handle long lines. by Raphael Herouart · 2 years, 1 month ago
- 2d6c30d Merge "fastboot: Add a mock transport and some driver tests." by David Anderson · 2 years, 1 month ago
- e6d8dd3 fastboot: Add a mock transport and some driver tests. by David Anderson · 2 years, 1 month ago
- 6c5b6a87 Merge "fastboot: Add a test for super_flash_helper." by David Anderson · 2 years, 1 month ago
- ada8718 fastboot: Add a test for super_flash_helper. by David Anderson · 2 years, 1 month ago
- 0d30718 Added support for flash task by Daniel Zheng · 2 years, 1 month ago
- 77f4cb4 Merge "fastboot: Introduce connect / disconnect for network-connected devices" by Treehugger Robot · 2 years, 1 month ago
- 0ee285a fastboot: Introduce connect / disconnect for network-connected devices by Dmitrii Merkurev · 2 years, 1 month ago
- 4dd1ac9 Merge "fastboot: Introduce network-connected devices storage" by Dmitrii Merkurev · 2 years, 1 month ago
- ee065fe Merge "Fastboot: Use AServiceManager_waitForService instead of AServiceManager_getService" by Sandeep Dhavale · 2 years, 2 months ago
- d45181f Merge "fastboot: Add fastboot_test to TEST_MAPPING." by David Anderson · 2 years, 2 months ago
- 9129717 fastboot: Introduce network-connected devices storage by Dmitrii Merkurev · 2 years, 2 months ago
- 86e869a fastboot: Add fastboot_test to TEST_MAPPING. by David Anderson · 2 years, 2 months ago
- 166efb1 Merge "Created new Task.h file to contain task classes." by Daniel Zheng · 2 years, 2 months ago
- 1a01a1c Created new Task.h file to contain task classes. by Daniel Zheng · 2 years, 2 months ago
- 3f061f9 fastboot: Fix missing endian header in fastboot_driver.h to avoid header confusion by John Stultz · 2 years, 2 months ago
- 667b1ef fastboot: Avoid reboots to userspace when using flashall/update. by David Anderson · 2 years, 2 months ago
- aa87dc5 fastboot: Move some helpers into util.h/.cpp. by David Anderson · 2 years, 2 months ago
- a67fc32 fastboot: Allow using LOG(). by David Anderson · 2 years, 2 months ago
- a1c983e fastboot: Use RAII for sparse_file objects. by David Anderson · 2 years, 2 months ago
- 0635794 fastboot: Update health AIDL HAL to V2 by Jack Wu · 2 years, 2 months ago
- acb4952 fastboot: Copy AVB footer from recovery.img to the end of the partition by Isaac J. Manjarres · 2 years, 2 months ago
- dce1371 Zero-length packet send bug resolution for fastboot. by Shaju Mathew · 2 years, 2 months ago
- 63928c3 Fastboot: Use AServiceManager_waitForService instead of AServiceManager_getService by Sandeep Dhavale · 2 years, 4 months ago
- 14000f1 Merge "Updating fastboot to modern c++ standards" by Daniel Zheng · 2 years, 4 months ago
- c76bc32 Fix "Attempt to delete released memory" warning. by Chih-Hung Hsieh · 2 years, 4 months ago
- 65452d0 Updating fastboot to modern c++ standards by Daniel Zheng · 2 years, 4 months ago
- 38b68c6 fastbootd: Add getvar is-force-debuggable by Yi-Yo Chiang · 2 years, 4 months ago
- 2534d48 Fastbootd: Use Fastboot AIDL with the help of fastbootshim for legacy fastboot HAL by Sandeep Dhavale · 2 years, 5 months ago
- 460f70b Merge "Adding target (sdk-repo-platform-tools) that is used by gmac(sdk_mac) build." by Treehugger Robot · 2 years, 6 months ago
- 6c27f23 Adding target (sdk-repo-platform-tools) that is used by gmac(sdk_mac) build. by Shaju Mathew · 2 years, 6 months ago
- 4c3c526 [MTE] Reset MTE state for userdata wipe in fastbootd by Florian Mayer · 2 years, 6 months ago
- a67092a Merge "Updates the FB_COMMAND_SIZE from 64 to the linux max value of 4096 and updates the relevant unit tests." by Treehugger Robot · 2 years, 6 months ago
- e21b7a5 Port ADB's new handling of the USB packet ClearFeature(HALT) to Fastboot. by Nicolas Gagnon · 2 years, 6 months ago
- 7518e8b Updates the FB_COMMAND_SIZE from 64 to the linux max value of 4096 and by Bradley Furman · 2 years, 6 months ago
- 682e5b5 Add io_uring support to fastboot by Kelvin Zhang · 2 years, 8 months ago