- 583667b AU: Implement getting of tracks through GetTrack. by Satoru Takabayashi · 14 years ago
- 34e41a1 AU: Push seeks in http fetching to the progress percentage. by Andrew de los Reyes · 14 years ago
- 7900359 Update setup_dev_packages to also emerge hard-host-depends so that users will get latest packages. by David James · 14 years ago
- b00bccc AU: Send UPDATE_AVAILABLE status. by Darin Petkov · 14 years ago
- f622ef7 AU: Nice for 2 hours, then normal priority. by Darin Petkov · 14 years ago
- 49d9132 AU: Implement switching of tracks through SetTrack. by Darin Petkov · 14 years ago
- 8daa324 AU: Provide a D-Bus API for changing the update track. by Darin Petkov · 14 years ago
- 4ba850d AU: fix delta generation when running out of scratch. by Andrew de los Reyes · 14 years ago
- fc7a0ce AU: Restrict to HTTPS for official builds. by Darin Petkov · 14 years ago
- 89f17be AU: When applying delta locally, get source checksums by Andrew de los Reyes · 14 years ago
- eee26ee AU: Don't mark booted kernel good if we've applied an update. by Darin Petkov · 14 years ago
- b21ce5d AU: Don't request data ranges beyond the end of the payload. by Darin Petkov · 14 years ago
- d57d147 AU: Don't use network on expensive connection types by Andrew de los Reyes · 14 years ago
- 6c11864 AU: propagate a deadline form the update check response to Chrome. by Darin Petkov · 14 years ago
- ba3fb17 AU: Really disable URL/version setting over D-Bus on official images. 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
- 9fa7ec5 AU: Don't send no-op operations in the delta payload. by Darin Petkov · 14 years ago
- 9eadd64 AU: Increase full update chunk size to 1MiB by Darin Petkov · 14 years ago
- d43d690 AU: Include old kernel hash for source partition verification. by Darin Petkov · 14 years ago
- 68c10d1 AU: Really delta compress the kernel if an old kernel is provided. by Darin Petkov · 14 years ago
- 698d041 AU: Verify source rootfs/kernel hashes before applying delta. by Darin Petkov · 14 years ago
- 7ea3233 AU: Don't send rootfs hashes along with the delta payload. 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
- 5a23283 AU: Pass opened device fd from update engine to bspatch. by Andrew de los Reyes · 14 years ago
- 95cf01f AU: Include the manifest size in the delta payload usage report. by Darin Petkov · 14 years ago
- f88144f AU: fix new style full updates by Andrew de los Reyes · 14 years ago
- 2dd0109 AU: Verify that the applied delta update matches the server-sent hashes. by Darin Petkov · 14 years ago
- 45580e4 AU: block exit / reset update progress for non-idempotent ops as late as possible. by Darin Petkov · 14 years ago
- abe7cc9 AU: fix report generation to handle invalid nodes and final rootfs op by Darin Petkov · 14 years ago
- 6142614 AU: Fall back to a new update after a certain number of failed resume attempts. by Darin Petkov · 14 years ago
- 353777c AU: Delta Performer: properly detect idempotent operations by Andrew de los Reyes · 14 years ago
- 9b23057 AU: Resume interrupted update attempts. by Darin Petkov · 14 years ago
- 36a5822 AU: Include the old/new kernel/rootfs size/hash in the update metadata. by Darin Petkov · 14 years ago
- 3fd5d30 AU: MultiHttpFetcher, an HttpFetcher for specific byte ranges by Andrew de los Reyes · 14 years ago
- 9c0baf8 AU: Catch terminate signals and block exit if necessary. by Darin Petkov · 14 years ago
- 437adc4 AU: DeltaPerformer performs the download size/hash check now. by Darin Petkov · 14 years ago
- 27f7d37 AU: support for generating new style full updates. by Andrew de los Reyes · 14 years ago
- 0406e40 AU: Optimize checkpointing a bit and decide on new update vs. resume. by Darin Petkov · 14 years ago
- ef01755 AU: reuse scratch blocks in delta generation, tolerate insufficient scratch. by Andrew de los Reyes · 14 years ago
- 73058b4 AU: Start checkpointing update progress. by Darin Petkov · 14 years ago
- 1bc16ab AU: More graph utilities by Andrew de los Reyes · 14 years ago
- d7061ab AU: Verify delta payload signature and signed hash. by Darin Petkov · 14 years ago
- cc92cd3 AU: ApplyMap utility function by Andrew de los Reyes · 14 years ago
- 182a9f5 AU: Cyclebreaker optimization by Andrew de los Reyes · 14 years ago
- 5fdae4a AU: Ranges class to managing unordered collection of blocks/extents. by Andrew de los Reyes · 14 years ago
- 880335c AU: generate a delta payload usage report by Darin Petkov · 14 years ago
- 3627577 AU: Fall back to full updates after a number of failed delta update attempts. by Darin Petkov · 14 years ago
- c0b7a53 AU: Use full rootfs partition for scratch. by Darin Petkov · 14 years ago
- d22cb29 AU: Switch from SHA-1 to SHA-256 hash. by Darin Petkov · 14 years ago
- 3a4016a AU: Restrict the CA certificates to a smaller trusted set. by Darin Petkov · 14 years ago
- e3e27fe AU: Add trusted certificates to the repo. by Darin Petkov · 14 years ago
- 2a0e633 AU: Skip all automatic update checks if OOBE is not complete. by Darin Petkov · 14 years ago
- 50332f1 AU: Verify that the actual download size matches the size reported by Omaha. by Darin Petkov · 14 years ago
- c6c57a5 [update_engine] handle NULL returns from strdup by Chris Masone · 14 years ago
- 4dc2ada [update_engine] Fix file creation mask to be 0600 by Chris Masone · 14 years ago
- cd1666f AU: move AU completed marker from /tmp to /var/run since /var/run is root-only. by Darin Petkov · 14 years ago
- e971f33 AU: Speed up updates by using buffered writes. by Darin Petkov · 14 years ago
- a7fcafa AU: Mix stdout and stderr together in the logs. by Kenneth Waters · 14 years ago
- e3d8d4c Added crypto library to update_engine -l list so that it is explicitly passed to the linker. by Raymes Khoury · 14 years ago
- a7e33e4 AU: when compiling locally, use cros-debug for libchrome by Andrew de los Reyes · 14 years ago
- 71e8e5c update_engine_client: Clarify error message. by Kenneth Waters · 14 years ago
- 877ca8d AU: Nit I forgot to check in (TBR) by Andrew de los Reyes · 14 years ago
- 36f3736 AU: when making a delta update, don't delta compress kernel partition. by Andrew de los Reyes · 14 years ago
- 85ced13 AU: Implement server-dictated poll interval. by Darin Petkov · 14 years ago
- f42cc1c AU: Start an UpdateAttempter unit test suite. by Darin Petkov · 14 years ago
- e7f9ce8 Add rootdev to AU's dev packages. by Darin Petkov · 14 years ago
- 1023a60 AU: Implement exponential back off for 500 and 503 HTTP response codes. by Darin Petkov · 14 years ago
- 8f71da8 update_engine: use librootdev by Will Drewry · 14 years ago
- cb46621 AU: Expose the server's HTTP response code in HttpFetcher. by Darin Petkov · 14 years ago
- 1cd885f AU: Simplify the automatic update check code a little. by Darin Petkov · 14 years ago
- 41c2fcf AU: Support redirects. by Darin Petkov · 14 years ago
- 5c0a8af Add 10 minute random fuzz to automatic update check event schedule. by Darin Petkov · 14 years ago
- b7de1d5 Don't generate quitquitquit files when running unit tests. by Darin Petkov · 14 years ago
- b9bd856 Improve setup_dev_packages so that it can run incrementally. by Darin Petkov · 14 years ago
- 3d6a209 AU: call script to set boot flags on successful boot. by Andrew de los Reyes · 14 years ago
- 932bc4c AU: Sign delta payloads by Andrew de los Reyes · 14 years ago
- af18305 AU: Throttle notifications based on progress; still notify if slow progress. by Darin Petkov · 14 years ago
- 0c44005 AU: Payload Signer class by Andrew de los Reyes · 14 years ago
- bef0c7d AU: clean up logs by Andrew de los Reyes · 14 years ago
- 21ab31c AU: Cut cycles even more aggressively, log progress of cutting by Andrew de los Reyes · 14 years ago
- 9d911fa AU: Update status to DOWNLOADING only after receiving some bytes from server. by Darin Petkov · 14 years ago
- b83371f Increase retry timeout to 1 minute. by Darin Petkov · 14 years ago
- 94f025d AU: Support signatures in new-style update images. by Andrew de los Reyes · 14 years ago
- 9b11165 AU: Switch GLib's timeout sources from milliseconds to seconds. by Darin Petkov · 14 years ago
- 6ffc019 Add a script that emerges dev and unit test packages. by Darin Petkov · 14 years ago
- 0aa39a6 Remove obsolete CheckForUpdate/check_for_update D-Bus method. by Darin Petkov · 14 years ago
- 58529db Provide a -update option to the AU client to allow synchronous updates. by Darin Petkov · 14 years ago
- b70e33d AU: fix local compilation by Andrew de los Reyes · 14 years ago
- 790e62e [update_engine] Update to use not-hideously-old logging API from chrome by Chris Masone · 14 years ago
- c6c135c Nice automatic updates up to a point, then renice if necessary. by Darin Petkov · 14 years ago
- 45d7f29 Add LICENSE file by J. Richard Barnette · 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
- da221da Add a WATCHLIST to the update engine repo. by Darin Petkov · 14 years ago
- fbb4009 Add a hardware_class attribute (for HWID, HWQual ID) to the Omaha request. by Darin Petkov · 14 years ago
- 84c763c AU: Remove instances of Omaha ID -- machine ID and user ID. by Darin Petkov · 14 years ago
- 1cbd78f Don't send machine and user ID to Omaha anymore. Send a/r pings instead. by Darin Petkov · 14 years ago
- 3003059 AU: Add support for persistent update engine preferences store. by Darin Petkov · 14 years ago
- d12784c AU: when cutting a cycle, add proper dependencies. by Andrew de los Reyes · 14 years ago
- 4510989 AU: delta generation: cut cycles in graph more aggressively by Andrew de los Reyes · 14 years ago