1. 0bc02bf fastboot: Fix flashing failure when a sparse image has an avb footer. by David Anderson · 1 year, 10 months ago
  2. 3e9b88d Removing is_retrofit code path by Daniel Zheng · 1 year, 11 months ago
  3. 9dabc9e Change source to be a unique_ptr. by Christopher Ferris · 1 year, 10 months ago
  4. 7a8f82a should_flash_in_userspace signature change by Daniel Zheng · 1 year, 11 months ago
  5. 5cbcdfa is_retrofit_device to work in bootloader by Daniel Zheng · 1 year, 11 months ago
  6. 1fff690 Adding testing for optimized flash super by Daniel Zheng · 2 years ago
  7. 720007b Merge "Adding flag to flash only static partitions" into main by Daniel Zheng · 2 years ago
  8. 750fe6a Adding include to functional by Daniel Zheng · 2 years ago
  9. cbda2c0 Adding flag to flash only static partitions by Daniel Zheng · 2 years, 1 month ago
  10. 6acfe9b Turning on fastboot-info by Daniel Zheng · 2 years, 1 month ago
  11. eabfe27 Fastboot-info testing by Daniel Zheng · 2 years, 2 months ago
  12. c97eeed Adding parsing for fastboot-info by Daniel Zheng · 2 years, 2 months ago
  13. ba07ef5 Change HardcodedFlash to add flashtasks by Daniel Zheng · 2 years, 2 months ago
  14. 5769b26 use FlashingPlan sparse_limit for testing by Daniel Zheng · 2 years, 2 months ago
  15. d62002c Add flag to disable super optimization by Daniel Zheng · 2 years, 2 months ago
  16. 7f8fff0 Moving source class declaration by Daniel Zheng · 2 years, 2 months ago
  17. 997ce15 Update add resizetasks to work in update by Daniel Zheng · 2 years, 2 months ago
  18. 791a83b Chang flash task to take in source by Daniel Zheng · 2 years, 3 months ago
  19. 630f29e Updating fastboot-info version check by Daniel Zheng · 2 years, 3 months ago
  20. 68b84df Added test for version check by Daniel Zheng · 2 years, 4 months ago
  21. efca333 Added forward declaration for compilation by Daniel Zheng · 2 years, 4 months ago
  22. bf09c61 Pointed FlashingPlan to Interface by Daniel Zheng · 2 years, 4 months ago
  23. c9e869b Adding fastboot_driver interface + mock by Daniel Zheng · 2 years, 4 months ago
  24. 65eb246 Moving FlashallTool Definition by Daniel Zheng · 2 years, 4 months ago
  25. 29a211c Changing flashall to parse fastboot-info.txt by Daniel Zheng · 2 years, 5 months ago
  26. 1e6456b Cleaned up slot logic by Daniel Zheng · 2 years, 4 months ago
  27. 2a4a45f Revert "Cleaned up some slot logic" by Kelvin Zhang · 2 years, 4 months ago
  28. bd85a18 Cleaned up some slot logic by Daniel Zheng · 2 years, 5 months ago
  29. 403657d Changing FlashTask to take in apply_vbmeta by Daniel Zheng · 2 years, 5 months ago
  30. 15e7783 Added support for Wipe Task by Daniel Zheng · 2 years, 5 months ago
  31. 47d70a5 Added support for FlashSuperLayoutTask by Daniel Zheng · 2 years, 6 months ago
  32. 48b39ba Merge "fastboot: Introduce ParseNetworkSerial unit tests" by Dmitrii Merkurev · 2 years, 5 months ago
  33. 7df2ab9 Added Flashing Plan by Daniel Zheng · 2 years, 6 months ago
  34. cdbfa7a fastboot: Introduce ParseNetworkSerial unit tests by Dmitrii Merkurev · 2 years, 5 months ago
  35. 0d30718 Added support for flash task by Daniel Zheng · 2 years, 6 months ago
  36. 1a01a1c Created new Task.h file to contain task classes. by Daniel Zheng · 2 years, 6 months ago
  37. 638d05e fastboot: add casefold/projid/compress options by Jaegeuk Kim · 4 years, 9 months ago
  38. 9027af0 fastboot: remove engine.cpp/engine.h by Tom Cherry · 7 years ago
  39. db51120 Refactor libfastboot by Aaron Wisner · 7 years ago
  40. 769a9c1 fastboot: Refactor string constants to constants.h by Jerry Zhang · 7 years ago
  41. d8a4c60 Simplify __attribute__((__printf__)) use. by Elliott Hughes · 7 years ago
  42. a2df1ef Do not customize __format__ for Windows/MinGW to gnu_printf by Pirama Arumuga Nainar · 7 years ago
  43. 6ebec93 Add fastboot_test.cpp and test --os-version/--os-patch-level parsing. by Elliott Hughes · 7 years ago
  44. 11ff345 Minimal changes to build fastboot as a library. by Elliott Hughes · 7 years ago
  45. 855cdf8 Improve fastboot verbose output. by Elliott Hughes · 7 years ago
  46. 5620d22 Add "require partition-exists=" support. by Elliott Hughes · 7 years ago
  47. 3d7fa22 Add __attribute__((__format__)) to fastboot's die(). by Elliott Hughes · 8 years ago
  48. d6365a7 Make fastboot command-line parsing a bit more like adb. by Elliott Hughes · 8 years ago
  49. 91fefad fastboot: Add 'get_staged' command by Jocelyn Bohr · 9 years ago
  50. 98cc283 fastboot: Add 'stage' command by Jocelyn Bohr · 9 years ago
  51. 0ea946c fastboot: Support larger transfers during flash by Chris Fries · 8 years ago
  52. 6a99971 fastboot: Cap max size sent to libsparse by Chris Fries · 8 years ago
  53. 82ff315 Add android::base::GetExecutablePath, switch adb and fastboot over. by Elliott Hughes · 9 years ago
  54. 2810d00 Use more std::string in fastboot. by Elliott Hughes · 9 years ago
  55. 9da9ac5 fastboot: show progress when sending sparse images. by Josh Gao · 10 years ago
  56. 0b15663 fastboot: create Transport object (take 2). by David Pursell · 10 years ago
  57. c0504e1 Revert "fastboot: create Transport object." by David Pursell · 10 years ago
  58. 6f233a7 fastboot: create Transport object. by David Pursell · 10 years ago
  59. b7bd4ae Fastboot changes to support A/B partitioning by Daniel Rosenberg · 10 years ago
  60. 8ab9a32 Clarify and fix the intent of the partition-type checking code. by Elliott Hughes · 10 years ago
  61. 2fd45a9 fastboot shouldn't erase non-existent cache partitions. by Elliott Hughes · 10 years ago
  62. fc79767 Use 64-bit file sizes in fastboot. by Elliott Hughes · 10 years ago
  63. f6e9ffb Fix file descriptor leak when opening invalid archives. by Narayan Kamath · 10 years ago
  64. 253c18d Prepare for switching to libziparchive. by Elliott Hughes · 10 years ago
  65. 8d7ddb3 Revert "System: Fastboot: warning fixit, misc bugs and cleanup." by Alexander Levitskiy · 11 years ago
  66. 782111b System: Fastboot: warning fixit, misc bugs and cleanup. by Sasha Levitskiy · 11 years ago
  67. 7e85974 fastboot: support for overriding format fs-type and size by JP Abgrall · 11 years ago
  68. e6f3e9b fastboot: allow format on devices with small buffers by Dmitry Grinberg · 11 years ago
  69. 157b001 Wait for device to disappear after reboot-bootloader. by Mark Wachsler · 12 years ago
  70. 5ee5d38 Update fastboot to wipe ext4 partitions before flashing by Ken Sumrall · 13 years ago
  71. 9a70e5c resolved conflicts for merge of 4d72d881 to master by Colin Cross · 13 years ago
  72. f838788 fastboot: add support for auto-resparsing large files by Colin Cross · 13 years ago
  73. 80f2d03 fastboot: add fb_getvar by Colin Cross · 13 years ago
  74. 3447b11 am 177a74ac: am c1f88106: Merge "fastboot: Change -w to format after the erase of userdata & cache" into jb-dev by JP Abgrall · 13 years ago
  75. 30ae580 fastboot: Change -w to format after the erase of userdata & cache by JP Abgrall · 13 years ago
  76. a61bcad resolved conflicts for merge of 13081c69 to master by Scott Anderson · 13 years ago
  77. 13081c6 fastboot: Add ability to specify device path by Scott Anderson · 13 years ago
  78. 5ae3f93 Remove trailing whitespaces by Anatol Pomazau · 13 years ago
  79. c8ba536 Implement 'fastboot format' command by Anatol Pomazau · 14 years ago
  80. 714052b DO NOT MERGE by Mike J. Chen · 14 years ago
  81. ca2074b Revert "Implement 'fastboot format' command" by Mike Lockwood · 13 years ago
  82. 452e118 Implement 'fastboot format' command by Anatol Pomazau · 14 years ago
  83. 6f53225 Revert "Implement 'fastboot format' command" by Anatol Pomazau · 14 years ago
  84. 230d160 Implement 'fastboot format' command by Anatol Pomazau · 14 years ago
  85. 21311f8 Revert "Implement 'fastboot format' command" by Anatol Pomazau · 14 years ago
  86. 65cf84f Implement 'fastboot format' command by Anatol Pomazau · 14 years ago
  87. 049dff5 Implement 'fastboot format' command by Anatol Pomazau · 14 years ago
  88. b98762f Teach fastboot to allow required variables per product. by Wink Saville · 14 years ago
  89. eb31c0b fastboot should return non-zero exit code on error by Brian Carlstrom · 15 years ago
  90. dd7bc33 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  91. e54eebb auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  92. 4f6e8d7 Initial Contribution by The Android Open Source Project · 17 years ago