Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rpc: migrated the RPC insterface to a new reflection based RPC layer | Bas van Kervel | 2016-01-26 | 1 | -150/+0 |
| | |||||
* | rpc: fixed params parsing problem which could lead to a panic | Bas van Kervel | 2015-10-29 | 1 | -4/+7 |
| | | | | | check argument type before parsing params recover from panic in ipc channel | ||||
* | support for user agents | Bas van Kervel | 2015-08-12 | 1 | -1/+1 |
| | |||||
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
| | | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a. | ||||
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -4/+4 |
| | | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library". | ||||
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
| | |||||
* | improved logging for IPC connection lifetime management | Bas van Kervel | 2015-06-25 | 1 | -4/+4 |
| | |||||
* | added support for batch requests | Bas van Kervel | 2015-06-25 | 1 | -9/+29 |
| | |||||
* | added RPC start/stop support | Bas van Kervel | 2015-06-22 | 1 | -5/+4 |
| | |||||
* | added attach over http/rpc support | Bas van Kervel | 2015-06-22 | 1 | -0/+23 |
| | |||||
* | added attach over ipc command | Bas van Kervel | 2015-06-22 | 1 | -2/+25 |
| | |||||
* | removed old rpc structure and added new inproc api client | Bas van Kervel | 2015-06-22 | 1 | -1/+17 |
| | |||||
* | added comms http | Bas van Kervel | 2015-06-22 | 1 | -1/+6 |
| | |||||
* | made ipc handler generic and reusable | Bas van Kervel | 2015-06-22 | 1 | -0/+38 |
| | |||||
* | added RPC/IPC support | Bas van Kervel | 2015-06-11 | 1 | -0/+7 |