aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/comms
Commit message (Expand)AuthorAgeFilesLines
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-266-1514/+0
* rpc: new RPC implementation with pub/sub supportBas van Kervel2015-12-141-1/+21
* Merge pull request #1946 from fjl/xeth-oomJeffrey Wilcke2015-10-303-70/+49
|\
| * cmd/utils, rpc/comms: stop XEth when IPC connection endsFelix Lange2015-10-303-70/+49
* | rpc: fixed params parsing problem which could lead to a panicBas van Kervel2015-10-291-4/+7
|/
* rpc/comms: fix #1795, ensure IPC path exists before bindingPéter Szilágyi2015-09-111-1/+6
* rpc/comms: fix bug attaching the console over httpHector Chu2015-09-071-2/+2
* Set ipc channel as user agent clientBas van Kervel2015-08-243-10/+48
* Merge pull request #1694 from obscuren/hide-fdtrackJeffrey Wilcke2015-08-202-6/+2
|\
| * Revert "fdtrack: temporary hack for tracking file descriptor usage"Jeffrey Wilcke2015-08-202-6/+2
* | rpc/comms reconnect ipc client after write errorBas van Kervel2015-08-201-3/+5
|/
* support for user agentsBas van Kervel2015-08-125-30/+27
* fdtrack: temporary hack for tracking file descriptor usageFelix Lange2015-08-042-2/+6
* rpc/comms: use ConnState to track HTTP connectionsFelix Lange2015-08-032-205/+162
* all: fix license headers one more timeFelix Lange2015-07-247-7/+7
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-237-28/+28
* all: update license informationFelix Lange2015-07-077-0/+112
* improved logging for IPC connection lifetime managementBas van Kervel2015-06-254-12/+23
* support for large request/response on windowsunknown2015-06-251-31/+8
* support for large requests/responsesBas van Kervel2015-06-252-1/+2
* added support for batch requestsBas van Kervel2015-06-251-9/+29
* added RPC start/stop supportBas van Kervel2015-06-227-29/+17
* added attach over http/rpc supportBas van Kervel2015-06-223-6/+134
* added attach over ipc commandBas van Kervel2015-06-226-10/+128
* cleanup comments/codeBas van Kervel2015-06-221-9/+9
* removed old rpc structure and added new inproc api clientBas van Kervel2015-06-225-12/+105
* added comms httpBas van Kervel2015-06-223-1/+238
* made ipc handler generic and reusableBas van Kervel2015-06-222-28/+39
* fixed incomplete merge actionBas van Kervel2015-06-111-702/+0
* fixed windows build problemBas van Kervel2015-06-111-0/+702
* added debug APIBas van Kervel2015-06-112-704/+701
* fixed windows build problemBas van Kervel2015-06-111-1/+1
* added RPC/IPC supportBas van Kervel2015-06-114-0/+820