Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_system_update_engine
/
4b883ea0aceed443fc790e4459af61c27cd162e0
/
payload_state.cc
e283ce4
Update language to comply with Android's inclusive language guidance
by Tianjie
· 4 years, 6 months ago
5b00207
update_engine: Fix non inclusive vocabulary
by Andrew
· 4 years, 7 months ago
55abd3c
Merge remote-tracking branch 'aosp/upstream-master' into merge
by Tianjie
· 4 years, 7 months ago
694eeb0
update_engine: Add PayloadState Exclusion Logic
by Jae Hoon Kim
· 4 years, 8 months ago
5e8e30b
update_engine: UpdateAttempter manages lifetime of Excluder
by Jae Hoon Kim
· 4 years, 8 months ago
a3210e6
update_engine: NextPayload() resets URL index
by Jae Hoon Kim
· 4 years, 8 months ago
7727990
Add ErrorCode::kDeviceCorrupted.
by Yifan Hong
· 5 years ago
46e37d4
Add ErrorCode::kNotEnoughSpace.
by Yifan Hong
· 5 years ago
f6c805a
Sync with CrOS error codes.
by Yifan Hong
· 5 years ago
d3d8421
update_engine: Add internal error codes that used for metrics.
by Amin Hassani
· 5 years ago
7cc8bb0
update_engine: Run clang-format on ./ (root directory)
by Amin Hassani
· 6 years ago
3ce4e52
Merge aosp/upstream-master into aosp/master.
by Sen Jiang
· 6 years ago
0e452c9
update_engine: Reduce prefs writes during update
by Colin Howes
· 6 years ago
57f9180
Calculate verity hash tree.
by Sen Jiang
· 7 years ago
456853f
Merge remote-tracking branch 'aosp/upstream-master' into aosp/master.
by Sen Jiang
· 6 years ago
d3a1e35
update_engine: add staging pref to payload_state
by Adolfo Victoria
· 7 years ago
3538a88
Merge remote-tracking branch 'cros/upstream' into cros/master
by Amin Hassani
· 7 years ago
a84bf31
Report duration uptime for successful update. am: 8712e96150 am: acb50def91
by Sen Jiang
· 7 years ago
8712e96
Report duration uptime for successful update.
by Sen Jiang
· 7 years ago
80f4d4c
update_engine: Report VPD write failure to UMA
by Amin Hassani
· 7 years ago
199152d
update_engine: Process Omaha response for rollback images
by Marton Hunyady
· 7 years ago
3978ddd
Fix error code for no update.
by Sen Jiang
· 7 years ago
e58bddb
update_engine: Don't do force updates after rollback.
by Marton Hunyady
· 7 years ago
ffb6d80
update_engine: Do not ignore backoff on test/dev images
by Amin Hassani
· 7 years ago
8eaeedb
Fix error code for no update. am: 89e24c11b4 am: 832c9f574c
by Sen Jiang
· 7 years ago
89e24c1
Fix error code for no update.
by Sen Jiang
· 7 years ago
421ff33
Reland update over cellular changes
by Weidong Guo
· 8 years ago
02c4942
Add support for new payload property headers to delay switching slots.
by Sen Jiang
· 7 years ago
fe52282
Add support for new payload property headers to delay switching slots.
by Sen Jiang
· 7 years ago
8e768e9
Add maximum timestamp to the payload.
by Sen Jiang
· 8 years ago
90aaa10
Collect metrics for android update attempt
by Tianjie Xu
· 7 years ago
1f93d09
Split the ReportUpdateAttemptMetrics into two functions
by Tianjie Xu
· 7 years ago
282aa1f
Move metrics from namespace to class
by Tianjie Xu
· 7 years ago
97eba34
Reset payload index in payload state.
by Sen Jiang
· 8 years ago
cdd5206
Support IsDeltaPayload per <package>.
by Sen Jiang
· 8 years ago
5ae865b
Resume multiple payloads.
by Sen Jiang
· 8 years ago
0affc2c
Parse multiple packages from Omaha response.
by Sen Jiang
· 8 years ago
5688d16
Revert "Add functions to allow update over cellular (including tethered connection)"
by Tao Bao
· 8 years ago
4b0d603
Add functions to allow update over cellular (including tethered connection)
by Weidong Guo
· 8 years ago
255e22b
Move ParseConnection*() to connection_utils.
by Sen Jiang
· 9 years ago
2494e28
Skip non-critical updates during OOBE update check
by Kevin Cernekee
· 9 years ago
cd48636
Also print error message when failed to talk to Omaha.
by Shuqian Zhao
· 9 years ago
2997173
Add a feature to get the last UpdateAttempt ErrorCode from update_engine
by Shuqian Zhao
· 9 years ago
e88e9fe
Android: Print the error code string from the client.
by Alex Deymo
· 9 years ago
1f19dcc
Add ErrorCode::kUserCanceled.
by Alex Deymo
· 9 years ago
0103c36
update_engine: Update libchrome APIs to r369476
by Alex Vakulenko
· 9 years ago
a259179
Move metrics time helpers to metrics_utils.
by Alex Deymo
· 9 years ago
38429cf
common: Split out metrics utils from utils.cc.
by Alex Deymo
· 9 years ago
39910dc
Split payload application code into a subdirectory.
by Alex Deymo
· 9 years ago
af9a863
Remove obsolete Installer.* metrics.
by Alex Deymo
· 9 years ago
763e7db
update_engine: New BootControlInterface class.
by Alex Deymo
· 9 years ago
aea4c1c
Re-license update_engine to Apache2
by Alex Deymo
· 9 years ago
3053450
update_engine: Switch to chrome-dbus for client requests in update_engine
by Alex Deymo
· 9 years ago
f6ee016
update_engine: Move ConnectionManager to an abstract Interface.
by Alex Deymo
· 9 years ago
6a9d349
platform2: Fix issues with new version of libchrome
by Alex Vakulenko
· 10 years ago
eb9e6d8
update_engine: Remove copy from source to destination partition.
by Allie Wood
· 10 years ago
74b5f55
update_engine: Relocate inference and storage of P2P related properties.
by Gilad Arnold
· 10 years ago
f329b93
update_engine: Fix all the "using" declaration usage.
by Alex Deymo
· 10 years ago
519cfc7
update_engine: Move scattering wait period store/load to PayloadState.
by Gilad Arnold
· 10 years ago
88b591f
update_engine: Replace NULL with nullptr
by Alex Vakulenko
· 10 years ago
f3e2801
update_engine: Reject XML with internal entity declarations.
by David Zeuthen
· 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
4e1d149
metrics: Emit kAbnormalTermination if last update attempt failed.
by David Zeuthen
· 11 years ago
96197df
metrics: Add UpdateEngine.Rollback.Result metric.
by David Zeuthen
· 11 years ago
afed4a1
Don't report metrics when rolling back.
by David Zeuthen
· 11 years ago
1f84723
Revise the SystemState hierarchy.
by Gilad Arnold
· 11 years ago
b281f07
Add UpdateEngine.Attempt.ConnectionType metric.
by David Zeuthen
· 11 years ago
33bae49
Add new metrics.
by David Zeuthen
· 11 years ago
75039d7
update_engine: update to libbase 242728
by Alex Vakulenko
· 11 years ago
4f5b144
update_engine: added partition name manipulation library methods
by Alex Vakulenko
· 11 years ago
056b0ab
Move IsOfficialBuild() and IsNormalBootMode() into HardwareInterface.
by J. Richard Barnette
· 11 years ago
4d03944
Enforce handling of expected payload versions only.
by Don Garrett
· 11 years ago
20f005c
Don't backoff update attempts for interactive checks.
by Chris Sosa
· 11 years ago
b3dcdb3
Load the and store rollback version into the correct variable.
by Chris Sosa
· 11 years ago
bb8bdc7
p2p: Add HttpPeer to DownloadSource enumeration
by David Zeuthen
· 11 years ago
dcba809
p2p: Add accounting for p2p usage to PayloadStateInterface
by David Zeuthen
· 11 years ago
f7d8004
Allow HTTP urls when device policy doesn't specify.
by Chris Sosa
· 11 years ago
b33b0f0
Add Installer.UpdatesAbandonedEventCount metric.
by Alex Deymo
· 11 years ago
81018e0
Correctly report firmware update failure if RO needs update.
by Don Garrett
· 11 years ago
569c424
Don't send metrics on update_engine restart without reboot.
by Alex Deymo
· 11 years ago
4243291
Send an UMA metric when failed to boot into the new partition.
by Alex Deymo
· 12 years ago
29b51d9
Add Installer.[Full]PayloadAttemptNumber
by Alex Deymo
· 12 years ago
820cc70
Add Installer.AttemptsCount.Total metric.
by Alex Deymo
· 12 years ago
1c656c4
Add Installer.PayloadFormat metric
by Alex Deymo
· 12 years ago
aa18e16
Blacklist versions as part of Rollback along with unittests.
by Chris Sosa
· 12 years ago
4484860
Only report non-zero MiB counts
by David Zeuthen
· 12 years ago
e4c58bf
Add Installer.TimeToRebootMinutes metric
by David Zeuthen
· 12 years ago
a573d6f
Add Installer.UpdatesAbandonedCount metric
by David Zeuthen
· 12 years ago
21504f0
Revert "Revert "AU: do not copy filesystem during full updates""
by Gilad Arnold
· 12 years ago
d1cd325
Revert "AU: do not copy filesystem during full updates"
by Don Garrett
· 12 years ago
81c9062
AU: do not copy filesystem during full updates
by Gilad Arnold
· 12 years ago
53173b9
Download via HTTP only if enterprise policy allows.
by Jay Srinivasan
· 12 years ago
dbd9ea2
Add DownloadSourcesUsed and DownloadOverheadPercentage metrics.
by Jay Srinivasan
· 12 years ago
a99981f
Rename ActionExitCode to ErrorCode
by David Zeuthen
· 12 years ago
f413fe5
Add unit tests for duration metrics
by David Zeuthen
· 12 years ago
674c318
Use better histogram parameters for duration metrics
by David Zeuthen
· 12 years ago
be45bef
Add update reboot metric to the update engine.
by Chris Sosa
· 12 years ago
cc6f996
Add metric to report number of URL switches per update attempt
by David Zeuthen
· 12 years ago
19409b7
Add metrics to report the number of bytes downloaded per protocol.
by Jay Srinivasan
· 12 years ago
Next »