summaryrefslogtreecommitdiff
path: root/src/rvi
Commit message (Expand)AuthorAgeFilesLines
* Support optional fields in config for backwards compatibilityShaun Taheri2016-10-281-10/+6
* Handle the returned UpdateRequestStatus from CoreShaun Taheri2016-09-091-1/+1
* Check for in-flight updatesShaun Taheri2016-09-081-1/+1
* Send packages and system info after successful authenticationShaun Taheri2016-09-051-1/+0
* Refactor events for external package managementShaun Taheri2016-08-311-7/+4
* Fix expected RVI parameter names and typesJerry Trieu2016-08-303-18/+17
* Add Unix domain socket gatewayShaun Taheri2016-08-302-6/+6
* Split DBus and RVI into two separate gatewaysShaun Taheri2016-08-261-2/+2
* Fix expected RVI parameter namesJerry Trieu2016-08-252-26/+26
* Add documentation to public functionsShaun Taheri2016-08-235-29/+35
* Apply rust-clippy lint suggestionsShaun Taheri2016-08-103-24/+27
* Re-enable RVI through DBus gatewayShaun Taheri2016-08-035-0/+730
* Move jsonrpc,rvi to src/base/Jerry Trieu2016-03-224-302/+0
* Redo RVI ServiceEdge,ServiceHandlerJerry Trieu2016-03-222-18/+98
* Redo RemoteServices for HandleMessageParamsJerry Trieu2016-02-231-0/+5
* Redo RVI register services in ServiceHandlerJerry Trieu2016-02-173-66/+11
* DocumentationPhilipp Millar2015-10-305-0/+100
* Integration fixesPhilipp Millar2015-10-081-2/+0
* Use Result.map_err in rvi/edge,sendJerry Trieu2015-09-232-72/+39
* Reimplement to adhere to new protocolPhilipp Millar2015-09-1814-846/+187
* Add unit tests for the rvi/message submodulePhilipp Millar2015-08-313-1/+350
* Refactor to miminize rvi/mod.rsPhilipp Millar2015-08-315-241/+252
* Refactor rvi/message.rs into its own submodulePhilipp Millar2015-08-317-220/+263
* Use macros to DRY up the code a bitPhilipp Millar2015-08-312-65/+54
* Add logging, refactor sendingPhilipp Millar2015-08-313-62/+51
* Add responses for jsonrpc and sota messagesPhilipp Millar2015-08-312-0/+485