1. 935ee1f Added test for parsing bad input by Daniel Zheng · 2 years ago
  2. 13af2f4 Merge "Added test for version check" by Daniel Zheng · 2 years ago
  3. 0e25838 Merge "Adding Test for Parsing Flash Task" by Daniel Zheng · 2 years ago
  4. 233a5a1 Merge "Added forward declaration for compilation" by Daniel Zheng · 2 years ago
  5. 7d67d56 Merge "Pointed FlashingPlan to Interface" by Daniel Zheng · 2 years ago
  6. 3ac1e55 Merge "Adding fastboot_driver interface + mock" by Daniel Zheng · 2 years ago
  7. 39b1de9 Merge "Moving FlashallTool Definition" by Daniel Zheng · 2 years ago
  8. b7d14fa Merge "Changing flashall to parse fastboot-info.txt" by Daniel Zheng · 2 years ago
  9. 68b84df Added test for version check by Daniel Zheng · 2 years ago
  10. 76aa257 Adding Test for Parsing Flash Task by Daniel Zheng · 2 years ago
  11. efca333 Added forward declaration for compilation by Daniel Zheng · 2 years ago
  12. bf09c61 Pointed FlashingPlan to Interface by Daniel Zheng · 2 years ago
  13. c9e869b Adding fastboot_driver interface + mock by Daniel Zheng · 2 years ago
  14. 65eb246 Moving FlashallTool Definition by Daniel Zheng · 2 years ago
  15. 29a211c Changing flashall to parse fastboot-info.txt by Daniel Zheng · 2 years ago
  16. 37673f0 Merge "Fixing circular dependency" by Daniel Zheng · 2 years ago
  17. 729c159 Merge "Moving logging include" by Daniel Zheng · 2 years ago
  18. 0897526 Fixing circular dependency by Daniel Zheng · 2 years ago
  19. 7627b54 Moving logging include by Daniel Zheng · 2 years ago
  20. 0a78508 Merge "Cleaning up main code" by Daniel Zheng · 2 years ago
  21. 8380060 Merge "Adding const to task constructors" by Daniel Zheng · 2 years ago
  22. 23631b9 Merge "Cleaned up slot logic" by Daniel Zheng · 2 years ago
  23. dddb5fa Merge "Correcting Reboot Task Functionality" by Daniel Zheng · 2 years ago
  24. e6dbd4f Adding const to task constructors by Daniel Zheng · 2 years ago
  25. 1e6456b Cleaned up slot logic by Daniel Zheng · 2 years ago
  26. b2fdbef Merge "Revert "Cleaned up some slot logic"" by Treehugger Robot · 2 years ago
  27. 2a4a45f Revert "Cleaned up some slot logic" by Kelvin Zhang · 2 years ago
  28. b16aba8 Merge "Cleaned up some slot logic" by Daniel Zheng · 2 years ago
  29. 719caca Merge "Added some error logs to wipe" by Daniel Zheng · 2 years ago
  30. 76c9343 Cleaning up main code by Daniel Zheng · 2 years ago
  31. 1418fb8 Correcting Reboot Task Functionality by Daniel Zheng · 2 years ago
  32. 4aa4733 Merge "Added check to copy AVB footer" by Daniel Zheng · 2 years ago
  33. bd85a18 Cleaned up some slot logic by Daniel Zheng · 2 years ago
  34. 6f213b2 Added some error logs to wipe by Daniel Zheng · 2 years ago
  35. e33e8a8 Added check to copy AVB footer by Daniel Zheng · 2 years ago
  36. 33ff88f Updated fuzz_config in Android.bp file by Ayushi Khopkar · 2 years ago
  37. ecdbbbd Merge changes Ie68aed2f,Ic40696b3 by David Anderson · 2 years ago
  38. 74c7807 fastboot: Handle libsparse failures better. by David Anderson · 2 years ago
  39. 0bf3b71 Updating Flashall to work off tasks by Daniel Zheng · 2 years ago
  40. 85c0f3e Updated location of initialization by Daniel Zheng · 2 years ago
  41. f1ddba9 Updating FlashTask to require img-name by Daniel Zheng · 2 years ago
  42. 980985a Removed hardcoded check to copy AVB Footer by Daniel Zheng · 2 years ago
  43. 403657d Changing FlashTask to take in apply_vbmeta by Daniel Zheng · 2 years ago
  44. 15e7783 Added support for Wipe Task by Daniel Zheng · 2 years ago
  45. 43987c9 Fixed parameter styling and minor error in tasks by Daniel Zheng · 2 years, 1 month ago
  46. aa70f4c Added support for Delete Task by Daniel Zheng · 2 years, 1 month ago
  47. 9f7bf7e Added support for Resize Task by Daniel Zheng · 2 years, 1 month ago
  48. 6bb8baa Added support for Update Super Task by Daniel Zheng · 2 years, 1 month ago
  49. 47d70a5 Added support for FlashSuperLayoutTask by Daniel Zheng · 2 years, 1 month ago
  50. 48b39ba Merge "fastboot: Introduce ParseNetworkSerial unit tests" by Dmitrii Merkurev · 2 years, 1 month ago
  51. 78a0f7f Merge "Changed FlashTask and RebootTask to take in FlashingPlan" by Daniel Zheng · 2 years, 1 month ago
  52. f8da682 Merge "Added Flashing Plan" by Daniel Zheng · 2 years, 1 month ago
  53. bc01da5 Changed FlashTask and RebootTask to take in FlashingPlan by Daniel Zheng · 2 years, 1 month ago
  54. 7df2ab9 Added Flashing Plan by Daniel Zheng · 2 years, 1 month ago
  55. cdbfa7a fastboot: Introduce ParseNetworkSerial unit tests by Dmitrii Merkurev · 2 years, 1 month ago
  56. 95c90c6 fastboot: Fix fastboot_vendor_boot_img_utils_test mac os compilation by Dmitrii Merkurev · 2 years, 1 month ago
  57. 396b107 Merge "fastboot: Fix IPv6 connect and -s host parsing" by Treehugger Robot · 2 years, 1 month ago
  58. 4785554 fastboot: Fix IPv6 connect and -s host parsing by Dmitrii Merkurev · 2 years, 1 month ago
  59. 71b3b43 Added support for reboot task by Daniel Zheng · 2 years, 1 month ago
  60. 45380e4 Merge "fastboot: Use copy constructor to copy fastboot match callback" by Dmitrii Merkurev · 2 years, 1 month ago
  61. 96ea7b9 Merge "fastboot: Follow fastboot pattern to show network-connected device status" by Dmitrii Merkurev · 2 years, 1 month ago
  62. c48cd9f fastboot: Follow fastboot pattern to show network-connected device status by Dmitrii Merkurev · 2 years, 1 month ago
  63. b5b8276 fastboot: Use copy constructor to copy fastboot match callback by Dmitrii Merkurev · 2 years, 1 month ago
  64. 368a908 Merge "Fastboot: Add new TEXT message to protocol to handle long lines." by Treehugger Robot · 2 years, 1 month ago
  65. 99097cc Fastboot: Add new TEXT message to protocol to handle long lines. by Raphael Herouart · 2 years, 1 month ago
  66. 2d6c30d Merge "fastboot: Add a mock transport and some driver tests." by David Anderson · 2 years, 1 month ago
  67. e6d8dd3 fastboot: Add a mock transport and some driver tests. by David Anderson · 2 years, 1 month ago
  68. 6c5b6a87 Merge "fastboot: Add a test for super_flash_helper." by David Anderson · 2 years, 1 month ago
  69. ada8718 fastboot: Add a test for super_flash_helper. by David Anderson · 2 years, 1 month ago
  70. 0d30718 Added support for flash task by Daniel Zheng · 2 years, 1 month ago
  71. 77f4cb4 Merge "fastboot: Introduce connect / disconnect for network-connected devices" by Treehugger Robot · 2 years, 1 month ago
  72. 0ee285a fastboot: Introduce connect / disconnect for network-connected devices by Dmitrii Merkurev · 2 years, 1 month ago
  73. 4dd1ac9 Merge "fastboot: Introduce network-connected devices storage" by Dmitrii Merkurev · 2 years, 1 month ago
  74. ee065fe Merge "Fastboot: Use AServiceManager_waitForService instead of AServiceManager_getService" by Sandeep Dhavale · 2 years, 2 months ago
  75. d45181f Merge "fastboot: Add fastboot_test to TEST_MAPPING." by David Anderson · 2 years, 2 months ago
  76. 9129717 fastboot: Introduce network-connected devices storage by Dmitrii Merkurev · 2 years, 2 months ago
  77. 86e869a fastboot: Add fastboot_test to TEST_MAPPING. by David Anderson · 2 years, 2 months ago
  78. 166efb1 Merge "Created new Task.h file to contain task classes." by Daniel Zheng · 2 years, 2 months ago
  79. 1a01a1c Created new Task.h file to contain task classes. by Daniel Zheng · 2 years, 2 months ago
  80. 3f061f9 fastboot: Fix missing endian header in fastboot_driver.h to avoid header confusion by John Stultz · 2 years, 2 months ago
  81. 667b1ef fastboot: Avoid reboots to userspace when using flashall/update. by David Anderson · 2 years, 2 months ago
  82. aa87dc5 fastboot: Move some helpers into util.h/.cpp. by David Anderson · 2 years, 2 months ago
  83. a67fc32 fastboot: Allow using LOG(). by David Anderson · 2 years, 2 months ago
  84. a1c983e fastboot: Use RAII for sparse_file objects. by David Anderson · 2 years, 2 months ago
  85. 0635794 fastboot: Update health AIDL HAL to V2 by Jack Wu · 2 years, 2 months ago
  86. acb4952 fastboot: Copy AVB footer from recovery.img to the end of the partition by Isaac J. Manjarres · 2 years, 2 months ago
  87. dce1371 Zero-length packet send bug resolution for fastboot. by Shaju Mathew · 2 years, 2 months ago
  88. 63928c3 Fastboot: Use AServiceManager_waitForService instead of AServiceManager_getService by Sandeep Dhavale · 2 years, 4 months ago
  89. 14000f1 Merge "Updating fastboot to modern c++ standards" by Daniel Zheng · 2 years, 4 months ago
  90. c76bc32 Fix "Attempt to delete released memory" warning. by Chih-Hung Hsieh · 2 years, 4 months ago
  91. 65452d0 Updating fastboot to modern c++ standards by Daniel Zheng · 2 years, 4 months ago
  92. 38b68c6 fastbootd: Add getvar is-force-debuggable by Yi-Yo Chiang · 2 years, 4 months ago
  93. 2534d48 Fastbootd: Use Fastboot AIDL with the help of fastbootshim for legacy fastboot HAL by Sandeep Dhavale · 2 years, 5 months ago
  94. 460f70b Merge "Adding target (sdk-repo-platform-tools) that is used by gmac(sdk_mac) build." by Treehugger Robot · 2 years, 6 months ago
  95. 6c27f23 Adding target (sdk-repo-platform-tools) that is used by gmac(sdk_mac) build. by Shaju Mathew · 2 years, 6 months ago
  96. 4c3c526 [MTE] Reset MTE state for userdata wipe in fastbootd by Florian Mayer · 2 years, 6 months ago
  97. a67092a Merge "Updates the FB_COMMAND_SIZE from 64 to the linux max value of 4096 and updates the relevant unit tests." by Treehugger Robot · 2 years, 6 months ago
  98. e21b7a5 Port ADB's new handling of the USB packet ClearFeature(HALT) to Fastboot. by Nicolas Gagnon · 2 years, 6 months ago
  99. 7518e8b Updates the FB_COMMAND_SIZE from 64 to the linux max value of 4096 and by Bradley Furman · 2 years, 6 months ago
  100. 682e5b5 Add io_uring support to fastboot by Kelvin Zhang · 2 years, 8 months ago