summaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Add Unix domain socket gatewayShaun Taheri2016-08-301-0/+1
|
* Add documentation to public functionsShaun Taheri2016-08-231-2/+1
|
* Pin OpenSSL CA certificates to a specific fileShaun Taheri2016-08-091-0/+2
|
* Re-enable RVI through DBus gatewayShaun Taheri2016-08-031-0/+1
|
* Rename binary from ota_plus_client to rvi_sota_clientShaun Taheri2016-07-211-3/+5
|
* Compile src/remote/,rvi/Jerry Trieu2016-06-241-0/+1
|
* Compile src/swm/Jerry Trieu2016-06-241-0/+1
| | | | * Implement Gateway for SotaC
* Propagate shutdown signal to all threadsShaun Taheri2016-06-211-7/+7
|
* Migrate HTTP Client to async formShaun Taheri2016-06-081-1/+1
|
* Pin bitflags version to 0.5.0Shaun Taheri2016-05-251-1/+1
|
* Use scoped threads when waiting for resultsShaun Taheri2016-05-241-0/+1
|
* Add HTTP GatewayShaun Taheri2016-05-211-3/+2
|
* Better logging.Stevan Andjelkovic2016-05-131-0/+1
|
* Add console command parserShaun Taheri2016-05-111-0/+1
|
* Remove old hyper forwarding testsShaun Taheri2016-05-101-1/+0
|
* Wrap client in an arc and add a send trait constrait. Alternative: useStevan Andjelkovic2016-04-251-3/+4
| | | | scoped threads?
* Prototype: new http client interface.Stevan Andjelkovic2016-04-251-1/+1
|
* Remove all unwrap()s from the codeTxus2016-04-191-0/+1
|
* Follow HTTP redirectsShaun Taheri2016-04-191-1/+2
|
* Add explicit version to cargo.toml file.Stevan Andjelkovic2016-04-141-10/+10
|
* Handle SIGTERM as a Command, so that we have time to finish what we started.Txus2016-04-131-1/+3
|
* Interaction library.Stevan Andjelkovic2016-04-121-3/+3
|
* Expose events via websocket, and make everything actorsTxus2016-04-061-1/+2
|
* Add ability to do unit tests on the binary using a config providedStevan Andjelkovic2016-03-161-1/+2
| | | | as a string.
* [WIP] Post installed DPKG packagesTxus2016-03-101-0/+9
|
* Add skeleton for testing (loop and listen to stdin for commands). ThisStevan Andjelkovic2016-03-101-0/+1
| | | | will be useful when we spawn processes.
* Add AuthConfig, use in OtaClientJerry Trieu2016-02-291-1/+5
|
* First commitTxus2016-02-161-0/+7