Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_system_update_engine
/
a8262e23b4d94af58e8e92d2a4b6e15ae4b4cf50
/
SConstruct
dbf2d5f
Remove unused dm-bht dependency.
by Alex Deymo
· 11 years ago
63784a5
Rename the PolicyManager to UpdateManager.
by Alex Deymo
· 11 years ago
736fcb5
update_engine: Update to build against libchrome-271506.
by Ben Chan
· 11 years ago
7d623eb
update_engine: Remove GPIO support.
by Nam T. Nguyen
· 11 years ago
161c4a1
Move payload generator files to payload_generator/ directory.
by Alex Deymo
· 11 years ago
fe225c1
PM: Add BoxedValue::ToString() method.
by David Zeuthen
· 11 years ago
0d11c60
PolicyManager: UpdateCheckAllowed policy initial implementation.
by Alex Deymo
· 11 years ago
edfa1d4
PolicyManager: New PRNG to use together with the RandomProvider's seed.
by Alex Deymo
· 11 years ago
77a7fa7
update_engine: explicitly link against libmetrics-${BASE_VER}
by Ben Chan
· 11 years ago
42c30c3
PolicyManager: Move Init() from the Provider class to the classes that require it.
by Alex Deymo
· 11 years ago
bdcac92
Link update_engine with --gc-sections to remove unused code.
by Alex Deymo
· 11 years ago
67ed78d
PM: Move Variable content testing logic into a common unittest module.
by Gilad Arnold
· 11 years ago
f9f1263
PolicyManager: New Config provider.
by Alex Deymo
· 11 years ago
c83baf6
PolicyManager: New DevicePolicy provider.
by Alex Deymo
· 11 years ago
608a365
FakePrefs implementation.
by Alex Deymo
· 11 years ago
5bb4c90
Rename MockSystemState into FakeSystemState.
by Gilad Arnold
· 11 years ago
ae47a9a
PM: Add an update engine provider.
by Gilad Arnold
· 11 years ago
33bae49
Add new metrics.
by David Zeuthen
· 11 years ago
94c0616
Create a PolicyManager instance on the SystemState.
by Alex Deymo
· 11 years ago
75039d7
update_engine: update to libbase 242728
by Alex Vakulenko
· 11 years ago
bd04b14
PolicyManager: New System provider.
by Alex Deymo
· 11 years ago
53556ec
PolicyManager: Schedule re-evaluations based on variable usage.
by Alex Deymo
· 11 years ago
78a7811
PM: Add a time provider.
by Gilad Arnold
· 11 years ago
1b9d6ae
Further cleanup around DBus interface classes.
by Gilad Arnold
· 11 years ago
2de23f5
PolicyManager: Add a new State class grouping the state providers.
by Alex Deymo
· 11 years ago
c705cc8
PolicyManager: New main PolicyManager class.
by Alex Deymo
· 11 years ago
55f39b7
PM: Add a shill provider skeleton.
by Gilad Arnold
· 12 years ago
23949d4
PolicyManager: New EvaluationContext class.
by Alex Deymo
· 12 years ago
19fe4c3
Compile update_engine with C++11 standard.
by Alex Deymo
· 11 years ago
f8d037f
Re-land "Add ability to check /etc/lsb-release for HWID"
by Chris Masone
· 11 years ago
33ab35b
Revert "Add ability to check /etc/lsb-release for HWID"
by Chris Sosa
· 11 years ago
3d41c4d
Remove the marshal generation code.
by Alex Deymo
· 11 years ago
3e4334a
Remove duplicated flags.
by Alex Deymo
· 11 years ago
d1da510
Add ability to check /etc/lsb-release for HWID
by Chris Masone
· 11 years ago
6e97bb2
PolicyManager: Use the full path for includes.
by Alex Deymo
· 12 years ago
bb019fe
PolicyManager: Move the global variables to Provider members.
by Alex Deymo
· 12 years ago
391ad9f
PolicyManager: Add an base Variable class without type.
by Alex Deymo
· 12 years ago
ca0aaa6
PolicyManager: Add a random number provider.
by Alex Deymo
· 12 years ago
81f30e8
PolicyManager: Add a generic copy variable.
by Alex Deymo
· 12 years ago
8c49914
PolicyManager: Initial classes for PM variables.
by Alex Deymo
· 12 years ago
83692e4
Mark the new kernel invalid when starting an update.
by Don Garrett
· 12 years ago
c7dd853
Test for developer images using crossystem.
by J. Richard Barnette
· 12 years ago
4da2cc1
Make FakeHardware the default for all unit tests.
by J. Richard Barnette
· 12 years ago
3084293
Move KernelDeviceOfBootDevice() to utils.
by J. Richard Barnette
· 12 years ago
360d6d0
Allow not passing LDFLAGS to scons
by Alex Deymo
· 12 years ago
b97fc8b
update_engine: make it accept LDFLAGS
by Yunlian Jiang
· 12 years ago
27a48bc
p2p: Add P2PManager class
by David Zeuthen
· 12 years ago
e3ef491
Remove unneeded pcrecpp dependency.
by Andrew de los Reyes
· 12 years ago
59d9e01
AU: remove obsolete proxy resolver code
by Gilad Arnold
· 12 years ago
4243291
Send an UMA metric when failed to boot into the new partition.
by Alex Deymo
· 12 years ago
f413fe5
Add unit tests for duration metrics
by David Zeuthen
· 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
461a3d5
AU: uprev the default BASE_VER value for local builds
by Gilad Arnold
· 12 years ago
ae4697c
Enhanced channel changing behavior
by Jay Srinivasan
· 12 years ago
55f50c2
Segregate UMA metrics for production scenarios from test scenarios.
by Jay Srinivasan
· 13 years ago
6f6ea00
Support for processing multiple URLs in update_engine.
by Jay Srinivasan
· 13 years ago
2643cb7
Fixed gcc-4.7 building problem for update_engine (again).
by Han Shen
· 13 years ago
6eccc53
Bidirectional test mode signaling over GPIO
by Gilad Arnold
· 13 years ago
4348879
UpdateEngine-side changes to allow updates over 3G based on device policy.
by Jay Srinivasan
· 13 years ago
d186e63
Fix update_engine scons building.
by Don Garrett
· 13 years ago
4d740eb
Revised GPIO module interface + GPIO discovery logic
by Gilad Arnold
· 13 years ago
11c066f
A reusable file descriptor abstraction.
by Gilad Arnold
· 13 years ago
dd465db
convert to SLOT-ed libbase
by Mike Frysinger
· 13 years ago
1ebd813
GPIO test signal safe fallback + refactoring.
by Gilad Arnold
· 13 years ago
28e2f39
Added GPIO support for update engine automated test.
by Gilad Arnold
· 14 years ago
cb34e8c
[update_engine] use libchromeos.pc
by Elly Jones
· 14 years ago
5479e8d
Revert "[update_engine] use libchromeos.pc"
by Scott James Remnant
· 14 years ago
cdd107e
[update_engine] use libchromeos.pc
by Elly Jones
· 14 years ago
9bedeb5
Fetcher tries all proxies when a secondary chunk download error occurs.
by Gilad Arnold
· 14 years ago
7ed561b
AU: Remove support for old-style updates.
by Darin Petkov
· 14 years ago
7f9aea2
Add UMA metrics for detecting and reporting update certificate changes.
by Bruno Rocha
· 14 years ago
c24e3f3
Support for signing with multiple signature files, key sizes.
by Andrew de los Reyes
· 14 years ago
7fbbe8a
Update engine should use the release channel policy if it exists.
by Patrick Dubroy
· 14 years ago
8707b5b
Properly respect the PKG_CONFIG environment variable.
by Diego Elio Pettenò
· 14 years ago
44d98d9
Use crossystem rather than cros_boot_mode.
by Darin Petkov
· 14 years ago
000d895
AU: Full proxy support
by Andrew de los Reyes
· 14 years ago
c91dd6b
AU: Include a bit flag (bit 31) in error codes to indicate non-normal boot mode.
by Darin Petkov
· 15 years ago
819fef2
AU: MultiHttpFetcher cleanup/rewrite
by Andrew de los Reyes
· 15 years ago
5c7d975
Add support for bsdiff of file system metadata blocks
by Thieu Le
· 15 years ago
4516810
AU: Manual proxy support
by Andrew de los Reyes
· 15 years ago
80f1956
AU: Add unit tests for the Terminator class.
by Darin Petkov
· 15 years ago
9cd120d
AU: Proxy Resolver classes
by Andrew de los Reyes
· 15 years ago
d34a421
AU: Remove obsolete SetBootableFlagAction.
by Darin Petkov
· 15 years ago
7a22d79
AU: Speed up full update payload generation by running multiple threads.
by Darin Petkov
· 15 years ago
d57d147
AU: Don't use network on expensive connection types
by Andrew de los Reyes
· 15 years ago
9c0baf8
AU: Catch terminate signals and block exit if necessary.
by Darin Petkov
· 15 years ago
d7061ab
AU: Verify delta payload signature and signed hash.
by Darin Petkov
· 15 years ago
5fdae4a
AU: Ranges class to managing unordered collection of blocks/extents.
by Andrew de los Reyes
· 15 years ago
e971f33
AU: Speed up updates by using buffered writes.
by Darin Petkov
· 15 years ago
e3d8d4c
Added crypto library to update_engine -l list so that it is explicitly passed to the linker.
by Raymes Khoury
· 15 years ago
f42cc1c
AU: Start an UpdateAttempter unit test suite.
by Darin Petkov
· 15 years ago
1023a60
AU: Implement exponential back off for 500 and 503 HTTP response codes.
by Darin Petkov
· 15 years ago
8f71da8
update_engine: use librootdev
by Will Drewry
· 15 years ago
0c44005
AU: Payload Signer class
by Andrew de los Reyes
· 15 years ago
b70e33d
AU: fix local compilation
by Andrew de los Reyes
· 15 years ago
1cbd78f
Don't send machine and user ID to Omaha anymore. Send a/r pings instead.
by Darin Petkov
· 15 years ago
3003059
AU: Add support for persistent update engine preferences store.
by Darin Petkov
· 15 years ago
9d65b7b
Measure and send update time to UMA.
by Darin Petkov
· 15 years ago
a4a8a8c
Turn OmahaRequestPrepAction into OmahaRequestDeviceParams.
by Darin Petkov
· 15 years ago
Next »