aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/codec
Commit message (Collapse)AuthorAgeFilesLines
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-263-371/+0
|
* support for user agentsBas van Kervel2015-08-122-16/+25
|
* all: fix license headers one more timeFelix Lange2015-07-243-3/+3
| | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-233-12/+12
| | | | | 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 informationFelix Lange2015-07-073-0/+48
|
* fixed unittest after new implementationBas van Kervel2015-07-031-37/+1
|
* simplified implementation and improved performanceBas van Kervel2015-07-031-103/+20
|
* display rpc error in consoleBas van Kervel2015-07-031-5/+5
|
* prevent discarding requests when parsing failsBas van Kervel2015-07-022-26/+273
|
* added pipelining supportBas van Kervel2015-07-021-15/+20
|
* added IPC timeout supportBas van Kervel2015-06-251-26/+34
|
* support for large requests/responsesBas van Kervel2015-06-251-16/+30
|
* added support for batch requestsBas van Kervel2015-06-252-12/+49
|
* restructured eth rpc APIBas van Kervel2015-06-112-0/+122