Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improved response handling at websocket interface | Christian Pointner | 2015-12-30 | 1 | -25/+72 |
* | session store and web socket interface now support to set a reference id | Christian Pointner | 2015-12-30 | 1 | -22/+24 |
* | some cleanup | Christian Pointner | 2015-12-30 | 1 | -17/+17 |
* | reconnecting session works now | Christian Pointner | 2015-12-30 | 1 | -2/+24 |
* | implemented cancel command | Christian Pointner | 2015-12-30 | 1 | -0/+6 |
* | improved session handling at websocket interface | Christian Pointner | 2015-12-30 | 1 | -11/+27 |
* | websocket handler new/run works now (needs testing!) | Christian Pointner | 2015-12-29 | 1 | -29/+104 |
* | moved websocket session handling to same goroutine | Christian Pointner | 2015-12-29 | 1 | -21/+28 |
* | export session store to control interfaces | Christian Pointner | 2015-12-29 | 1 | -2/+5 |
* | implemented basic structure for web socket interface | Christian Pointner | 2015-12-29 | 1 | -8/+75 |
* | added basic websockethandler control interface | Christian Pointner | 2015-12-29 | 1 | -0/+66 |