1. 4073fd6 Replace is_full_update boolean with a payload_state enum. by Alex Deymo · 8 years ago
  2. a3cf75a update_engine: Update libchrome APIs to r369476 by Alex Vakulenko · 8 years ago
  3. 39910dc Split payload application code into a subdirectory. by Alex Deymo · 9 years ago
  4. 8561665 Read ProductId, ProductVersion and Channel setting in Brillo. by Alex Deymo · 9 years ago
  5. 6dd160a Disable deadline file in Android. by Alex Deymo · 9 years ago
  6. e5e5fe9 Move InstallPlan partitions to a list of partitions. by Alex Deymo · 9 years ago
  7. e6fc8e1 Update the payload public key location in Android. by Alex Deymo · 9 years ago
  8. 763e7db update_engine: New BootControlInterface class. by Alex Deymo · 9 years ago
  9. aea4c1c Re-license update_engine to Apache2 by Alex Deymo · 9 years ago
  10. f6ee016 update_engine: Move ConnectionManager to an abstract Interface. by Alex Deymo · 9 years ago
  11. 6a9d349 platform2: Fix issues with new version of libchrome by Alex Vakulenko · 9 years ago
  12. 9f6f0a5 update_engine: Implement SOURCE_COPY/SOURCE_BSDIFF operations. by Allie Wood · 9 years ago
  13. 907b4fa update_engine: Don't require hashes for non-official builds. by David Pursell · 9 years ago
  14. 02c1864 update_engine: Allow `cros flash` on base images. by David Pursell · 10 years ago
  15. 74b5f55 update_engine: Relocate inference and storage of P2P related properties. by Gilad Arnold · 10 years ago
  16. 072359c update_engine: fixed remaining linter and some spelling errors by Alex Vakulenko · 10 years ago
  17. d1c4d2d Change ErrorCode into an enum class. by Gilad Arnold · 10 years ago
  18. 77f79e8 Only disable update downloads over expensive connections, not all transfers. by Chris Sosa · 10 years ago
  19. 1f84723 Revise the SystemState hierarchy. by Gilad Arnold · 10 years ago
  20. 75039d7 update_engine: update to libbase 242728 by Alex Vakulenko · 10 years ago
  21. bc27aac Add comment about log messages checked in autoupdate_CatchBadSignatures. by David Zeuthen · 11 years ago
  22. e7f8917 Add support for using public key sent by Omaha. by David Zeuthen · 11 years ago
  23. 056b0ab Move IsOfficialBuild() and IsNormalBootMode() into HardwareInterface. by J. Richard Barnette · 11 years ago
  24. 3084293 Move KernelDeviceOfBootDevice() to utils. by J. Richard Barnette · 11 years ago
  25. b3dcdb3 Load the and store rollback version into the correct variable. by Chris Sosa · 11 years ago
  26. bb8bdc7 p2p: Add HttpPeer to DownloadSource enumeration by David Zeuthen · 11 years ago
  27. 8f191b2 p2p: Use p2p for updates by David Zeuthen · 11 years ago
  28. fb1020e Add version information to install plan and GetStatus. by Chris Sosa · 11 years ago
  29. 4243291 Send an UMA metric when failed to boot into the new partition. by Alex Deymo · 11 years ago
  30. 4dbd47e AU/unittest: fix to OmahaResponseHandlerAction unit tests by Gilad Arnold · 11 years ago
  31. aa18e16 Blacklist versions as part of Rollback along with unittests. by Chris Sosa · 11 years ago
  32. d317e40 Implement Rollback to previously booted partitions. by Chris Sosa · 11 years ago
  33. 21504f0 Revert "Revert "AU: do not copy filesystem during full updates"" by Gilad Arnold · 11 years ago
  34. d1cd325 Revert "AU: do not copy filesystem during full updates" by Don Garrett · 11 years ago
  35. 81c9062 AU: do not copy filesystem during full updates by Gilad Arnold · 11 years ago
  36. 53173b9 Download via HTTP only if enterprise policy allows. by Jay Srinivasan · 11 years ago
  37. a99981f Rename ActionExitCode to ErrorCode by David Zeuthen · 11 years ago
  38. be45bef Add update reboot metric to the update engine. by Chris Sosa · 11 years ago
  39. 19409b7 Add metrics to report the number of bytes downloaded per protocol. by Jay Srinivasan · 11 years ago
  40. d29695d Refactoring: Move prefs constants out to the constants.h/cc by Jay Srinivasan · 11 years ago
  41. 1c0fe79 Cancel the current download if user chooses a different channel. by Jay Srinivasan · 11 years ago
  42. ae4697c Enhanced channel changing behavior by Jay Srinivasan · 11 years ago
  43. 55f50c2 Segregate UMA metrics for production scenarios from test scenarios. by Jay Srinivasan · 11 years ago
  44. 6f6ea00 Support for processing multiple URLs in update_engine. by Jay Srinivasan · 11 years ago
  45. 738fdf3 Make hash checks mandatory for HTTP downloads. by Jay Srinivasan · 12 years ago
  46. f431870 Support needed for generating metadata signature in paygen by Jay Srinivasan · 12 years ago
  47. 51dcf26 Verify AU payload manifest signature if present. by Jay Srinivasan · 12 years ago
  48. 7ed561b AU: Remove support for old-style updates. by Darin Petkov · 13 years ago
  49. abc7bc0 If a public key is present, disallow old style full payloads. by Darin Petkov · 13 years ago
  50. 6c11864 AU: propagate a deadline form the update check response to Chrome. by Darin Petkov · 14 years ago
  51. 9b23057 AU: Resume interrupted update attempts. by Darin Petkov · 14 years ago
  52. 0406e40 AU: Optimize checkpointing a bit and decide on new update vs. resume. by Darin Petkov · 14 years ago
  53. 73058b4 AU: Start checkpointing update progress. by Darin Petkov · 14 years ago
  54. c1a8b42 For actions, switch bool success into an exit code. by Darin Petkov · 14 years ago
  55. 3270f74 AU: Changes for deltas on traditional bios machines. by Andrew de los Reyes · 14 years ago
  56. 6a5b322 Rename UpdateCheckAction|Params to OmahaRequestAction|Params. by Darin Petkov · 14 years ago
  57. 63b96d7 AU: DBus support. by Andrew de los Reyes · 14 years ago
  58. f98bff8 AU: Minor fixes to get it to do full update on real device by Andrew de los Reyes · 14 years ago
  59. 1e338b8 AU: Gut code for old updater. New protobuf for v2 updater. by Andrew de los Reyes · 14 years ago
  60. 4fe15d0 AU: Try delta updates first, then full updates by Andrew de los Reyes · 15 years ago
  61. 3defe6a Missed new files in last commit by adlr@google.com · 15 years ago