Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_system_update_engine
/
fd4714436374e06d062b52fbb24fa0cdcae1931c
/
omaha_request_action.h
b3fa53b
Parse and expose end-of-life flag.
by Alex Deymo
· 9 years ago
c1c17b4
Report Enum metrics from CertificateChecker.
by Alex Deymo
· 9 years ago
39910dc
Split payload application code into a subdirectory.
by Alex Deymo
· 9 years ago
9fded1e
Send Omaha event_type 54 after reboot to new update.
by Alex Deymo
· 9 years ago
3f39d5c
update_engine: Rename "chromeos" -> "brillo" in include paths and namespaces
by Alex Vakulenko
· 9 years ago
aea4c1c
Re-license update_engine to Apache2
by Alex Deymo
· 9 years ago
b0d74eb
update_engine: Check XmlEncode() input strings.
by Alex Deymo
· 10 years ago
8e18f93
update_engine: Add Cohort, CohortName, CohortHint to Omaha protocol.
by Alex Deymo
· 10 years ago
f68bbbc
update_engine: replace std::vector<char> with chromeos::Blob
by Alex Vakulenko
· 10 years ago
610277e
update_engine: Add override when possible.
by Alex Deymo
· 10 years ago
ebbe7ef
update_engine: Don't sent <ping a=-1 r=-1> once the device was powerwashed.
by Alex Deymo
· 10 years ago
e1e3afe
update_engine: Cleanup omaha_request_action_unittest.cc.
by Alex Deymo
· 10 years ago
02f7c1d
update_engine: Replace scoped_ptr with std::unique_ptr.
by Ben Chan
· 10 years ago
88b591f
update_engine: Replace NULL with nullptr
by Alex Vakulenko
· 10 years ago
e8ed863
update_engine: port from libxml2 to expat.
by David Zeuthen
· 10 years ago
44cab30
update_engine: Sort headers alphabetically (build/include_alpha)
by Alex Vakulenko
· 10 years ago
cf175a0
Fix cpplint errors.
by Gilad Arnold
· 10 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
77f79e8
Only disable update downloads over expensive connections, not all transfers.
by Chris Sosa
· 11 years ago
33bae49
Add new metrics.
by David Zeuthen
· 11 years ago
759c275
Fix header guards to comply with Google Coding Style.
by Alex Deymo
· 11 years ago
639aa36
Record installation date and include it in every Omaha request.
by David Zeuthen
· 11 years ago
8f191b2
p2p: Use p2p for updates
by David Zeuthen
· 11 years ago
a99981f
Rename ActionExitCode to ErrorCode
by David Zeuthen
· 12 years ago
a178e5e
Fix the confict of declaration and definition between struct and class
by Yunlian Jiang
· 12 years ago
ae4697c
Enhanced channel changing behavior
by Jay Srinivasan
· 12 years ago
0826288
Implement exponential backoff for throttling repeated AU downloads.
by Jay Srinivasan
· 12 years ago
2b5a0f0
Classify errors and advance URL index according to the error code.
by Jay Srinivasan
· 12 years ago
6f6ea00
Support for processing multiple URLs in update_engine.
by Jay Srinivasan
· 12 years ago
23b92a5
Upgrade update_engine from Omaha v2 to v3 protocol.
by Jay Srinivasan
· 12 years ago
f431870
Support needed for generating metadata signature in paygen
by Jay Srinivasan
· 12 years ago
51dcf26
Verify AU payload manifest signature if present.
by Jay Srinivasan
· 12 years ago
480ddfa
Scatter downloads to reduce bandwidth spikes.
by Jay Srinivasan
· 13 years ago
56d5aa4
Report usage of StopAutoUpdate policy in borgmon charts
by Jay Srinivasan
· 13 years ago
7ed561b
AU: Remove support for old-style updates.
by Darin Petkov
· 13 years ago
771e1bd
Make public key verification check binding.
by Andrew de los Reyes
· 13 years ago
d903c3b
[update_engine] Roll forward to new libchrome
by Chris Masone
· 14 years ago
116fda3
Add support to update_engine to poke Omaha after an update has been applied
by Thieu Le
· 14 years ago
173e63c
AU: OmahaRequestAction: allow to be skipped.
by Andrew de los Reyes
· 14 years ago
95508da
AU: Send a previous version event after reboot following an update.
by Darin Petkov
· 14 years ago
6c11864
AU: propagate a deadline form the update check response to Chrome.
by Darin Petkov
· 14 years ago
85ced13
AU: Implement server-dictated poll interval.
by Darin Petkov
· 14 years ago
1023a60
AU: Implement exponential back off for 500 and 503 HTTP response codes.
by Darin Petkov
· 14 years ago
84c763c
AU: Remove instances of Omaha ID -- machine ID and user ID.
by Darin Petkov
· 14 years ago
1cbd78f
Don't send machine and user ID to Omaha anymore. Send a/r pings instead.
by Darin Petkov
· 14 years ago
e17f86b
Switch OmahaEvent's error_code to ActionExitCode.
by Darin Petkov
· 14 years ago
8c2980e
AU: send success events to Omaha at more points in the update process.
by Darin Petkov
· 14 years ago
3270f74
AU: Changes for deltas on traditional bios machines.
by Andrew de los Reyes
· 14 years ago
a4a8a8c
Turn OmahaRequestPrepAction into OmahaRequestDeviceParams.
by Darin Petkov
· 14 years ago
0dc8e9a
Initial implementation of sending an install success event to Omaha.
by Darin Petkov
· 14 years ago
6a5b322
Rename UpdateCheckAction|Params to OmahaRequestAction|Params.
by Darin Petkov
· 14 years ago
[Renamed (62%) from update_check_action.h]
37c2032
AU: Send board (e.g. x86-generic) to update server in query.
by Andrew de los Reyes
· 15 years ago
f971443
AU: Many minor cleanup changes
by Andrew de los Reyes
· 15 years ago
09e56d6
AU: Class to perform delta updates.
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
c98a7ed
AU: Beginnings of delta support
by adlr@google.com
· 15 years ago
49fdf18
Almost there...
by rspangler@google.com
· 15 years ago