summaryrefslogtreecommitdiffstats
path: root/update_verifier/update_verifier.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clear the warm_reset flag after boot is successfulTianjie Xu2019-11-151-0/+4
* Append -verity when looking for verity device-mapper names.David Anderson2019-04-021-0/+9
* Merge "Update_verifier: Remove the support for legacy text format CareMap"Treehugger Robot2019-03-141-44/+3
|\
| * Update_verifier: Remove the support for legacy text format CareMapxunchang2019-03-131-44/+3
* | update_verifier: Add some missing #include's.Tao Bao2019-03-131-1/+4
|/
* Defer marking boot successful when checkpointingDaniel Rosenberg2019-02-071-6/+26
* Compare the fingerprint before reading the partitionTianjie Xu2018-10-051-11/+36
* Refactor update_verifier into a classTianjie Xu2018-09-211-61/+97
* Add proto3 support for care_mapTianjie Xu2018-07-251-24/+48
* Make update_verifier generic across verified boot versions.Tao Bao2018-04-201-27/+18
* update_verifier: Support verifying product partition.Tao Bao2018-03-231-12/+10
* Load-balancing update_verifier worker threads.Tao Bao2017-11-091-26/+19
* update_verifier: Fix the wrong computation with group_range_count.Tao Bao2017-10-291-3/+5
* update_verifier: verify blocks in parallelWei Wang2017-08-101-31/+51
* update_verifier: Support androidboot.veritymode being empty or 'disabled'.David Zeuthen2017-08-081-4/+17
* update_verifier: Handle legacy care_map.txt gracefully.Tao Bao2017-07-221-29/+42
* update_verifier: Support AVB.David Zeuthen2017-05-241-6/+15
* Fix potential OOM in update_verifierTianjie Xu2017-04-271-6/+11
* Separate libupdate_verifier module and add testcases.Tao Bao2017-04-271-8/+9
* update_verifier: correct group in rc fileTom Cherry2017-04-041-1/+1
* Use regular check for partition name instead of CHECK()Tianjie Xu2017-04-011-3/+4
* Update_verifier should read blocks in EIO modeTianjie Xu2017-03-311-26/+33
* update_verifier: Set the success flag if dm-verity is not enabled.Tao Bao2017-03-111-0/+5
* update_verifier should read dm wrapped partitionTianjie Xu2017-01-261-6/+64
* Merge "update_verifier: Move property_get() to android::base::GetProperty()."Tao Bao2017-01-251-48/+46
|\
| * update_verifier: Move property_get() to android::base::GetProperty().Tao Bao2017-01-201-48/+46
* | bootctrl HAL uses "default" service nameChris Phoenix2017-01-201-1/+1
|/
* Switch update verifier to HIDL HALConnor O'Brien2016-11-211-14/+17
* Revert "Convert update_verifier to boot HIDL HAL"Connor O'Brien2016-11-181-17/+14
* Convert update_verifier to boot HIDL HALConnor O'Brien2016-11-161-14/+17
* Touch blocks in care_map in update_verifierTianjie Xu2016-11-091-11/+120
* Switch recovery to libbase loggingTianjie Xu2016-09-011-9/+7
* update_verifier: Track the API change for isSlotBootable().Tao Bao2015-12-091-5/+6
* update_verifier: Log to logd instead of kernel log.Tao Bao2015-12-081-11/+7
* Add update_verifier for A/B OTA update.Tao Bao2015-12-081-0/+84