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