aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/codec/json.go
Commit message (Collapse)AuthorAgeFilesLines
* support for user agentsBas van Kervel2015-08-121-16/+23
|
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
| | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-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 informationFelix Lange2015-07-071-0/+16
|
* 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-021-26/+96
|
* 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-251-11/+48
|
* restructured eth rpc APIBas van Kervel2015-06-111-0/+75