1. ac170d9 update_engine: Don't require reboot after install. by Colin Howes · 6 years ago
  2. 978c108 update_attempter: Set is_install_ to false when doing a rollback. by Colin Howes · 6 years ago
  3. f9e5656 Revert "update_engine: Don't require reboot after install." by Xiaochu Liu · 6 years ago
  4. d772aae update_engine: Don't require reboot after install. by Colin Howes · 6 years ago
  5. f53a5d3 update_engine: fix english by Xiaochu Liu · 6 years ago
  6. eab915e Revert "Partially Revert 2b9d241" by Hidehiko Abe · 6 years ago
  7. 8ba486f update_engine: support DLC update by Xiaochu Liu · 6 years ago
  8. 88d9038 update_engine: support downloading DLC by Xiaochu Liu · 6 years ago
  9. 60aa3ca update_engine: Add metrics to duration to apply an update. by May Lippert · 6 years ago
  10. 497044c update_engine: Add staging to update_attempter and omaha_request by Adolfo Victoria · 6 years ago
  11. 68512d4 update_engine: Fix a memory leak in UpdateDeferredByPolicyTest by Amin Hassani · 6 years ago
  12. 0882a51 update_engine: Pospone setgoodkernel after update check by Amin Hassani · 6 years ago
  13. d3f4bea update_engine: Pass Action ownership to ActionProcessor by Amin Hassani · 6 years ago
  14. d3a1e35 update_engine: add staging pref to payload_state by Adolfo Victoria · 6 years ago
  15. 3538a88 Merge remote-tracking branch 'cros/upstream' into cros/master by Amin Hassani · 6 years ago
  16. a030268 update_engine: Add UMA stats for rollback by Marton Hunyady · 6 years ago
  17. 199152d update_engine: Process Omaha response for rollback images by Marton Hunyady · 6 years ago
  18. ba51c3f update_engine: Add rollback_allowed policy in Omaha requests by Marton Hunyady · 6 years ago
  19. e58bddb update_engine: Don't do force updates after rollback. by Marton Hunyady · 6 years ago
  20. ed37d68 Replace is_interactive with interactive for consistency in the code. by Amin Hassani · 6 years ago
  21. 71818c8 Partially Revert 2b9d241 by Amin Hassani · 6 years ago
  22. 1841408 Merge remote-tracking branch 'goog/upstream-master'. by Sen Jiang · 7 years ago
  23. 2b9d241 update_engine: Update libchrome APIS to r456626. by Hidehiko Abe · 7 years ago
  24. 9fd76b6 update_engine: Update unit tests to use unique_ptr for PolicyProvider by Igor · 7 years ago
  25. c73fdc1 Codestyle fixups to satisfy presubmits by Aaron Wood · 7 years ago
  26. 081c023 Add interactive override update restriction flags by Aaron Wood · 7 years ago
  27. bf5a252 Add flag for restricting downloads by Aaron Wood · 7 years ago
  28. 23bd339 Allow Policies to defer updates by Aaron Wood · 7 years ago
  29. 672c1f5 update_engine: replace testing::SetArgumentPointee with testing::SetArgPointee by Ben Chan · 7 years ago
  30. cf5f1f1 Update to use libbrillo Chrome proxy resolver by Jeffrey Kardatzke · 7 years ago
  31. 7f92e2b Update API: initial support by Aaron Wood · 7 years ago
  32. 9321f50 Track bytes received across multiple update files by Aaron Wood · 7 years ago
  33. e94ece5 update_engine: Breaks the use of libcros into two dbus proxies. by Amin Hassani · 7 years ago
  34. 4718629 update_engine: Breaks the use of libcros into two dbus proxies. by Amin Hassani · 7 years ago
  35. 7ecda26 Open partitions with O_DSYNC flag only if the update is periodic. by Amin Hassani · 7 years ago
  36. 5ae865b Resume multiple payloads. by Sen Jiang · 7 years ago
  37. 0affc2c Parse multiple packages from Omaha response. by Sen Jiang · 7 years ago
  38. 5c02c13 Replace brillo::make_unique_ptr with base::MakeUnique/base::WrapUnique. by Ben Chan · 7 years ago
  39. e5f6f25 update_engine: Use org.chromium.NetworkProxyService. by Daniel Erat · 7 years ago
  40. c0e8f9a Always update target version prefix by Xiyuan Xia · 7 years ago
  41. f1cf348 update_engine: Update libchrome APIs to r405848 by Luis Hector Chavez · 8 years ago
  42. e67bb5b Make HardwareChromeOS own debugd. by Sen Jiang · 8 years ago
  43. c92195c Compile libupdate_engine without DBus. by Sen Jiang · 8 years ago
  44. aeeb2e0 Make UpdateAttempter own debugd_proxy. by Sen Jiang · 8 years ago
  45. fb905d9 Implement powerwash on Android. by Alex Deymo · 8 years ago
  46. 371615b Remove utils::MakeTempDirectory(). by Sen Jiang · 8 years ago
  47. e6e4bb9 Remove BootControlInterface from FilesystemVerifierAction. by Sen Jiang · 8 years ago
  48. fef85fd Remove ComputeSourceHash mode in FileSystemVerification action. by Sen Jiang · 8 years ago
  49. 14fd1ec Allow to Suspend/Resume the ActionProcessor. by Alex Deymo · 8 years ago
  50. 80f70ff Build unittests in Brillo. by Alex Deymo · 8 years ago
  51. 1b3556c Allow null SystemState in the DownloadAction. by Alex Deymo · 9 years ago
  52. ab0d976 CPULimiter: Refactor class to manage the CPU limitation. by Alex Deymo · 9 years ago
  53. 5a4c513 Fix UpdateAttempter unittests. by Alex Deymo · 9 years ago
  54. 33e91e7 Fix certificate checker callback lifetime. by Alex Deymo · 9 years ago
  55. b15a0b8 Remove SystemState from post-install step. by Alex Deymo · 9 years ago
  56. c1c17b4 Report Enum metrics from CertificateChecker. by Alex Deymo · 9 years ago
  57. 22ad861 Delete DownloadActionDelegate::SetDownloadStatus() method. by Alex Deymo · 9 years ago
  58. 39910dc Split payload application code into a subdirectory. by Alex Deymo · 9 years ago
  59. 110e030 Remove test_utils::RecursiveUnlinkDir(). by Alex Deymo · 9 years ago
  60. 906191f Base the update complete marker on persisted data. by Alex Deymo · 9 years ago
  61. 3f39d5c update_engine: Rename "chromeos" -> "brillo" in include paths and namespaces by Alex Vakulenko · 9 years ago
  62. e5e5fe9 Move InstallPlan partitions to a list of partitions. by Alex Deymo · 9 years ago
  63. 6b6cc1b Rename UPDATE_STATUS_* enum values in tests by Christopher Wiley · 9 years ago
  64. 70a6ab0 Move install operations to partitions field in major version 2. by Sen Jiang · 9 years ago
  65. 31d95ac Mark the active slot from update_engine instead of /postinstall. by Alex Deymo · 9 years ago
  66. aa26f62 Move MarkBootSuccessful to BootControlInterface. by Alex Deymo · 9 years ago
  67. ac41a82 Set default updater URL and version per platform. by Alex Deymo · 9 years ago
  68. d6deb1d Use installed DBus libraries instead of generating them. by Alex Deymo · 9 years ago
  69. 763e7db update_engine: New BootControlInterface class. by Alex Deymo · 9 years ago
  70. b8803bb Split DBus client proxies into separated headers. by Alex Deymo · 9 years ago
  71. aea4c1c Re-license update_engine to Apache2 by Alex Deymo · 9 years ago
  72. 0b3db6b update_engine: Remove all references to glib. by Alex Deymo · 9 years ago
  73. 3053450 update_engine: Switch to chrome-dbus for client requests in update_engine by Alex Deymo · 9 years ago
  74. b7ca096 update_engine: Migrate UE DBus service to chrome DBus bindings. by Alex Deymo · 10 years ago
  75. f6ee016 update_engine: Move ConnectionManager to an abstract Interface. by Alex Deymo · 9 years ago
  76. 461b259 update_engine: Use libchromeos to launch subprocesses. by Alex Deymo · 9 years ago
  77. 60ca1a7 update_engine: Migrate time-based glib main loop calls to MessageLoop. by Alex Deymo · 9 years ago
  78. eb9e6d8 update_engine: Remove copy from source to destination partition. by Allie Wood · 9 years ago
  79. 02c1864 update_engine: Allow `cros flash` on base images. by David Pursell · 10 years ago
  80. 610277e update_engine: Add override when possible. by Alex Deymo · 10 years ago
  81. 10875d9 update_engine: Move test-only utils to test_utils.{h,cc}. by Alex Deymo · 10 years ago
  82. 8427b4a update_engine: Standarize mock/fake filenames. by Alex Deymo · 10 years ago
  83. 2c0db7b update_engine: Use FakePrefs instead of the real Prefs in unittests. by Alex Deymo · 10 years ago
  84. 74b5f55 update_engine: Relocate inference and storage of P2P related properties. by Gilad Arnold · 10 years ago
  85. f329b93 update_engine: Fix all the "using" declaration usage. by Alex Deymo · 10 years ago
  86. 749ecf1 update_engine: Re-introduce RefreshDevicePolicy() before computing update params. by Alex Deymo · 10 years ago
  87. 02f7c1d update_engine: Replace scoped_ptr with std::unique_ptr. by Ben Chan · 10 years ago
  88. 06c76a4 Update code to include base/files/file_util.h by Ben Chan · 10 years ago
  89. ec7f916 update_engine: Ditch UpdateCheckScheduler, use UpdateCheckAllowed instead. by Gilad Arnold · 10 years ago
  90. 88b591f update_engine: Replace NULL with nullptr by Alex Vakulenko · 10 years ago
  91. 3e0b53e update_engine: Fake chromeos-setgoodkernel command for testing. by Alex Deymo · 10 years ago
  92. 9abb763 update_engine: Use integer types from stdint.h by Ben Chan · 10 years ago
  93. d2779df update_engine: fixed warnings from cpplint by Alex Vakulenko · 10 years ago
  94. d1c4d2d Change ErrorCode into an enum class. by Gilad Arnold · 10 years ago
  95. 736fcb5 update_engine: Update to build against libchrome-271506. by Ben Chan · 10 years ago
  96. 7d623eb update_engine: Remove GPIO support. by Nam T. Nguyen · 10 years ago
  97. 5bb4c90 Rename MockSystemState into FakeSystemState. by Gilad Arnold · 10 years ago
  98. 1f84723 Revise the SystemState hierarchy. by Gilad Arnold · 10 years ago
  99. bccbc38 Move IsOOBEComplete to HardwareInterface. by Alex Deymo · 10 years ago
  100. 44b9b7e Fix rollback crash while previous rollback is in progress. by Chris Sosa · 10 years ago