1. 046818a libavb: Only load and verify hash partition if requested. am: 01ca9962bd by David Zeuthen · 7 years ago
  2. cd41b46 libavb: Add test for verifying veritymode is set to 'disabled'. am: a47b0a1074 by David Zeuthen · 7 years ago
  3. 01ca996 libavb: Only load and verify hash partition if requested. by David Zeuthen · 7 years ago
  4. a47b0a1 libavb: Add test for verifying veritymode is set to 'disabled'. by David Zeuthen · 7 years ago
  5. 300ad66 add avbtool to darwin builds am: c070440135 by Tom Cherry · 7 years ago
  6. c070440 add avbtool to darwin builds by Tom Cherry · 7 years ago
  7. d314b3b Move to Android.bp am: 8d225d8f4e by Tom Cherry · 7 years ago
  8. 8d225d8 Move to Android.bp by Tom Cherry · 7 years ago
  9. e8b1ab9 avbtool: add_hash_footer: Add --calc_max_image_size option. am: bf56245c7a by David Zeuthen · 7 years ago
  10. 9f4dcb1 avbtool: add_hashtree_footer: Add --setup_as_rootfs_from_kernel option. by David Zeuthen · 7 years ago
  11. bf56245 avbtool: add_hash_footer: Add --calc_max_image_size option. by David Zeuthen · 7 years ago
  12. 73f2afa avbtool: add_hashtree_footer: Add --setup_as_rootfs_from_kernel option. by David Zeuthen · 7 years ago
  13. 459fde1 Clarify rollback index protection in README.md file. am: 1614f552a5 by David Zeuthen · 7 years ago
  14. 1614f55 Clarify rollback index protection in README.md file. by David Zeuthen · 7 years ago
  15. cef98f9 avbtool: Generate forward-error-correcting codes for hashtree by default. by David Zeuthen · 7 years ago
  16. e57e6bb libavb: Allow specifying dm-verity error handling. am: 8221811c5d by David Zeuthen · 7 years ago
  17. 02c550f avbtool: Generate forward-error-correcting codes for hashtree by default. by David Zeuthen · 7 years ago
  18. 8221811 libavb: Allow specifying dm-verity error handling. by David Zeuthen · 7 years ago
  19. 06a3971 Update AVB docs to include overview, recommendations and best practices. by David Zeuthen · 7 years ago
  20. dc678e8 Update AVB docs to include overview, recommendations and best practices. by David Zeuthen · 7 years ago
  21. 553e1dc libavb: Load entire partition if |allow_verification_error| is true. by David Zeuthen · 7 years ago
  22. 27a291f libavb: Load entire partition if |allow_verification_error| is true. by David Zeuthen · 7 years ago
  23. 09f9f5c Update README.md for build system changes. am: 5e92570cd3 by David Zeuthen · 7 years ago
  24. be9f46f avbtool: Bail if the same rollback index location is used multiple times. by David Zeuthen · 7 years ago
  25. 5e92570 Update README.md for build system changes. by David Zeuthen · 7 years ago
  26. d8e4858 avbtool: Bail if the same rollback index location is used multiple times. by David Zeuthen · 7 years ago
  27. aff4115 avbtool: Add 'resize_image' command. am: 2bc232b84e by David Zeuthen · 7 years ago
  28. 2d8a83f uefi: Set both androidboot.slot and androidboot.slot_suffix. am: b60834f7a4 by David Zeuthen · 7 years ago
  29. 3059972 Move enable/disable-verity code from avbctl to libavb_user. am: 3a58015949 by David Zeuthen · 7 years ago
  30. 2bc232b avbtool: Add 'resize_image' command. by David Zeuthen · 7 years ago
  31. b60834f uefi: Set both androidboot.slot and androidboot.slot_suffix. by David Zeuthen · 7 years ago
  32. 3a58015 Move enable/disable-verity code from avbctl to libavb_user. by David Zeuthen · 7 years ago
  33. eddcf79 Merge "Removing AVB_MAJOR_VERSION and AVB_MINOR_VERSION" am: ee4603937b by Bowgo Tsai · 7 years ago
  34. ee46039 Merge "Removing AVB_MAJOR_VERSION and AVB_MINOR_VERSION" by Treehugger Robot · 7 years ago
  35. 6282995 avbtool: Add new verify_image command. am: b623d8b754 by David Zeuthen · 7 years ago
  36. b623d8b avbtool: Add new verify_image command. by David Zeuthen · 7 years ago
  37. 6cb3ffd avbtool: Drop dependency on Crypto.PublicKey.RSA. am: c68f082d91 by David Zeuthen · 7 years ago
  38. c68f082 avbtool: Drop dependency on Crypto.PublicKey.RSA. by David Zeuthen · 7 years ago
  39. d6a566d avbtool: Make raw_sign check the length of signature. am: ff44f232bc by Esun Kim · 7 years ago
  40. ad6c376 avbctl: New tool to control AVB behavior at runtime. am: 86fd178603 by David Zeuthen · 7 years ago
  41. ff44f23 avbtool: Make raw_sign check the length of signature. by Esun Kim · 7 years ago
  42. 86fd178 avbctl: New tool to control AVB behavior at runtime. by David Zeuthen · 7 years ago
  43. 0d50bbe Use Markdown in README file. am: b0f1787002 by David Zeuthen · 7 years ago
  44. b0f1787 Use Markdown in README file. by David Zeuthen · 7 years ago
  45. 41d12b9 avbtool: Use root=/dev/dm-0 instead of root=0xfd00. am: fd9c18d298 by David Zeuthen · 7 years ago
  46. fd9c18d avbtool: Use root=/dev/dm-0 instead of root=0xfd00. by David Zeuthen · 7 years ago
  47. 575a2ae libavb: Only print basename of file in avb_debug() and friends. am: f1bdec37f0 by David Zeuthen · 7 years ago
  48. f1bdec3 libavb: Only print basename of file in avb_debug() and friends. by David Zeuthen · 7 years ago
  49. 85d19d3 Replacing fs_mgr_read_fstab() with new fs_mgr APIs am: 49a88a3cef by Bowgo Tsai · 7 years ago
  50. 49a88a3 Replacing fs_mgr_read_fstab() with new fs_mgr APIs by Bowgo Tsai · 7 years ago
  51. 1277c5f Add memory leak tracing infrastructure and fix a memory leak. am: 0f7de9479a by David Zeuthen · 7 years ago
  52. 0f7de94 Add memory leak tracing infrastructure and fix a memory leak. by David Zeuthen · 7 years ago
  53. c6cc85f avbtool: Add 'append_vbmeta_image' command. am: b1b994d8d9 by David Zeuthen · 7 years ago
  54. ed4045c uefi: Fix off by one when loading footers. am: e9fbb111d7 by David Zeuthen · 7 years ago
  55. b1b994d avbtool: Add 'append_vbmeta_image' command. by David Zeuthen · 7 years ago
  56. e9fbb11 uefi: Fix off by one when loading footers. by David Zeuthen · 7 years ago
  57. 67cb9db libavb_atx: Remove GSK rollback index and increase key size. am: 43e12d8b29 by Darren Krahn · 7 years ago
  58. 3c94219 Allow top-level vbmeta struct to be in 'boot' partition. am: a5fd3a4b56 by David Zeuthen · 7 years ago
  59. 43e12d8 libavb_atx: Remove GSK rollback index and increase key size. by Darren Krahn · 7 years ago
  60. a5fd3a4 Allow top-level vbmeta struct to be in 'boot' partition. by David Zeuthen · 7 years ago
  61. 6231399 Removing AVB_MAJOR_VERSION and AVB_MINOR_VERSION by Bowgo Tsai · 7 years ago
  62. a467bed Rework how versioning work. am: e3cadcacd7 by David Zeuthen · 7 years ago
  63. e3cadca Rework how versioning work. by David Zeuthen · 7 years ago
  64. 46ea409 libavb: Include androidboot.vbmeta.version in the generated command-line. am: bc41cead04 am: b64acc2fee by David Zeuthen · 7 years ago
  65. b4630ff libavb: Include androidboot.vbmeta.version in the generated command-line. am: bc41cead04 by David Zeuthen · 7 years ago
  66. b64acc2 libavb: Include androidboot.vbmeta.version in the generated command-line. by David Zeuthen · 7 years ago
  67. bc41cea libavb: Include androidboot.vbmeta.version in the generated command-line. by David Zeuthen · 7 years ago
  68. 714df04 libavb: Don't pass androidboot.slot_suffix in generated kernel command-line. am: 19c38437eb am: c69ef3b360 by David Zeuthen · 7 years ago
  69. 8bfd8ba avbtool: Make it possible to save vbmeta structs to a separate file. am: d247fcb8ab am: 5f5f9bcf00 by David Zeuthen · 7 years ago
  70. 87f51e4 libavb: Don't pass androidboot.slot_suffix in generated kernel command-line. am: 19c38437eb by David Zeuthen · 7 years ago
  71. ac7da2c avbtool: Make it possible to save vbmeta structs to a separate file. am: d247fcb8ab by David Zeuthen · 7 years ago
  72. c69ef3b libavb: Don't pass androidboot.slot_suffix in generated kernel command-line. by David Zeuthen · 7 years ago
  73. 5f5f9bc avbtool: Make it possible to save vbmeta structs to a separate file. by David Zeuthen · 7 years ago
  74. 19c3843 libavb: Don't pass androidboot.slot_suffix in generated kernel command-line. by David Zeuthen · 7 years ago
  75. d247fcb avbtool: Make it possible to save vbmeta structs to a separate file. by David Zeuthen · 7 years ago
  76. 93e158e avbtool: Keep FEC data around when using --keep_hashtree with erase_footer. am: fbb61fa831 am: 3ffdb43a76 by David Zeuthen · 7 years ago
  77. eef7061 avbtool: Keep FEC data around when using --keep_hashtree with erase_footer. am: fbb61fa831 by David Zeuthen · 7 years ago
  78. 3ffdb43 avbtool: Keep FEC data around when using --keep_hashtree with erase_footer. by David Zeuthen · 7 years ago
  79. fbb61fa avbtool: Keep FEC data around when using --keep_hashtree with erase_footer. by David Zeuthen · 7 years ago
  80. 2990093 Merge "Add libbase dependency for bootctrl.avb" am: b82476b477 am: 13781b1cbf by bowgotsai · 7 years ago
  81. 74418a5 Merge "Add libbase dependency for bootctrl.avb" am: b82476b477 am: 13781b1cbf by bowgotsai · 7 years ago
  82. 13781b1 Merge "Add libbase dependency for bootctrl.avb" am: b82476b477 by bowgotsai · 7 years ago
  83. b82476b Merge "Add libbase dependency for bootctrl.avb" by Treehugger Robot · 7 years ago
  84. faa5d3a Add libbase dependency for bootctrl.avb by bowgotsai · 7 years ago
  85. 68e01cb avbtool: Use 'restart_on_corruption' when setting up dm-verity. am: a01e32f151 am: f3fa6f8bed by David Zeuthen · 7 years ago
  86. afbecb4 avbtool: Use 'restart_on_corruption' when setting up dm-verity. am: a01e32f151 by David Zeuthen · 7 years ago
  87. f3fa6f8 avbtool: Use 'restart_on_corruption' when setting up dm-verity. am: a01e32f151 by David Zeuthen · 7 years ago
  88. 5a5fe31 avbtool: Fix overallocation for Authentication Data block. am: d5db21df02 am: 55f30ae219 by David Zeuthen · 7 years ago
  89. 303dcce avbtool: Fix overallocation for Authentication Data block. am: d5db21df02 by David Zeuthen · 7 years ago
  90. 55f30ae avbtool: Fix overallocation for Authentication Data block. am: d5db21df02 by David Zeuthen · 7 years ago
  91. a01e32f avbtool: Use 'restart_on_corruption' when setting up dm-verity. by David Zeuthen · 7 years ago
  92. d5db21d avbtool: Fix overallocation for Authentication Data block. by David Zeuthen · 7 years ago
  93. 8f3e379 Add sample UEFI bootloader using libavb and libavb_ab. am: d9c76c7654 am: dafe35a62c by David Zeuthen · 7 years ago
  94. c592977 Add sample UEFI bootloader using libavb and libavb_ab. am: d9c76c7654 by David Zeuthen · 7 years ago
  95. dafe35a Add sample UEFI bootloader using libavb and libavb_ab. am: d9c76c7654 by David Zeuthen · 7 years ago
  96. d9c76c7 Add sample UEFI bootloader using libavb and libavb_ab. by David Zeuthen · 8 years ago
  97. bdaa0ea Delete public pem files. am: c73cc6d68c am: 7c31382e78 am: 9c16fc2c4c by Jocelyn Bohr · 7 years ago
  98. d5b0b07 Rename libcrypto-host to libcrypto am: 1bb0e3b18d am: a4fce0b4f7 am: 2a3072b27f by Jocelyn Bohr · 7 years ago
  99. 2465a28 Implement AVB Android Things eXtension (ATX) am: 147b08db62 am: 46bf7f29ff by Darren Krahn · 7 years ago
  100. 9c16fc2 Delete public pem files. am: c73cc6d68c am: 7c31382e78 by Jocelyn Bohr · 7 years ago