1. d2515c5 Merge "Fix incorrect error checking on unique_fd" by Treehugger Robot · 5 years ago
  2. ebab937 Convert more of system/extras to Android.bp by Dan Willemsen · 5 years ago
  3. 94c35d6 Fix incorrect error checking on unique_fd by Bernie Innocenti · 5 years ago
  4. e6c8225 Fix build error of generating fec data by Jinguang Dong · 5 years ago
  5. 590e584 boot_signer should support boot header version 2 by Hridya Valsaraju · 5 years ago
  6. 499a017 switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 6 years ago
  7. cecb941 Mark libverity_tree as recovery_available for update_engine_sideload by Dan Willemsen · 6 years ago
  8. d6dc877 verity: Support partial blocks in Update(). by Sen Jiang · 6 years ago
  9. 1df532a verity: Add HashTreeBuilder::CheckHashTree(). by Sen Jiang · 6 years ago
  10. 6ba2231 Merge "Make host targets use non-repackaged targets" by Treehugger Robot · 6 years ago
  11. 89eaba1 Change the interface parameter from off_t to uint64_t by Tianjie Xu · 6 years ago
  12. 64edcd8 Export headers for libverity_tree by Tianjie Xu · 6 years ago
  13. c231d50 Add support of more hash algorithms for verity tree builder by Tianjie Xu · 6 years ago
  14. 5bf7958 [verity] Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  15. 8bf1b54 Make host targets use non-repackaged targets by Neil Fuller · 6 years ago
  16. a30e008 Add unit tests to build_verity_tree by Tianjie Xu · 6 years ago
  17. b72fdb5 Move functions in build_verity_tree to a static library by Tianjie Xu · 6 years ago
  18. 3817ebe Convert the sparse_hash_ctx to the HashTreeBuilder class by Tianjie Xu · 6 years ago
  19. 9f022b4 Convert more of system/extras to Soong by Dan Willemsen · 6 years ago
  20. ff0d605 verity: Track the libsparse API change. by Tao Bao · 6 years ago
  21. 9bb9f8f Allow recovery-dtbo in recovery.img to be signed by Hridya Valsaraju · 6 years ago
  22. e1f150b Remove verify_boot_signature. by David Benjamin · 6 years ago
  23. 373d3c7 Use -Werror in system/extras by Chih-Hung Hsieh · 7 years ago
  24. 306bc2e build_verity_metadata.py: allow disabling verity by Bowgo Tsai · 7 years ago
  25. 88d5135 verity: Fix the broken 'build_verity_tree -A'. by Tao Bao · 7 years ago
  26. 390c1a8 Merge "<stdbool.h> not necessary in C++." by Elliott Hughes · 7 years ago
  27. ac8b2ce <stdbool.h> not necessary in C++. by Elliott Hughes · 7 years ago
  28. 6eb0493 fix memory leak in unittest. by Yunlian Jiang · 7 years ago
  29. f4375be Remove LOCAL_CLANG and clang: true by Lennart Wieboldt · 7 years ago
  30. fcfb70a Remove external/openssl/include from verity include path. by Elliott Hughes · 7 years ago
  31. 992dab2 Remove "_host" suffix from libsquashfs_utils. by Alex Deymo · 7 years ago
  32. f417a8d Remove "_host" and "_static" suffix from libsparse. by Alex Deymo · 7 years ago
  33. b611070 Remove "_static" and "_host" suffix from libext4_utils definitions. by Alex Deymo · 7 years ago
  34. ae12268 Remove "_host" suffix from libfec_rs. by Alex Deymo · 7 years ago
  35. bb634ff verity_verifier: Support verifying images with FEC. by Tao Bao · 8 years ago
  36. fa8c62e Rename libfec_host to libfec. by Alex Deymo · 8 years ago
  37. 6a28545 Merge "Convert verity tools to subprocess" by Tianjie Xu · 8 years ago
  38. 441ebc9 Convert verity tools to subprocess by Tianjie Xu · 8 years ago
  39. a422392 Merge "Support verifying the boot signature against the given pubkey." by Treehugger Robot · 8 years ago
  40. 2a75a61 Support verifying the boot signature against the given pubkey. by Tao Bao · 8 years ago
  41. 39d1756 build_verity_metadata: Support --signer_args argument. by Tao Bao · 8 years ago
  42. 018ef1b ext4_utils: Export headers for libext4_utils* libs. by Tao Bao · 8 years ago
  43. 85e592c fec: add --padding by Sami Tolvanen · 8 years ago
  44. 4c716c9 fec: remove unneeded target executable by Sami Tolvanen · 8 years ago
  45. 8bad827 fec: remove unused mmap code by Sami Tolvanen · 8 years ago
  46. de4dc4a Fix references to libcrypto_utils_static. by Josh Gao · 8 years ago
  47. 1f6947b Merge "Fix clang-tidy performance warnings in libfec." by Treehugger Robot · 8 years ago
  48. a3b37f4 Fix clang-tidy performance warnings in libfec. by Chih-Hung Hsieh · 8 years ago
  49. 1eb7256 Rename lib{crypto,ssl}-host to lib{crypto,ssl} by Dan Willemsen · 8 years ago
  50. a8e6644 verity: delete keystore_signer by Sami Tolvanen · 8 years ago
  51. c494733 Switch to BoringSSL for crypto. by Mattias Nissler · 8 years ago
  52. ab9a0c8 Track update to bouncycastle 1.54 by Kenny Root · 8 years ago
  53. f35a15d fec: accept multiple input files for encoding by Sami Tolvanen · 8 years ago
  54. 66dd09e Track rename from base/ to android-base/. by Elliott Hughes · 8 years ago
  55. 4b71c1b fec: report correct ecc location for -E by Sami Tolvanen · 9 years ago
  56. b5ff8a9 Merge "system/extras: remove BORINGSSL_201509 support." by Kenny Root · 9 years ago
  57. 8775778 verity: move metadata after the hash tree by Sami Tolvanen · 9 years ago
  58. 6ddfa66 am 92e11ea1: Merge "Add NOTICE files" by Sami Tolvanen · 9 years ago
  59. 8dd6f01 Add NOTICE files by Sami Tolvanen · 9 years ago
  60. 532f28f system/extras: remove BORINGSSL_201509 support. by Adam Langley · 9 years ago
  61. 66059d6 am 482fe9e3: Merge "fec: enable building on Mac" by Sami Tolvanen · 9 years ago
  62. 0403024 fec: enable building on Mac by Sami Tolvanen · 9 years ago
  63. 180e08a am 3625af96: Merge "Error correction: Add a tool for en/decoding files" by Sami Tolvanen · 9 years ago
  64. 29bf737 Error correction: Add a tool for en/decoding files by Sami Tolvanen · 9 years ago
  65. 7f6d744 am 510ade28: Merge "boot_signer: allow verification using an external certificate" by Sami Tolvanen · 9 years ago
  66. 53e7904 boot_signer: allow verification using an external certificate by Sami Tolvanen · 9 years ago
  67. 9c8f096 am 65fd650a: Merge "Prepare for BoringSSL update." by Kenny Root · 9 years ago
  68. 7a688f6 Prepare for BoringSSL update. by Adam Langley · 9 years ago
  69. ea23973 am 31d0d7cb: Merge "Add <endian.h> back and stop building one tool for the Mac." by Elliott Hughes · 9 years ago
  70. fa5185e Add <endian.h> back and stop building one tool for the Mac. by Elliott Hughes · 9 years ago
  71. 3881aa9 am 4361173d: Merge "Another go at fixing the Mac build." by Elliott Hughes · 9 years ago
  72. 3adbe0f Another go at fixing the Mac build. by Elliott Hughes · 9 years ago
  73. a8b5f7e resolved conflicts for merge of b699685e to mnc-dev-plus-aosp by Elliott Hughes · 9 years ago
  74. 9ad61ac Fix Mac build. by Elliott Hughes · 9 years ago
  75. 1550247 am d31c4c3a: Merge "Exclude verify_boot_signature from Mac build." into mnc-dev by Ying Wang · 9 years ago
  76. 19808d0 Exclude verify_boot_signature from Mac build. by Ying Wang · 9 years ago
  77. f239299 system/extra: include more of what you use. by Adam Langley · 9 years ago
  78. 4f69040 am f044a21a: Merge "Fix unused result warnings in system/extras/verity." by Elliott Hughes · 9 years ago
  79. c3f464c am d30f68d1: Merge "system/extra: include more of what you use." by Kenny Root · 9 years ago
  80. b104044 Fix unused result warnings in system/extras/verity. by Elliott Hughes · 9 years ago
  81. a83adf6 system/extra: include more of what you use. by Adam Langley · 9 years ago
  82. 7306b2e am 3d59e00f: Merge "Revert "system/extra: include more of what you use."" by Kenny Root · 9 years ago
  83. 291e20d Revert "system/extra: include more of what you use." by Kenny Root · 9 years ago
  84. ce1c0be am 18b671d7: Merge "system/extra: include more of what you use." by Kenny Root · 9 years ago
  85. aa24bc8 system/extra: include more of what you use. by Adam Langley · 9 years ago
  86. ce7dad6 build_verity_tree: Add verbose flag by Mohamad Ayyash · 9 years ago
  87. 70f72fb build_verity_tree: Add verbose flag by Mohamad Ayyash · 9 years ago
  88. 26f4641 am efa04370: Merge "system/extras/verity: BoringSSL fix." by Kenny Root · 9 years ago
  89. efa0437 Merge "system/extras/verity: BoringSSL fix." by Kenny Root · 9 years ago
  90. c1c760b am c87b4134: Merge "Add 64 bit support to verity build." by Sami Tolvanen · 9 years ago
  91. c87b413 Merge "Add 64 bit support to verity build." by Sami Tolvanen · 9 years ago
  92. e3ec11c system/extras/verity: BoringSSL fix. by Adam Langley · 9 years ago
  93. 88ea006 Add 64 bit support to verity build. by Qin Ying · 10 years ago
  94. cb73af7 am c3a0cfbf: am fcd4849c: Merge "Remove superfluous OpenSSL include paths." by Kenny Root · 9 years ago
  95. c3a0cfb am fcd4849c: Merge "Remove superfluous OpenSSL include paths." by Kenny Root · 9 years ago
  96. 1a14f1e am 32de2663: am 89919a03: Merge "Include bn.h for BN_ functions." by Geremy Condra · 9 years ago
  97. d70873e Remove superfluous OpenSSL include paths. by Adam Langley · 9 years ago
  98. 32de266 am 89919a03: Merge "Include bn.h for BN_ functions." by Geremy Condra · 9 years ago
  99. 77dd197 Include bn.h for BN_ functions. by Adam Langley · 9 years ago
  100. 6c8b3eb Merge "Add EC support back to signing tools" by Sami Tolvanen · 10 years ago