- 0f8fe99 Merge tag 'android-15.0.0_r32' of https://android.googlesource.com/platform/system/update_engine into HEAD by micky387 · 10 days ago android-15
- 514d031 Merge tag 'android-15.0.0_r6' of https://android.googlesource.com/platform/system/update_engine into HEAD by micky387 · 5 months ago
- 399bd4d Remove unused field save_rollback_data by Kelvin Zhang · 6 months ago
- 0c18424 Replace base string utils with android::base ones by Kelvin Zhang · 7 months ago
- 91aa217 Replace libchrome size() with C++ standard ones by Kokoa Matsuda · 7 months ago
- 291ac8c Reduce number of partition map calls by Kelvin Zhang · 8 months ago
- cf36700 update_engine: Use only backuptool_postinstall on Weekly build by micky387 · 1 year, 6 months ago
- d1ddfee update_engine: Transition to backuptool domain by Luca Stefani · 6 years ago
- 76d57b9 update_engine: Remove any (stale) read-only flag before r/w mount of system by Christian Hoffmann · 3 years, 4 months ago
- a747c63 update_engine: Run backuptool script before normal postinstall script by Dan Pasanen · 8 years ago
- ad1eaea update_engine: remove is_rollback by Daniel Zheng · 10 months ago
- 99cbbe7 Fix sideload OTA breakage by Kelvin Zhang · 1 year, 4 months ago
- 19acf4f Move FinishedSnapshotWrites call back to PostinstallRunnerAction by Kelvin Zhang · 1 year, 4 months ago
- 5b00dc5 Move FinishedSnapshotWrites call to filesystem verifier by Kelvin Zhang · 2 years ago
- 0a6ac9f Fix plain VAB OTA failure by Kelvin Zhang · 2 years, 2 months ago
- 24287c3 Don't unmap partitions if they weren't mapped by Kelvin Zhang · 2 years, 2 months ago
- 1bcd7d7 Fix rollback detection by Kelvin Zhang · 2 years, 3 months ago
- 263a540 Skip postinstall mount check if we already completed postinstall by Kelvin Zhang · 2 years, 5 months ago
- 1df000a Cleanup dangling mount on update_engine start by Kelvin Zhang · 3 years, 3 months ago
- ddc2580 Dump build info about target build when installing OTA by Kelvin Zhang · 3 years, 5 months ago
- 06e654a Attempt to mount block device even if postinstall is disabled by Kelvin Zhang · 3 years, 8 months ago
- be1c180 Support slot switch API in update_engine_client by Kelvin Zhang · 4 years ago
- a9b5d8c Rename postinstall_mount_device to readonly_target_path by Kelvin Zhang · 4 years, 1 month ago
- 433d6c4 Unmmap all partitions after postinstall by Kelvin Zhang · 4 years, 2 months ago
- 331e3bd Allow /postinstall files to have custom contexts by Alex Light · 4 years, 2 months ago
- f7ef12a Unmap all partitions after postinstall finishes by Kelvin Zhang · 4 years, 2 months ago
- 0618835 Use UpdateUsesSnapshotCompression to determine if VABC is used by Kelvin Zhang · 4 years, 3 months ago
- 838793d Calculate vbmetadigest of inactive slot by Tianjie · 4 years, 4 months ago
- 2379fa9 Don't clear fs_mount_dir_ by Kelvin Zhang · 4 years, 5 months ago
- e9def4e Mock a /postinstall dir at test time by Kelvin Zhang · 4 years, 6 months ago
- 4aeaa12 Merge remote-tracking branch 'aosp/upstream-master' into merge by Kelvin Zhang · 4 years, 6 months ago
- 4ce0110 Check if mount directory exists before attempting mount() syscall by Kelvin Zhang · 4 years, 6 months ago
- 043355b update_engine: use new base::Delete{File,PathRecursively} by hscham · 4 years, 6 months ago
- 91d95fa Do not map dynamic partitions on VABC devices by Kelvin Zhang · 4 years, 7 months ago
- 8b1e0dc Mount all partitions before running postinstall by Kelvin Zhang · 4 years, 7 months ago
- aff7200 update_engine: Enterprise channel downgrade by Miriam Polzer · 4 years, 9 months ago
- 9956320 Fix remaining styling and compiling issues by Amin Hassani · 4 years, 8 months ago
- 934b847 Update UE to remove MessageLoop::current()->WatchFileDescriptor. by Tianjie · 5 years ago
- 55abd3c Merge remote-tracking branch 'aosp/upstream-master' into merge by Tianjie · 5 years ago
- 00b6aa2 update_engine: changes for libchrome r680000 uprev by hscham · 5 years ago
- 9d5a61d update_engine: Fix issues reported by clang-tidy by Andrew · 5 years ago
- 7b3910a Allow forward merge on powerwash. by Yifan Hong · 5 years ago
- 087de9d Allow update_engine to skip post-install by Tianjie Xu · 6 years ago
- d6aa91f Schedule a warm_reset after an OTA by Tianjie Xu · 6 years ago
- e858362 Don't FinishUpdate() in BootControl*::SetActiveBootSlot() by Yifan Hong · 6 years ago
- 493fecb update_engine: Replace FileWatcher. by Hidehiko Abe · 6 years ago
- 7b428f5 update_engine: drop MTD logic by Brian Norris · 6 years ago
- 28def4f update_engine: Place enterprise rollback save marker file by Zentaro Kavanagh · 6 years ago
- 0418de3 update_engine: Add support for enterprise rollback powerwash by Zentaro Kavanagh · 6 years ago
- 3538a88 Merge remote-tracking branch 'cros/upstream' into cros/master by Amin Hassani · 7 years ago
- 199152d update_engine: Process Omaha response for rollback images by Marton Hunyady · 7 years ago
- 128936f postinstall: fixed postinst_action_progress is NaN by Yoshitaka Ishida · 7 years ago
- 02c4942 Add support for new payload property headers to delay switching slots. by Sen Jiang · 8 years ago
- 7f4bc3f update_engine: resume suspended PostInstall action to handle termination by Ben Chan · 8 years ago
- f411650 Unmount old postinstall mountpoint from previous runs. by Alex Deymo · 8 years ago
- a2ea1c2 Fix downstream Chrome OS build. by Alex Deymo · 9 years ago
- 5b91c6b New setting to mark postinstall as optional. by Alex Deymo · 9 years ago
- fb905d9 Implement powerwash on Android. by Alex Deymo · 9 years ago
- 371615b Remove utils::MakeTempDirectory(). by Sen Jiang · 9 years ago
- 5fb356c Mark block device as read-only before mounting. by Alex Deymo · 9 years ago
- 44b3567 Fix compile error in Chromium OS. by Alex Deymo · 9 years ago
- 109c28d Revert "Make transition to "postinstall" domain explicit." by Alex Deymo · 9 years ago
- 20e3960 Make transition to "postinstall" domain explicit. by Alex Deymo · 9 years ago
- 0d29854 Parse postinstall program progress updates. by Alex Deymo · 9 years ago
- d15c546 Implement susped, resume and cancel for the Postinstall action. by Alex Deymo · 9 years ago
- cbc2274 Rework postinstall unittests to pass on Android. by Alex Deymo · 9 years ago
- 14dbd33 Mount the new system as 'postinstall_file' in postinstall. by Alex Deymo · 9 years ago
- 390efed Parse postinstall parameters from the payload metadata. by Alex Deymo · 9 years ago
- b15a0b8 Remove SystemState from post-install step. by Alex Deymo · 9 years ago
- 39910dc Split payload application code into a subdirectory. by Alex Deymo · 10 years ago[Renamed (96%) from postinstall_runner_action.cc]
- e5e5fe9 Move InstallPlan partitions to a list of partitions. by Alex Deymo · 10 years ago
- 5aa1c54 Create temporary files in the system's temp directory. by Alex Deymo · 10 years ago
- 31d95ac Mark the active slot from update_engine instead of /postinstall. by Alex Deymo · 10 years ago
- aea4c1c Re-license update_engine to Apache2 by Alex Deymo · 10 years ago
- 461b259 update_engine: Use libchromeos to launch subprocesses. by Alex Deymo · 10 years ago
- a78b28c update_engine: Support full update on MTD devices by Nam T. Nguyen · 10 years ago
- 4c82df3 update_engine: Attempt to mount the ROOTFS as squashfs during postinst. by Alex Deymo · 11 years ago
- 88b591f update_engine: Replace NULL with nullptr by Alex Vakulenko · 11 years ago
- 44cab30 update_engine: Sort headers alphabetically (build/include_alpha) by Alex Vakulenko · 11 years ago
- d2779df update_engine: fixed warnings from cpplint by Alex Vakulenko · 11 years ago
- d1c4d2d Change ErrorCode into an enum class. by Gilad Arnold · 11 years ago
- 000ecb3 Don't run postinstall script from untrusted rootfs as part of rollback. by Chris Sosa · 11 years ago
- 032e772 Log the file format of cros_install on postinstall action by Alex Deymo · 11 years ago
- 81018e0 Correctly report firmware update failure if RO needs update. by Don Garrett · 12 years ago
- 30dedd8 AU/unittest: postinstall tests use uniquely named stateful + working directories by Gilad Arnold · 12 years ago
- d317e40 Implement Rollback to previously booted partitions. by Chris Sosa · 12 years ago
- a99981f Rename ActionExitCode to ErrorCode by David Zeuthen · 12 years ago
- be45bef Add update reboot metric to the update engine. by Chris Sosa · 12 years ago
- 1c0fe79 Cancel the current download if user chooses a different channel. by Jay Srinivasan · 12 years ago
- ae4697c Enhanced channel changing behavior by Jay Srinivasan · 12 years ago
- fe57d54 AU: If firmware updater requests it, fail the update, but request user reboot. by Andrew de los Reyes · 14 years ago
- 58dd134 Call chromeos-setgoodkernel asynchronously. by Darin Petkov · 14 years ago
- c1d5c93 AU: Handle firmware update failure when booted from FW slot B. by Andrew de los Reyes · 14 years ago
- bfabc30 Try to mount new filesystem w/ ext2 first, then ext3. by Andrew de los Reyes · 14 years ago
- 6f03a3b AU: Execute postinst asynchronously so that the D-Bus service is not blocked. by Darin Petkov · 15 years ago
- 6d5dbf6 AU: Remove obsolete postinst --postcommit call. by Darin Petkov · 15 years ago
- c1a8b42 For actions, switch bool success into an exit code. by Darin Petkov · 15 years ago
- 3270f74 AU: Changes for deltas on traditional bios machines. by Andrew de los Reyes · 15 years ago
- f971443 AU: Many minor cleanup changes by Andrew de los Reyes · 15 years ago
- 4fe15d0 AU: Try delta updates first, then full updates by Andrew de los Reyes · 15 years ago