aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/websocket.go
Commit message (Expand)AuthorAgeFilesLines
* rpc: warn on WebSocket origin mismatch (#15451)Benoit Verkindt2017-11-101-1/+1
* cmd/utils, node: remove unused solc references and improve RPC config (#14324)bas-vk2017-04-131-3/+3
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-231-2/+17
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-4/+4
* rpc: add new client, use it everywhereFelix Lange2016-07-231-95/+65
* rpc: HTTP origin case insensitiveBas van Kervel2016-05-111-4/+4
* rpc: various fixes/enhancementsBas van Kervel2016-04-121-2/+2
* rpc: add pub/sub supportBas van Kervel2016-04-021-1/+2
* cmd, node, rpc: readd inproc RPC client, expose via nodePéter Szilágyi2016-02-091-1/+1
* cmd, node, rpc: move websockets into node, break singletonPéter Szilágyi2016-02-051-65/+11
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-261-0/+235