1. f641857 Merge "fastboot: demote OS X USB error." by Treehugger Robot · 6 years ago
  2. ff4cea2 fastboot: demote OS X USB error. by Josh Gao · 6 years ago
  3. cc7441f libziparchive: report errors on over-long names. by Elliott Hughes · 6 years ago
  4. 8f5606b Merge "Handle failed usb/reads and writes correctly" by Treehugger Robot · 6 years ago
  5. e6586ca Handle failed usb/reads and writes correctly by Hridya Valsaraju · 6 years ago
  6. d829af0 Merge "Allow fuzzy_fastboot number to run for a specific device serial number" by Treehugger Robot · 6 years ago
  7. 554bd69 Allow fuzzy_fastboot number to run for a specific device serial number by Hridya Valsaraju · 6 years ago
  8. c1575a2 Test is-logical command for vendor and boot partitions. by Hridya Valsaraju · 6 years ago
  9. 78ebcf4 Merge "Open image files in binary mode" by Treehugger Robot · 6 years ago
  10. de11114 Open image files in binary mode by Hridya Valsaraju · 6 years ago
  11. f16f160 fastboot: Avoid extra std::string copies by Greg Kaiser · 6 years ago
  12. 4474f14 Merge "Fuzzy_fastboot must set back the original slot after test" by Hridya Valsaraju · 6 years ago
  13. f13941b Add more tests for dynamic partitions by Hridya Valsaraju · 6 years ago
  14. b6743ef Add a test for logical partitions. by Hridya Valsaraju · 6 years ago
  15. adec32f Fuzzy_fastboot must set back the original slot after test by Hridya Valsaraju · 6 years ago
  16. 8f9822d fastboot: reset timeout if INFO is received during long commands by Dima Zavin · 6 years ago
  17. 2bdca4f fastboot: switch the timeout clock source to steady_clock by Dima Zavin · 6 years ago
  18. 3b859cf fastboot: Fix "fastboot gsi". by David Anderson · 6 years ago
  19. 7ba5bcf Remove the rest of users of the old style fstab by Tom Cherry · 6 years ago
  20. d320d02 Make 'fastboot boot' command support boot header version 2 by Hridya Valsaraju · 6 years ago
  21. 4317a20 fastbootd: Add command to remove GSI installs by David Anderson · 6 years ago
  22. a1ef4ef fastbootd: Better error message when boot_devices is missing. by David Anderson · 6 years ago
  23. 3df93aa Merge "fastbootd: Only flash slots listed by the boot control HAL." by Treehugger Robot · 6 years ago
  24. 8cea620 fastbootd: Only flash slots listed by the boot control HAL. by David Anderson · 6 years ago
  25. d888bb3 Fix performance-for-range-copy warnings by Chih-Hung Hsieh · 6 years ago
  26. bb915dd Merge "fastboot: Wait for reboot-fastboot to complete before signaling success." by David Anderson · 6 years ago
  27. e45fcdb fastboot: Wait for reboot-fastboot to complete before signaling success. by David Anderson · 6 years ago
  28. e6268e5 fastboot: Check if super_empty.img exists before reading it. by David Anderson · 6 years ago
  29. e67c643 Merge "C++17 is the default now." by Treehugger Robot · 6 years ago
  30. 49f5599 C++17 is the default now. by Elliott Hughes · 6 years ago
  31. fa58eb2 fastboot: call fs_mgr_overlayfs_teardown() in UpdateSuper by Mark Salyzyn · 6 years ago
  32. 6f92476 fastboot: Delete logical "other" partitions on retrofit devices. by David Anderson · 6 years ago
  33. 0e3674b Merge changes Ic4e1a1de,Icfceaa46 by Treehugger Robot · 6 years ago
  34. 9075735 fastboot: do not die if ANDROID_PRODUCT_OUT undefined by David Anderson · 6 years ago
  35. f995aa1 Merge "make_f2fs: use -g android by default" by Jaegeuk Kim · 6 years ago
  36. 465615a fastboot: propagate error for format command by Mark Salyzyn · 6 years ago
  37. d492c73 Merge "Switch from dist-for-goals to dist in Android.bp" by Treehugger Robot · 6 years ago
  38. d113af0 make_f2fs: use -g android by default by Jaegeuk Kim · 6 years ago
  39. 469e8df Merge "fastbootd: Support two super partitions for retrofit devices." by David Anderson · 6 years ago
  40. 4b23845 fastbootd: Support two super partitions for retrofit devices. by David Anderson · 6 years ago
  41. 4b172fa fastboot: Warn when flashing dynamic partitions in the bootloader. by David Anderson · 6 years ago
  42. 6bc1601 Switch from dist-for-goals to dist in Android.bp by Dan Willemsen · 6 years ago
  43. d090128 switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 6 years ago
  44. 071da87 fastboot: pin USB interface versions on darwin. by Eran Messeri · 6 years ago
  45. 3a7240d fastboot: Query the name of the super partition. by David Anderson · 6 years ago
  46. dd85e7b fastboot: Fix flashing both slots with dynamic partitions. by David Anderson · 6 years ago
  47. 1668ab5 fastbootd: Partition commands should update all metadata slots. by David Anderson · 6 years ago
  48. e8cc028 Merge "fastboot: wipe overlayfs for partition" by Treehugger Robot · 6 years ago
  49. b5cb63f Merge "fastbootd: Remove metadata merging code." by David Anderson · 6 years ago
  50. e1e0743 Merge "More Mac build fixes." by Yuchao Zhou · 6 years ago
  51. 8dc2e24 fastboot: wipe overlayfs for partition by Mark Salyzyn · 6 years ago
  52. 4ad9213 fastbootd: Remove metadata merging code. by David Anderson · 6 years ago
  53. ce6bd85 Merge "fastboot: Resize logical partitions when using the flash command." by David Anderson · 6 years ago
  54. 1e2d5a6 More Mac build fixes. by Elliott Hughes · 6 years ago
  55. 776fc9e Merge "fastboot: Check that reboot to userspace succeeded." by Treehugger Robot · 6 years ago
  56. bdf4d95 fastboot: Resize logical partitions when using the flash command. by David Anderson · 6 years ago
  57. 8adb400 fastboot: Check that reboot to userspace succeeded. by David Anderson · 6 years ago
  58. a83e113 libbase: add O_CLOEXEC to <android-base/file.h>. by Elliott Hughes · 6 years ago
  59. d2391dd Add a simple MappedFile to libbase and switch fastboot and libziparchive over. by Elliott Hughes · 6 years ago
  60. 3e27c63 Merge "fastboot: use constants.h values" by Treehugger Robot · 6 years ago
  61. f6465da fastboot: use constants.h values by Mark Salyzyn · 7 years ago
  62. 16741e5 Rename vbmeta_mainline to vbmeta_system. by David Anderson · 6 years ago
  63. df6a0cc Merge "Do not calculate CRC for sparse images during fastboot flash" by Treehugger Robot · 7 years ago
  64. 1301979 Merge "set_active command should update current slot information." by Treehugger Robot · 7 years ago
  65. 6c3a6b4 Do not calculate CRC for sparse images during fastboot flash by Hridya Valsaraju · 7 years ago
  66. ffc87d4 set_active command should update current slot information. by Hridya Valsaraju · 7 years ago
  67. a0945b7 Merge "Check validity of partition for getvar:partition-type" by Treehugger Robot · 7 years ago
  68. 187bd57 Merge "Return partition size in hex format." by Treehugger Robot · 7 years ago
  69. c281cc4 Check validity of partition for getvar:partition-type by Hridya Valsaraju · 7 years ago
  70. f581422 Return partition size in hex format. by Hridya Valsaraju · 7 years ago
  71. e7ca1c6 Merge "Check maximum allowed download size for download command." by Treehugger Robot · 7 years ago
  72. 82c1e3b Check maximum allowed download size for download command. by Hridya Valsaraju · 7 years ago
  73. 88007a2 Merge changes Id6c00c76,Ibc74a12f by Treehugger Robot · 7 years ago
  74. edce82b Check return status of ReadFileToString() in GetDeviceLockStatus() by Hridya Valsaraju · 7 years ago
  75. 0d80474 Validate partition name when searching for physical partitions. by Hridya Valsaraju · 7 years ago
  76. b4319e1 Merge "Allow erase, set_active and download commands only on unlocked devices." by Treehugger Robot · 7 years ago
  77. b4f4b45 Allow erase, set_active and download commands only on unlocked devices. by Hridya Valsaraju · 7 years ago
  78. 9bc3809 Merge "Allow Conformance tests to verify userspace fastboot." by Treehugger Robot · 7 years ago
  79. a155bfe Merge "Support fastboot variable battery-soc-ok" by Treehugger Robot · 7 years ago
  80. f80c894 Support fastboot variable battery-soc-ok by Hridya Valsaraju · 7 years ago
  81. b1f13a1 Allow Conformance tests to verify userspace fastboot. by Hridya Valsaraju · 7 years ago
  82. 9d08d17 Merge "Don't hardcode the super partition name." by Treehugger Robot · 7 years ago
  83. 90e7ed4 liblp: Remove the guid field from LpMetadataPartition. by David Anderson · 7 years ago
  84. cfb3113 Merge "Remove tests for sparse images with CRC from fuzzy_fastboot" by Treehugger Robot · 7 years ago
  85. 39f5ef0 Merge "fastboot: remove engine.cpp/engine.h" by Tom Cherry · 7 years ago
  86. 3de4740 Remove tests for sparse images with CRC from fuzzy_fastboot by Hridya Valsaraju · 7 years ago
  87. cab725b Don't hardcode the super partition name. by David Anderson · 7 years ago
  88. 8277e8d Interface with health HAL to read battery voltage by Hridya Valsaraju · 7 years ago
  89. 039bafc Add support to read fastboot variable 'off-mode-charge' by Hridya Valsaraju · 7 years ago
  90. b37da4d Support fastboot variable 'variant'. by Hridya Valsaraju · 7 years ago
  91. bb0a8b5 Merge "Support 'fastboot getvar unlocked' command." by Treehugger Robot · 7 years ago
  92. 6bd4072 Merge "Pass OEM commands to HAL" by Treehugger Robot · 7 years ago
  93. 71495e1 Support 'fastboot getvar unlocked' command. by Hridya Valsaraju · 7 years ago
  94. eb53064 Pass OEM commands to HAL by Hridya Valsaraju · 7 years ago
  95. 1d69f54 fastboot: remove engine.cpp/engine.h by Tom Cherry · 7 years ago
  96. 0cc715a fastboot: clean up CheckRequirements by Tom Cherry · 7 years ago
  97. 41ff081 Use vector<char> instead of char* and malloc() for images by Tom Cherry · 7 years ago
  98. 88c037a fastboot: Add vbmeta_mainline to the partition list. by David Anderson · 7 years ago
  99. 5d091f0 Merge "Integrate with fastboot HAL to get partition type" by Treehugger Robot · 7 years ago
  100. 4dca2e1 Integrate with fastboot HAL to get partition type by Hridya Valsaraju · 7 years ago