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