aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/comms/http.go
Commit message (Expand)AuthorAgeFilesLines
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-261-345/+0
* rpc/comms: fix bug attaching the console over httpHector Chu2015-09-071-2/+2
* Revert "fdtrack: temporary hack for tracking file descriptor usage"Jeffrey Wilcke2015-08-201-2/+0
* fdtrack: temporary hack for tracking file descriptor usageFelix Lange2015-08-041-0/+2
* rpc/comms: use ConnState to track HTTP connectionsFelix Lange2015-08-031-23/+162
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* added RPC start/stop supportBas van Kervel2015-06-221-3/+1
* added attach over http/rpc supportBas van Kervel2015-06-221-5/+109
* added attach over ipc commandBas van Kervel2015-06-221-2/+1
* removed old rpc structure and added new inproc api clientBas van Kervel2015-06-221-0/+24
* added comms httpBas van Kervel2015-06-221-0/+65