summaryrefslogtreecommitdiffstats
path: root/update_verifier/update_verifier.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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