1. a00bd85 Merge tag 'android-15.0.0_r20' into staging/lineage-22.2_merge-android-15.0.0_r20 by Michael Bestas · 1 year, 1 month ago
  2. ffe39e1 Merge tag 'android-15.0.0_r6' into staging/lineage-22.0_merge-android-15.0.0_r6 by Michael Bestas · 1 year, 4 months ago
  3. 267207a use V4 Health HAL by Daniel Zheng · 1 year, 5 months ago
  4. 945dd52 Stop explicitly adding bionic subdirectories to the include path. by Elliott Hughes · 1 year, 5 months ago
  5. b544df0 Add support to update the DTB when flashing a vendor_boot ramdisk by Will McVicker · 1 year, 5 months ago
  6. 10120f1 Move the `dist` target of `mke2fs` to `build/core/tasks` by Nelson Li · 1 year, 7 months ago
  7. b9c0446 fastbootd: hacks for legacy by Alessandro Astone · 6 years ago
  8. 2b9a063 fastbootd: usb: fallback to v1 descriptors by Alessandro Astone · 6 years ago
  9. 80d2511 fastboot: Prefer ro.boot.hardware.revision for hw-revision by Michael Bestas · 3 years, 11 months ago
  10. 4f13b13 [fastboot+init] avoid std::allocator<const T> by Ryan Prichard · 1 year, 7 months ago
  11. a287592 Remove unnecessary std::move by Yi Kong · 1 year, 7 months ago
  12. 398203d libsnapshot: Move snapshot metadata to super partition. by Akilesh Kailash · 2 years, 1 month ago
  13. c088de1 libc++fs is part of libc++ now. by Elliott Hughes · 1 year, 10 months ago
  14. 73c6f08 Merge "Wait for disconnect when rebooting to userspace FB" into main by Treehugger Robot · 2 years ago
  15. fb6957c Updated 'cc' field of fuzz_config in Android.bp file by Akshata Kadam · 2 years ago
  16. 7199051 Wait for disconnect when rebooting to userspace FB by Chris Sarbora · 2 years ago
  17. c0e1b60 Merge "fastboot: Increase maximum usbfs bulk size for writes to 256KiB" into main by Treehugger Robot · 2 years, 2 months ago
  18. ab8cc2f fastboot: Increase maximum usbfs bulk size for writes to 256KiB by Peter Collingbourne · 2 years, 2 months ago
  19. 2d686d7 Merge "fastboot: Use clock_gettime(CLOCK_MONOTONIC) in now()" into main by Treehugger Robot · 2 years, 2 months ago
  20. cc1bf34 fastboot: Use clock_gettime(CLOCK_MONOTONIC) in now() by Peter Collingbourne · 2 years, 2 months ago
  21. 28f4807 fastboot: Remove '\n' from interface name on linux by Matt Schulte · 2 years, 2 months ago
  22. 8635c01 fastboot: Use asynchronous operations to send data by Peter Collingbourne · 2 years, 2 months ago
  23. 9c48951 Add help text for `fastboot gsi status` by Chun-Wei Wang · 2 years, 3 months ago
  24. adb91b0 remount: Detect when flashall has happened in the bootloader. by David Anderson · 2 years, 4 months ago
  25. 99a33df Merge changes from topic "health-v3" into main by David Anderson · 2 years, 4 months ago
  26. dcf3542 Merge "fastboot: fix network connected device status" into main by Treehugger Robot · 2 years, 4 months ago
  27. 2cb3670 fastboot: Add getvar commands to query battery part info. by David Anderson · 2 years, 4 months ago
  28. 9305c98 Update fastbootd to use Health AIDL HAL V3. by David Anderson · 2 years, 5 months ago
  29. e20438f fastboot: fix network connected device status by Dmitrii Merkurev · 2 years, 4 months ago
  30. 90f6cb4 Fix -Wunused-variable compiler warning by Yi Kong · 2 years, 4 months ago
  31. b8bbc43 Fix -Wunused-variable compiler warning by Yi Kong · 2 years, 4 months ago
  32. bdf0b1b Create integration test for fastboot CLI by William Hester · 2 years, 5 months ago
  33. 0bc02bf fastboot: Fix flashing failure when a sparse image has an avb footer. by David Anderson · 2 years, 6 months ago
  34. 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 · 2 years, 6 months ago
  35. 0694987 Merge "Add new fastbootd battery-soc variable" into main by Harry Pan · 2 years, 6 months ago
  36. 3e9b88d Removing is_retrofit code path by Daniel Zheng · 2 years, 6 months ago
  37. 1a3456f FastbootDevice::boot1_1 null pointer dereference by Arun Sharma · 2 years, 6 months ago
  38. 7fa8dd6 Add new fastbootd battery-soc variable by Harry Pan · 2 years, 6 months ago
  39. 9dabc9e Change source to be a unique_ptr. by Christopher Ferris · 2 years, 6 months ago
  40. 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 · 2 years, 6 months ago
  41. 7a8f82a should_flash_in_userspace signature change by Daniel Zheng · 2 years, 6 months ago
  42. 5cbcdfa is_retrofit_device to work in bootloader by Daniel Zheng · 2 years, 6 months ago
  43. 8aba6d0 Removing headers + using string by Daniel Zheng · 2 years, 7 months ago
  44. 2e6aee5 Removing double delete from flashall by Daniel Zheng · 2 years, 7 months ago
  45. 1b54789 Merge "Adding test for IsDynamicPartition" into main by Daniel Zheng · 2 years, 7 months ago
  46. a3b232c Merge "documenting optimized flash super" into main by Daniel Zheng · 2 years, 7 months ago
  47. 66b68dd Merge "Disallow fastboot to modify locked DSU" into main by Chun-Wei Wang · 2 years, 7 months ago
  48. 7d8ac7f Merge "Adding testing for optimized flash super" into main by Daniel Zheng · 2 years, 7 months ago
  49. e72b3ad Disallow fastboot to modify locked DSU by Chun-Wei Wang · 2 years, 7 months ago
  50. 6205123 Merge "Add a fastboot command to show GSI status" into main by Chun-Wei Wang · 2 years, 7 months ago
  51. 671a2a5 Add a fastboot command to show GSI status by Chun-Wei Wang · 2 years, 7 months ago
  52. f667b6d Merge "fastboot: get rid of manual transport memory management" into main by Dmitrii Merkurev · 2 years, 7 months ago
  53. 0b627d9 fastboot: get rid of manual transport memory management by Dmitrii Merkurev · 2 years, 7 months ago
  54. afe1163 Adding test for IsDynamicPartition by Daniel Zheng · 2 years, 7 months ago
  55. 2d4261c documenting optimized flash super by Daniel Zheng · 2 years, 7 months ago
  56. 1fff690 Adding testing for optimized flash super by Daniel Zheng · 2 years, 7 months ago
  57. 1ef66b7 Fixing optimization logic by Daniel Zheng · 2 years, 7 months ago
  58. 2326e05 Add documentation to README by Daniel Zheng · 2 years, 8 months ago
  59. eb21650 Merge "Adding force_flash functionality" into main by Keith Mok · 2 years, 8 months ago
  60. 720007b Merge "Adding flag to flash only static partitions" into main by Daniel Zheng · 2 years, 8 months ago
  61. 376b704 Adding force_flash functionality by Daniel Zheng · 2 years, 8 months ago
  62. 6367e89 core: fastboot: Fix data not being wiped on do_update by Alexander Koskovich · 2 years, 8 months ago
  63. b0f9c07 Merge "Adding include to functional" into main by Daniel Zheng · 2 years, 8 months ago
  64. 750fe6a Adding include to functional by Daniel Zheng · 2 years, 8 months ago
  65. cbda2c0 Adding flag to flash only static partitions by Daniel Zheng · 2 years, 9 months ago
  66. f161ee2 Merge "Adding documentation" into main by Daniel Zheng · 2 years, 9 months ago
  67. 658182b Adding documentation by Daniel Zheng · 2 years, 9 months ago
  68. 1c77579 Merge "Look for radio.img and bootloader.img in ANDROID_PRODUCT_OUT" into main by Treehugger Robot · 2 years, 9 months ago
  69. 556c46b Look for radio.img and bootloader.img in ANDROID_PRODUCT_OUT by Paul Lawrence · 2 years, 9 months ago
  70. 6acfe9b Turning on fastboot-info by Daniel Zheng · 2 years, 9 months ago
  71. 63dfeaa Adding flag to disable fastboot_info by Daniel Zheng · 2 years, 9 months ago
  72. eabfe27 Fastboot-info testing by Daniel Zheng · 2 years, 10 months ago
  73. 59589d4 Asserting flashing plan is used in do_flash by Daniel Zheng · 2 years, 9 months ago
  74. a0d2401 Mocking get_uint_var() by Daniel Zheng · 2 years, 9 months ago
  75. c97eeed Adding parsing for fastboot-info by Daniel Zheng · 2 years, 10 months ago
  76. 3e04857 Changing name of flash super layout by Daniel Zheng · 2 years, 10 months ago
  77. ba07ef5 Change HardcodedFlash to add flashtasks by Daniel Zheng · 2 years, 10 months ago
  78. 5769b26 use FlashingPlan sparse_limit for testing by Daniel Zheng · 2 years, 10 months ago
  79. d62002c Add flag to disable super optimization by Daniel Zheng · 2 years, 10 months ago
  80. 59c22c3 Removing local image lookup from load_buf by Daniel Zheng · 2 years, 10 months ago
  81. 7f8fff0 Moving source class declaration by Daniel Zheng · 2 years, 10 months ago
  82. d1d5f5a fastboot: remove retries on invalid IO iterator in OSX by Roy Luo · 2 years, 10 months ago
  83. 18c5319 Merge "Removing duplicate CollectImages()" by Treehugger Robot · 2 years, 10 months ago
  84. 3dc7fcc Removing duplicate CollectImages() by Daniel Zheng · 2 years, 10 months ago
  85. 1347d34 Merge "fastboot: Include header for ostream_iterator and istream_iterator" by David Anderson · 2 years, 10 months ago
  86. 929a665 Merge "fastboot: Introduce FASTBOOT_DEVICE alias for ANDROID_SERIAL environment variable" by Treehugger Robot · 2 years, 10 months ago
  87. 816480b fastboot: Include header for ostream_iterator and istream_iterator by Biswapriyo Nath · 2 years, 10 months ago
  88. 214f37c fastboot: Add header that declares std::function by Biswapriyo Nath · 2 years, 10 months ago
  89. 9d2fb9c fastboot: Introduce FASTBOOT_DEVICE alias for ANDROID_SERIAL environment variable by John Stultz · 2 years, 10 months ago
  90. 95303da Merge "Adding GetInfo method for tasks" by Daniel Zheng · 2 years, 10 months ago
  91. 665a460 Adding GetInfo method for tasks by Daniel Zheng · 2 years, 10 months ago
  92. 819a352 Merge "Adding in wipe tasks before other tasks run." by Daniel Zheng · 2 years, 10 months ago
  93. 303fb49 Adding in wipe tasks before other tasks run. by Daniel Zheng · 2 years, 10 months ago
  94. 6c008ff Avoid creating a storage folder for fastboot devices command by Dmitrii Merkurev · 2 years, 10 months ago
  95. 2a56592 Reverting code to old flashing code by Daniel Zheng · 2 years, 10 months ago
  96. 3c962ee Merge changes Ib72f6a1c,I46d798fa by Daniel Zheng · 2 years, 10 months ago
  97. 997ce15 Update add resizetasks to work in update by Daniel Zheng · 2 years, 10 months ago
  98. 437fb0c Merge "Removing should_flash_in_userspace check" by Daniel Zheng · 2 years, 10 months ago
  99. 30e648b Keeping naming consistent by Daniel Zheng · 2 years, 10 months ago
  100. 2775df6 Removing should_flash_in_userspace check by Daniel Zheng · 2 years, 10 months ago