summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Support optional fields in config for backwards compatibilityShaun Taheri2016-10-286-152/+95
* Fix generated SOTA.toml filesShaun Taheri2016-10-191-3/+3
* Handle the returned UpdateRequestStatus from CoreShaun Taheri2016-09-091-2/+2
* Send packages and system info after successful authenticationShaun Taheri2016-09-051-1/+1
* Add quickstart instructions for RVI/DBUS in READMEJerry Trieu2016-09-011-0/+40
* Add Unix domain socket event listenerShaun Taheri2016-09-012-3/+6
* Add Unix domain socket gatewayShaun Taheri2016-08-302-2/+17
* Split DBus and RVI into two separate gatewaysShaun Taheri2016-08-262-0/+3
* Add documentation to public functionsShaun Taheri2016-08-231-10/+9
* Rename secret=>client_secret and Dpkg=>DebShaun Taheri2016-08-222-3/+3
* Fix CORE_SERVER variable in provisioningShaun Taheri2016-08-112-1/+3
* [PRO-1009] POST system info at bootDaniel Gustafsson2016-08-111-0/+1
* Require valid config file pathShaun Taheri2016-08-101-18/+18
* Apply rust-clippy lint suggestionsShaun Taheri2016-08-101-1/+1
* Pin OpenSSL CA certificates to a specific fileShaun Taheri2016-08-092-0/+3
* Re-enable RVI through DBus gatewayShaun Taheri2016-08-032-19/+79
* Rename binary from ota_plus_client to rvi_sota_clientShaun Taheri2016-07-211-2/+2
* Make authentication optionalShaun Taheri2016-07-081-13/+10
* Update Makefile targets and add version to logsShaun Taheri2016-06-241-19/+12
* Add HTTP GatewayShaun Taheri2016-05-211-1/+2
* Use Toml errors rather than custom ones.Stevan Andjelkovic2016-05-181-2/+2
* Found bug in Hyper::send_request.Stevan Andjelkovic2016-04-291-1/+5
* Fix new url decoding.Stevan Andjelkovic2016-04-291-2/+2
* Make VIN part of the credentialsTxus2016-04-141-1/+1
* Fix hard-coded output targetShaun Taheri2016-04-111-5/+13
* Cleanup main functionTxus2016-04-071-4/+2
* Make the path to the file system based package manager db configurable.Stevan Andjelkovic2016-04-041-6/+0
* Add --package-manager flag.Stevan Andjelkovic2016-03-291-1/+8
* Move datatypes into their own module.Stevan Andjelkovic2016-03-231-1/+3
* Add --ota-packages-dir flag.Stevan Andjelkovic2016-03-221-0/+2
* Add flag for fake package manager.Stevan Andjelkovic2016-03-211-16/+2
* Add tests for when auth fails.Stevan Andjelkovic2016-03-181-1/+2
* Add ability to do unit tests on the binary using a config providedStevan Andjelkovic2016-03-161-6/+54
* Test AuthPlus and Ota clientsTxus2016-03-161-0/+52