summaryrefslogtreecommitdiff
path: root/src/datatype/command.rs
Commit message (Expand)AuthorAgeFilesLines
* Return the HTTP Body when availableShaun Taheri2016-09-291-8/+8
* Handle the returned UpdateRequestStatus from CoreShaun Taheri2016-09-091-27/+11
* Check for in-flight updatesShaun Taheri2016-09-081-29/+52
* Send packages and system info after successful authenticationShaun Taheri2016-09-051-18/+28
* Add Unix domain socket event listenerShaun Taheri2016-09-011-15/+9
* Add parsing of Commands with complex argumentsShaun Taheri2016-08-311-19/+68
* Refactor events for external package managementShaun Taheri2016-08-311-109/+91
* new command GetSystemInfoRobert Danitz2016-08-261-0/+17
* Add documentation to public functionsShaun Taheri2016-08-231-12/+23
* Fix CORE_SERVER variable in provisioningShaun Taheri2016-08-111-6/+5
* [PRO-1009] POST system info at bootDaniel Gustafsson2016-08-111-0/+17
* Re-enable RVI through DBus gatewayShaun Taheri2016-08-031-29/+72
* Re-add Command,Event(s) from rvi_sota_client/src/event/Jerry Trieu2016-06-241-4/+15
* Variable arg support for AcceptUpdate CommandShaun Taheri2016-06-171-91/+53
* Migrate HTTP Client to async formShaun Taheri2016-06-081-5/+5
* De-couple PackageManager from ota_plus.rsJerry Trieu2016-06-021-0/+4
* Re-authenticate when the token expires and retry commandsJosep M. 'Txus' Bach2016-05-301-1/+1
* Add HTTP GatewayShaun Taheri2016-05-211-1/+1
* Add console command parserShaun Taheri2016-05-111-16/+199
* Merge pull request #90 from simao/fix/new_endpointsJosep M. Bach2016-05-021-2/+2
|\
| * use put to v1/api/vehicle_updates instead of POST to v1/api/vehiclesSimão Mata2016-04-291-2/+2
* | Fix tests on TC.Stevan Andjelkovic2016-05-021-1/+0
|/
* More work on interpreter.Stevan Andjelkovic2016-04-251-1/+4
* Handle SIGTERM as a Command, so that we have time to finish what we started.Txus2016-04-131-1/+3
* Replace websocket with library code.Stevan Andjelkovic2016-04-121-8/+10
* Replace repl with library code.Stevan Andjelkovic2016-04-121-0/+16
* Integrate REPL into system and refactor InterpreterTxus2016-04-061-1/+1
* Expose events via websocket, and make everything actorsTxus2016-04-061-0/+12