Sign in
android
/
platform
/
system
/
update_engine
/
c6c135c3e555a856b762e4f383d1d2768363589d
c6c135c
Nice automatic updates up to a point, then renice if necessary.
by Darin Petkov
· 15 years ago
45d7f29
Add LICENSE file
by J. Richard Barnette
· 15 years ago
f74eb65
Disable automatic update checks if booting from a removable device.
by Darin Petkov
· 15 years ago
33d3064
Don't schedule periodic update checks for non-official builds.
by Darin Petkov
· 15 years ago
da221da
Add a WATCHLIST to the update engine repo.
by Darin Petkov
· 15 years ago
fbb4009
Add a hardware_class attribute (for HWID, HWQual ID) to the Omaha request.
by Darin Petkov
· 15 years ago
84c763c
AU: Remove instances of Omaha ID -- machine ID and user ID.
by Darin Petkov
· 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
d12784c
AU: when cutting a cycle, add proper dependencies.
by Andrew de los Reyes
· 15 years ago
4510989
AU: delta generation: cut cycles in graph more aggressively
by Andrew de los Reyes
· 15 years ago
8a51e5c
AU: Fix bug in impl of Johnson's circuit finding algorithm.
by Andrew de los Reyes
· 15 years ago
296889c
AU: Provide a reboot_if_needed D-Bus API.
by Darin Petkov
· 15 years ago
192ced4
Increase HTTP request timeout to make dev server happy.
by Darin Petkov
· 15 years ago
5a7f565
Add support to update_engine_client for -app_version and -omaha_url.
by Darin Petkov
· 15 years ago
777dbfa
Narrow down to one generic error per action.
by Darin Petkov
· 15 years ago
c97435c
Add and emit download action error codes.
by Darin Petkov
· 15 years ago
09f96c3
AU: A basic framework for sending error events when update attempt fails.
by Darin Petkov
· 15 years ago
9d65b7b
Measure and send update time to UMA.
by Darin Petkov
· 15 years ago
e17f86b
Switch OmahaEvent's error_code to ActionExitCode.
by Darin Petkov
· 15 years ago
c1a8b42
For actions, switch bool success into an exit code.
by Darin Petkov
· 15 years ago
cb31933
AU: minor fixes requested in http://codereview.chromium.org/3010009
by Andrew de los Reyes
· 15 years ago
fb4ad7d
AU: HTTP success is not just 200, but anything in the 2xx range
by Andrew de los Reyes
· 15 years ago
8c2980e
AU: send success events to Omaha at more points in the update process.
by Darin Petkov
· 15 years ago
9bbd187
AU: When server dies, don't retry forever
by Andrew de los Reyes
· 15 years ago
3f0303a
AU: pass whether or not we can tolerate a delta to the server
by Andrew de los Reyes
· 15 years ago
3270f74
AU: Changes for deltas on traditional bios machines.
by Andrew de los Reyes
· 15 years ago
ada4220
AU: land http://codereview.chromium.org/2931008/show for tfarina
by Andrew de los Reyes
· 15 years ago
a4a8a8c
Turn OmahaRequestPrepAction into OmahaRequestDeviceParams.
by Darin Petkov
· 15 years ago
27fa9c5
Don't wait for the http server forever.
by Darin Petkov
· 15 years ago
0dc8e9a
Initial implementation of sending an install success event to Omaha.
by Darin Petkov
· 15 years ago
6a5b322
Rename UpdateCheckAction|Params to OmahaRequestAction|Params.
by Darin Petkov
· 15 years ago
b9c4459
Add a .gitignore to the repo so that non-emerge dev flow works.
by Darin Petkov
· 15 years ago
82d8679
AU: fix dependencies in SConstruct.
by Andrew de los Reyes
· 15 years ago
37c2032
AU: Send board (e.g. x86-generic) to update server in query.
by Andrew de los Reyes
· 15 years ago
540bb90
Another dependency fix.
by Sean Parent
· 15 years ago
a5deaca
Adding dependencies for side effect files. BUG=none TEST=none
by Sean Parent
· 15 years ago
58fc478
Setup code review inheritance
by Anush Elangovan
· 15 years ago
785bc35
AU: Common code to parse simple key/value store files
by Andrew de los Reyes
· 15 years ago
6b78e29
Init: Start Update Engine at startup
by Andrew de los Reyes
· 15 years ago
7352067
AU: check after 2 min, also every 30 min.
by Andrew de los Reyes
· 15 years ago
63b96d7
AU: DBus support.
by Andrew de los Reyes
· 15 years ago
f98bff8
AU: Minor fixes to get it to do full update on real device
by Andrew de los Reyes
· 15 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
0cca421
AU: SplitWriter class for parsing our full update files.
by Andrew de los Reyes
· 15 years ago
c702078
AU: FilesystemCopierAction: copy bit-exactly
by Andrew de los Reyes
· 15 years ago
4e9b9f4
AU: Beginnings of dbus support.
by Andrew de los Reyes
· 15 years ago
09e56d6
AU: Class to perform delta updates.
by Andrew de los Reyes
· 15 years ago
08c4e27
update engine: 32- and 64-bit compile
by Andrew de los Reyes
· 15 years ago
b10320d
AU: Delta Diff Generator
by Andrew de los Reyes
· 15 years ago
d2135f3
AU: Bzip2 utility functions that mirror Gzip utility functions.
by Andrew de los Reyes
· 15 years ago
5815155
AU: Topological Sort.
by Andrew de los Reyes
· 15 years ago
35a7af1
AU: Cycle Breaker for directed graphs.
by Andrew de los Reyes
· 15 years ago
81ebcd8a
AU: Tarjan's algorithm.
by Andrew de los Reyes
· 15 years ago
b4025e6
AU: Extent Mapper class
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
8006106
AU: Extent writer utility classes
by Andrew de los Reyes
· 15 years ago
1e338b8
AU: Gut code for old updater. New protobuf for v2 updater.
by Andrew de los Reyes
· 15 years ago
f2c29ec
Consistently pass through PKG_CONFIG_LIBDIR environment variable
by Colin Watson
· 15 years ago
926d209
AU: missing file in last commit
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
e573399
TBR: derat@chromium.org
by Andrew de los Reyes
· 15 years ago
3defe6a
Missed new files in last commit
by adlr@google.com
· 15 years ago
c98a7ed
AU: Beginnings of delta support
by adlr@google.com
· 15 years ago
d2e4ccc
Die glog, die!
by seanparent@google.com
· 15 years ago
49fdf18
Almost there...
by rspangler@google.com
· 15 years ago