summaryrefslogtreecommitdiff
path: root/update_manager/update_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* update_engine: Run clang-format on update_manager/Amin Hassani2019-01-161-22/+28
* Revert "Partially Revert 2b9d241"Hidehiko Abe2018-11-211-1/+3
* Merge remote-tracking branch 'cros/upstream' into cros/masterAmin Hassani2018-06-041-1/+1
|\
| * Replace is_interactive with interactive for consistency in the code.Amin Hassani2018-04-061-1/+1
* | Partially Revert 2b9d241Amin Hassani2018-03-191-3/+1
|/
* update_engine: Update libchrome APIS to r456626.Hidehiko Abe2017-12-181-1/+3
* Build unittests in Brillo.Alex Deymo2016-02-171-7/+7
* Split payload application code into a subdirectory.Alex Deymo2015-11-121-1/+1
* update_engine: Rename "chromeos" -> "brillo" in include paths and namespacesAlex Vakulenko2015-10-131-6/+6
* Re-license update_engine to Apache2Alex Deymo2015-08-191-3/+15
* update_engine: Convert update_manager to chromeos::MessageLoop.Alex Deymo2015-06-131-11/+22
* Include the implemented header first in all projects.Alex Deymo2014-11-121-1/+2
* update_engine: Move test-only utils to test_utils.{h,cc}.Alex Deymo2014-11-121-6/+7
* update_engine: UM: Separate global P2P usage from payload-specific attributes.Gilad Arnold2014-11-041-0/+2
* update_engine: Fix all the "using" declaration usage.Alex Deymo2014-11-011-6/+3
* update_engine: UM: Add P2P download limits to UpdateCanStart.Gilad Arnold2014-10-311-0/+2
* update_engine: Replace scoped_ptr with std::unique_ptr.Ben Chan2014-10-211-2/+3
* update_engine: UM: Incorporate backoff logic in UpdateCanStart.Gilad Arnold2014-10-181-7/+23
* platform2: sweep the lint errors identified by the updated linterAlex Vakulenko2014-08-121-13/+13
* update_engine: UM: Async request expiration handled differently.Gilad Arnold2014-08-111-27/+41
* update_engine: UM: UpdateCheckAllowed now considers interactive update requests.Gilad Arnold2014-07-251-2/+2
* update_engine: UM: Add check for monotonic time elapsed.Gilad Arnold2014-07-251-1/+1
* update_engine: fixed remaining linter and some spelling errorsAlex Vakulenko2014-07-191-1/+1
* UM: Add an expiration timeout for async policy requests.Gilad Arnold2014-07-151-1/+105
* UpdateManager: Move logic from UpdateCanStart to UpdateCheckAllowed.Gilad Arnold2014-07-091-1/+1
* UM: Make the evaluation timeout configurable.Gilad Arnold2014-06-241-1/+2
* UM: Policy for deciding download URL.Gilad Arnold2014-06-241-1/+4
* PM: Blocking policy requests cannot be called synchronously.Gilad Arnold2014-05-311-5/+7
* Rename the PolicyManager to UpdateManager.Alex Deymo2014-05-291-0/+158