1. e20438f fastboot: fix network connected device status by Dmitrii Merkurev · 1 year, 9 months ago
  2. bdf0b1b Create integration test for fastboot CLI by William Hester · 1 year, 10 months ago
  3. 0bc02bf fastboot: Fix flashing failure when a sparse image has an avb footer. by David Anderson · 1 year, 11 months ago
  4. c6941de Merge "Update the fastboot command size from 64 to 4096 to cover the changes from https://android-review.git.corp.google.com/c/platform/system/core/+/2214970" into main by Bradley Furman · 1 year, 11 months ago
  5. 0694987 Merge "Add new fastbootd battery-soc variable" into main by Harry Pan · 1 year, 11 months ago
  6. 3e9b88d Removing is_retrofit code path by Daniel Zheng · 2 years ago
  7. 1a3456f FastbootDevice::boot1_1 null pointer dereference by Arun Sharma · 1 year, 11 months ago
  8. 7fa8dd6 Add new fastbootd battery-soc variable by Harry Pan · 1 year, 11 months ago
  9. 9dabc9e Change source to be a unique_ptr. by Christopher Ferris · 1 year, 11 months ago
  10. 5eea7e3 Update the fastboot command size from 64 to 4096 to cover the changes from https://android-review.git.corp.google.com/c/platform/system/core/+/2214970 by Bradley Furman · 1 year, 11 months ago
  11. 7a8f82a should_flash_in_userspace signature change by Daniel Zheng · 2 years ago
  12. 5cbcdfa is_retrofit_device to work in bootloader by Daniel Zheng · 2 years ago
  13. 8aba6d0 Removing headers + using string by Daniel Zheng · 2 years ago
  14. 2e6aee5 Removing double delete from flashall by Daniel Zheng · 2 years ago
  15. 1b54789 Merge "Adding test for IsDynamicPartition" into main by Daniel Zheng · 2 years ago
  16. a3b232c Merge "documenting optimized flash super" into main by Daniel Zheng · 2 years ago
  17. 66b68dd Merge "Disallow fastboot to modify locked DSU" into main by Chun-Wei Wang · 2 years ago
  18. 7d8ac7f Merge "Adding testing for optimized flash super" into main by Daniel Zheng · 2 years ago
  19. e72b3ad Disallow fastboot to modify locked DSU by Chun-Wei Wang · 2 years ago
  20. 6205123 Merge "Add a fastboot command to show GSI status" into main by Chun-Wei Wang · 2 years ago
  21. 671a2a5 Add a fastboot command to show GSI status by Chun-Wei Wang · 2 years ago
  22. f667b6d Merge "fastboot: get rid of manual transport memory management" into main by Dmitrii Merkurev · 2 years ago
  23. 0b627d9 fastboot: get rid of manual transport memory management by Dmitrii Merkurev · 2 years ago
  24. afe1163 Adding test for IsDynamicPartition by Daniel Zheng · 2 years ago
  25. 2d4261c documenting optimized flash super by Daniel Zheng · 2 years ago
  26. 1fff690 Adding testing for optimized flash super by Daniel Zheng · 2 years ago
  27. 1ef66b7 Fixing optimization logic by Daniel Zheng · 2 years ago
  28. 2326e05 Add documentation to README by Daniel Zheng · 2 years ago
  29. eb21650 Merge "Adding force_flash functionality" into main by Keith Mok · 2 years, 1 month ago
  30. 720007b Merge "Adding flag to flash only static partitions" into main by Daniel Zheng · 2 years, 1 month ago
  31. 376b704 Adding force_flash functionality by Daniel Zheng · 2 years, 1 month ago
  32. 6367e89 core: fastboot: Fix data not being wiped on do_update by Alexander Koskovich · 2 years, 1 month ago
  33. b0f9c07 Merge "Adding include to functional" into main by Daniel Zheng · 2 years, 1 month ago
  34. 750fe6a Adding include to functional by Daniel Zheng · 2 years, 1 month ago
  35. cbda2c0 Adding flag to flash only static partitions by Daniel Zheng · 2 years, 2 months ago
  36. f161ee2 Merge "Adding documentation" into main by Daniel Zheng · 2 years, 2 months ago
  37. 658182b Adding documentation by Daniel Zheng · 2 years, 2 months ago
  38. 1c77579 Merge "Look for radio.img and bootloader.img in ANDROID_PRODUCT_OUT" into main by Treehugger Robot · 2 years, 2 months ago
  39. 556c46b Look for radio.img and bootloader.img in ANDROID_PRODUCT_OUT by Paul Lawrence · 2 years, 2 months ago
  40. 6acfe9b Turning on fastboot-info by Daniel Zheng · 2 years, 2 months ago
  41. 63dfeaa Adding flag to disable fastboot_info by Daniel Zheng · 2 years, 2 months ago
  42. eabfe27 Fastboot-info testing by Daniel Zheng · 2 years, 2 months ago
  43. 59589d4 Asserting flashing plan is used in do_flash by Daniel Zheng · 2 years, 2 months ago
  44. a0d2401 Mocking get_uint_var() by Daniel Zheng · 2 years, 2 months ago
  45. c97eeed Adding parsing for fastboot-info by Daniel Zheng · 2 years, 2 months ago
  46. 3e04857 Changing name of flash super layout by Daniel Zheng · 2 years, 2 months ago
  47. ba07ef5 Change HardcodedFlash to add flashtasks by Daniel Zheng · 2 years, 2 months ago
  48. 5769b26 use FlashingPlan sparse_limit for testing by Daniel Zheng · 2 years, 2 months ago
  49. d62002c Add flag to disable super optimization by Daniel Zheng · 2 years, 2 months ago
  50. 59c22c3 Removing local image lookup from load_buf by Daniel Zheng · 2 years, 2 months ago
  51. 7f8fff0 Moving source class declaration by Daniel Zheng · 2 years, 2 months ago
  52. d1d5f5a fastboot: remove retries on invalid IO iterator in OSX by Roy Luo · 2 years, 2 months ago
  53. 18c5319 Merge "Removing duplicate CollectImages()" by Treehugger Robot · 2 years, 3 months ago
  54. 3dc7fcc Removing duplicate CollectImages() by Daniel Zheng · 2 years, 3 months ago
  55. 1347d34 Merge "fastboot: Include header for ostream_iterator and istream_iterator" by David Anderson · 2 years, 3 months ago
  56. 929a665 Merge "fastboot: Introduce FASTBOOT_DEVICE alias for ANDROID_SERIAL environment variable" by Treehugger Robot · 2 years, 3 months ago
  57. 816480b fastboot: Include header for ostream_iterator and istream_iterator by Biswapriyo Nath · 2 years, 3 months ago
  58. 214f37c fastboot: Add header that declares std::function by Biswapriyo Nath · 2 years, 3 months ago
  59. 9d2fb9c fastboot: Introduce FASTBOOT_DEVICE alias for ANDROID_SERIAL environment variable by John Stultz · 2 years, 3 months ago
  60. 95303da Merge "Adding GetInfo method for tasks" by Daniel Zheng · 2 years, 3 months ago
  61. 665a460 Adding GetInfo method for tasks by Daniel Zheng · 2 years, 3 months ago
  62. 819a352 Merge "Adding in wipe tasks before other tasks run." by Daniel Zheng · 2 years, 3 months ago
  63. 303fb49 Adding in wipe tasks before other tasks run. by Daniel Zheng · 2 years, 3 months ago
  64. 6c008ff Avoid creating a storage folder for fastboot devices command by Dmitrii Merkurev · 2 years, 3 months ago
  65. 2a56592 Reverting code to old flashing code by Daniel Zheng · 2 years, 3 months ago
  66. 3c962ee Merge changes Ib72f6a1c,I46d798fa by Daniel Zheng · 2 years, 3 months ago
  67. 997ce15 Update add resizetasks to work in update by Daniel Zheng · 2 years, 3 months ago
  68. 437fb0c Merge "Removing should_flash_in_userspace check" by Daniel Zheng · 2 years, 3 months ago
  69. 30e648b Keeping naming consistent by Daniel Zheng · 2 years, 3 months ago
  70. 2775df6 Removing should_flash_in_userspace check by Daniel Zheng · 2 years, 3 months ago
  71. 059954a Merge "Chang flash task to take in source" by Treehugger Robot · 2 years, 3 months ago
  72. 791a83b Chang flash task to take in source by Daniel Zheng · 2 years, 3 months ago
  73. 5efd906 Merge "Fixing constructors to match header files" by Daniel Zheng · 2 years, 3 months ago
  74. 5a9905a Fixing constructors to match header files by Daniel Zheng · 2 years, 3 months ago
  75. 32dcac7 Support ZSTD in userspace COW by Kelvin Zhang · 2 years, 7 months ago
  76. d441d52 Fail on fastboot-info.txt format error by Daniel Zheng · 2 years, 4 months ago
  77. 451e46f Adding fastboot-info version to host tool by Daniel Zheng · 2 years, 4 months ago
  78. 630f29e Updating fastboot-info version check by Daniel Zheng · 2 years, 4 months ago
  79. 0d2d631 Added Mock function call tests by Daniel Zheng · 2 years, 5 months ago
  80. 77af6af Removing {userspace} from reboot task' by Daniel Zheng · 2 years, 5 months ago
  81. 207c0a3 Updating Test Suite Names by Daniel Zheng · 2 years, 5 months ago
  82. 32dc6dd Adding correct task formed test by Daniel Zheng · 2 years, 5 months ago
  83. 935ee1f Added test for parsing bad input by Daniel Zheng · 2 years, 5 months ago
  84. 13af2f4 Merge "Added test for version check" by Daniel Zheng · 2 years, 5 months ago
  85. 0e25838 Merge "Adding Test for Parsing Flash Task" by Daniel Zheng · 2 years, 5 months ago
  86. 233a5a1 Merge "Added forward declaration for compilation" by Daniel Zheng · 2 years, 5 months ago
  87. 7d67d56 Merge "Pointed FlashingPlan to Interface" by Daniel Zheng · 2 years, 5 months ago
  88. 3ac1e55 Merge "Adding fastboot_driver interface + mock" by Daniel Zheng · 2 years, 5 months ago
  89. 39b1de9 Merge "Moving FlashallTool Definition" by Daniel Zheng · 2 years, 5 months ago
  90. b7d14fa Merge "Changing flashall to parse fastboot-info.txt" by Daniel Zheng · 2 years, 5 months ago
  91. 68b84df Added test for version check by Daniel Zheng · 2 years, 5 months ago
  92. 76aa257 Adding Test for Parsing Flash Task by Daniel Zheng · 2 years, 5 months ago
  93. efca333 Added forward declaration for compilation by Daniel Zheng · 2 years, 5 months ago
  94. bf09c61 Pointed FlashingPlan to Interface by Daniel Zheng · 2 years, 5 months ago
  95. c9e869b Adding fastboot_driver interface + mock by Daniel Zheng · 2 years, 5 months ago
  96. 65eb246 Moving FlashallTool Definition by Daniel Zheng · 2 years, 5 months ago
  97. 29a211c Changing flashall to parse fastboot-info.txt by Daniel Zheng · 2 years, 6 months ago
  98. 37673f0 Merge "Fixing circular dependency" by Daniel Zheng · 2 years, 5 months ago
  99. 729c159 Merge "Moving logging include" by Daniel Zheng · 2 years, 5 months ago
  100. 0897526 Fixing circular dependency by Daniel Zheng · 2 years, 5 months ago