1. 0cf1acb update_engine: Add powerwash flag to update status by Miriam Polzer · 4 years, 9 months ago
  2. fab175a update_engine: Change parameters of AttemptInstall() DBus by Amin Hassani · 4 years, 9 months ago
  3. 9d5a61d update_engine: Fix issues reported by clang-tidy by Andrew · 4 years, 10 months ago
  4. a8d7df3 update_engine: Move DLC metadata ownership to update_engine by Andrew · 4 years, 10 months ago
  5. e99511f update_engine: Deprecate GetStatus DBus and StatusUpdate Signal by Amin Hassani · 5 years ago
  6. 2cbb069 update_engine: Deprecate EOL Status by Amin Hassani · 5 years ago
  7. 051627a update_engine: Parse and supply EOL date for Chrome by Jae Hoon Kim · 5 years ago
  8. a1f4a7d Revert "update_engine: Support milestones to EOL from Omaha" by Jae Hoon Kim · 5 years ago
  9. 9be122e update_engine: Pass is_enterprise_rollback in the StatusResult by Amin Hassani · 5 years ago
  10. 893cae4 update_engine: Support milestones to EOL from Omaha by Jae Hoon Kim · 5 years ago
  11. 2f78c1c update_engine: Leverage install indication in StatusResult protobuf by Jae Hoon Kim · 5 years ago
  12. a441743 update_engine: Use operation instead of current_operation from update_engine.proto by Amin Hassani · 6 years ago
  13. 3bab177 update_engine: Use DBus protobuf capabilities in dlcservice API methods by Amin Hassani · 6 years ago
  14. eb463ee update_engine: Add newer DBus method and signal for GetStatus by Amin Hassani · 6 years ago
  15. 9b66aa6 update_engine: Use dlcservice.proto instead of update_engine.proto by Amin Hassani · 6 years ago
  16. 7cc8bb0 update_engine: Run clang-format on ./ (root directory) by Amin Hassani · 6 years ago
  17. f53a5d3 update_engine: fix english by Xiaochu Liu · 6 years ago
  18. 88d9038 update_engine: support downloading DLC by Xiaochu Liu · 6 years ago
  19. 0eae427 update_engine: Fix update check error crash by Amin Hassani · 7 years ago
  20. 421ff33 Reland update over cellular changes by Weidong Guo · 8 years ago
  21. 6bb001f Fix broken build introduced by ag/3016038 by Amin Hassani · 7 years ago
  22. 7f92e2b Update API: initial support by Aaron Wood · 7 years ago
  23. 5688d16 Revert "Add functions to allow update over cellular (including tethered connection)" by Tao Bao · 8 years ago
  24. 4b0d603 Add functions to allow update over cellular (including tethered connection) by Weidong Guo · 8 years ago
  25. 5b5fa8b Add {Get,Set}CohortHint interface. by Alex Deymo · 8 years ago
  26. 299128e Make DBus a singleton. by Sen Jiang · 9 years ago
  27. b3fa53b Parse and expose end-of-life flag. by Alex Deymo · 9 years ago
  28. 2997173 Add a feature to get the last UpdateAttempt ErrorCode from update_engine by Shuqian Zhao · 9 years ago
  29. fa78f14 Refactor daemon state and service async notification. by Alex Deymo · 9 years ago
  30. a93cd53 Introduce brillo binder interface by Casey Dahlin · 9 years ago
  31. 40e84df Update the weave state after changing the tracking channel. by Alex Deymo · 9 years ago
  32. 39910dc Split payload application code into a subdirectory. by Alex Deymo · 9 years ago
  33. d942f9d Return the error reason to the caller of SetTargetChannel. by Alex Deymo · 9 years ago
  34. 1bab5a8 update_engine: Rename libchromeos into libbrillo by Alex Vakulenko · 9 years ago
  35. 3f39d5c update_engine: Rename "chromeos" -> "brillo" in include paths and namespaces by Alex Vakulenko · 9 years ago
  36. cbea78f Remove obsolete GetKernelDevices() method. by Alex Deymo · 9 years ago
  37. d6deb1d Use installed DBus libraries instead of generating them. by Alex Deymo · 9 years ago
  38. 763e7db update_engine: New BootControlInterface class. by Alex Deymo · 9 years ago
  39. aea4c1c Re-license update_engine to Apache2 by Alex Deymo · 9 years ago
  40. b7ca096 update_engine: Migrate UE DBus service to chrome DBus bindings. by Alex Deymo · 10 years ago
  41. f6ee016 update_engine: Move ConnectionManager to an abstract Interface. by Alex Deymo · 9 years ago
  42. 75eac7e update_engine: Convert NetworkConnectionType to enum class. by Alex Deymo · 9 years ago
  43. 02c1864 update_engine: Allow `cros flash` on base images. by David Pursell · 10 years ago
  44. 4a0321b update_engine: Policy determines P2P enabled status. by Gilad Arnold · 10 years ago
  45. f329b93 update_engine: Fix all the "using" declaration usage. by Alex Deymo · 10 years ago
  46. ccd0957 update_engine: Move P2P enabled pref handling into P2PManager. by Gilad Arnold · 10 years ago
  47. 367a3ad update_engine: Simplify logic in dbus_service (get p2p enabled status). by Gilad Arnold · 10 years ago
  48. 88b591f update_engine: Replace NULL with nullptr by Alex Vakulenko · 10 years ago
  49. d2779df update_engine: fixed warnings from cpplint by Alex Vakulenko · 11 years ago
  50. 44b9b7e Fix rollback crash while previous rollback is in progress. by Chris Sosa · 11 years ago
  51. 2bddadd update_engine: Added more logging and debugging for rollback checking by Alex Vakulenko · 11 years ago
  52. dea2eac update_engine: Added ability to retrieve old version via DBus by Alex Vakulenko · 11 years ago
  53. 6ae9120 Treat confirmed Tethered networks as Cellular networks. by Alex Deymo · 11 years ago
  54. 59e253e update_engine: added CanRollback dbus method by Alex Vakulenko · 11 years ago
  55. 3d41c4d Remove the marshal generation code. by Alex Deymo · 11 years ago
  56. bb26fc8 Set GError in DBus responses. by Don Garrett · 11 years ago
  57. 3c55abd Add D-Bus method to get the duration since an update completed. by David Zeuthen · 11 years ago
  58. 056b0ab Move IsOfficialBuild() and IsNormalBootMode() into HardwareInterface. by J. Richard Barnette · 11 years ago
  59. 75a4c3e update_engine_client: Add -interactive=true|false flag by David Zeuthen · 11 years ago
  60. ad92373 Replace bool by gboolean on DBus generated calls. by Alex Deymo · 11 years ago
  61. 5fdf776 New DBus methods to enable/disable P2P update sharing. by Alex Deymo · 12 years ago
  62. cb7fa88 Remove all mentions of Set/Get Track and hard-coding of canary-channel. by Chris Sosa · 11 years ago
  63. 76a29ae Don't allow rollback when we are enterprise enrolled. by Chris Sosa · 12 years ago
  64. efb7c4c Prefs: Implement and use Prefs::GetBoolean/SetBoolean. by Alex Deymo · 12 years ago
  65. f4867c4 Add DBus methods to allow/disallow updates over 3G by Alex Deymo · 12 years ago
  66. aa18e16 Blacklist versions as part of Rollback along with unittests. by Chris Sosa · 12 years ago
  67. 1ed6078 If ReleaseChannelDelegated is unset, allow channel change. by Chris Sosa · 12 years ago
  68. d317e40 Implement Rollback to previously booted partitions. by Chris Sosa · 12 years ago
  69. 1c0fe79 Cancel the current download if user chooses a different channel. by Jay Srinivasan · 12 years ago
  70. ae4697c Enhanced channel changing behavior by Jay Srinivasan · 12 years ago
  71. b92f0df AU: coalesce interactive / user-initiated flags by Gilad Arnold · 12 years ago
  72. c1ba09a Support in update_engine for script for UI jank investigation. by Jay Srinivasan · 12 years ago
  73. e73acab Support in update_engine for the crosh autest "-scheduled" option. by Jay Srinivasan · 13 years ago
  74. 5445e16 AU: Switch autest to the new test server URL. by Darin Petkov · 13 years ago
  75. 820a77b If the Omaha URL is 'autest', point to the hardcoded test server. by Darin Petkov · 14 years ago
  76. d698231 Use g_strdup() instead of strdup(). by Satoru Takabayashi · 14 years ago
  77. 583667b AU: Implement getting of tracks through GetTrack. by Satoru Takabayashi · 14 years ago
  78. 49d9132 AU: Implement switching of tracks through SetTrack. by Darin Petkov · 14 years ago
  79. 8daa324 AU: Provide a D-Bus API for changing the update track. by Darin Petkov · 14 years ago
  80. ba3fb17 AU: Really disable URL/version setting over D-Bus on official images. by Darin Petkov · 14 years ago
  81. a07586b AU: Restrict URL/version change over D-Bus to non-official builds only. by Darin Petkov · 14 years ago
  82. c6c57a5 [update_engine] handle NULL returns from strdup by Chris Masone · 14 years ago
  83. 0aa39a6 Remove obsolete CheckForUpdate/check_for_update D-Bus method. by Darin Petkov · 14 years ago
  84. 296889c AU: Provide a reboot_if_needed D-Bus API. by Darin Petkov · 14 years ago
  85. 5a7f565 Add support to update_engine_client for -app_version and -omaha_url. by Darin Petkov · 14 years ago
  86. 63b96d7 AU: DBus support. by Andrew de los Reyes · 15 years ago
  87. 4e9b9f4 AU: Beginnings of dbus support. by Andrew de los Reyes · 15 years ago