1. 8f191b2 p2p: Use p2p for updates by David Zeuthen · 11 years ago
  2. 968d057 Never defer updates on interactive checks. by Chris Sosa · 11 years ago
  3. aa18e16 Blacklist versions as part of Rollback along with unittests. by Chris Sosa · 11 years ago
  4. 3b74843 Parse and add manifest version to the Omaha Response object. by Chris Sosa · 11 years ago
  5. c197248 Add EC and Firmware Versions to the Omaha Response. by Chris Sosa · 11 years ago
  6. 53173b9 Download via HTTP only if enterprise policy allows. by Jay Srinivasan · 11 years ago
  7. a99981f Rename ActionExitCode to ErrorCode by David Zeuthen · 11 years ago
  8. 42bd3aa Remove the obsolete needsadmin attribute. by Don Garrett · 11 years ago
  9. d29695d Refactoring: Move prefs constants out to the constants.h/cc by Jay Srinivasan · 11 years ago
  10. db0acdf Support changing from non-canary to canary channel in update engine. by Jay Srinivasan · 11 years ago
  11. 1c0fe79 Cancel the current download if user chooses a different channel. by Jay Srinivasan · 11 years ago
  12. ae4697c Enhanced channel changing behavior by Jay Srinivasan · 11 years ago
  13. 8a659d8 AU: change 'userinitiated' into 'installsource' by Gilad Arnold · 11 years ago
  14. 5e73ad7 AU: move 'userinitiated' flag to the right place in an update check by Gilad Arnold · 11 years ago
  15. bbdd490 AU: add an interactive flag to Omaha requests by Gilad Arnold · 11 years ago
  16. d671e97 Use IsDeltaPayload instead of IsDelta. by Jay Srinivasan · 11 years ago
  17. 55f50c2 Segregate UMA metrics for production scenarios from test scenarios. by Jay Srinivasan · 11 years ago
  18. 0826288 Implement exponential backoff for throttling repeated AU downloads. by Jay Srinivasan · 12 years ago
  19. 2b5a0f0 Classify errors and advance URL index according to the error code. by Jay Srinivasan · 12 years ago
  20. 6f6ea00 Support for processing multiple URLs in update_engine. by Jay Srinivasan · 12 years ago
  21. 4fc1b01 Pick last instead of first URL in v3 clients for now. by Jay Srinivasan · 12 years ago
  22. 23b92a5 Upgrade update_engine from Omaha v2 to v3 protocol. by Jay Srinivasan · 12 years ago
  23. f431870 Support needed for generating metadata signature in paygen by Jay Srinivasan · 12 years ago
  24. 51dcf26 Verify AU payload manifest signature if present. by Jay Srinivasan · 12 years ago
  25. 34b5d86 Use a local UpdateFirstSeenAt timestamp instead of UpdatePublishedOn by Jay Srinivasan · 12 years ago
  26. 480ddfa Scatter downloads to reduce bandwidth spikes. by Jay Srinivasan · 12 years ago
  27. 8155d08 pull in base/stringprintf.h explicitly by Mike Frysinger · 12 years ago
  28. 56d5aa4 Report usage of StopAutoUpdate policy in borgmon charts by Jay Srinivasan · 12 years ago
  29. 0a70874 Implement the update engine portion for new enterprise policies. by Jay Srinivasan · 12 years ago
  30. 9dd1e7c Update engine properly sets Content-Type to text/xml. by Gilad Arnold · 12 years ago
  31. 7ed561b AU: Remove support for old-style updates. by Darin Petkov · 13 years ago
  32. 771e1bd Make public key verification check binding. by Andrew de los Reyes · 13 years ago
  33. 18c7bce AU: Set error code bit 30 for error events on resumed updates. by Darin Petkov · 13 years ago
  34. b44e9e8 Change code to ignore ping Omaha requests that are empty by Thieu Le · 13 years ago
  35. 265f290 AU: Don't include the previous version event in ping-only requests. by Darin Petkov · 13 years ago
  36. 116fda3 Add support to update_engine to poke Omaha after an update has been applied by Thieu Le · 13 years ago
  37. 173e63c AU: OmahaRequestAction: allow to be skipped. by Andrew de los Reyes · 13 years ago
  38. 5c0f36e AU: XmlEncode the previous version, just in case. by Darin Petkov · 13 years ago
  39. 2008e4c AU: Reduce instances of signalling the crash reporter. by Andrew de los Reyes · 13 years ago
  40. c91dd6b AU: Include a bit flag (bit 31) in error codes to indicate non-normal boot mode. by Darin Petkov · 14 years ago
  41. 95508da AU: Send a previous version event after reboot following an update. by Darin Petkov · 14 years ago
  42. edc522e AU: Separate error codes for different OmahaRequestAction failures. by Darin Petkov · 14 years ago
  43. 6c11864 AU: propagate a deadline form the update check response to Chrome. by Darin Petkov · 14 years ago
  44. d22cb29 AU: Switch from SHA-1 to SHA-256 hash. by Darin Petkov · 14 years ago
  45. 85ced13 AU: Implement server-dictated poll interval. by Darin Petkov · 14 years ago
  46. 790e62e [update_engine] Update to use not-hideously-old logging API from chrome by Chris Masone · 14 years ago
  47. fbb4009 Add a hardware_class attribute (for HWID, HWQual ID) to the Omaha request. by Darin Petkov · 14 years ago
  48. 1cbd78f Don't send machine and user ID to Omaha anymore. Send a/r pings instead. by Darin Petkov · 14 years ago
  49. 5a7f565 Add support to update_engine_client for -app_version and -omaha_url. by Darin Petkov · 14 years ago
  50. e17f86b Switch OmahaEvent's error_code to ActionExitCode. by Darin Petkov · 14 years ago
  51. c1a8b42 For actions, switch bool success into an exit code. by Darin Petkov · 14 years ago
  52. 3f0303a AU: pass whether or not we can tolerate a delta to the server by Andrew de los Reyes · 14 years ago
  53. 3270f74 AU: Changes for deltas on traditional bios machines. by Andrew de los Reyes · 14 years ago
  54. a4a8a8c Turn OmahaRequestPrepAction into OmahaRequestDeviceParams. by Darin Petkov · 14 years ago
  55. 0dc8e9a Initial implementation of sending an install success event to Omaha. by Darin Petkov · 14 years ago
  56. 6a5b322 Rename UpdateCheckAction|Params to OmahaRequestAction|Params. by Darin Petkov · 14 years ago[Renamed (83%) from update_check_action.cc]
  57. 37c2032 AU: Send board (e.g. x86-generic) to update server in query. by Andrew de los Reyes · 14 years ago
  58. 7352067 AU: check after 2 min, also every 30 min. by Andrew de los Reyes · 14 years ago
  59. f98bff8 AU: Minor fixes to get it to do full update on real device by Andrew de los Reyes · 14 years ago
  60. f971443 AU: Many minor cleanup changes by Andrew de los Reyes · 14 years ago
  61. 08c4e27 update engine: 32- and 64-bit compile by Andrew de los Reyes · 14 years ago
  62. c98a7ed AU: Beginnings of delta support by adlr@google.com · 15 years ago
  63. 49fdf18 Almost there... by rspangler@google.com · 15 years ago