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