1. 02f7c1d update_engine: Replace scoped_ptr with std::unique_ptr. by Ben Chan · 10 years ago
  2. ef8d087 update_engine: UM: More permissive use of P2P. by Gilad Arnold · 10 years ago
  3. d78caf9 update_engine: UM: Change policy argument from const ref to value. by Gilad Arnold · 10 years ago
  4. dc4bb26 update_engine: UM: Incorporate backoff logic in UpdateCanStart. by Gilad Arnold · 10 years ago
  5. a2e8eaa update_engine: UM: Move static member initialization to .cc file. by Gilad Arnold · 10 years ago
  6. 2b4e2a5 Move KeyValueStore to libchromeos by Alex Deymo · 10 years ago
  7. 06c76a4 Update code to include base/files/file_util.h by Ben Chan · 10 years ago
  8. 05735a1 update_engine: Include base/macros.h instead of base/basictypes.h by Ben Chan · 10 years ago
  9. ec7f916 update_engine: Ditch UpdateCheckScheduler, use UpdateCheckAllowed instead. by Gilad Arnold · 10 years ago
  10. 88b591f update_engine: Replace NULL with nullptr by Alex Vakulenko · 10 years ago
  11. f3e2801 update_engine: Reject XML with internal entity declarations. by David Zeuthen · 10 years ago
  12. 83ffdda update_engine: UM: UpdateManager removes EvaluationContext objects. by Gilad Arnold · 10 years ago
  13. 157fe30 platform2: sweep the lint errors identified by the updated linter by Alex Vakulenko · 10 years ago
  14. fd45a73 update_engine: UM: Async request expiration handled differently. by Gilad Arnold · 10 years ago
  15. dcf5a1d update_engine: Use integer types from stdint.h by Ben Chan · 10 years ago
  16. 44666f9 update_engine: Remove dependency on libupdate_engine from the client. by Alex Deymo · 10 years ago
  17. d4b3032 update_engine: UM: UpdateCheckAllowed returns target version prefix. by Gilad Arnold · 10 years ago
  18. 44dc3bf update_engine: UM: UpdateCheckAllowed now considers interactive update requests. by Gilad Arnold · 10 years ago
  19. a23e408 update_engine: UM: Make DefaultPolicy::UpdateCheckAllowed stateful. by Gilad Arnold · 10 years ago
  20. a65fced update_engine: UM: Add check for monotonic time elapsed. by Gilad Arnold · 10 years ago
  21. 072359c update_engine: fixed remaining linter and some spelling errors by Alex Vakulenko · 10 years ago
  22. a0258a5 UpdateManager: Obey server-dictated poll interval when scheduling checks. by Gilad Arnold · 10 years ago
  23. 6e5ab5c UM: Dump the EvaluationContext when evaluation of a policy fails. by Gilad Arnold · 10 years ago
  24. f9f85d6 UM: Add an expiration timeout for async policy requests. by Gilad Arnold · 10 years ago
  25. cf175a0 Fix cpplint errors. by Gilad Arnold · 10 years ago
  26. a1eabcd UpdateManager: Do not schedule update checks if OOBE did not complete. by Gilad Arnold · 10 years ago
  27. bfc44f7 UpdateManager: Do not schedule update checks if booted from removable device. by Gilad Arnold · 10 years ago
  28. fe12a0f UpdateManager: Do not schedule periodic update checks on unofficial builds. by Gilad Arnold · 10 years ago
  29. 38b1402 UpdateManager: Fix update scheduling interval/fuzz inference. by Gilad Arnold · 10 years ago
  30. 28d6be6 UpdateManager: UpdateCurrentConnectionAllowed should return kAskMeAgainLater. by Gilad Arnold · 10 years ago
  31. 42f253b UpdateManager: Move logic from UpdateCanStart to UpdateCheckAllowed. by Gilad Arnold · 10 years ago
  32. 684219d UpdateManager: rename UpdateCurrentConnectionAllowed into UpdateDownloadAllowed. by Gilad Arnold · 10 years ago
  33. fb794f4 UM: Fix async callback handling. by Gilad Arnold · 10 years ago
  34. 48415f1 UpdateManager: Adjustments for cpplint. by Gilad Arnold · 10 years ago
  35. b227199 UM: Make the evaluation timeout configurable. by Gilad Arnold · 10 years ago
  36. b3b0544 UM: Policy for deciding download URL. by Gilad Arnold · 10 years ago
  37. a8262e2 UM: Relocate implementation of UpdateCurrentConnectionAllowed. by Gilad Arnold · 10 years ago
  38. 897b5e5 PM: Blocking policy requests cannot be called synchronously. by Gilad Arnold · 10 years ago
  39. 3273d03 Fix memory leak on UpdateManager's event loop wrapper. by Alex Deymo · 10 years ago
  40. 63784a5 Rename the PolicyManager to UpdateManager. by Alex Deymo · 10 years ago