summaryrefslogtreecommitdiff
path: root/src/datatype/config.rs
Commit message (Expand)AuthorAgeFilesLines
* Support optional fields in config for backwards compatibilityShaun Taheri2016-10-281-77/+364
* Fix generated SOTA.toml filesShaun Taheri2016-10-191-7/+7
* Handle the returned UpdateRequestStatus from CoreShaun Taheri2016-09-091-4/+4
* Send packages and system info after successful authenticationShaun Taheri2016-09-051-2/+2
* Add Unix domain socket event listenerShaun Taheri2016-09-011-11/+12
* Add Unix domain socket gatewayShaun Taheri2016-08-301-4/+40
* Split DBus and RVI into two separate gatewaysShaun Taheri2016-08-261-0/+3
* Add documentation to public functionsShaun Taheri2016-08-231-0/+7
* Rename secret=>client_secret and Dpkg=>DebShaun Taheri2016-08-221-9/+12
* Make RVI and DBus config sections optionalShaun Taheri2016-08-171-41/+56
* Fix CORE_SERVER variable in provisioningShaun Taheri2016-08-111-1/+1
* [PRO-1009] POST system info at bootDaniel Gustafsson2016-08-111-1/+4
* Require valid config file pathShaun Taheri2016-08-101-25/+10
* Apply rust-clippy lint suggestionsShaun Taheri2016-08-101-5/+5
* Pin OpenSSL CA certificates to a specific fileShaun Taheri2016-08-091-10/+13
* Re-enable RVI through DBus gatewayShaun Taheri2016-08-031-32/+115
* Rename binary from ota_plus_client to rvi_sota_clientShaun Taheri2016-07-211-1/+1
* Fix variable nameShaun Taheri2016-07-141-1/+1
* Merge remote-tracking branch 'ota-plus-client/master'Shaun Taheri2016-07-141-1/+5
|\
| * Set owner permissions on credentials filesJerry Trieu2016-07-141-0/+4
* | Make authentication optionalShaun Taheri2016-07-081-217/+152
* | Merge remote-tracking branch 'ota-plus-client/master' into feat/merge-with-ot...Shaun Taheri2016-07-071-2/+11
|\ \ | |/
| * fix testsRobert Danitz2016-06-281-8/+8
| * fix vehicle_updatesRobert Danitz2016-06-271-2/+11
* | Re-add Client,DBusConfiguration from rvi_sota_client/src/configuration/Jerry Trieu2016-06-241-0/+56
|/
* Update Makefile targets and add version to logsShaun Taheri2016-06-241-4/+7
* Migrate HTTP Client to async formShaun Taheri2016-06-081-4/+1
* Add HTTP GatewayShaun Taheri2016-05-211-0/+3
* Use Toml errors rather than custom ones.Stevan Andjelkovic2016-05-181-17/+22
* Add macro for deriving From instances.Stevan Andjelkovic2016-05-181-1/+1
* Found bug in Hyper::send_request.Stevan Andjelkovic2016-04-291-5/+8
* Remove generic params from send_request_to, as they seem to cause sizedStevan Andjelkovic2016-04-251-2/+1
* Remove all unwrap()s from the codeTxus2016-04-191-1/+2
* Make VIN part of the credentialsTxus2016-04-141-5/+10
* Simplify the package manager code.Stevan Andjelkovic2016-04-131-1/+1
* Bootstrap credentials hierarchicallyTxus2016-04-131-13/+88
* Cleanup main functionTxus2016-04-071-2/+5
* Expose events via websocket, and make everything actorsTxus2016-04-061-4/+6
* Add --package-manager flag.Stevan Andjelkovic2016-03-291-3/+4
* Make use of reexports for datatypes.Stevan Andjelkovic2016-03-241-1/+1
* Move datatypes into their own module.Stevan Andjelkovic2016-03-231-0/+149