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