Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
update_engine
/
ca0aaa604168d87ae848e96549345d7f0ba2a322
/
utils.h
d04f8e2
AU: prepend TMPDIR when creating a temp file/directory
by Gilad Arnold
· 11 years ago
e7f8917
Add support for using public key sent by Omaha.
by David Zeuthen
· 11 years ago
056b0ab
Move IsOfficialBuild() and IsNormalBootMode() into HardwareInterface.
by J. Richard Barnette
· 11 years ago
522d36f
Move simple firmware related queries into HardwareInterface.
by J. Richard Barnette
· 11 years ago
3084293
Move KernelDeviceOfBootDevice() to utils.
by J. Richard Barnette
· 11 years ago
63137e5
Split GetECVersion to allow saner unit testing.
by J. Richard Barnette
· 11 years ago
910ec5b
p2p: Skip some tests if xattr support is not available.
by David Zeuthen
· 11 years ago
052d290
p2p: Remove IsP2PAllowedForInteractiveChecks() function and its users
by David Zeuthen
· 11 years ago
8f191b2
p2p: Use p2p for updates
by David Zeuthen
· 11 years ago
27a48bc
p2p: Add P2PManager class
by David Zeuthen
· 11 years ago
4243291
Send an UMA metric when failed to boot into the new partition.
by Alex Deymo
· 11 years ago
30dedd8
AU/unittest: postinstall tests use uniquely named stateful + working directories
by Gilad Arnold
· 11 years ago
1c656c4
Add Installer.PayloadFormat metric
by Alex Deymo
· 11 years ago
d317e40
Implement Rollback to previously booted partitions.
by Chris Sosa
· 11 years ago
c197248
Add EC and Firmware Versions to the Omaha Response.
by Chris Sosa
· 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
be45bef
Add update reboot metric to the update engine.
by Chris Sosa
· 12 years ago
8e447e0
AU: Optionally limit the size of delta update operations.
by Darin Petkov
· 12 years ago
19409b7
Add metrics to report the number of bytes downloaded per protocol.
by Jay Srinivasan
· 12 years ago
9a017f2
Measure and send update duration (and corresponding uptime) to UMA
by David Zeuthen
· 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
fc661a1
Update update engine to compile and use libchrome-180609.
by Chris Sosa
· 12 years ago
55f50c2
Segregate UMA metrics for production scenarios from test scenarios.
by Jay Srinivasan
· 12 years ago
2b5a0f0
Classify errors and advance URL index according to the error code.
by Jay Srinivasan
· 12 years ago
4f8ee27
Modify priority tweaking to use CGroups.
by Chris Sosa
· 12 years ago
edce283
Addressing review comments that came after merging previous CL.
by Jay Srinivasan
· 12 years ago
f057205
Send UMA Stats for update engine error codes.
by Jay Srinivasan
· 12 years ago
19a45f0
Fixes to utility / unit test related code.
by Gilad Arnold
· 12 years ago
2643cb7
Fixed gcc-4.7 building problem for update_engine (again).
by Han Shen
· 12 years ago
4348879
UpdateEngine-side changes to allow updates over 3G based on device policy.
by Jay Srinivasan
· 12 years ago
08fce04
Don't scatter during OOBE or user-initiated update checks.
by Jay Srinivasan
· 12 years ago
480ddfa
Scatter downloads to reduce bandwidth spikes.
by Jay Srinivasan
· 12 years ago
d7b513d
New utility functions for formatting time intervals.
by Gilad Arnold
· 13 years ago
1ebd813
GPIO test signal safe fallback + refactoring.
by Gilad Arnold
· 13 years ago
f960911
A file descriptor closer that uses HANDLE_EINTR.
by Gilad Arnold
· 13 years ago
a0b9e77
AU: Ensure update_engine_client get proxy retries are spaced out in time.
by Darin Petkov
· 13 years ago
f2065b4
AU: Use crossystem hwid to obtain the hardware class.
by Darin Petkov
· 13 years ago
44d98d9
Use crossystem rather than cros_boot_mode.
by Darin Petkov
· 14 years ago
f3ed8e7
AU: Make proxy resolution asynchronous.
by Andrew de los Reyes
· 14 years ago
52dcaeb
AU: Add a signing test with a private key that doesn't match the public one.
by Darin Petkov
· 14 years ago
c91dd6b
AU: Include a bit flag (bit 31) in error codes to indicate non-normal boot mode.
by Darin Petkov
· 14 years ago
712b3ac
AU: Function to trigger crash reporter.
by Andrew de los Reyes
· 14 years ago
5c7d975
Add support for bsdiff of file system metadata blocks
by Thieu Le
· 14 years ago
30291ed
AU: Timestamp logs at startup.
by Darin Petkov
· 14 years ago
6f03a3b
AU: Execute postinst asynchronously so that the D-Bus service is not blocked.
by Darin Petkov
· 14 years ago
a07586b
AU: Restrict URL/version change over D-Bus to non-official builds only.
by Darin Petkov
· 14 years ago
d3f8c89
AU: Add a utility routine to get the filesystem size from a device.
by Darin Petkov
· 14 years ago
cc92cd3
AU: ApplyMap utility function
by Andrew de los Reyes
· 14 years ago
2a0e633
AU: Skip all automatic update checks if OOBE is not complete.
by Darin Petkov
· 14 years ago
5c0a8af
Add 10 minute random fuzz to automatic update check event schedule.
by Darin Petkov
· 14 years ago
c6c135c
Nice automatic updates up to a point, then renice if necessary.
by Darin Petkov
· 14 years ago
f74eb65
Disable automatic update checks if booting from a removable device.
by Darin Petkov
· 14 years ago
33d3064
Don't schedule periodic update checks for non-official builds.
by Darin Petkov
· 14 years ago
296889c
AU: Provide a reboot_if_needed D-Bus API.
by Darin Petkov
· 14 years ago
c1a8b42
For actions, switch bool success into an exit code.
by Darin Petkov
· 14 years ago
f971443
AU: Many minor cleanup changes
by Andrew de los Reyes
· 15 years ago
f918517
AU: Update Downloader to support our image formats.
by Andrew de los Reyes
· 15 years ago
f4c7ef1
AU: delta compress the kernel partition
by Andrew de los Reyes
· 15 years ago
c702078
AU: FilesystemCopierAction: copy bit-exactly
by Andrew de los Reyes
· 15 years ago
09e56d6
AU: Class to perform delta updates.
by Andrew de los Reyes
· 15 years ago
b10320d
AU: Delta Diff Generator
by Andrew de los Reyes
· 15 years ago
81ebcd8
AU: Tarjan's algorithm.
by Andrew de los Reyes
· 15 years ago
0ce161b
AU: Some graph types and a couple utility functions
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
970bb28
AU: Use Omaha ID rather than MAC address in delta updater
by Andrew de los Reyes
· 15 years ago
3defe6a
Missed new files in last commit
by adlr@google.com
· 15 years ago