1. 509dd53 update_engine: Convert update_manager to chromeos::MessageLoop. by Alex Deymo · 10 years ago
  2. aab50e3 Include the implemented header first in all projects. by Alex Deymo · 11 years ago
  3. 10875d9 update_engine: Move test-only utils to test_utils.{h,cc}. by Alex Deymo · 11 years ago
  4. 78ecbfc update_engine: UM: Separate global P2P usage from payload-specific attributes. by Gilad Arnold · 11 years ago
  5. f329b93 update_engine: Fix all the "using" declaration usage. by Alex Deymo · 11 years ago
  6. 349ac83 update_engine: UM: Add P2P download limits to UpdateCanStart. by Gilad Arnold · 11 years ago
  7. 02f7c1d update_engine: Replace scoped_ptr with std::unique_ptr. by Ben Chan · 11 years ago
  8. dc4bb26 update_engine: UM: Incorporate backoff logic in UpdateCanStart. by Gilad Arnold · 11 years ago
  9. 157fe30 platform2: sweep the lint errors identified by the updated linter by Alex Vakulenko · 11 years ago
  10. fd45a73 update_engine: UM: Async request expiration handled differently. by Gilad Arnold · 11 years ago
  11. 44dc3bf update_engine: UM: UpdateCheckAllowed now considers interactive update requests. by Gilad Arnold · 11 years ago
  12. a65fced update_engine: UM: Add check for monotonic time elapsed. by Gilad Arnold · 11 years ago
  13. 072359c update_engine: fixed remaining linter and some spelling errors by Alex Vakulenko · 11 years ago
  14. f9f85d6 UM: Add an expiration timeout for async policy requests. by Gilad Arnold · 11 years ago
  15. 42f253b UpdateManager: Move logic from UpdateCanStart to UpdateCheckAllowed. by Gilad Arnold · 11 years ago
  16. b227199 UM: Make the evaluation timeout configurable. by Gilad Arnold · 11 years ago
  17. b3b0544 UM: Policy for deciding download URL. by Gilad Arnold · 11 years ago
  18. 897b5e5 PM: Blocking policy requests cannot be called synchronously. by Gilad Arnold · 11 years ago
  19. 63784a5 Rename the PolicyManager to UpdateManager. by Alex Deymo · 11 years ago[Renamed (75%) from policy_manager/policy_manager_unittest.cc]
  20. f62a4b8 PM: Policy for checking whether an update can start. by Gilad Arnold · 11 years ago
  21. 0d11c60 PolicyManager: UpdateCheckAllowed policy initial implementation. by Alex Deymo · 11 years ago
  22. af2f6ae PM: New (stub) policy for whether an update can be applied. by Gilad Arnold · 11 years ago
  23. 680d022 PolicyManager: Remove unnecessary Init() methods. by Alex Deymo · 11 years ago
  24. 1f01291 PolicyManager: Include what you use. by Alex Deymo · 11 years ago
  25. 42c30c3 PolicyManager: Move Init() from the Provider class to the classes that require it. by Alex Deymo · 11 years ago
  26. 41a75a7 PolicyManager: Extend the EvaluationContext to handle IsTimeGreaterThan() by Alex Deymo · 11 years ago
  27. 94c0616 Create a PolicyManager instance on the SystemState. by Alex Deymo · 11 years ago
  28. 308c101 PM: Inject providers to RealState and PolicyManager. by Gilad Arnold · 11 years ago
  29. beb39e9 PM: Shift to signal-based inference of network connection. by Gilad Arnold · 11 years ago
  30. 5ef9c48 PM: Add a DBus backend to the shill provider. by Gilad Arnold · 11 years ago
  31. 7b948f0 PolicyManager: Initial support of async PolicyRequests. by Alex Deymo · 11 years ago
  32. e636c3c PolicyManager: Convert EvalStatus to a enum class. by Alex Deymo · 11 years ago
  33. 2de23f5 PolicyManager: Add a new State class grouping the state providers. by Alex Deymo · 11 years ago
  34. c705cc8 PolicyManager: New main PolicyManager class. by Alex Deymo · 11 years ago