summaryrefslogtreecommitdiff
path: root/components/service_edge
Commit message (Collapse)AuthorAgeFilesLines
* doc and code bug fixesUlf Wiger2016-02-241-1/+1
|
* rewrite json decoder transition code in rvi_commonUlf Wiger2016-01-151-14/+29
|
* spawn helpers for service_edgeUlf Wiger2016-01-131-50/+79
|
* convert ws msg types, reduce debuggingUlf Wiger2016-01-112-6/+12
|
* don't crash if msg isn't authorizedUlf Wiger2016-01-081-53/+56
|
* type error in services_unavailable dispatchUlf Wiger2016-01-081-5/+5
|
* fix pattern match on ArgsUlf Wiger2016-01-081-1/+1
|
* fix param types for wse dispatchUlf Wiger2016-01-071-2/+3
|
* fixes during debugging on test3Ulf Wiger2015-12-151-1/+1
|
* More robust listeners, lots of bugfixes for (and in) test suiteUlf Wiger2015-12-131-18/+12
|
* new protocol & setup scriptsUlf Wiger2015-12-061-16/+39
|
* minor fixes after rebase against masterUlf Wiger2015-11-211-15/+0
|
* All tests (incl remote method inv) passUlf Wiger2015-11-201-18/+17
| | | | | | | - No signatures on messages (dlink_tls) - dlink_bt wasn't actually tested (test case passed erroneously) - added proto_msgpack component - fixed sneaky bug in 'setup'
* Lots of changes to make dlink_bt (simulated) and dlink_tls runtime tests passUlf Wiger2015-11-201-17/+90
| | | | | | | | | | * Introduced high-level logging (rvi_log) * Upgraded to new lager version, customized debug output * Thread rvi_log IDs between nodes and components * Introduce simplified protocol for dlink_tls * Use msgpack encoding for dlink_tls * dlink_bt can use TCP instead of Bluetooth for testing purposes * Bug fixes and additions to the test suite
* w.i.p. transition to jsx json codecUlf Wiger2015-11-201-196/+176
|
* use gproc to announce/await componentsUlf Wiger2015-11-202-2/+8
|
* Signature for messsages now generated with correct timeout.Magnus Feuer2015-10-021-12/+15
| | | | Timeout validation in authorize_rpc is now compared with msec unix epoch timestamp that was stashed in signature.
* mfeuer_json_param: Fixed message invocation to use single JSON object ↵Magnus Feuer2015-09-231-7/+8
| | | | | | | | | | | | | | | instead of array of objects as parameters structure. Passed tests: Local WS -> WS ok Local HTTP -> WS ok Local WS -> HTTP ok Local HTTP -> HTTP ok RVI1:WS -> proto_json -> RVI2:WS ok RVI1:WS -> proto_json -> RVI2:HTTP ok RVI1:HTTP -> proto_json -> RVI2:WS ok RVI1HTTP -> proto_json -> RVI2:HTTP ok
* mfeuer_json_params: Now handles messages between services on the same node ↵Magnus Feuer2015-09-141-14/+12
| | | | both on websock and HTTP
* mfeuer_json_params: All northbound json_rpc calls now returns the method ↵Magnus Feuer2015-09-111-7/+20
| | | | invoked. Used to alleviate rvi.js issues
* added svc reg+call tests + bug fixesUlf Wiger2015-08-141-1/+1
|
* master: Merged from PDXostcMagnus Feuer2015-07-133-74/+623
|\
| * release-next: Each outbound message is now run in its own process, ↵Magnus Feuer2015-06-261-22/+8
| | | | | | | | alleviating nested callback deadlocks
| * Fault searching bt disconnect scenarioMagnus Feuer2015-06-241-2/+4
| |
| * More info neededMagnus Feuer2015-06-231-3/+5
| |
| * Trials for bug fixMagnus Feuer2015-06-231-3/+1
| |
| * Trials for bug fixMagnus Feuer2015-06-231-1/+7
| |
| * Fix for parametersMagnus Feuer2015-06-231-1/+1
| |
| * TempMagnus Feuer2015-06-221-1/+8
| |
| * Now accepts alternate websocket command structureMagnus Feuer2015-06-161-0/+12
| |
| * Additional fixesMagnus Feuer2015-06-151-3/+10
| |
| * Synced parameter structures with new rvi.jsMagnus Feuer2015-06-131-9/+4
| |
| * Simplified websocket now works with JSON-RPC from locally connected servicesMagnus Feuer2015-06-122-459/+306
| |
| * Lightweight version of the websocket serverMagnus Feuer2015-06-121-0/+685
| |
| * Removed wse deps. Fixed naming issue in bt.Magnus Feuer2015-06-111-2/+1
| |
| * First stab at simplified websocketMagnus Feuer2015-06-111-1/+4
| |
* | validate using TimeoutArgUlf Wiger2015-06-101-1/+1
| |
* | Service invocation signed and validatedUlf Wiger2015-06-101-23/+30
|/
* Converted timeout management to Unix time in msecMagnus Feuer2015-06-091-2/+24
|
* Fixed automatic management of relative vs. absolute timestampsMagnus Feuer2015-06-091-0/+1
|
* Now only reports new locally registered services once to each URLMagnus Feuer2015-06-091-9/+4
|
* Fixed arg structure issue when reporting locally available services to other ↵Magnus Feuer2015-06-091-19/+46
| | | | locally available services via websocket
* Moved tizen.config to packaging Temporary workaround for setup issues in ↵Magnus Feuer2015-06-091-2/+2
| | | | backend.config.
* Register/unregister starts to workMagnus Feuer2015-04-151-1/+1
|
* Variable mixup fixMagnus Feuer2015-04-141-3/+3
|
* Fixed bug on notification management in service edgeMagnus Feuer2015-04-141-16/+16
|
* Fixed bug on handling remote messageSMagnus Feuer2015-04-141-95/+91
|
* TempMagnus Feuer2015-04-101-319/+309
|
* TypoMagnus Feuer2015-03-241-2/+2
|
* Now uses notificationsMagnus Feuer2015-03-241-54/+51
|