Commit Graph

8 Commits

Author SHA1 Message Date
Michael Marineau 2d48f3a029 client: send error events if update check or ping fails
Does not report errors when sending events since that would be cyclic.
2017-06-09 18:40:25 -07:00
Michael Marineau 03222d488c client: support sending events asynchronously
Makes blocking and waiting for success/error optional, also allows
concurrent use of the rest of the client while events are sent.
2017-06-09 18:40:25 -07:00
Michael Marineau c42bec118e client: support runtime changes of app id 2017-06-07 11:29:02 -07:00
Michael Marineau 3b5d143dc5 client: add application oem attribute 2017-06-07 11:29:02 -07:00
Michael Marineau 1b026dfef5 client: add fuzzy timer for update check and ping interval
Uses the same timing parameters as update_engine.
2017-06-02 18:44:29 -07:00
Michael Marineau c9e5a6a602 client: define default version as a constant 2017-06-02 18:44:29 -07:00
Michael Marineau ad277db627 client: implement event, ping, and updatecheck
For simplicity one request is sent for each event/ping/check for each
application. In the future it would be wise to batch together multiple
events and multiple applications to avoid excessive chatter.
2017-05-25 13:13:10 -07:00
Michael Marineau b2b975be5d client: begin omaha client implementation
This first commit just covers the basic data structures.
2017-05-25 13:13:09 -07:00