1. a6dab94 PM: UpdaterProvider reports the number of consecutive failed update checks. by Gilad Arnold · 10 years ago
  2. 4e1d149 metrics: Emit kAbnormalTermination if last update attempt failed. by David Zeuthen · 10 years ago
  3. edfa1d4 PolicyManager: New PRNG to use together with the RandomProvider's seed. by Alex Deymo · 10 years ago
  4. c7ab616 PolicyManager: Add a variable to tell when the Updater was started. by Alex Deymo · 10 years ago
  5. df632d1 Fix linter issues on HardwareInterface. by Alex Deymo · 10 years ago
  6. 5708ecd Move IsBootDeviceRemovable() to the HardwareInterface. by Alex Deymo · 10 years ago
  7. af2f6ae PM: New (stub) policy for whether an update can be applied. by Gilad Arnold · 10 years ago
  8. 680d022 PolicyManager: Remove unnecessary Init() methods. by Alex Deymo · 10 years ago
  9. 77a7fa7 update_engine: explicitly link against libmetrics-${BASE_VER} by Ben Chan · 10 years ago
  10. 1f01291 PolicyManager: Include what you use. by Alex Deymo · 10 years ago
  11. 42c30c3 PolicyManager: Move Init() from the Provider class to the classes that require it. by Alex Deymo · 10 years ago
  12. bdcac92 Link update_engine with --gc-sections to remove unused code. by Alex Deymo · 10 years ago
  13. 000ecb3 Don't run postinstall script from untrusted rootfs as part of rollback. by Chris Sosa · 10 years ago
  14. 67ed78d PM: Move Variable content testing logic into a common unittest module. by Gilad Arnold · 10 years ago
  15. 075248b update_engine: replace scoped_ptr_malloc with scoped_ptr by Ben Chan · 10 years ago
  16. 4e89e2c PM: Make State an abstract interface. by David Zeuthen · 10 years ago
  17. cc0e5cf PolicyManager: EvaluationContext caches null values. by Alex Deymo · 10 years ago
  18. 21716e2 PM: Move the getters/variables on provider base classes to abstract methods. by David Zeuthen · 10 years ago
  19. b22a849 PM: Add stock policy_manager.conf file. by David Zeuthen · 10 years ago
  20. f9f1263 PolicyManager: New Config provider. by Alex Deymo · 11 years ago
  21. d3df25f PM: Switch RealShillprovider to use AsyncCopyVariables. by Gilad Arnold · 10 years ago
  22. ef120fa PM: ShillProvider now provides the connection tethering mode. by Gilad Arnold · 11 years ago
  23. e485ff9 metrics: Remove unused metrics. by David Zeuthen · 10 years ago
  24. c83baf6 PolicyManager: New DevicePolicy provider. by Alex Deymo · 11 years ago
  25. 59d378d PolicyManager: Don't schedule a callback when there are no observers. by Alex Deymo · 11 years ago
  26. ecc7f79 PM: RealShillProvider should properly cache the connection type. by Gilad Arnold · 11 years ago
  27. df3dd24 PM: RealShillProvider starts even when shill is not available. by Gilad Arnold · 11 years ago
  28. 9f7ab35 PM: CopyVariable can determine whether the source value was set. by Gilad Arnold · 11 years ago
  29. a765844 Revisit the simple_key_value_store into a class. by Alex Deymo · 11 years ago
  30. f5c0b9c Exit with 1 if can_rollback returns UNAVAILABLE. by Chris Sosa · 11 years ago
  31. 41a75a7 PolicyManager: Extend the EvaluationContext to handle IsTimeGreaterThan() by Alex Deymo · 11 years ago
  32. 608a365 FakePrefs implementation. by Alex Deymo · 11 years ago
  33. 96197df metrics: Add UpdateEngine.Rollback.Result metric. by David Zeuthen · 11 years ago
  34. afed4a1 Don't report metrics when rolling back. by David Zeuthen · 11 years ago
  35. 5bb4c90 Rename MockSystemState into FakeSystemState. by Gilad Arnold · 11 years ago
  36. 1f84723 Revise the SystemState hierarchy. by Gilad Arnold · 11 years ago
  37. ae47a9a PM: Add an update engine provider. by Gilad Arnold · 11 years ago
  38. 7cb12f9 Unbreak 'update_engine_client -watch_for_updates'. by David Zeuthen · 11 years ago
  39. e75e025 PolicyManager: Specify the full Policy method type on the PM interface. by Alex Deymo · 11 years ago
  40. 9d73a72 update_engine_client: Make it easy to write a reboot manager. by David Zeuthen · 11 years ago
  41. c0dd021 metrics: Use sparse histogram for metrics::DownloadErrorCode values by David Zeuthen · 11 years ago
  42. 76b2b48 Fix/extend unit test related functionality. by Gilad Arnold · 11 years ago
  43. 51e0499 Missing delete on MockSystemState. by Alex Deymo · 11 years ago
  44. bccbc38 Move IsOOBEComplete to HardwareInterface. by Alex Deymo · 11 years ago
  45. f9c5999 Remove useless code from HttpFetcher unittests. by Alex Deymo · 11 years ago
  46. 7984bf0 Remove IsOfficialBuild() from other singleton interfaces. by Alex Deymo · 11 years ago
  47. 2447c67 Put http_common functions on the UE namespace. by Alex Deymo · 11 years ago
  48. 44b9b7e Fix rollback crash while previous rollback is in progress. by Chris Sosa · 11 years ago
  49. b281f07 Add UpdateEngine.Attempt.ConnectionType metric. by David Zeuthen · 11 years ago
  50. 1cac5aa MockSystemState: Initialize connection_manager_ member. by David Zeuthen · 11 years ago
  51. f3f85bb Added support for generic loopback partition name parsing by Alex Vakulenko · 11 years ago
  52. a5856e4 PolicyManager: Call all the ValueChanged() on the same main loop call. by Alex Deymo · 11 years ago
  53. 0bc10fa PM: Removing redundant comments. by Gilad Arnold · 11 years ago
  54. 33bae49 Add new metrics. by David Zeuthen · 11 years ago
  55. 94c0616 Create a PolicyManager instance on the SystemState. by Alex Deymo · 11 years ago
  56. 8970420 drop unused setup_dev_packages by Mike Frysinger · 11 years ago
  57. 2bddadd update_engine: Added more logging and debugging for rollback checking by Alex Vakulenko · 11 years ago
  58. 9a423ff Removed redundant clause in conditional. by Gilad Arnold · 11 years ago
  59. b6a039f PM: Pass TimeDelta by value, not by reference. by Gilad Arnold · 11 years ago
  60. 75039d7 update_engine: update to libbase 242728 by Alex Vakulenko · 11 years ago
  61. 032e772 Log the file format of cros_install on postinstall action by Alex Deymo · 11 years ago
  62. 04f2b38 linter: Includes should use the full path from the source directory. by Alex Deymo · 11 years ago
  63. d38b113 Remove stable channel check for rollback. by Chris Sosa · 11 years ago
  64. bd04b14 PolicyManager: New System provider. by Alex Deymo · 11 years ago
  65. db79953 PolicyManager: EvaluationContext uses weak references for events. by Alex Deymo · 11 years ago
  66. 231a851 PolicyManager: Disallow copy and assign on Variable objects. by Alex Deymo · 11 years ago
  67. 53556ec PolicyManager: Schedule re-evaluations based on variable usage. by Alex Deymo · 11 years ago
  68. 6f079a8 PM: Eliminate use of Time::Now() in unit tests. by Gilad Arnold · 11 years ago
  69. 0244f46 PM: Cosmetic changes to RealRandomProvider test code. by Gilad Arnold · 11 years ago
  70. 78a7811 PM: Add a time provider. by Gilad Arnold · 11 years ago
  71. dea2eac update_engine: Added ability to retrieve old version via DBus by Alex Vakulenko · 11 years ago
  72. 759c275 Fix header guards to comply with Google Coding Style. by Alex Deymo · 11 years ago
  73. af309d5 PM: Make the connection type an enum class. by Gilad Arnold · 11 years ago
  74. 308c101 PM: Inject providers to RealState and PolicyManager. by Gilad Arnold · 11 years ago
  75. beb39e9 PM: Shift to signal-based inference of network connection. by Gilad Arnold · 11 years ago
  76. 2cbb385 PM: Make header guards comply with Google style. by Gilad Arnold · 11 years ago
  77. 5ef9c48 PM: Add a DBus backend to the shill provider. by Gilad Arnold · 11 years ago
  78. 7b948f0 PolicyManager: Initial support of async PolicyRequests. by Alex Deymo · 11 years ago
  79. 6ae9120 Treat confirmed Tethered networks as Cellular networks. by Alex Deymo · 11 years ago
  80. e636c3c PolicyManager: Convert EvalStatus to a enum class. by Alex Deymo · 11 years ago
  81. 1b9d6ae Further cleanup around DBus interface classes. by Gilad Arnold · 11 years ago
  82. b752fb3 Cleanup DBus interface. by Gilad Arnold · 11 years ago
  83. 01ca1fb Add update-engine's init script by Bertrand SIMONNET · 11 years ago
  84. 540d942 PolicyManager: Mark protected members as private. by Alex Deymo · 11 years ago
  85. 2de23f5 PolicyManager: Add a new State class grouping the state providers. by Alex Deymo · 11 years ago
  86. a07a123 PolicyManager: Add an Observer interface to notify value changes. by Alex Deymo · 11 years ago
  87. a803393 PolicyManager: Include the Polling interval for kVariableModePoll variables. by Alex Deymo · 11 years ago
  88. d0fdfb3 update_engine: Cleanup of HardwareInterface - const/override by Alex Vakulenko · 11 years ago
  89. c705cc8 PolicyManager: New main PolicyManager class. by Alex Deymo · 11 years ago
  90. 472b205 p2p: Bump time allowing p2p to be used from two to five days. by David Zeuthen · 11 years ago
  91. 0e43369 PolicyManager: Add a Variable "Mode" property. by Alex Deymo · 11 years ago
  92. 59e253e update_engine: added CanRollback dbus method by Alex Vakulenko · 11 years ago
  93. 55f39b7 PM: Add a shill provider skeleton. by Gilad Arnold · 11 years ago
  94. 4f5b144 update_engine: added partition name manipulation library methods by Alex Vakulenko · 11 years ago
  95. 23949d4 PolicyManager: New EvaluationContext class. by Alex Deymo · 11 years ago
  96. 19fe4c3 Compile update_engine with C++11 standard. by Alex Deymo · 11 years ago
  97. f8d037f Re-land "Add ability to check /etc/lsb-release for HWID" by Chris Masone · 11 years ago
  98. 33ab35b Revert "Add ability to check /etc/lsb-release for HWID" by Chris Sosa · 11 years ago
  99. 3d41c4d Remove the marshal generation code. by Alex Deymo · 11 years ago
  100. 3e4334a Remove duplicated flags. by Alex Deymo · 11 years ago