summaryrefslogtreecommitdiff
path: root/src/datatype/error.rs
Commit message (Expand)AuthorAgeFilesLines
* Support optional fields in config for backwards compatibilityShaun Taheri2016-10-281-0/+2
* Return the HTTP Body when availableShaun Taheri2016-09-291-3/+6
* Add Unix domain socket gatewayShaun Taheri2016-08-301-0/+2
* Add documentation to public functionsShaun Taheri2016-08-231-0/+1
* Minor log output updatesShaun Taheri2016-08-151-1/+1
* Fix CORE_SERVER variable in provisioningShaun Taheri2016-08-111-1/+1
* [PRO-1009] POST system info at bootDaniel Gustafsson2016-08-111-1/+7
* Apply rust-clippy lint suggestionsShaun Taheri2016-08-101-98/+66
* Extract low-level http server concerns to separate interfaceShaun Taheri2016-07-261-8/+8
* Update Makefile targets and add version to logsShaun Taheri2016-06-241-1/+1
* Propagate shutdown signal to all threadsShaun Taheri2016-06-211-6/+6
* Variable arg support for AcceptUpdate CommandShaun Taheri2016-06-171-0/+9
* Migrate HTTP Client to async formShaun Taheri2016-06-081-27/+45
* Re-authenticate when the token expires and retry commandsJosep M. 'Txus' Bach2016-05-301-0/+2
* Rearrange the order in which the derive_from macro appears for betterStevan Andjelkovic2016-05-191-17/+20
* Use Toml errors rather than custom ones.Stevan Andjelkovic2016-05-181-33/+10
* Remove unused errors.Stevan Andjelkovic2016-05-181-23/+0
* Add macro for deriving From instances.Stevan Andjelkovic2016-05-181-73/+53
* Move latency logging from impl(mentation) to trait level.Stevan Andjelkovic2016-05-171-1/+10
* Add console command parserShaun Taheri2016-05-111-3/+15
* Bring ota plus tests back to life.Stevan Andjelkovic2016-04-261-2/+2
* More work on interpreter.Stevan Andjelkovic2016-04-251-12/+23
* Fix merge problems and use is_success rather than !is_failure.Stevan Andjelkovic2016-04-251-6/+0
* Use our url type everywhere.Stevan Andjelkovic2016-04-251-14/+20
* Prototype: new http client interface.Stevan Andjelkovic2016-04-251-7/+17
* Remove all unwrap()s from the codeTxus2016-04-191-6/+14
* Interaction library.Stevan Andjelkovic2016-04-121-1/+7
* Expose events via websocket, and make everything actorsTxus2016-04-061-1/+4
* Remove unused package manager reason.Stevan Andjelkovic2016-03-241-6/+0
* Install new update (on behalf of Txus, Stevan)Txus2016-03-241-0/+6
* Less strings for json errors.Stevan Andjelkovic2016-03-241-4/+4
* Move datatypes into their own module.Stevan Andjelkovic2016-03-231-0/+117