summaryrefslogtreecommitdiff
path: root/update_manager/update_manager_unittest.cc
AgeCommit message (Expand)Author
2020-11-24update_engine: Use clock and fake clock from SystemStateAmin Hassani
2019-01-16update_engine: Run clang-format on update_manager/Amin Hassani
2018-11-21Revert "Partially Revert 2b9d241"Hidehiko Abe
2018-06-04Merge remote-tracking branch 'cros/upstream' into cros/masterAmin Hassani
2018-04-06Replace is_interactive with interactive for consistency in the code.Amin Hassani
2018-03-19Partially Revert 2b9d241Amin Hassani
2017-12-18update_engine: Update libchrome APIS to r456626.Hidehiko Abe
2016-02-17Build unittests in Brillo.Alex Deymo
2015-11-12Split payload application code into a subdirectory.Alex Deymo
2015-10-13update_engine: Rename "chromeos" -> "brillo" in include paths and namespacesAlex Vakulenko
2015-08-19Re-license update_engine to Apache2Alex Deymo
2015-06-13update_engine: Convert update_manager to chromeos::MessageLoop.Alex Deymo
2014-11-12Include the implemented header first in all projects.Alex Deymo
2014-11-12update_engine: Move test-only utils to test_utils.{h,cc}.Alex Deymo
2014-11-04update_engine: UM: Separate global P2P usage from payload-specific attributes.Gilad Arnold
2014-11-01update_engine: Fix all the "using" declaration usage.Alex Deymo
2014-10-31update_engine: UM: Add P2P download limits to UpdateCanStart.Gilad Arnold
2014-10-21update_engine: Replace scoped_ptr with std::unique_ptr.Ben Chan
2014-10-18update_engine: UM: Incorporate backoff logic in UpdateCanStart.Gilad Arnold
2014-08-12platform2: sweep the lint errors identified by the updated linterAlex Vakulenko
2014-08-11update_engine: UM: Async request expiration handled differently.Gilad Arnold
2014-07-25update_engine: UM: UpdateCheckAllowed now considers interactive update requests.Gilad Arnold
2014-07-25update_engine: UM: Add check for monotonic time elapsed.Gilad Arnold
2014-07-19update_engine: fixed remaining linter and some spelling errorsAlex Vakulenko
2014-07-15UM: Add an expiration timeout for async policy requests.Gilad Arnold
2014-07-09UpdateManager: Move logic from UpdateCanStart to UpdateCheckAllowed.Gilad Arnold
2014-06-24UM: Make the evaluation timeout configurable.Gilad Arnold
2014-06-24UM: Policy for deciding download URL.Gilad Arnold
2014-05-31PM: Blocking policy requests cannot be called synchronously.Gilad Arnold
2014-05-29Rename the PolicyManager to UpdateManager.Alex Deymo