1. f0fb5dd fastboot: Add vendor_kernel_boot by Lucas Wei · 3 years, 2 months ago
  2. ff9cfac Allow disabling AVB on special vbmeta partitions by Paweł Grabas · 4 years, 3 months ago
  3. 60bd33f fastboot: make init_boot.img optional by Devin Moore · 3 years, 5 months ago
  4. cb5098f fastboot: make copy_boot_avb_footer more generic by Devin Moore · 3 years, 5 months ago
  5. 1af1202 fastboot: copy AVB footer from init_boot.img to end of partition by Devin Moore · 3 years, 5 months ago
  6. dd1eb87 fastboot: Support flashing init_boot.img into init_boot partition by Devin Moore · 3 years, 5 months ago
  7. b3ddb53 fastboot: Add system_dlkm flashing support by Ramji Jiyani · 3 years, 6 months ago
  8. 671249a fastboot: fix --disable-verifiation error message by Bowgo Tsai · 3 years, 10 months ago
  9. db14785 Merge "Remove --wipe-and-use-fbe option from fastboot" by Treehugger Robot · 4 years ago
  10. 47770a1 Remove --wipe-and-use-fbe option from fastboot by Paul Crowley · 4 years ago
  11. 96941a0 fastboot: document second parameter of 'fetch' by Pierre-Clément Tosi · 4 years ago
  12. a48a783 fastboot: support vbmeta_vendor.img by Bowgo Tsai · 4 years ago
  13. 173667b fastboot: Add a few missing fastboot commands from help by Luca Stefani · 4 years, 2 months ago
  14. d64b988 fastboot: use --force to bypass requirements by Andrew Chant · 4 years, 2 months ago
  15. 527cdd4 Merge "fastboot: Don't fail when unable to get boot partition size" by David Anderson · 4 years, 2 months ago
  16. ac4a136 fastboot: Refactor bootimg_utils.cpp:mkbootimg() by Yi-Yo Chiang · 4 years, 2 months ago
  17. a495be7 fastboot: Don't fail when unable to get boot partition size by Michael Bestas · 4 years, 7 months ago
  18. 4f898d4 Merge "fastboot driver: add virtual dtor to ImageSource." by Treehugger Robot · 4 years, 2 months ago
  19. 58532df fastboot driver: Disallow implicit conversion from unique_fd to int. by Yifan Hong · 4 years, 2 months ago
  20. e9f067b fastboot driver: Fix fd ownership. by Yifan Hong · 4 years, 2 months ago
  21. d2e8cb5 fastboot driver: add virtual dtor to ImageSource. by Yifan Hong · 4 years, 2 months ago
  22. f4c6ce4 fastboot driver: Avoid use after std::move() by Greg Kaiser · 4 years, 2 months ago
  23. e71fe24 fastboot driver: repack vendor boot ramdisk by Yifan Hong · 4 years, 3 months ago
  24. 6d7da63 fastboot driver: Allow colon in partition name when flashing by Yifan Hong · 4 years, 3 months ago
  25. bcd2770 fastboot driver: add fetch command in driver by Yifan Hong · 4 years, 3 months ago
  26. b10d067 fastboot driver: Fix ownership of fd in fastboot_buffer. by Yifan Hong · 4 years, 3 months ago
  27. 60de969 fastboot driver: fix message by Yifan Hong · 4 years, 3 months ago
  28. dae48ef fastboot: Bring back legacy A/B support by LuK1337 · 5 years ago
  29. be823d7 fastboot: Add pvmfw by Andrew Scull · 4 years, 5 months ago
  30. 638d05e fastboot: add casefold/projid/compress options by Jaegeuk Kim · 4 years, 7 months ago
  31. 4fd78ec Merge changes from topic "revert-1413808-modules_partition-UXSIXCGPHZ" by Yifan Hong · 4 years, 9 months ago
  32. b407414 fastboot: switch to ZipEntry64. by Elliott Hughes · 4 years, 9 months ago
  33. 0d4a688 Revert "fastboot: add modules partition" by Yifan Hong · 4 years, 9 months ago
  34. 260b12b fastboot: add modules partition by Yifan Hong · 4 years, 10 months ago
  35. be78bb6 fastboot: Add odm_dlkm by Yifan Hong · 4 years, 11 months ago
  36. 6b1c15c fastboot: Add vendor_dlkm by Yifan Hong · 5 years ago
  37. 3af575b fastboot: copy AVB footer on boot image to end of partition by Steve Muckle · 5 years ago
  38. 2217c50 fastboot: don't print anything in Status() if the input is empty by Tom Cherry · 5 years ago
  39. 6a7ff58 Fix `fastboot flash-all` on Nexus 7. by Elliott Hughes · 5 years ago
  40. 4e058ca fastboot: Allow fastboot to asynchronously differentiate between fastboot and fastbootd. by David Anderson · 5 years ago
  41. 15303f2 fastboot: add support for v3 boot header format by Steve Muckle · 5 years ago
  42. 712c32b fastboot: Flashall does proper snapshot cancel by Yifan Hong · 5 years ago
  43. 220ddb1 fastbootd: Disallow certain operations during snapshot updates. by David Anderson · 6 years ago
  44. ab8f466 fastboot: Implement helper commands for Virtual A/B. by David Anderson · 6 years ago
  45. df6a780 Allow --disable-verification when top-level vbmeta is in 'boot' by Chin-Ting Kuo · 6 years ago
  46. fbb9535 fastboot: don't use sparse_file_import_auto() in load_buf_fd() by Tom Cherry · 6 years ago
  47. f60613b fastboot: preserve partition_type if wants_wipe=true by cfig · 6 years ago
  48. 3611243 fastboot: add vendor_boot to list of images by Steve Muckle · 6 years ago
  49. 5d0ac62 Rename product_services to system_ext by Justin Yun · 6 years ago
  50. 7c84b9f fastboot: add a wipe-super command. by David Anderson · 6 years ago
  51. b545055 Merge "Get max-download-size from device during fastbootd for flashall/update" by Treehugger Robot · 6 years ago
  52. 83d856e Get max-download-size from device during fastbootd for flashall/update by Hridya Valsaraju · 6 years ago
  53. b17bf52 libziparchive: report errors on over-long names. by Elliott Hughes · 6 years ago
  54. 744677a Merge "Open image files in binary mode" by Treehugger Robot · 6 years ago
  55. 1a6f6fe Open image files in binary mode by Hridya Valsaraju · 6 years ago
  56. b49d9e1 fastboot: Avoid extra std::string copies by Greg Kaiser · 6 years ago
  57. 3d782d5 fastboot: Fix "fastboot gsi". by David Anderson · 6 years ago
  58. 6c8fca6 Make 'fastboot boot' command support boot header version 2 by Hridya Valsaraju · 6 years ago
  59. 1d504e3 fastbootd: Add command to remove GSI installs by David Anderson · 6 years ago
  60. b81bc9e Merge "fastboot: Wait for reboot-fastboot to complete before signaling success." by David Anderson · 6 years ago
  61. 11d6d27 fastboot: Wait for reboot-fastboot to complete before signaling success. by David Anderson · 6 years ago
  62. 0047580 fastboot: Check if super_empty.img exists before reading it. by David Anderson · 6 years ago
  63. 0c73234 fastboot: Delete logical "other" partitions on retrofit devices. by David Anderson · 7 years ago
  64. 4055587 Merge changes Ic4e1a1de,Icfceaa46 by Treehugger Robot · 7 years ago
  65. e0e693c fastboot: do not die if ANDROID_PRODUCT_OUT undefined by David Anderson · 7 years ago
  66. a30b696 fastboot: propagate error for format command by Mark Salyzyn · 7 years ago
  67. 8956964 fastboot: Warn when flashing dynamic partitions in the bootloader. by David Anderson · 7 years ago
  68. 9f1cf25 switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 7 years ago
  69. 90fe0a4 fastboot: Query the name of the super partition. by David Anderson · 7 years ago
  70. 96a9fd4 fastboot: Fix flashing both slots with dynamic partitions. by David Anderson · 7 years ago
  71. 55d31ec Merge "More Mac build fixes." by Yuchao Zhou · 7 years ago
  72. 3eb5ba7 Merge "fastboot: Resize logical partitions when using the flash command." by David Anderson · 7 years ago
  73. a56a729 More Mac build fixes. by Elliott Hughes · 7 years ago
  74. dd85c74 Merge "fastboot: Check that reboot to userspace succeeded." by Treehugger Robot · 7 years ago
  75. 629e51c fastboot: Resize logical partitions when using the flash command. by David Anderson · 7 years ago
  76. 0444a8c fastboot: Check that reboot to userspace succeeded. by David Anderson · 7 years ago
  77. 32df7ee libbase: add O_CLOEXEC to <android-base/file.h>. by Elliott Hughes · 7 years ago
  78. e8f4b14 Add a simple MappedFile to libbase and switch fastboot and libziparchive over. by Elliott Hughes · 7 years ago
  79. b59b20c Merge "fastboot: use constants.h values" by Treehugger Robot · 7 years ago
  80. 8e7e9cb fastboot: use constants.h values by Mark Salyzyn · 7 years ago
  81. 166bfef Rename vbmeta_mainline to vbmeta_system. by David Anderson · 7 years ago
  82. 9027af0 fastboot: remove engine.cpp/engine.h by Tom Cherry · 7 years ago
  83. 4aa60b3 fastboot: clean up CheckRequirements by Tom Cherry · 7 years ago
  84. dfd85df Use vector<char> instead of char* and malloc() for images by Tom Cherry · 7 years ago
  85. 1109c92 fastboot: Add vbmeta_mainline to the partition list. by David Anderson · 7 years ago
  86. 11f1209 fastboot: remove command queue by Tom Cherry · 7 years ago
  87. 03de645 fastbootd: Fix transport ownership. by David Anderson · 7 years ago
  88. 4d89297 Merge "Convert fastboot to Soong" by Dan Willemsen · 7 years ago
  89. ab971b5 Convert fastboot to Soong by Dan Willemsen · 7 years ago
  90. cf444f3 fastboot: Use a single codepath for flashall and update. by David Anderson · 7 years ago
  91. 0debda0 fastboot: Clean up the image array a bit. by David Anderson · 7 years ago
  92. 95d4093 fastboot: Flash boot partitions before rebooting to fastbootd. by David Anderson · 7 years ago
  93. 1d88743 fastboot: Automatically reboot to userspace fastboot. by David Anderson · 7 years ago
  94. 8fb0fb8 fastboot: allow automatic detection of super location by Mark Salyzyn · 7 years ago
  95. 5d3edb1 Merge changes from topic "fastbootd-flashall" by Treehugger Robot · 7 years ago
  96. 32e376f fastbootd: Support flashall with logical partitions. by David Anderson · 7 years ago
  97. ab5583b s/product-services/product_services/g by Dario Freni · 7 years ago
  98. 0d4277d fastbootd: Add commands for logical partitions. by David Anderson · 7 years ago
  99. 8cdea7f fastboot: Fix product-services typo by David Anderson · 7 years ago
  100. c4630ef Merge "Allow existance of partition to be checked before flashall or update" by Treehugger Robot · 7 years ago