1. 282aa1f Move metrics from namespace to class by Tianjie Xu · 7 years ago
  2. 7f92e2b Update API: initial support by Aaron Wood · 7 years ago
  3. 9321f50 Track bytes received across multiple update files by Aaron Wood · 7 years ago
  4. e94ece5 update_engine: Breaks the use of libcros into two dbus proxies. by Amin Hassani · 7 years ago
  5. 5ae865b Resume multiple payloads. by Sen Jiang · 7 years ago
  6. e5f6f25 update_engine: Use org.chromium.NetworkProxyService. by Daniel Erat · 7 years ago
  7. c0e8f9a Always update target version prefix by Xiyuan Xia · 8 years ago
  8. dc066f1 Remove weave support from update_engine. by Alex Deymo · 8 years ago
  9. 14c0da8 Remove libcurl support from update_engine_sideload. by Alex Deymo · 8 years ago
  10. 03a4de7 Build update_engine_sideload. by Alex Deymo · 8 years ago
  11. e67bb5b Make HardwareChromeOS own debugd. by Sen Jiang · 8 years ago
  12. c92195c Compile libupdate_engine without DBus. by Sen Jiang · 8 years ago
  13. aeeb2e0 Make UpdateAttempter own debugd_proxy. by Sen Jiang · 8 years ago
  14. b8c6a8f Add PowerManagerInterface. by Sen Jiang · 8 years ago
  15. 0d29854 Parse postinstall program progress updates. by Alex Deymo · 9 years ago
  16. 0cd976d Disable ChromeBrowserProxyResolver behind a flag. by Alex Deymo · 9 years ago
  17. ab0d976 CPULimiter: Refactor class to manage the CPU limitation. by Alex Deymo · 9 years ago
  18. fa78f14 Refactor daemon state and service async notification. by Alex Deymo · 9 years ago
  19. 4089249 Make client use binder interface on brillo by Casey Dahlin · 9 years ago
  20. f7ead81 Implement update_engine weave commands by Alex Deymo · 9 years ago
  21. 542c19b Remove SystemState references from DeltaPerformer. by Alex Deymo · 9 years ago
  22. 33e91e7 Fix certificate checker callback lifetime. by Alex Deymo · 9 years ago
  23. c1c17b4 Report Enum metrics from CertificateChecker. by Alex Deymo · 9 years ago
  24. 22ad861 Delete DownloadActionDelegate::SetDownloadStatus() method. by Alex Deymo · 9 years ago
  25. 39910dc Split payload application code into a subdirectory. by Alex Deymo · 9 years ago
  26. 1bab5a8 update_engine: Rename libchromeos into libbrillo by Alex Vakulenko · 9 years ago
  27. 906191f Base the update complete marker on persisted data. by Alex Deymo · 9 years ago
  28. 3f39d5c update_engine: Rename "chromeos" -> "brillo" in include paths and namespaces by Alex Vakulenko · 9 years ago
  29. cc8ce0e Move UpdateStatus and helpers to dedicated files by Christopher Wiley · 9 years ago
  30. aa26f62 Move MarkBootSuccessful to BootControlInterface. by Alex Deymo · 9 years ago
  31. cbea78f Remove obsolete GetKernelDevices() method. by Alex Deymo · 9 years ago
  32. 763e7db update_engine: New BootControlInterface class. by Alex Deymo · 9 years ago
  33. b8803bb Split DBus client proxies into separated headers. by Alex Deymo · 9 years ago
  34. aea4c1c Re-license update_engine to Apache2 by Alex Deymo · 9 years ago
  35. 0b3db6b update_engine: Remove all references to glib. by Alex Deymo · 9 years ago
  36. 3053450 update_engine: Switch to chrome-dbus for client requests in update_engine by Alex Deymo · 9 years ago
  37. b7ca096 update_engine: Migrate UE DBus service to chrome DBus bindings. by Alex Deymo · 10 years ago
  38. 461b259 update_engine: Use libchromeos to launch subprocesses. by Alex Deymo · 9 years ago
  39. 60ca1a7 update_engine: Migrate time-based glib main loop calls to MessageLoop. by Alex Deymo · 9 years ago
  40. eb9e6d8 update_engine: Remove copy from source to destination partition. by Allie Wood · 9 years ago
  41. 02c1864 update_engine: Allow `cros flash` on base images. by David Pursell · 10 years ago
  42. 965d708 update_engine: Remove unused methods from UpdateAttempter. by Alex Deymo · 10 years ago
  43. 610277e update_engine: Add override when possible. by Alex Deymo · 10 years ago
  44. 560ae1d update_engine: Mock out UpdateAttempter and OmahaRequestParams. by Alex Deymo · 10 years ago
  45. 02f7c1d update_engine: Replace scoped_ptr with std::unique_ptr. by Ben Chan · 10 years ago
  46. 54fa66d update_engine: Respond to forced update requests when updates are disabled. by Gilad Arnold · 10 years ago
  47. f9cb98c update_engine: Clean up angle brackets in template types. by Ben Chan · 10 years ago
  48. ec7f916 update_engine: Ditch UpdateCheckScheduler, use UpdateCheckAllowed instead. by Gilad Arnold · 10 years ago
  49. 3e0b53e update_engine: Fake chromeos-setgoodkernel command for testing. by Alex Deymo · 10 years ago
  50. 157fe30 platform2: sweep the lint errors identified by the updated linter by Alex Vakulenko · 10 years ago
  51. 44cab30 update_engine: Sort headers alphabetically (build/include_alpha) by Alex Vakulenko · 10 years ago
  52. 44dc3bf update_engine: UM: UpdateCheckAllowed now considers interactive update requests. by Gilad Arnold · 10 years ago
  53. a0258a5 UpdateManager: Obey server-dictated poll interval when scheduling checks. by Gilad Arnold · 10 years ago
  54. cf175a0 Fix cpplint errors. by Gilad Arnold · 10 years ago
  55. 65f1da0 update_engine: Use powerd for rebooting. by Daniel Erat · 10 years ago
  56. d470708 Fix an outdated comment. by Gilad Arnold · 10 years ago
  57. d2779df update_engine: fixed warnings from cpplint by Alex Vakulenko · 10 years ago
  58. bc91a27 Replace std::tr1::shared_ptr by std::shared_ptr. by Alex Deymo · 10 years ago
  59. 7d623eb update_engine: Remove GPIO support. by Nam T. Nguyen · 10 years ago
  60. a6dab94 PM: UpdaterProvider reports the number of consecutive failed update checks. by Gilad Arnold · 10 years ago
  61. 1f84723 Revise the SystemState hierarchy. by Gilad Arnold · 11 years ago
  62. 76b2b48 Fix/extend unit test related functionality. by Gilad Arnold · 11 years ago
  63. 44b9b7e Fix rollback crash while previous rollback is in progress. by Chris Sosa · 11 years ago
  64. 2bddadd update_engine: Added more logging and debugging for rollback checking by Alex Vakulenko · 11 years ago
  65. 75039d7 update_engine: update to libbase 242728 by Alex Vakulenko · 11 years ago
  66. dea2eac update_engine: Added ability to retrieve old version via DBus by Alex Vakulenko · 11 years ago
  67. 759c275 Fix header guards to comply with Google Coding Style. by Alex Deymo · 11 years ago
  68. 1b9d6ae Further cleanup around DBus interface classes. by Gilad Arnold · 11 years ago
  69. 59e253e update_engine: added CanRollback dbus method by Alex Vakulenko · 11 years ago
  70. 3c55abd Add D-Bus method to get the duration since an update completed. by David Zeuthen · 11 years ago
  71. 985b112 Add Installer.OSAgeDays metric by David Zeuthen · 11 years ago
  72. 8f191b2 p2p: Use p2p for updates by David Zeuthen · 11 years ago
  73. 70e476e AU/unittest: allow use of a parametric update completed marker by Gilad Arnold · 11 years ago
  74. 76a29ae Don't allow rollback when we are enterprise enrolled. by Chris Sosa · 11 years ago
  75. f4867c4 Add DBus methods to allow/disallow updates over 3G by Alex Deymo · 11 years ago
  76. aa18e16 Blacklist versions as part of Rollback along with unittests. by Chris Sosa · 11 years ago
  77. e4c58bf Add Installer.TimeToRebootMinutes metric by David Zeuthen · 11 years ago
  78. d317e40 Implement Rollback to previously booted partitions. by Chris Sosa · 11 years ago
  79. a99981f Rename ActionExitCode to ErrorCode by David Zeuthen · 11 years ago
  80. 1c0fe79 Cancel the current download if user chooses a different channel. by Jay Srinivasan · 12 years ago
  81. ae4697c Enhanced channel changing behavior by Jay Srinivasan · 12 years ago
  82. b92f0df AU: coalesce interactive / user-initiated flags by Gilad Arnold · 12 years ago
  83. 55f50c2 Segregate UMA metrics for production scenarios from test scenarios. by Jay Srinivasan · 12 years ago
  84. bf7919b AU: disable GPIOs in production; some structural changes by Gilad Arnold · 12 years ago
  85. 6f6ea00 Support for processing multiple URLs in update_engine. by Jay Srinivasan · 12 years ago
  86. 4f8ee27 Modify priority tweaking to use CGroups. by Chris Sosa · 12 years ago
  87. f057205 Send UMA Stats for update engine error codes. by Jay Srinivasan · 12 years ago
  88. 51dcf26 Verify AU payload manifest signature if present. by Jay Srinivasan · 12 years ago
  89. c1ba09a Support in update_engine for script for UI jank investigation. by Jay Srinivasan · 12 years ago
  90. 21be075 Make sure waiting period in memory and persisted file are always in sync. by Jay Srinivasan · 12 years ago
  91. 7c04e76 Enable test mode updates. by Gilad Arnold · 12 years ago
  92. e73acab Support in update_engine for the crosh autest "-scheduled" option. by Jay Srinivasan · 12 years ago
  93. 4348879 UpdateEngine-side changes to allow updates over 3G based on device policy. by Jay Srinivasan · 12 years ago
  94. 08fce04 Don't scatter during OOBE or user-initiated update checks. by Jay Srinivasan · 12 years ago
  95. 480ddfa Scatter downloads to reduce bandwidth spikes. by Jay Srinivasan · 12 years ago
  96. 4d740eb Revised GPIO module interface + GPIO discovery logic by Gilad Arnold · 12 years ago
  97. 1ebd813 GPIO test signal safe fallback + refactoring. by Gilad Arnold · 13 years ago
  98. 28e2f39 Added GPIO support for update engine automated test. by Gilad Arnold · 13 years ago
  99. 7ed561b AU: Remove support for old-style updates. by Darin Petkov · 13 years ago
  100. 7fbbe8a Update engine should use the release channel policy if it exists. by Patrick Dubroy · 13 years ago