1. 2747532 fastbootd: Don't include all of the fs_mgr namespace in commands.cpp. by David Anderson · 5 years ago
  2. 196d2ba liblp: Add helpers for finding partitions and partition sizes. by David Anderson · 5 years ago
  3. 8c544b6 Fix non-aio USB read issue for fastbootd by chihhao.chen · 5 years ago
  4. d747dba fastbootd: reduce USB buffer size to 16K by Hridya Valsaraju · 5 years ago
  5. 8efadf7 Handle failed usb/reads and writes correctly by Hridya Valsaraju · 5 years ago
  6. 3d782d5 fastboot: Fix "fastboot gsi". by David Anderson · 5 years ago
  7. b688d91 Remove the rest of users of the old style fstab by Tom Cherry · 5 years ago
  8. 1d504e3 fastbootd: Add command to remove GSI installs by David Anderson · 5 years ago
  9. a48f86b fastbootd: Better error message when boot_devices is missing. by David Anderson · 6 years ago
  10. 8fd4435 Merge "fastbootd: Only flash slots listed by the boot control HAL." by Treehugger Robot · 6 years ago
  11. 4d307b0 fastbootd: Only flash slots listed by the boot control HAL. by David Anderson · 6 years ago
  12. 307a41f fastboot: call fs_mgr_overlayfs_teardown() in UpdateSuper by Mark Salyzyn · 6 years ago
  13. d25f1c3 fastbootd: Support two super partitions for retrofit devices. by David Anderson · 6 years ago
  14. 90fe0a4 fastboot: Query the name of the super partition. by David Anderson · 6 years ago
  15. 96a9fd4 fastboot: Fix flashing both slots with dynamic partitions. by David Anderson · 6 years ago
  16. 63ffb44 fastbootd: Partition commands should update all metadata slots. by David Anderson · 6 years ago
  17. 787de64 Merge "fastboot: wipe overlayfs for partition" by Treehugger Robot · 6 years ago
  18. 044f04b fastboot: wipe overlayfs for partition by Mark Salyzyn · 6 years ago
  19. b6134a6 fastbootd: Remove metadata merging code. by David Anderson · 6 years ago
  20. 8e7e9cb fastboot: use constants.h values by Mark Salyzyn · 6 years ago
  21. a605668 Merge "Do not calculate CRC for sparse images during fastboot flash" by Treehugger Robot · 6 years ago
  22. cd72cbb Merge "set_active command should update current slot information." by Treehugger Robot · 6 years ago
  23. aec0de5 Do not calculate CRC for sparse images during fastboot flash by Hridya Valsaraju · 6 years ago
  24. 20bdf89 set_active command should update current slot information. by Hridya Valsaraju · 6 years ago
  25. 9810709 Merge "Check validity of partition for getvar:partition-type" by Treehugger Robot · 6 years ago
  26. b2263b4 Merge "Return partition size in hex format." by Treehugger Robot · 6 years ago
  27. 4165e00 Check validity of partition for getvar:partition-type by Hridya Valsaraju · 6 years ago
  28. 2a377da Return partition size in hex format. by Hridya Valsaraju · 6 years ago
  29. f7d154e Merge "Check maximum allowed download size for download command." by Treehugger Robot · 6 years ago
  30. aae84e8 Check maximum allowed download size for download command. by Hridya Valsaraju · 6 years ago
  31. 32f5ff0 Merge changes Id6c00c76,Ibc74a12f by Treehugger Robot · 6 years ago
  32. bb12c5e Check return status of ReadFileToString() in GetDeviceLockStatus() by Hridya Valsaraju · 6 years ago
  33. 99f3772 Validate partition name when searching for physical partitions. by Hridya Valsaraju · 6 years ago
  34. e4046c7 Merge "Allow erase, set_active and download commands only on unlocked devices." by Treehugger Robot · 6 years ago
  35. d1e6231 Allow erase, set_active and download commands only on unlocked devices. by Hridya Valsaraju · 6 years ago
  36. e06850a Merge "Support fastboot variable battery-soc-ok" by Treehugger Robot · 6 years ago
  37. a534a5a Support fastboot variable battery-soc-ok by Hridya Valsaraju · 6 years ago
  38. 02678f3 Merge "Don't hardcode the super partition name." by Treehugger Robot · 6 years ago
  39. e5f2f06 liblp: Remove the guid field from LpMetadataPartition. by David Anderson · 6 years ago
  40. 5cbd2e4 Don't hardcode the super partition name. by David Anderson · 6 years ago
  41. 47658ca Interface with health HAL to read battery voltage by Hridya Valsaraju · 6 years ago
  42. 7c9bbe9 Add support to read fastboot variable 'off-mode-charge' by Hridya Valsaraju · 6 years ago
  43. 4af8090 Support fastboot variable 'variant'. by Hridya Valsaraju · 6 years ago
  44. e4931c5 Merge "Support 'fastboot getvar unlocked' command." by Treehugger Robot · 6 years ago
  45. dca328d Support 'fastboot getvar unlocked' command. by Hridya Valsaraju · 6 years ago
  46. a15fe31 Pass OEM commands to HAL by Hridya Valsaraju · 6 years ago
  47. e9997f8 Merge "Integrate with fastboot HAL to get partition type" by Treehugger Robot · 6 years ago
  48. bf9f8d1 Integrate with fastboot HAL to get partition type by Hridya Valsaraju · 6 years ago
  49. c8ac4e7 fastbootd: Wait for /dev/block paths when opening logical partitions. by David Anderson · 6 years ago
  50. 8c0a3e0 Merge "fastbootd: Implement getvar hw-revision." by Treehugger Robot · 6 years ago
  51. 950ec1a Merge "fastbootd: Perform CRC check when flashing sparse images." by Treehugger Robot · 6 years ago
  52. 6e66d36 Merge "fastbootd: Fix getvar max-download-size formatting." by Treehugger Robot · 6 years ago
  53. 61b6c5c Merge "Remove request for read access to partitions." by Treehugger Robot · 6 years ago
  54. c091c17 fastbootd: Implement getvar hw-revision. by David Anderson · 6 years ago
  55. 56843ee fastbootd: Perform CRC check when flashing sparse images. by David Anderson · 6 years ago
  56. 28b81cd fastbootd: Fix getvar max-download-size formatting. by David Anderson · 6 years ago
  57. 3ffed21 Remove request for read access to partitions. by Hridya Valsaraju · 6 years ago
  58. 4758967 fastbootd: Fix partition size testing issues. by David Anderson · 6 years ago
  59. 0f62663 fastbootd: Implement getvar all. by David Anderson · 6 years ago
  60. 1fb3fd7 fastbootd: Refactor for getvar all. by David Anderson · 6 years ago
  61. e41cb2e Merge "fastbootd: Add an update-super command to sync the super partition." by Treehugger Robot · 6 years ago
  62. 860cc5a adbd: use unique_fd for the usb file descriptors. by Josh Gao · 6 years ago
  63. 38b3c7a fastbootd: Add an update-super command to sync the super partition. by David Anderson · 6 years ago
  64. 79ab0e3 fastbootd: Complete the implementation of getvar has-slot. by David Anderson · 6 years ago
  65. d9ba061 fastbootd: Add is-userspace variable. by David Anderson · 6 years ago
  66. 0d4277d fastbootd: Add commands for logical partitions. by David Anderson · 6 years ago
  67. 88ef0b1 fastbootd: Add support for flashing logical partitions. by David Anderson · 6 years ago
  68. 12211d1 fastbootd: Enable erase and flash commands for physical partitions. by David Anderson · 6 years ago
  69. 856b7ec fastbootd: Allow returning errors from getvar handlers. by David Anderson · 6 years ago
  70. 31d2c26 fastbootd: Implement the getvar command. by Hridya Valsaraju · 6 years ago
  71. dea91b4 Add fastbootd. by Hridya Valsaraju · 6 years ago