summaryrefslogtreecommitdiffstats
path: root/update_verifier/update_verifier.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-06Reduce logs in update_verifierKelvin Zhang1-5/+2
2023-01-09update_verifier: Verify blocksAkilesh Kailash1-0/+22
2022-06-22Convert recovery to use AIDL bootcontrol HALKelvin Zhang1-16/+13
2022-06-08update_verifier: Verify blocksAkilesh Kailash1-0/+22
2019-11-15Clear the warm_reset flag after boot is successfulTianjie Xu1-0/+4
2019-04-02Append -verity when looking for verity device-mapper names.David Anderson1-0/+9
2019-03-13update_verifier: Add some missing #include's.Tao Bao1-1/+4
2019-03-13Update_verifier: Remove the support for legacy text format CareMapxunchang1-44/+3
2019-03-13Update_verifier: Remove the support for legacy text format CareMapxunchang1-44/+3
2019-02-07Defer marking boot successful when checkpointingDaniel Rosenberg1-6/+26
2018-10-05Compare the fingerprint before reading the partitionTianjie Xu1-11/+36
2018-09-21Refactor update_verifier into a classTianjie Xu1-61/+97
2018-07-25Add proto3 support for care_mapTianjie Xu1-24/+48
2018-04-20Make update_verifier generic across verified boot versions.Tao Bao1-27/+18
2018-03-23update_verifier: Support verifying product partition.Tao Bao1-12/+10
2018-03-23update_verifier: Support verifying product partition.Tao Bao1-12/+10
2017-11-09Load-balancing update_verifier worker threads.Tao Bao1-26/+19
2017-10-30update_verifier: Fix the wrong computation with group_range_count.Tao Bao1-3/+5
2017-10-29update_verifier: Fix the wrong computation with group_range_count.Tao Bao1-3/+5
2017-08-10update_verifier: verify blocks in parallelWei Wang1-31/+51
2017-08-09update_verifier: verify blocks in parallelWei Wang1-31/+51
2017-08-09update_verifier: Support androidboot.veritymode being empty or 'disabled'.David Zeuthen1-4/+17
2017-08-08update_verifier: Support androidboot.veritymode being empty or 'disabled'.David Zeuthen1-4/+17
2017-07-24update_verifier: Handle legacy care_map.txt gracefully.Tao Bao1-29/+42
2017-07-22update_verifier: Handle legacy care_map.txt gracefully.Tao Bao1-29/+42
2017-06-23update_verifier: Support AVB.David Zeuthen1-6/+15
2017-05-24update_verifier: Support AVB.David Zeuthen1-6/+15
2017-04-27Fix potential OOM in update_verifierTianjie Xu1-6/+11
2017-04-27Separate libupdate_verifier module and add testcases.Tao Bao1-8/+9
2017-04-04update_verifier: correct group in rc fileTom Cherry1-1/+1
2017-04-04update_verifier: correct group in rc fileTom Cherry1-1/+1
2017-04-02Merge "Use regular check for partition name instead of CHECK()" am: 76cb4eeda6 am: cd66e52573Tianjie Xu1-3/+4
2017-04-02Merge "Update_verifier should read blocks in EIO mode" am: 21d481c81e am: 89559e3cfeTianjie Xu1-26/+33
2017-04-01Use regular check for partition name instead of CHECK()Tianjie Xu1-3/+4
2017-03-31Update_verifier should read blocks in EIO modeTianjie Xu1-26/+33
2017-03-11update_verifier: Set the success flag if dm-verity is not enabled.Tao Bao1-0/+5
2017-01-26update_verifier should read dm wrapped partitionTianjie Xu1-6/+64
2017-01-21bootctrl HAL uses "default" service nameChris Phoenix1-1/+1
2017-01-20bootctrl HAL uses "default" service nameChris Phoenix1-1/+1
2017-01-20update_verifier: Move property_get() to android::base::GetProperty().Tao Bao1-48/+46
2016-11-21Switch update verifier to HIDL HALConnor O'Brien1-14/+17
2016-11-18Revert "Convert update_verifier to boot HIDL HAL"Connor O'Brien1-17/+14
2016-11-18Revert "Convert update_verifier to boot HIDL HAL"Connor O'Brien1-17/+14
2016-11-18Revert "Convert update_verifier to boot HIDL HAL"Connor O'Brien1-17/+14
2016-11-17Convert update_verifier to boot HIDL HALConnor O'Brien1-14/+17
2016-11-16Convert update_verifier to boot HIDL HALConnor O'Brien1-14/+17
2016-11-16Convert update_verifier to boot HIDL HALConnor O'Brien1-14/+17
2016-11-09Touch blocks in care_map in update_verifierTianjie Xu1-11/+120
2016-09-01Switch recovery to libbase loggingTianjie Xu1-23/+22
2016-09-01Switch recovery to libbase loggingTianjie Xu1-9/+7
2016-09-01Switch recovery to libbase loggingTianjie Xu1-23/+22
2016-07-16Skip update verification if care_map is not foundTianjie Xu1-2/+5
2016-07-15Fix a typo when comparing the verity modeTianjie Xu1-2/+2
2016-07-14Touch blocks in care_map in update_verifierTianjie Xu1-13/+118
2015-12-09update_verifier: Track the API change for isSlotBootable().Tao Bao1-5/+6
2015-12-08update_verifier: Log to logd instead of kernel log.Tao Bao1-11/+7
2015-12-08Add update_verifier for A/B OTA update.Tao Bao1-0/+84
2015-12-08update_verifier: Log to logd instead of kernel log.Tao Bao1-11/+7
2015-12-07Add update_verifier for A/B OTA update.Tao Bao1-0/+84