1. 1f19dcc Add ErrorCode::kUserCanceled. by Alex Deymo · 8 years ago
  2. 0103c36 update_engine: Update libchrome APIs to r369476 by Alex Vakulenko · 9 years ago
  3. a259179 Move metrics time helpers to metrics_utils. by Alex Deymo · 9 years ago
  4. 38429cf common: Split out metrics utils from utils.cc. by Alex Deymo · 9 years ago
  5. 39910dc Split payload application code into a subdirectory. by Alex Deymo · 9 years ago
  6. af9a863 Remove obsolete Installer.* metrics. by Alex Deymo · 9 years ago
  7. 763e7db update_engine: New BootControlInterface class. by Alex Deymo · 9 years ago
  8. aea4c1c Re-license update_engine to Apache2 by Alex Deymo · 9 years ago
  9. 3053450 update_engine: Switch to chrome-dbus for client requests in update_engine 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. eb9e6d8 update_engine: Remove copy from source to destination partition. by Allie Wood · 9 years ago
  13. 74b5f55 update_engine: Relocate inference and storage of P2P related properties. by Gilad Arnold · 10 years ago
  14. f329b93 update_engine: Fix all the "using" declaration usage. by Alex Deymo · 10 years ago
  15. 519cfc7 update_engine: Move scattering wait period store/load to PayloadState. by Gilad Arnold · 10 years ago
  16. 88b591f update_engine: Replace NULL with nullptr by Alex Vakulenko · 10 years ago
  17. f3e2801 update_engine: Reject XML with internal entity declarations. by David Zeuthen · 10 years ago
  18. d2779df update_engine: fixed warnings from cpplint by Alex Vakulenko · 10 years ago
  19. d1c4d2d Change ErrorCode into an enum class. by Gilad Arnold · 10 years ago
  20. 4e1d149 metrics: Emit kAbnormalTermination if last update attempt failed. by David Zeuthen · 10 years ago
  21. 96197df metrics: Add UpdateEngine.Rollback.Result metric. by David Zeuthen · 10 years ago
  22. afed4a1 Don't report metrics when rolling back. by David Zeuthen · 10 years ago
  23. 1f84723 Revise the SystemState hierarchy. by Gilad Arnold · 10 years ago
  24. b281f07 Add UpdateEngine.Attempt.ConnectionType metric. by David Zeuthen · 10 years ago
  25. 33bae49 Add new metrics. by David Zeuthen · 10 years ago
  26. 75039d7 update_engine: update to libbase 242728 by Alex Vakulenko · 10 years ago
  27. 4f5b144 update_engine: added partition name manipulation library methods by Alex Vakulenko · 10 years ago
  28. 056b0ab Move IsOfficialBuild() and IsNormalBootMode() into HardwareInterface. by J. Richard Barnette · 11 years ago
  29. 4d03944 Enforce handling of expected payload versions only. by Don Garrett · 11 years ago
  30. 20f005c Don't backoff update attempts for interactive checks. by Chris Sosa · 11 years ago
  31. b3dcdb3 Load the and store rollback version into the correct variable. by Chris Sosa · 11 years ago
  32. bb8bdc7 p2p: Add HttpPeer to DownloadSource enumeration by David Zeuthen · 11 years ago
  33. dcba809 p2p: Add accounting for p2p usage to PayloadStateInterface by David Zeuthen · 11 years ago
  34. f7d8004 Allow HTTP urls when device policy doesn't specify. by Chris Sosa · 11 years ago
  35. b33b0f0 Add Installer.UpdatesAbandonedEventCount metric. by Alex Deymo · 11 years ago
  36. 81018e0 Correctly report firmware update failure if RO needs update. by Don Garrett · 11 years ago
  37. 569c424 Don't send metrics on update_engine restart without reboot. by Alex Deymo · 11 years ago
  38. 4243291 Send an UMA metric when failed to boot into the new partition. by Alex Deymo · 11 years ago
  39. 29b51d9 Add Installer.[Full]PayloadAttemptNumber by Alex Deymo · 11 years ago
  40. 820cc70 Add Installer.AttemptsCount.Total metric. by Alex Deymo · 11 years ago
  41. 1c656c4 Add Installer.PayloadFormat metric by Alex Deymo · 11 years ago
  42. aa18e16 Blacklist versions as part of Rollback along with unittests. by Chris Sosa · 11 years ago
  43. 4484860 Only report non-zero MiB counts by David Zeuthen · 11 years ago
  44. e4c58bf Add Installer.TimeToRebootMinutes metric by David Zeuthen · 11 years ago
  45. a573d6f Add Installer.UpdatesAbandonedCount metric by David Zeuthen · 11 years ago
  46. 21504f0 Revert "Revert "AU: do not copy filesystem during full updates"" by Gilad Arnold · 11 years ago
  47. d1cd325 Revert "AU: do not copy filesystem during full updates" by Don Garrett · 11 years ago
  48. 81c9062 AU: do not copy filesystem during full updates by Gilad Arnold · 11 years ago
  49. 53173b9 Download via HTTP only if enterprise policy allows. by Jay Srinivasan · 11 years ago
  50. dbd9ea2 Add DownloadSourcesUsed and DownloadOverheadPercentage metrics. by Jay Srinivasan · 11 years ago
  51. a99981f Rename ActionExitCode to ErrorCode by David Zeuthen · 11 years ago
  52. f413fe5 Add unit tests for duration metrics by David Zeuthen · 11 years ago
  53. 674c318 Use better histogram parameters for duration metrics by David Zeuthen · 11 years ago
  54. be45bef Add update reboot metric to the update engine. by Chris Sosa · 11 years ago
  55. cc6f996 Add metric to report number of URL switches per update attempt by David Zeuthen · 11 years ago
  56. 19409b7 Add metrics to report the number of bytes downloaded per protocol. by Jay Srinivasan · 11 years ago
  57. 9a017f2 Measure and send update duration (and corresponding uptime) to UMA by David Zeuthen · 11 years ago
  58. d29695d Refactoring: Move prefs constants out to the constants.h/cc by Jay Srinivasan · 11 years ago
  59. 1c0fe79 Cancel the current download if user chooses a different channel. by Jay Srinivasan · 11 years ago
  60. ae4697c Enhanced channel changing behavior by Jay Srinivasan · 11 years ago
  61. 55f50c2 Segregate UMA metrics for production scenarios from test scenarios. by Jay Srinivasan · 12 years ago
  62. 0826288 Implement exponential backoff for throttling repeated AU downloads. by Jay Srinivasan · 12 years ago
  63. 2b5a0f0 Classify errors and advance URL index according to the error code. by Jay Srinivasan · 12 years ago
  64. 6f6ea00 Support for processing multiple URLs in update_engine. by Jay Srinivasan · 12 years ago