index
:
Project-1CE/system_update_engine
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
payload_consumer
/
filesystem_verifier_action_unittest.cc
Age
Commit message (
Expand
)
Author
2021-05-12
Write verity first, then do fs verification
Kelvin Zhang
2021-05-11
Add a case to cover repeatedelly running fs verification
Kelvin Zhang
2021-05-11
Add more unittest for fs verification VABC behavior
Kelvin Zhang
2021-05-06
Create a minimal testcase to reproduce silent verity corruption
Kelvin Zhang
2021-05-06
Fix verity discarded bug
Kelvin Zhang
2021-03-31
Add a unittest for read-after-write pattern in cow writer
Kelvin Zhang
2021-03-28
Support verity writes in VABC
Kelvin Zhang
2021-03-24
Make dynamic partition control android return a writable fd
Kelvin Zhang
2021-03-22
Add checks before writing hashtree/verity
Kelvin Zhang
2021-03-16
Pass in source slot to ctor of dynamic control
Kelvin Zhang
2021-02-17
Use UpdateUsesSnapshotCompression to determine if VABC is used
Kelvin Zhang
2021-02-16
Don't list dynamic if a slot doesn't support DAP
Tianjie
2020-12-16
Add unittest for filesystem verification action
Kelvin Zhang
2020-11-17
Use FileDescriptorPtr to implement async reads in verify stage
Kelvin Zhang
2020-10-29
update_engine: Fix leaking unit tests
Amin Hassani
2020-07-09
Verify the extents for untouched dynamic partitions during partial update
Tianjie
2019-01-15
update_engine: Run clang-format on payload_consumer
Amin Hassani
2019-01-08
update_engine: Merge remote-tracking branch 'cros/upstream' into cros/master
Amin Hassani
2018-11-21
Revert "Partially Revert 2b9d241"
Hidehiko Abe
2018-10-12
Skip writing verity if already written.
Sen Jiang
2018-10-03
Support writing FEC.
Sen Jiang
2018-09-14
Calculate verity hash tree.
Sen Jiang
2018-08-13
Merge remote-tracking branch 'aosp/upstream-master' into aosp/master.
Sen Jiang
2018-07-27
update_engine: Remove Action object from FilesystemVerifierActionDelegate
Amin Hassani
2018-07-25
update_engine: Pass Action ownership to ActionProcessor
Amin Hassani
2018-07-03
Use ScopedTempFile in unit test.
Sen Jiang
2018-03-19
Partially Revert 2b9d241
Amin Hassani
2017-12-18
update_engine: Update libchrome APIS to r456626.
Hidehiko Abe
2016-04-05
Remove BootControlInterface from FilesystemVerifierAction.
Sen Jiang
2016-04-05
Remove ComputeSourceHash mode in FileSystemVerification action.
Sen Jiang
2016-03-16
Clean up dead code in FilesystemVerifierAction.
Sen Jiang
2016-03-12
Rework postinstall unittests to pass on Android.
Alex Deymo
2016-02-17
Build unittests in Brillo.
Alex Deymo
2016-02-10
Replace is_full_update boolean with a payload_state enum.
Alex Deymo
2015-12-08
Fix unittest in FilesystemVerifierActionTest.
Sen Jiang
2015-12-07
Optional source filesystem verification in minor version 3.
Sen Jiang
2015-11-12
Split payload application code into a subdirectory.
Alex Deymo