1. 907255d Merge "fastbootd: Disallow certain operations during snapshot updates." by David Anderson · 5 years ago
  2. 677bfdf fastbootd: exporting CPU ABI info by Bowgo Tsai · 5 years ago
  3. 9c51640 fastbootd: Disallow certain operations during snapshot updates. by David Anderson · 5 years ago
  4. c685800 Merge "fastboot: Implement helper commands for Virtual A/B." by David Anderson · 5 years ago
  5. 32528af fastboot: Implement helper commands for Virtual A/B. by David Anderson · 5 years ago
  6. ed9e08a Merge "avoid data overflow in low memory device" by David Anderson · 5 years ago
  7. e17b95e avoid data overflow in low memory device by JeiFeng Lee · 5 years ago
  8. d28236a Allow --disable-verification when top-level vbmeta is in 'boot' by Chin-Ting Kuo · 6 years ago
  9. f4272eb fastboot: don't use sparse_file_import_auto() in load_buf_fd() by Tom Cherry · 6 years ago
  10. cf2184d fastbootd: skip COW group by Yifan Hong · 6 years ago
  11. 5575202 Remove libhwbinder/libhidltransport deps by Steven Moreland · 6 years ago
  12. 1f3ad4e Merge "fastboot: preserve partition_type if wants_wipe=true" by Tom Cherry · 6 years ago
  13. a7b0c4f fastboot: Initialize UploadInner dsize value to 0 by qiwu chen · 6 years ago
  14. 287164c fastboot: preserve partition_type if wants_wipe=true by cfig · 6 years ago
  15. c7ac8b2 Merge "fastboot: add vendor_boot to list of images" by Treehugger Robot · 6 years ago
  16. 6008717 fastbootd: Cancel snapshots when modifying partitions. by David Anderson · 6 years ago
  17. e7b3ef7 fastboot: add vendor_boot to list of images by Steve Muckle · 6 years ago
  18. 51b3304 liblp: CreateLogicalPartition with a given mapped name by David Anderson · 6 years ago
  19. dd397f6 fs_mgr: Remove the timeout parameter to DestroyLogicalPartition. by David Anderson · 6 years ago
  20. afeeb06 Rename product_services to system_ext by Justin Yun · 6 years ago
  21. 20a8951 fastboot: add a wipe-super command. by David Anderson · 6 years ago
  22. 4315161 fastbootd: Don't include all of the fs_mgr namespace in commands.cpp. by David Anderson · 6 years ago
  23. 87b978c liblp: Add helpers for finding partitions and partition sizes. by David Anderson · 6 years ago
  24. f0185a1 fastboot: windows: Minor printf format fixes by Greg Kaiser · 6 years ago
  25. 21c1a51 fastboot: windows: fix Read function by Fernando Lugo · 6 years ago
  26. c57cfda Fix non-aio USB read issue for fastbootd by chihhao.chen · 6 years ago
  27. 41c5ffc Merge "fastbootd: reduce USB buffer size to 16K" by Treehugger Robot · 6 years ago
  28. 16798b8 fastbootd: reduce USB buffer size to 16K by Hridya Valsaraju · 6 years ago
  29. 4135658 Merge "Get max-download-size from device during fastbootd for flashall/update" by Treehugger Robot · 6 years ago
  30. 07d4f70 Get max-download-size from device during fastbootd for flashall/update by Hridya Valsaraju · 6 years ago
  31. 0f59da2 Merge "Allow CreateResizeDeleteLP test case to run on non-A/B devices" by Treehugger Robot · 6 years ago
  32. 0fc918b Allow CreateResizeDeleteLP test case to run on non-A/B devices by Hridya Valsaraju · 6 years ago
  33. f641857 Merge "fastboot: demote OS X USB error." by Treehugger Robot · 6 years ago
  34. ff4cea2 fastboot: demote OS X USB error. by Josh Gao · 6 years ago
  35. cc7441f libziparchive: report errors on over-long names. by Elliott Hughes · 6 years ago
  36. 8f5606b Merge "Handle failed usb/reads and writes correctly" by Treehugger Robot · 6 years ago
  37. e6586ca Handle failed usb/reads and writes correctly by Hridya Valsaraju · 6 years ago
  38. d829af0 Merge "Allow fuzzy_fastboot number to run for a specific device serial number" by Treehugger Robot · 6 years ago
  39. 554bd69 Allow fuzzy_fastboot number to run for a specific device serial number by Hridya Valsaraju · 6 years ago
  40. c1575a2 Test is-logical command for vendor and boot partitions. by Hridya Valsaraju · 6 years ago
  41. 78ebcf4 Merge "Open image files in binary mode" by Treehugger Robot · 6 years ago
  42. de11114 Open image files in binary mode by Hridya Valsaraju · 6 years ago
  43. f16f160 fastboot: Avoid extra std::string copies by Greg Kaiser · 6 years ago
  44. 4474f14 Merge "Fuzzy_fastboot must set back the original slot after test" by Hridya Valsaraju · 6 years ago
  45. f13941b Add more tests for dynamic partitions by Hridya Valsaraju · 6 years ago
  46. b6743ef Add a test for logical partitions. by Hridya Valsaraju · 6 years ago
  47. adec32f Fuzzy_fastboot must set back the original slot after test by Hridya Valsaraju · 6 years ago
  48. 8f9822d fastboot: reset timeout if INFO is received during long commands by Dima Zavin · 6 years ago
  49. 2bdca4f fastboot: switch the timeout clock source to steady_clock by Dima Zavin · 6 years ago
  50. 3b859cf fastboot: Fix "fastboot gsi". by David Anderson · 6 years ago
  51. 7ba5bcf Remove the rest of users of the old style fstab by Tom Cherry · 6 years ago
  52. d320d02 Make 'fastboot boot' command support boot header version 2 by Hridya Valsaraju · 6 years ago
  53. 4317a20 fastbootd: Add command to remove GSI installs by David Anderson · 6 years ago
  54. a1ef4ef fastbootd: Better error message when boot_devices is missing. by David Anderson · 6 years ago
  55. 3df93aa Merge "fastbootd: Only flash slots listed by the boot control HAL." by Treehugger Robot · 6 years ago
  56. 8cea620 fastbootd: Only flash slots listed by the boot control HAL. by David Anderson · 6 years ago
  57. d888bb3 Fix performance-for-range-copy warnings by Chih-Hung Hsieh · 6 years ago
  58. bb915dd Merge "fastboot: Wait for reboot-fastboot to complete before signaling success." by David Anderson · 6 years ago
  59. e45fcdb fastboot: Wait for reboot-fastboot to complete before signaling success. by David Anderson · 6 years ago
  60. e6268e5 fastboot: Check if super_empty.img exists before reading it. by David Anderson · 6 years ago
  61. e67c643 Merge "C++17 is the default now." by Treehugger Robot · 6 years ago
  62. 49f5599 C++17 is the default now. by Elliott Hughes · 6 years ago
  63. fa58eb2 fastboot: call fs_mgr_overlayfs_teardown() in UpdateSuper by Mark Salyzyn · 6 years ago
  64. 6f92476 fastboot: Delete logical "other" partitions on retrofit devices. by David Anderson · 6 years ago
  65. 0e3674b Merge changes Ic4e1a1de,Icfceaa46 by Treehugger Robot · 6 years ago
  66. 9075735 fastboot: do not die if ANDROID_PRODUCT_OUT undefined by David Anderson · 6 years ago
  67. f995aa1 Merge "make_f2fs: use -g android by default" by Jaegeuk Kim · 6 years ago
  68. 465615a fastboot: propagate error for format command by Mark Salyzyn · 6 years ago
  69. d492c73 Merge "Switch from dist-for-goals to dist in Android.bp" by Treehugger Robot · 6 years ago
  70. d113af0 make_f2fs: use -g android by default by Jaegeuk Kim · 6 years ago
  71. 469e8df Merge "fastbootd: Support two super partitions for retrofit devices." by David Anderson · 6 years ago
  72. 4b23845 fastbootd: Support two super partitions for retrofit devices. by David Anderson · 6 years ago
  73. 4b172fa fastboot: Warn when flashing dynamic partitions in the bootloader. by David Anderson · 6 years ago
  74. 6bc1601 Switch from dist-for-goals to dist in Android.bp by Dan Willemsen · 6 years ago
  75. d090128 switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 6 years ago
  76. 071da87 fastboot: pin USB interface versions on darwin. by Eran Messeri · 6 years ago
  77. 3a7240d fastboot: Query the name of the super partition. by David Anderson · 6 years ago
  78. dd85e7b fastboot: Fix flashing both slots with dynamic partitions. by David Anderson · 6 years ago
  79. 1668ab5 fastbootd: Partition commands should update all metadata slots. by David Anderson · 6 years ago
  80. e8cc028 Merge "fastboot: wipe overlayfs for partition" by Treehugger Robot · 6 years ago
  81. b5cb63f Merge "fastbootd: Remove metadata merging code." by David Anderson · 6 years ago
  82. e1e0743 Merge "More Mac build fixes." by Yuchao Zhou · 6 years ago
  83. 8dc2e24 fastboot: wipe overlayfs for partition by Mark Salyzyn · 6 years ago
  84. 4ad9213 fastbootd: Remove metadata merging code. by David Anderson · 6 years ago
  85. ce6bd85 Merge "fastboot: Resize logical partitions when using the flash command." by David Anderson · 6 years ago
  86. 1e2d5a6 More Mac build fixes. by Elliott Hughes · 6 years ago
  87. 776fc9e Merge "fastboot: Check that reboot to userspace succeeded." by Treehugger Robot · 6 years ago
  88. bdf4d95 fastboot: Resize logical partitions when using the flash command. by David Anderson · 6 years ago
  89. 8adb400 fastboot: Check that reboot to userspace succeeded. by David Anderson · 6 years ago
  90. a83e113 libbase: add O_CLOEXEC to <android-base/file.h>. by Elliott Hughes · 6 years ago
  91. d2391dd Add a simple MappedFile to libbase and switch fastboot and libziparchive over. by Elliott Hughes · 6 years ago
  92. 3e27c63 Merge "fastboot: use constants.h values" by Treehugger Robot · 6 years ago
  93. f6465da fastboot: use constants.h values by Mark Salyzyn · 7 years ago
  94. 16741e5 Rename vbmeta_mainline to vbmeta_system. by David Anderson · 6 years ago
  95. df6a0cc Merge "Do not calculate CRC for sparse images during fastboot flash" by Treehugger Robot · 7 years ago
  96. 1301979 Merge "set_active command should update current slot information." by Treehugger Robot · 7 years ago
  97. 6c3a6b4 Do not calculate CRC for sparse images during fastboot flash by Hridya Valsaraju · 7 years ago
  98. ffc87d4 set_active command should update current slot information. by Hridya Valsaraju · 7 years ago
  99. a0945b7 Merge "Check validity of partition for getvar:partition-type" by Treehugger Robot · 7 years ago
  100. 187bd57 Merge "Return partition size in hex format." by Treehugger Robot · 7 years ago