summaryrefslogtreecommitdiff
path: root/src/interpreter.rs
Commit message (Expand)AuthorAgeFilesLines
* Support optional fields in config for backwards compatibilityShaun Taheri2016-10-281-10/+9
* Fix generated SOTA.toml filesShaun Taheri2016-10-191-8/+12
* Re-enable InFlight retriesShaun Taheri2016-10-141-2/+0
* Run sync command after installing an RPM packageShaun Taheri2016-10-141-1/+3
* Block polling until all interpreters have finishedShaun Taheri2016-10-051-27/+39
* Fix AlreadyAuthenticated testShaun Taheri2016-09-301-1/+1
* Fix re-authentication when token expiresShaun Taheri2016-09-301-1/+2
* Print reason for authorization failureShaun Taheri2016-09-301-1/+2
* Return the HTTP Body when availableShaun Taheri2016-09-291-11/+9
* Return interpreter Errors for NotAuthenticated Event handling.Shaun Taheri2016-09-091-6/+3
* Handle the returned UpdateRequestStatus from CoreShaun Taheri2016-09-091-41/+22
* Send an UpdateReport after a DownloadFailed EventShaun Taheri2016-09-081-0/+5
* Check for in-flight updatesShaun Taheri2016-09-081-40/+52
* Send InstallingUpdate Event before an installShaun Taheri2016-09-051-1/+4
* Send packages and system info after successful authenticationShaun Taheri2016-09-051-16/+27
* Send packages to Core after an installShaun Taheri2016-09-011-0/+8
* Use RVI only if enabled in interpreterJerry Trieu2016-09-011-8/+17
* Add parsing of Commands with complex argumentsShaun Taheri2016-08-311-7/+4
* Refactor events for external package managementShaun Taheri2016-08-311-88/+127
* Fix expected RVI parameter names and typesJerry Trieu2016-08-301-5/+9
* Add Unix domain socket gatewayShaun Taheri2016-08-301-5/+5
* new command GetSystemInfoRobert Danitz2016-08-261-1/+9
* Add documentation to public functionsShaun Taheri2016-08-231-12/+21
* Rename secret=>client_secret and Dpkg=>DebShaun Taheri2016-08-221-1/+2
* Make RVI and DBus config sections optionalShaun Taheri2016-08-171-3/+3
* Fix CORE_SERVER variable in provisioningShaun Taheri2016-08-111-8/+8
* [PRO-1009] POST system info at bootDaniel Gustafsson2016-08-111-0/+8
* Apply rust-clippy lint suggestionsShaun Taheri2016-08-101-4/+8
* Re-enable RVI through DBus gatewayShaun Taheri2016-08-031-27/+40
* Send FoundInstalledPackages Event on ListInstalledPackagesShaun Taheri2016-08-011-2/+1
* Extract low-level http server concerns to separate interfaceShaun Taheri2016-07-261-81/+59
* Make authentication optionalShaun Taheri2016-07-081-6/+10
* Re-add Command,Event(s) from rvi_sota_client/src/event/Jerry Trieu2016-06-241-0/+10
* Update Makefile targets and add version to logsShaun Taheri2016-06-241-5/+3
* Simplify receiving responsesShaun Taheri2016-06-221-4/+1
* Fix websocket broadcastShaun Taheri2016-06-221-8/+6
* Kill client on Gateway start failureShaun Taheri2016-06-221-21/+10
* Propagate shutdown signal to all threadsShaun Taheri2016-06-211-121/+128
* Variable arg support for AcceptUpdate CommandShaun Taheri2016-06-171-80/+180
* Send update-report before installed-report in interpreterJerry Trieu2016-06-161-1/+2
* Fix panic on startupShaun Taheri2016-06-141-74/+64
* Don't install rest of batch if package installation failsShaun Taheri2016-06-131-160/+131
* Review cleanup, thanks @stevanaShaun Taheri2016-06-091-15/+9
* Migrate HTTP Client to async formShaun Taheri2016-06-081-49/+45
* Merge pull request #145 from advancedtelematic/refactor/ota-package-mgrStevan Andjelkovic2016-06-021-0/+26
|\
| * De-couple PackageManager from ota_plus.rsJerry Trieu2016-06-021-0/+26
* | Rename auth_plus to oauth2Jerry Trieu2016-06-011-1/+1
|/
* Re-authenticate when the token expires and retry commandsJosep M. 'Txus' Bach2016-05-301-3/+13
* Retry authenticating.Stevan Andjelkovic2016-05-301-0/+14
* Share Wrapped type aliasShaun Taheri2016-05-241-9/+11