summaryrefslogtreecommitdiff
path: root/src/helsinki.at/rhimportd/ctrlWebSocket.go
Commit message (Collapse)AuthorAgeFilesLines
* improved makefileChristian Pointner2016-01-071-331/+0
|
* updated copyright headerChristian Pointner2016-01-051-1/+1
|
* streamlined the usage of rhimport.NewContextChristian Pointner2016-01-051-1/+2
|
* removed Import prefix of some typesChristian Pointner2016-01-051-7/+7
|
* fix complaints from vetChristian Pointner2015-12-311-3/+1
|
* improved coding styleChristian Pointner2015-12-311-8/+8
|
* small improvement of socket handler testChristian Pointner2015-12-301-5/+5
|
* web socket handler is now completedChristian Pointner2015-12-301-7/+7
|
* session store list works now (needs auth check)Christian Pointner2015-12-301-9/+30
|
* improved response handling at websocket interfaceChristian Pointner2015-12-301-25/+72
|
* session store and web socket interface now support to set a reference idChristian Pointner2015-12-301-22/+24
|
* some cleanupChristian Pointner2015-12-301-17/+17
|
* reconnecting session works nowChristian Pointner2015-12-301-2/+24
|
* implemented cancel commandChristian Pointner2015-12-301-0/+6
|
* improved session handling at websocket interfaceChristian Pointner2015-12-301-11/+27
|
* websocket handler new/run works now (needs testing!)Christian Pointner2015-12-291-29/+104
|
* moved websocket session handling to same goroutineChristian Pointner2015-12-291-21/+28
|
* export session store to control interfacesChristian Pointner2015-12-291-2/+5
|
* implemented basic structure for web socket interfaceChristian Pointner2015-12-291-8/+75
|
* added basic websockethandler control interfaceChristian Pointner2015-12-291-0/+66