1. d470708 Fix an outdated comment. by Gilad Arnold · 10 years ago main master
  2. b227199 UM: Make the evaluation timeout configurable. by Gilad Arnold · 10 years ago
  3. b3b0544 UM: Policy for deciding download URL. by Gilad Arnold · 10 years ago
  4. d2779df update_engine: fixed warnings from cpplint by Alex Vakulenko · 10 years ago release-R37-5978.B stabilize.5978.51.B stabilize.5978.98.B stabilize.59781.98.B
  5. b683327 Fix lib flags on update_engine scons file. by Alex Deymo · 10 years ago
  6. d1c4d2d Change ErrorCode into an enum class. by Gilad Arnold · 10 years ago
  7. 0a364bb Fix ServerDiesTest and FailureTest which depended on you running apache. by Chris Sosa · 10 years ago
  8. a8262e2 UM: Relocate implementation of UpdateCurrentConnectionAllowed. by Gilad Arnold · 10 years ago
  9. dbf2d5f Remove unused dm-bht dependency. by Alex Deymo · 10 years ago factory-samus-5939.B stabilize-5942.B stabilize-5943.B stabilize-5944.B
  10. 77f79e8 Only disable update downloads over expensive connections, not all transfers. by Chris Sosa · 10 years ago
  11. 5665d0c Fix memory leak on ConnectionManagerTest. by Alex Deymo · 10 years ago
  12. 897b5e5 PM: Blocking policy requests cannot be called synchronously. by Gilad Arnold · 10 years ago
  13. 3d21b12 Fix memory leak on ChromeBrowserProxyResolverTest. by Alex Deymo · 10 years ago
  14. 52146ce Fix memory leak on DeltaPerformerTest. by Alex Deymo · 10 years ago
  15. c4acdf4 Fix memory leak on HttpFetcher and ProxyResolver. by Alex Deymo · 10 years ago
  16. 3273d03 Fix memory leak on UpdateManager's event loop wrapper. by Alex Deymo · 10 years ago
  17. 63784a5 Rename the PolicyManager to UpdateManager. by Alex Deymo · 10 years ago
  18. ddd3fe3 PM: Fix two comments. by Gilad Arnold · 10 years ago stabilize-5899.B
  19. 8d92529 Remove temp files left from unit tests. by Alex Deymo · 10 years ago
  20. 736fcb5 update_engine: Update to build against libchrome-271506. by Ben Chan · 10 years ago
  21. 46eb5f6 PM: CopyVariable renamed PollCopyVariable. by Gilad Arnold · 10 years ago
  22. 76a11f6 PM: OOBE prevents scattering. by Gilad Arnold · 10 years ago
  23. 48e1361 PM: New system provider variable for whether OOBE is complete. by Gilad Arnold · 10 years ago
  24. c16fca2 PM: Generic variable for copying the return value of a function call. by Gilad Arnold · 10 years ago
  25. 0adbc94 PM: Policy for checking whether an update may use the current connection. by Gilad Arnold · 10 years ago
  26. f62a4b8 PM: Policy for checking whether an update can start. by Gilad Arnold · 10 years ago
  27. bc91a27 Replace std::tr1::shared_ptr by std::shared_ptr. by Alex Deymo · 10 years ago
  28. 7dc4c50 Move IsDir() to utils. by Alex Deymo · 10 years ago
  29. 1f02371 Add usage message to the delta_generator by Alex Deymo · 10 years ago
  30. 7d623eb update_engine: Remove GPIO support. by Nam T. Nguyen · 10 years ago
  31. 13a8243 PM: Fix PolicyManager calls with multiple variadic template arguments. by Gilad Arnold · 10 years ago stabilize-5875.B
  32. c850b4f PolicyManager: Dump EvaluationContext on test failure. by Alex Deymo · 10 years ago
  33. b5ba9e4 Fix includes on FileWriter. by Alex Deymo · 10 years ago
  34. 161c4a1 Move payload generator files to payload_generator/ directory. by Alex Deymo · 10 years ago
  35. bcee2ca use IGNORE_EINTR w/close by Mike Frysinger · 10 years ago
  36. a03a691 update_engine: Rename policy_manager.conf file to an example configuration by Gaurav Shah · 10 years ago
  37. e121881 PM: Get a random value between [min, max]. by Gilad Arnold · 10 years ago release-R36-5841.B stabilize-5841.76.B stabilize-5841.83.B stabilize-gnawty-5841.84.B stabilize-swanky-5841.55.B
  38. f967ebe PolicyManager: Move payload_size to int64_t. by Alex Deymo · 10 years ago
  39. 7e8ac06 Use update_engine_service_new() from main(). by Alex Deymo · 10 years ago firmware-mccloud-5827.B firmware-tricky-5829.B stabilize-5828.0.B
  40. c149028 PM: Add EvaluationContext::DumpContext() method. by David Zeuthen · 10 years ago
  41. fe225c1 PM: Add BoxedValue::ToString() method. by David Zeuthen · 10 years ago
  42. 0d11c60 PolicyManager: UpdateCheckAllowed policy initial implementation. by Alex Deymo · 10 years ago
  43. a6dab94 PM: UpdaterProvider reports the number of consecutive failed update checks. by Gilad Arnold · 10 years ago
  44. 4e1d149 metrics: Emit kAbnormalTermination if last update attempt failed. by David Zeuthen · 10 years ago
  45. edfa1d4 PolicyManager: New PRNG to use together with the RandomProvider's seed. by Alex Deymo · 10 years ago
  46. c7ab616 PolicyManager: Add a variable to tell when the Updater was started. by Alex Deymo · 10 years ago
  47. df632d1 Fix linter issues on HardwareInterface. by Alex Deymo · 10 years ago
  48. 5708ecd Move IsBootDeviceRemovable() to the HardwareInterface. by Alex Deymo · 10 years ago
  49. af2f6ae PM: New (stub) policy for whether an update can be applied. by Gilad Arnold · 10 years ago
  50. 680d022 PolicyManager: Remove unnecessary Init() methods. by Alex Deymo · 10 years ago stabilize-5807.0.B
  51. 77a7fa7 update_engine: explicitly link against libmetrics-${BASE_VER} by Ben Chan · 10 years ago
  52. 1f01291 PolicyManager: Include what you use. by Alex Deymo · 10 years ago
  53. 42c30c3 PolicyManager: Move Init() from the Provider class to the classes that require it. by Alex Deymo · 10 years ago
  54. bdcac92 Link update_engine with --gc-sections to remove unused code. by Alex Deymo · 10 years ago
  55. 000ecb3 Don't run postinstall script from untrusted rootfs as part of rollback. by Chris Sosa · 10 years ago
  56. 67ed78d PM: Move Variable content testing logic into a common unittest module. by Gilad Arnold · 10 years ago
  57. 075248b update_engine: replace scoped_ptr_malloc with scoped_ptr by Ben Chan · 10 years ago
  58. 4e89e2c PM: Make State an abstract interface. by David Zeuthen · 10 years ago
  59. cc0e5cf PolicyManager: EvaluationContext caches null values. by Alex Deymo · 10 years ago
  60. 21716e2 PM: Move the getters/variables on provider base classes to abstract methods. by David Zeuthen · 10 years ago
  61. b22a849 PM: Add stock policy_manager.conf file. by David Zeuthen · 10 years ago
  62. f9f1263 PolicyManager: New Config provider. by Alex Deymo · 10 years ago stabilize-5791.0.B
  63. d3df25f PM: Switch RealShillprovider to use AsyncCopyVariables. by Gilad Arnold · 10 years ago
  64. ef120fa PM: ShillProvider now provides the connection tethering mode. by Gilad Arnold · 10 years ago
  65. e485ff9 metrics: Remove unused metrics. by David Zeuthen · 10 years ago
  66. c83baf6 PolicyManager: New DevicePolicy provider. by Alex Deymo · 10 years ago stabilize-5784.0.B
  67. 59d378d PolicyManager: Don't schedule a callback when there are no observers. by Alex Deymo · 10 years ago
  68. ecc7f79 PM: RealShillProvider should properly cache the connection type. by Gilad Arnold · 10 years ago
  69. df3dd24 PM: RealShillProvider starts even when shill is not available. by Gilad Arnold · 10 years ago
  70. 9f7ab35 PM: CopyVariable can determine whether the source value was set. by Gilad Arnold · 10 years ago
  71. a765844 Revisit the simple_key_value_store into a class. by Alex Deymo · 10 years ago
  72. f5c0b9c Exit with 1 if can_rollback returns UNAVAILABLE. by Chris Sosa · 10 years ago factory-nyan-5772.B
  73. 41a75a7 PolicyManager: Extend the EvaluationContext to handle IsTimeGreaterThan() by Alex Deymo · 10 years ago firmware-kitty-5771.61.B firmware-nyan-5771.B
  74. 608a365 FakePrefs implementation. by Alex Deymo · 10 years ago
  75. 96197df metrics: Add UpdateEngine.Rollback.Result metric. by David Zeuthen · 10 years ago
  76. afed4a1 Don't report metrics when rolling back. by David Zeuthen · 10 years ago
  77. 5bb4c90 Rename MockSystemState into FakeSystemState. by Gilad Arnold · 10 years ago
  78. 1f84723 Revise the SystemState hierarchy. by Gilad Arnold · 10 years ago
  79. ae47a9a PM: Add an update engine provider. by Gilad Arnold · 10 years ago
  80. 7cb12f9 Unbreak 'update_engine_client -watch_for_updates'. by David Zeuthen · 10 years ago
  81. e75e025 PolicyManager: Specify the full Policy method type on the PM interface. by Alex Deymo · 10 years ago
  82. 9d73a72 update_engine_client: Make it easy to write a reboot manager. by David Zeuthen · 10 years ago
  83. c0dd021 metrics: Use sparse histogram for metrics::DownloadErrorCode values by David Zeuthen · 10 years ago
  84. 76b2b48 Fix/extend unit test related functionality. by Gilad Arnold · 10 years ago
  85. 51e0499 Missing delete on MockSystemState. by Alex Deymo · 10 years ago
  86. bccbc38 Move IsOOBEComplete to HardwareInterface. by Alex Deymo · 10 years ago
  87. f9c5999 Remove useless code from HttpFetcher unittests. by Alex Deymo · 10 years ago
  88. 7984bf0 Remove IsOfficialBuild() from other singleton interfaces. by Alex Deymo · 10 years ago
  89. 2447c67 Put http_common functions on the UE namespace. by Alex Deymo · 10 years ago
  90. 44b9b7e Fix rollback crash while previous rollback is in progress. by Chris Sosa · 10 years ago
  91. b281f07 Add UpdateEngine.Attempt.ConnectionType metric. by David Zeuthen · 10 years ago
  92. 1cac5aa MockSystemState: Initialize connection_manager_ member. by David Zeuthen · 10 years ago
  93. f3f85bb Added support for generic loopback partition name parsing by Alex Vakulenko · 10 years ago
  94. a5856e4 PolicyManager: Call all the ValueChanged() on the same main loop call. by Alex Deymo · 10 years ago
  95. 0bc10fa PM: Removing redundant comments. by Gilad Arnold · 10 years ago
  96. 33bae49 Add new metrics. by David Zeuthen · 10 years ago
  97. 94c0616 Create a PolicyManager instance on the SystemState. by Alex Deymo · 10 years ago
  98. 8970420 drop unused setup_dev_packages by Mike Frysinger · 10 years ago release-R35-5712.B stabilize-5712.49.B stabilize-5712.61.B stabilize-5712.8.B stabilize-5712.89.B stabilize-zako-5712.88.B
  99. 2bddadd update_engine: Added more logging and debugging for rollback checking by Alex Vakulenko · 10 years ago
  100. 9a423ff Removed redundant clause in conditional. by Gilad Arnold · 10 years ago