summaryrefslogtreecommitdiff
path: root/payload_consumer/filesystem_verifier_action_unittest.cc
AgeCommit message (Expand)Author
2021-05-12Write verity first, then do fs verificationKelvin Zhang
2021-05-11Add a case to cover repeatedelly running fs verificationKelvin Zhang
2021-05-11Add more unittest for fs verification VABC behaviorKelvin Zhang
2021-05-06Create a minimal testcase to reproduce silent verity corruptionKelvin Zhang
2021-05-06Fix verity discarded bugKelvin Zhang
2021-03-31Add a unittest for read-after-write pattern in cow writerKelvin Zhang
2021-03-28Support verity writes in VABCKelvin Zhang
2021-03-24Make dynamic partition control android return a writable fdKelvin Zhang
2021-03-22Add checks before writing hashtree/verityKelvin Zhang
2021-03-16Pass in source slot to ctor of dynamic controlKelvin Zhang
2021-02-17Use UpdateUsesSnapshotCompression to determine if VABC is usedKelvin Zhang
2021-02-16Don't list dynamic if a slot doesn't support DAPTianjie
2020-12-16Add unittest for filesystem verification actionKelvin Zhang
2020-11-17Use FileDescriptorPtr to implement async reads in verify stageKelvin Zhang
2020-10-29update_engine: Fix leaking unit testsAmin Hassani
2020-07-09Verify the extents for untouched dynamic partitions during partial updateTianjie
2019-01-15update_engine: Run clang-format on payload_consumerAmin Hassani
2019-01-08update_engine: Merge remote-tracking branch 'cros/upstream' into cros/masterAmin Hassani
2018-11-21Revert "Partially Revert 2b9d241"Hidehiko Abe
2018-10-12Skip writing verity if already written.Sen Jiang
2018-10-03Support writing FEC.Sen Jiang
2018-09-14Calculate verity hash tree.Sen Jiang
2018-08-13Merge remote-tracking branch 'aosp/upstream-master' into aosp/master.Sen Jiang
2018-07-27update_engine: Remove Action object from FilesystemVerifierActionDelegateAmin Hassani
2018-07-25update_engine: Pass Action ownership to ActionProcessorAmin Hassani
2018-07-03Use ScopedTempFile in unit test.Sen Jiang
2018-03-19Partially Revert 2b9d241Amin Hassani
2017-12-18update_engine: Update libchrome APIS to r456626.Hidehiko Abe
2016-04-05Remove BootControlInterface from FilesystemVerifierAction.Sen Jiang
2016-04-05Remove ComputeSourceHash mode in FileSystemVerification action.Sen Jiang
2016-03-16Clean up dead code in FilesystemVerifierAction.Sen Jiang
2016-03-12Rework postinstall unittests to pass on Android.Alex Deymo
2016-02-17Build unittests in Brillo.Alex Deymo
2016-02-10Replace is_full_update boolean with a payload_state enum.Alex Deymo
2015-12-08Fix unittest in FilesystemVerifierActionTest.Sen Jiang
2015-12-07Optional source filesystem verification in minor version 3.Sen Jiang
2015-11-12Split payload application code into a subdirectory.Alex Deymo