- 97cb058 Copy a version of download action for ChromeOS by Kelvin Zhang · 4 years, 8 months ago
- e9def4e Mock a /postinstall dir at test time by Kelvin Zhang · 4 years, 8 months ago
- c710cf2 Merge "Merge remote-tracking branch 'aosp/upstream-master' into merge" by Kelvin Zhang · 4 years, 8 months ago
- 4aeaa12 Merge remote-tracking branch 'aosp/upstream-master' into merge by Kelvin Zhang · 4 years, 8 months ago
- 6d121de Add product_available to product available modules by Justin Yun · 4 years, 9 months ago
- 2379503 update_engine: Make InstallPlan's dump nicer by Amin Hassani · 4 years, 8 months ago
- 4f5657e update_engine: Reduce the generated file sizes in some unittests by Amin Hassani · 4 years, 8 months ago
- 07676f5 Fix English typo in update_device.py by Kelvin Zhang · 4 years, 8 months ago
- 6e8a37b update_engine: Save and reload ping prefs from powerwash prefs. by Vyshu · 4 years, 8 months ago
- ddd6822 update_engine: Make SystemState pointer static only by Amin Hassani · 4 years, 8 months ago
- e4235b0 Add unittest for resume update by Kelvin Zhang · 4 years, 8 months ago
- 76b3a64 update_engine: Add restricted intervals monitor by Saurabh Nijhara · 4 years, 8 months ago
- 4ce0110 Check if mount directory exists before attempting mount() syscall by Kelvin Zhang · 4 years, 9 months ago
- 043355b update_engine: use new base::Delete{File,PathRecursively} by hscham · 4 years, 9 months ago
- 606abc9 update_engine: Restructure Omaha response processing by Amin Hassani · 4 years, 9 months ago
- e3293c7 Check for return value of ConsumeWithBuffer by Kelvin Zhang · 4 years, 9 months ago
- 90e9f19 update_engine: Use PrefsInterface from SystemState by Amin Hassani · 4 years, 9 months ago
- 0468a76 update_engine: Use clock and fake clock from SystemState by Amin Hassani · 4 years, 9 months ago
- 01a45c0 update_engine: Unify cc flags with platform2 by Amin Hassani · 4 years, 9 months ago
- 91d95fa Do not map dynamic partitions on VABC devices by Kelvin Zhang · 4 years, 9 months ago
- 098e79a Add --disable_verity_computation flag to delta_generator by Kelvin Zhang · 4 years, 9 months ago
- 52cb1d7 Handle resume of VABC updates by emitting labels by Kelvin Zhang · 4 years, 9 months ago
- dde2ef4 define full_boot flag in brillo_update_payload by Kelvin Zhang · 4 years, 9 months ago
- a859c92 update_engine: Fix a TODO about variable name by Amin Hassani · 4 years, 9 months ago
- 9ed2cee update_engine: Don't keep pointer to SystemState available objects by Amin Hassani · 4 years, 9 months ago
- 6178903 update_engine: Get OmahaRequestParams from SystemState by Amin Hassani · 4 years, 9 months ago
- 1e19be3 update_engine: Use a second ActionProcessor for UpdateBootFlagsAction by Amin Hassani · 4 years, 9 months ago
- 8212f53 Add no_slot_switch flag to update_device script by Kelvin Zhang · 4 years, 9 months ago
- 3f60d53 Don't use unix open() syscall on VABC partitions by Kelvin Zhang · 4 years, 9 months ago
- ec205cf Use FileDescriptorPtr to implement async reads in verify stage by Kelvin Zhang · 4 years, 10 months ago
- eb9de16 Add IsDynamicPartition API to easily check if a partition is dynamic by Kelvin Zhang · 4 years, 9 months ago
- 43d7adc update_engine: add variable for DeviceQuickFixBuildToken policy by Saurabh Nijhara · 4 years, 9 months ago
- 7010853 Cleanup PayloadSigner::AddSignatureToManifest() by Sen Jiang · 4 years, 9 months ago
- b57c270 Rename mock_dynamic_partition_control to mock_dynamic_partition_control_android by Kelvin Zhang · 4 years, 9 months ago
- c82511c Add OpenCowReader interface method to dynamic partition control by Kelvin Zhang · 4 years, 9 months ago
- 999705e Add `full_boot` option to brillo_update_payload by Kelvin Zhang · 4 years, 9 months ago
- ac83488 update_engine: Add enterprise rollback update policy impl by Saurabh Nijhara · 4 years, 9 months ago
- 538bd59 update_engine: Make SystemState accessible from everywhere by Amin Hassani · 4 years, 9 months ago
- 877ddbe Add timeout to OpenCowWriter by Kelvin Zhang · 4 years, 9 months ago
- b138ab5 Add FileDescriptorPtr interface to verity writer by Kelvin Zhang · 4 years, 9 months ago
- b65868c Add small testcase for merge sequence generator by Kelvin Zhang · 4 years, 9 months ago
- 79fec2d update_engine: Add minimum version policy impl by Saurabh Nijhara · 4 years, 9 months ago
- 59928f1 Revert "Handle resume of VABC updates by emitting labels" by Kelvin Zhang · 4 years, 9 months ago
- f368735 update_engine: Turn on Shill by default by Amin Hassani · 4 years, 9 months ago
- 64a8016 update_engine: Turn on Chrome Kiosk app by default by Amin Hassani · 4 years, 9 months ago
- 4fec0f2 update_engine: Turn on Chrome network proxy by default by Amin Hassani · 4 years, 9 months ago
- 4c5413d update_engine: Store fingerprint value from Omaha response. by Vyshu Khota · 4 years, 9 months ago
- 5ff76a2 update_engine: Make PayloadStateTests class tests by Amin Hassani · 4 years, 9 months ago
- 956a89c update_engine: Remove inline identifier from RealSystemState by Amin Hassani · 4 years, 9 months ago
- c288bf6 update_engine: Move DaemonStateInterface implementation to UpdateAttempter by Amin Hassani · 4 years, 9 months ago
- da35b87 update_engine: Clean up a bit of logs by Amin Hassani · 4 years, 9 months ago
- e2cac61 update_engine: Support DLC Cohorts by Jae Hoon Kim · 4 years, 9 months ago
- 5611cd3 update_engine: Rename const test variables by Jae Hoon Kim · 4 years, 9 months ago
- c3c0a3a Add PReadAll/PWriteAll for filedescriptor ptr by Kelvin Zhang · 4 years, 9 months ago
- 4b28024 Rename PReadAll/PWriteAll for file descriptor ptr to ReadAll/WriteAll by Kelvin Zhang · 4 years, 9 months ago
- 7a26575 Estimate COW image size during OTA generation by Kelvin Zhang · 4 years, 9 months ago
- 24599af Handle resume of VABC updates by emitting labels by Kelvin Zhang · 4 years, 9 months ago
- 30b09d0 Merge "Merge remote-tracking branch 'aosp/upstream-master' into merge" by Tianjie Xu · 4 years, 9 months ago
- 4796ea8 Avoid conflict of self-overlapping ops by Kelvin Zhang · 4 years, 9 months ago
- 7d43024 update_engine: Delete android things policy by Jae Hoon Kim · 4 years, 9 months ago
- cb210c5 update_engine: Delete UpdateDownloadAllowed Policy by Jae Hoon Kim · 4 years, 9 months ago
- bdd98f9 update_engine: Remove android specific code from cros by Amin Hassani · 4 years, 9 months ago
- a1e7c8f Support host simulation of partial update by Tianjie · 4 years, 10 months ago
- 5b58987 Merge remote-tracking branch 'aosp/upstream-master' into merge by Tianjie · 4 years, 9 months ago
- ec7bc11 update_engine: Create cros vs. aosp boundary clear by Amin Hassani · 4 years, 9 months ago
- 4c42a43 Fix hang on host apply payload by Yifan Hong · 4 years, 9 months ago
- 24e1d72 update_engine: remove system_id and system_version by Amin Hassani · 4 years, 9 months ago
- 8b1e0dc Mount all partitions before running postinstall by Kelvin Zhang · 4 years, 9 months ago
- 9d87d6d Add [un]mapPartitions APIs to dynamic partition control by Kelvin Zhang · 4 years, 9 months ago
- 336c212 Merge "Merge remote-tracking branch 'remotes/aosp/upstream-master' into merge-cros" by Treehugger Robot · 4 years, 9 months ago
- 9754f17 Implement SnapshotExtentWriter by Kelvin Zhang · 4 years, 10 months ago
- 42c2f98 Merge remote-tracking branch 'remotes/aosp/upstream-master' into merge-cros by Amin Hassani · 4 years, 9 months ago
- 2fe8432 Revert "update_engine: Remove case conditions for deprecated operations" by Amin Hassani · 4 years, 9 months ago
- ed03b44 update_engine: Fix leaking unit tests by Amin Hassani · 4 years, 9 months ago
- 5d56c1e update_engine: Remove ec_version and fw_version by Amin Hassani · 4 years, 9 months ago
- e815363 update_engine: Make policy UpdateCheckParams processing easier by Amin Hassani · 4 years, 9 months ago
- b78e1bc update_engine: use unversioned libchrome libraray. by Qijiang Fan · 4 years, 9 months ago
- b05e4e2 Implement common library for converting InstallOps to Cow Ops by Kelvin Zhang · 4 years, 10 months ago
- 9b10dba Implement VABCPartitionWriter by Kelvin Zhang · 4 years, 10 months ago
- b0b6cc2 update_engine: remove usages of base::MessageLoop. by Qijiang Fan · 4 years, 10 months ago
- 3461852 Add CowWriter interface methods to DynamicPartiitonControl by Kelvin Zhang · 4 years, 10 months ago
- 19e5529 Don't fail downgrade check for partitions without version by Tianjie · 4 years, 10 months ago
- 6c190a2 Link to libsnapshot_cow and libz where libsnapshot is linked. by David Anderson · 4 years, 11 months ago
- c7939fa Call fsync() when close file descriptor am: 3dd8397941 by Kelvin Zhang · 4 years, 10 months ago
- 3dd8397 Call fsync() when close file descriptor by Kelvin Zhang · 4 years, 10 months ago
- c0d5e8e Disable read/write to ota.warm_reset in recovery mode am: a22ef552c0 by Kelvin Zhang · 4 years, 10 months ago
- a22ef55 Disable read/write to ota.warm_reset in recovery mode by Kelvin Zhang · 4 years, 10 months ago
- 822d3e6 Add estimate_cow_size field to update metadata am: 7d64e28e6d by Kelvin Zhang · 4 years, 10 months ago
- 7d64e28 Add estimate_cow_size field to update metadata by Kelvin Zhang · 5 years ago
- 852f57d update engine: clang formatting by Vyshu · 4 years, 10 months ago
- 2ec3e65 Add a skeleton class for VABCPartitionWriter am: 94f51cc3ff by Kelvin Zhang · 4 years, 10 months ago
- 94f51cc Add a skeleton class for VABCPartitionWriter by Kelvin Zhang · 4 years, 10 months ago
- 99f9472 Skip ab/6749736 in stage. by Xin Li · 4 years, 10 months ago
- 1cbf618 Make update_device.py script compatible with python3 am: 4b883ea0ac by Kelvin Zhang · 4 years, 10 months ago
- 4b883ea Make update_device.py script compatible with python3 by Kelvin Zhang · 4 years, 10 months ago
- ce99ee7 update_engine: Fix failing unittests on ARM by Amin Hassani · 4 years, 10 months ago
- 6e641d7 Make update_engine_stable_client product_specific. am: 309c8a883e by Yifan Hong · 4 years, 10 months ago
- 309c8a8 Make update_engine_stable_client product_specific. by Yifan Hong · 4 years, 10 months ago
- e331f5a update_engine: Verify payload hash before its signature by Amin Hassani · 4 years, 10 months ago
- d46ed87 Revert "Link to libsnapshot_cow where libsnapshot is linked." am: 300a8eb122 by Tianjie Xu · 4 years, 10 months ago