1. 9c0baf8 AU: Catch terminate signals and block exit if necessary. by Darin Petkov · 14 years ago
  2. 437adc4 AU: DeltaPerformer performs the download size/hash check now. by Darin Petkov · 14 years ago
  3. 27f7d37 AU: support for generating new style full updates. by Andrew de los Reyes · 14 years ago
  4. 0406e40 AU: Optimize checkpointing a bit and decide on new update vs. resume. by Darin Petkov · 14 years ago
  5. ef01755 AU: reuse scratch blocks in delta generation, tolerate insufficient scratch. by Andrew de los Reyes · 14 years ago
  6. 73058b4 AU: Start checkpointing update progress. by Darin Petkov · 14 years ago
  7. 1bc16ab AU: More graph utilities by Andrew de los Reyes · 14 years ago
  8. d7061ab AU: Verify delta payload signature and signed hash. by Darin Petkov · 14 years ago
  9. cc92cd3 AU: ApplyMap utility function by Andrew de los Reyes · 14 years ago
  10. 182a9f5 AU: Cyclebreaker optimization by Andrew de los Reyes · 14 years ago
  11. 5fdae4a AU: Ranges class to managing unordered collection of blocks/extents. by Andrew de los Reyes · 14 years ago
  12. 880335c AU: generate a delta payload usage report by Darin Petkov · 14 years ago
  13. 3627577 AU: Fall back to full updates after a number of failed delta update attempts. by Darin Petkov · 14 years ago
  14. c0b7a53 AU: Use full rootfs partition for scratch. by Darin Petkov · 14 years ago
  15. d22cb29 AU: Switch from SHA-1 to SHA-256 hash. by Darin Petkov · 14 years ago
  16. 3a4016a AU: Restrict the CA certificates to a smaller trusted set. by Darin Petkov · 14 years ago
  17. e3e27fe AU: Add trusted certificates to the repo. by Darin Petkov · 14 years ago
  18. 2a0e633 AU: Skip all automatic update checks if OOBE is not complete. by Darin Petkov · 14 years ago
  19. 50332f1 AU: Verify that the actual download size matches the size reported by Omaha. by Darin Petkov · 14 years ago
  20. c6c57a5 [update_engine] handle NULL returns from strdup by Chris Masone · 14 years ago
  21. 4dc2ada [update_engine] Fix file creation mask to be 0600 by Chris Masone · 14 years ago
  22. cd1666f AU: move AU completed marker from /tmp to /var/run since /var/run is root-only. by Darin Petkov · 14 years ago
  23. e971f33 AU: Speed up updates by using buffered writes. by Darin Petkov · 14 years ago
  24. a7fcafa AU: Mix stdout and stderr together in the logs. by Kenneth Waters · 14 years ago
  25. e3d8d4c Added crypto library to update_engine -l list so that it is explicitly passed to the linker. by Raymes Khoury · 14 years ago
  26. a7e33e4 AU: when compiling locally, use cros-debug for libchrome by Andrew de los Reyes · 14 years ago
  27. 71e8e5c update_engine_client: Clarify error message. by Kenneth Waters · 14 years ago
  28. 877ca8d AU: Nit I forgot to check in (TBR) by Andrew de los Reyes · 14 years ago
  29. 36f3736 AU: when making a delta update, don't delta compress kernel partition. by Andrew de los Reyes · 14 years ago
  30. 85ced13 AU: Implement server-dictated poll interval. by Darin Petkov · 14 years ago
  31. f42cc1c AU: Start an UpdateAttempter unit test suite. by Darin Petkov · 14 years ago
  32. e7f9ce8 Add rootdev to AU's dev packages. by Darin Petkov · 14 years ago
  33. 1023a60 AU: Implement exponential back off for 500 and 503 HTTP response codes. by Darin Petkov · 14 years ago
  34. 8f71da8 update_engine: use librootdev by Will Drewry · 14 years ago
  35. cb46621 AU: Expose the server's HTTP response code in HttpFetcher. by Darin Petkov · 14 years ago
  36. 1cd885f AU: Simplify the automatic update check code a little. by Darin Petkov · 14 years ago
  37. 41c2fcf AU: Support redirects. by Darin Petkov · 14 years ago
  38. 5c0a8af Add 10 minute random fuzz to automatic update check event schedule. by Darin Petkov · 14 years ago
  39. b7de1d5 Don't generate quitquitquit files when running unit tests. by Darin Petkov · 14 years ago
  40. b9bd856 Improve setup_dev_packages so that it can run incrementally. by Darin Petkov · 14 years ago
  41. 3d6a209 AU: call script to set boot flags on successful boot. by Andrew de los Reyes · 14 years ago
  42. 932bc4c AU: Sign delta payloads by Andrew de los Reyes · 14 years ago
  43. af18305 AU: Throttle notifications based on progress; still notify if slow progress. by Darin Petkov · 14 years ago
  44. 0c44005 AU: Payload Signer class by Andrew de los Reyes · 14 years ago
  45. bef0c7d AU: clean up logs by Andrew de los Reyes · 14 years ago
  46. 21ab31c AU: Cut cycles even more aggressively, log progress of cutting by Andrew de los Reyes · 14 years ago
  47. 9d911fa AU: Update status to DOWNLOADING only after receiving some bytes from server. by Darin Petkov · 14 years ago
  48. b83371f Increase retry timeout to 1 minute. by Darin Petkov · 14 years ago
  49. 94f025d AU: Support signatures in new-style update images. by Andrew de los Reyes · 14 years ago
  50. 9b11165 AU: Switch GLib's timeout sources from milliseconds to seconds. by Darin Petkov · 14 years ago
  51. 6ffc019 Add a script that emerges dev and unit test packages. by Darin Petkov · 14 years ago
  52. 0aa39a6 Remove obsolete CheckForUpdate/check_for_update D-Bus method. by Darin Petkov · 14 years ago
  53. 58529db Provide a -update option to the AU client to allow synchronous updates. by Darin Petkov · 14 years ago
  54. b70e33d AU: fix local compilation by Andrew de los Reyes · 14 years ago
  55. 790e62e [update_engine] Update to use not-hideously-old logging API from chrome by Chris Masone · 14 years ago
  56. c6c135c Nice automatic updates up to a point, then renice if necessary. by Darin Petkov · 14 years ago
  57. 45d7f29 Add LICENSE file by J. Richard Barnette · 14 years ago
  58. f74eb65 Disable automatic update checks if booting from a removable device. by Darin Petkov · 14 years ago
  59. 33d3064 Don't schedule periodic update checks for non-official builds. by Darin Petkov · 14 years ago
  60. da221da Add a WATCHLIST to the update engine repo. by Darin Petkov · 14 years ago
  61. fbb4009 Add a hardware_class attribute (for HWID, HWQual ID) to the Omaha request. by Darin Petkov · 14 years ago
  62. 84c763c AU: Remove instances of Omaha ID -- machine ID and user ID. by Darin Petkov · 14 years ago
  63. 1cbd78f Don't send machine and user ID to Omaha anymore. Send a/r pings instead. by Darin Petkov · 14 years ago
  64. 3003059 AU: Add support for persistent update engine preferences store. by Darin Petkov · 14 years ago
  65. d12784c AU: when cutting a cycle, add proper dependencies. by Andrew de los Reyes · 14 years ago
  66. 4510989 AU: delta generation: cut cycles in graph more aggressively by Andrew de los Reyes · 14 years ago
  67. 8a51e5c AU: Fix bug in impl of Johnson's circuit finding algorithm. by Andrew de los Reyes · 14 years ago
  68. 296889c AU: Provide a reboot_if_needed D-Bus API. by Darin Petkov · 14 years ago
  69. 192ced4 Increase HTTP request timeout to make dev server happy. by Darin Petkov · 14 years ago
  70. 5a7f565 Add support to update_engine_client for -app_version and -omaha_url. by Darin Petkov · 14 years ago
  71. 777dbfa Narrow down to one generic error per action. by Darin Petkov · 14 years ago
  72. c97435c Add and emit download action error codes. by Darin Petkov · 14 years ago
  73. 09f96c3 AU: A basic framework for sending error events when update attempt fails. by Darin Petkov · 14 years ago
  74. 9d65b7b Measure and send update time to UMA. by Darin Petkov · 14 years ago
  75. e17f86b Switch OmahaEvent's error_code to ActionExitCode. by Darin Petkov · 14 years ago
  76. c1a8b42 For actions, switch bool success into an exit code. by Darin Petkov · 14 years ago
  77. cb31933 AU: minor fixes requested in http://codereview.chromium.org/3010009 by Andrew de los Reyes · 14 years ago
  78. fb4ad7d AU: HTTP success is not just 200, but anything in the 2xx range by Andrew de los Reyes · 14 years ago
  79. 8c2980e AU: send success events to Omaha at more points in the update process. by Darin Petkov · 14 years ago
  80. 9bbd187 AU: When server dies, don't retry forever by Andrew de los Reyes · 14 years ago
  81. 3f0303a AU: pass whether or not we can tolerate a delta to the server by Andrew de los Reyes · 14 years ago
  82. 3270f74 AU: Changes for deltas on traditional bios machines. by Andrew de los Reyes · 14 years ago
  83. ada4220 AU: land http://codereview.chromium.org/2931008/show for tfarina by Andrew de los Reyes · 14 years ago
  84. a4a8a8c Turn OmahaRequestPrepAction into OmahaRequestDeviceParams. by Darin Petkov · 14 years ago
  85. 27fa9c5 Don't wait for the http server forever. by Darin Petkov · 14 years ago
  86. 0dc8e9a Initial implementation of sending an install success event to Omaha. by Darin Petkov · 14 years ago
  87. 6a5b322 Rename UpdateCheckAction|Params to OmahaRequestAction|Params. by Darin Petkov · 14 years ago
  88. b9c4459 Add a .gitignore to the repo so that non-emerge dev flow works. by Darin Petkov · 14 years ago
  89. 82d8679 AU: fix dependencies in SConstruct. by Andrew de los Reyes · 14 years ago
  90. 37c2032 AU: Send board (e.g. x86-generic) to update server in query. by Andrew de los Reyes · 14 years ago
  91. 540bb90 Another dependency fix. by Sean Parent · 14 years ago
  92. a5deaca Adding dependencies for side effect files. BUG=none TEST=none by Sean Parent · 14 years ago
  93. 58fc478 Setup code review inheritance by Anush Elangovan · 14 years ago
  94. 785bc35 AU: Common code to parse simple key/value store files by Andrew de los Reyes · 14 years ago
  95. 6b78e29 Init: Start Update Engine at startup by Andrew de los Reyes · 14 years ago
  96. 7352067 AU: check after 2 min, also every 30 min. by Andrew de los Reyes · 14 years ago
  97. 63b96d7 AU: DBus support. by Andrew de los Reyes · 14 years ago
  98. f98bff8 AU: Minor fixes to get it to do full update on real device by Andrew de los Reyes · 14 years ago
  99. f971443 AU: Many minor cleanup changes by Andrew de los Reyes · 14 years ago
  100. f918517 AU: Update Downloader to support our image formats. by Andrew de los Reyes · 14 years ago