summaryrefslogtreecommitdiff
path: root/action_processor.h
AgeCommit message (Expand)Author
2015-11-12Split payload application code into a subdirectory.Alex Deymo
2015-08-19Re-license update_engine to Apache2Alex Deymo
2014-11-12update_engine: Enforce virtual destructors on virtual classes.Alex Deymo
2014-09-03update_engine: Include base/macros.h instead of base/basictypes.hBen Chan
2014-09-01update_engine: Replace NULL with nullptrAlex Vakulenko
2014-07-19update_engine: fixed remaining linter and some spelling errorsAlex Vakulenko
2014-07-11Fix cpplint errors.Gilad Arnold
2014-03-19Fix header guards to comply with Google Coding Style.Alex Deymo
2013-04-30Rename ActionExitCode to ErrorCodeDavid Zeuthen
2013-03-28Cancel the current download if user chooses a different channel.Jay Srinivasan
2013-03-18Enhanced channel changing behaviorJay Srinivasan
2013-01-11Segregate UMA metrics for production scenarios from test scenarios.Jay Srinivasan
2012-12-30Implement exponential backoff for throttling repeated AU downloads.Jay Srinivasan
2012-12-20Classify errors and advance URL index according to the error code.Jay Srinivasan
2012-11-01Upgrade update_engine from Omaha v2 to v3 protocol.Jay Srinivasan
2012-10-25Addressing review comments that came after merging previous CL.Jay Srinivasan
2012-10-24Send UMA Stats for update engine error codes.Jay Srinivasan
2012-09-24Support needed for generating metadata signature in paygenJay Srinivasan
2012-09-13Verify AU payload manifest signature if present.Jay Srinivasan
2012-03-26Report usage of StopAutoUpdate policy in borgmon chartsJay Srinivasan
2012-03-20Implement the update engine portion for new enterprise policies.Jay Srinivasan
2011-06-16AU: Set error code bit 30 for error events on resumed updates.Darin Petkov
2011-04-20AU: Handle firmware update failure when booted from FW slot B.Andrew de los Reyes
2011-04-07AU: Detect and report public key verify failures, but continue updating.Andrew de los Reyes
2011-02-23If a public key is present, disallow old style full payloads.Darin Petkov
2011-01-10AU: Include a bit flag (bit 31) in error codes to indicate non-normal boot mode.Darin Petkov
2010-12-07AU: Split applied update verification into a separate step.Darin Petkov
2010-11-08AU: Remove obsolete SetBootableFlagAction.Darin Petkov
2010-11-05AU: Separate error codes for different OmahaRequestAction failures.Darin Petkov
2010-10-13AU: Verify source rootfs/kernel hashes before applying delta.Darin Petkov
2010-10-08AU: Verify that the applied delta update matches the server-sent hashes.Darin Petkov
2010-10-06AU: Verify delta payload signature and signed hash.Darin Petkov
2010-09-24AU: Verify that the actual download size matches the size reported by Omaha.Darin Petkov
2010-09-01AU: Start an UpdateAttempter unit test suite.Darin Petkov
2010-07-20Narrow down to one generic error per action.Darin Petkov
2010-07-20Add and emit download action error codes.Darin Petkov
2010-07-19For actions, switch bool success into an exit code.Darin Petkov
2009-12-10AU: Try delta updates first, then full updatesAndrew de los Reyes
2009-12-04AU: Beginnings of delta supportadlr@google.com
2009-10-10Almost there...rspangler@google.com