Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_system_update_engine
/
9ce452b6acd95899e9adb17c2935012625163dc6
9ce452b
AU: Fix potential issues with premature destruction of HTTP fetchers.
by Darin Petkov
· 15 years ago
e237d19
AU: Restrict SSL ciphers to HIGH in official builds.
by Darin Petkov
· 15 years ago
a3df55b
AU: Don't allow deltas if the rootfs track is different than the request track.
by Darin Petkov
· 15 years ago
d315dc7
AU: Allow override of "appid" through the lsb-release file.
by Darin Petkov
· 15 years ago
30291ed
AU: Timestamp logs at startup.
by Darin Petkov
· 15 years ago
6f03a3b
AU: Execute postinst asynchronously so that the D-Bus service is not blocked.
by Darin Petkov
· 15 years ago
4b8740f
AU: reduce logging when generating delta update
by Andrew de los Reyes
· 15 years ago
3375ff5
AU: Reduce full payload generation log output.
by Darin Petkov
· 15 years ago
f67bb1f
AU: Change test http server port from 8080 to 8088.
by Darin Petkov
· 15 years ago
6d5dbf6
AU: Remove obsolete postinst --postcommit call.
by Darin Petkov
· 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
3f375c7
AU: Add test-channel to the list of valid tracks.
by Darin Petkov
· 15 years ago
edc522e
AU: Separate error codes for different OmahaRequestAction failures.
by Darin Petkov
· 15 years ago
bc58a7b
AU: Delta diff generator shows progress % when generating full updates.
by Darin Petkov
· 15 years ago
50f3649
AU: locate bsdiff/bspatch in $PATH, rather than hard coding their location.
by Andrew de los Reyes
· 15 years ago
60e1415
AU: Watch for writes on write fds only, and for reads on read fds.
by Darin Petkov
· 15 years ago
cdc20a9
AU: No need to calculate SHA-256 on the payload twice for delta updates.
by Darin Petkov
· 15 years ago
583667b
AU: Implement getting of tracks through GetTrack.
by Satoru Takabayashi
· 15 years ago
34e41a1
AU: Push seeks in http fetching to the progress percentage.
by Andrew de los Reyes
· 15 years ago
7900359
Update setup_dev_packages to also emerge hard-host-depends so that users will get latest packages.
by David James
· 15 years ago
b00bccc
AU: Send UPDATE_AVAILABLE status.
by Darin Petkov
· 15 years ago
f622ef7
AU: Nice for 2 hours, then normal priority.
by Darin Petkov
· 15 years ago
49d9132
AU: Implement switching of tracks through SetTrack.
by Darin Petkov
· 15 years ago
8daa324
AU: Provide a D-Bus API for changing the update track.
by Darin Petkov
· 15 years ago
4ba850d
AU: fix delta generation when running out of scratch.
by Andrew de los Reyes
· 15 years ago
fc7a0ce
AU: Restrict to HTTPS for official builds.
by Darin Petkov
· 15 years ago
89f17be
AU: When applying delta locally, get source checksums
by Andrew de los Reyes
· 15 years ago
eee26ee
AU: Don't mark booted kernel good if we've applied an update.
by Darin Petkov
· 15 years ago
b21ce5d
AU: Don't request data ranges beyond the end of the payload.
by Darin Petkov
· 15 years ago
d57d147
AU: Don't use network on expensive connection types
by Andrew de los Reyes
· 15 years ago
6c11864
AU: propagate a deadline form the update check response to Chrome.
by Darin Petkov
· 15 years ago
ba3fb17
AU: Really disable URL/version setting over D-Bus on official images.
by Darin Petkov
· 15 years ago
a07586b
AU: Restrict URL/version change over D-Bus to non-official builds only.
by Darin Petkov
· 15 years ago
9fa7ec5
AU: Don't send no-op operations in the delta payload.
by Darin Petkov
· 15 years ago
9eadd64
AU: Increase full update chunk size to 1MiB
by Darin Petkov
· 15 years ago
d43d690
AU: Include old kernel hash for source partition verification.
by Darin Petkov
· 15 years ago
68c10d1
AU: Really delta compress the kernel if an old kernel is provided.
by Darin Petkov
· 15 years ago
698d041
AU: Verify source rootfs/kernel hashes before applying delta.
by Darin Petkov
· 15 years ago
7ea3233
AU: Don't send rootfs hashes along with the delta payload.
by Darin Petkov
· 15 years ago
d3f8c89
AU: Add a utility routine to get the filesystem size from a device.
by Darin Petkov
· 15 years ago
5a23283
AU: Pass opened device fd from update engine to bspatch.
by Andrew de los Reyes
· 15 years ago
95cf01f
AU: Include the manifest size in the delta payload usage report.
by Darin Petkov
· 15 years ago
f88144f
AU: fix new style full updates
by Andrew de los Reyes
· 15 years ago
2dd0109
AU: Verify that the applied delta update matches the server-sent hashes.
by Darin Petkov
· 15 years ago
45580e4
AU: block exit / reset update progress for non-idempotent ops as late as possible.
by Darin Petkov
· 15 years ago
abe7cc9
AU: fix report generation to handle invalid nodes and final rootfs op
by Darin Petkov
· 15 years ago
6142614
AU: Fall back to a new update after a certain number of failed resume attempts.
by Darin Petkov
· 15 years ago
353777c
AU: Delta Performer: properly detect idempotent operations
by Andrew de los Reyes
· 15 years ago
9b23057
AU: Resume interrupted update attempts.
by Darin Petkov
· 15 years ago
36a5822
AU: Include the old/new kernel/rootfs size/hash in the update metadata.
by Darin Petkov
· 15 years ago
3fd5d30
AU: MultiHttpFetcher, an HttpFetcher for specific byte ranges
by Andrew de los Reyes
· 15 years ago
9c0baf8
AU: Catch terminate signals and block exit if necessary.
by Darin Petkov
· 15 years ago
437adc4
AU: DeltaPerformer performs the download size/hash check now.
by Darin Petkov
· 15 years ago
27f7d37
AU: support for generating new style full updates.
by Andrew de los Reyes
· 15 years ago
0406e40
AU: Optimize checkpointing a bit and decide on new update vs. resume.
by Darin Petkov
· 15 years ago
ef01755
AU: reuse scratch blocks in delta generation, tolerate insufficient scratch.
by Andrew de los Reyes
· 15 years ago
73058b4
AU: Start checkpointing update progress.
by Darin Petkov
· 15 years ago
1bc16ab
AU: More graph utilities
by Andrew de los Reyes
· 15 years ago
d7061ab
AU: Verify delta payload signature and signed hash.
by Darin Petkov
· 15 years ago
cc92cd3
AU: ApplyMap utility function
by Andrew de los Reyes
· 15 years ago
182a9f5
AU: Cyclebreaker optimization
by Andrew de los Reyes
· 15 years ago
5fdae4a
AU: Ranges class to managing unordered collection of blocks/extents.
by Andrew de los Reyes
· 15 years ago
880335c
AU: generate a delta payload usage report
by Darin Petkov
· 15 years ago
3627577
AU: Fall back to full updates after a number of failed delta update attempts.
by Darin Petkov
· 15 years ago
c0b7a53
AU: Use full rootfs partition for scratch.
by Darin Petkov
· 15 years ago
d22cb29
AU: Switch from SHA-1 to SHA-256 hash.
by Darin Petkov
· 15 years ago
3a4016a
AU: Restrict the CA certificates to a smaller trusted set.
by Darin Petkov
· 15 years ago
e3e27fe
AU: Add trusted certificates to the repo.
by Darin Petkov
· 15 years ago
2a0e633
AU: Skip all automatic update checks if OOBE is not complete.
by Darin Petkov
· 15 years ago
50332f1
AU: Verify that the actual download size matches the size reported by Omaha.
by Darin Petkov
· 15 years ago
c6c57a5
[update_engine] handle NULL returns from strdup
by Chris Masone
· 15 years ago
4dc2ada
[update_engine] Fix file creation mask to be 0600
by Chris Masone
· 15 years ago
cd1666f
AU: move AU completed marker from /tmp to /var/run since /var/run is root-only.
by Darin Petkov
· 15 years ago
e971f33
AU: Speed up updates by using buffered writes.
by Darin Petkov
· 15 years ago
a7fcafa
AU: Mix stdout and stderr together in the logs.
by Kenneth Waters
· 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
a7e33e4
AU: when compiling locally, use cros-debug for libchrome
by Andrew de los Reyes
· 15 years ago
71e8e5c
update_engine_client: Clarify error message.
by Kenneth Waters
· 15 years ago
877ca8d
AU: Nit I forgot to check in (TBR)
by Andrew de los Reyes
· 15 years ago
36f3736
AU: when making a delta update, don't delta compress kernel partition.
by Andrew de los Reyes
· 15 years ago
85ced13
AU: Implement server-dictated poll interval.
by Darin Petkov
· 15 years ago
f42cc1c
AU: Start an UpdateAttempter unit test suite.
by Darin Petkov
· 15 years ago
e7f9ce8
Add rootdev to AU's dev packages.
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
cb46621
AU: Expose the server's HTTP response code in HttpFetcher.
by Darin Petkov
· 15 years ago
1cd885f
AU: Simplify the automatic update check code a little.
by Darin Petkov
· 15 years ago
41c2fcf
AU: Support redirects.
by Darin Petkov
· 15 years ago
5c0a8af
Add 10 minute random fuzz to automatic update check event schedule.
by Darin Petkov
· 15 years ago
b7de1d5
Don't generate quitquitquit files when running unit tests.
by Darin Petkov
· 15 years ago
b9bd856
Improve setup_dev_packages so that it can run incrementally.
by Darin Petkov
· 15 years ago
3d6a209
AU: call script to set boot flags on successful boot.
by Andrew de los Reyes
· 15 years ago
932bc4c
AU: Sign delta payloads
by Andrew de los Reyes
· 15 years ago
af18305
AU: Throttle notifications based on progress; still notify if slow progress.
by Darin Petkov
· 15 years ago
0c44005
AU: Payload Signer class
by Andrew de los Reyes
· 15 years ago
bef0c7d
AU: clean up logs
by Andrew de los Reyes
· 15 years ago
21ab31c
AU: Cut cycles even more aggressively, log progress of cutting
by Andrew de los Reyes
· 15 years ago
9d911fa
AU: Update status to DOWNLOADING only after receiving some bytes from server.
by Darin Petkov
· 15 years ago
b83371f
Increase retry timeout to 1 minute.
by Darin Petkov
· 15 years ago
Next »