| Commit message (Expand) | Author | Age | Files | Lines |
* | rpc: golint error with context as last parameter (#16657) | kiel barry | 2018-05-03 | 1 | -4/+4 |
* | cmd/clef, signer: initial poc of the standalone signer (#16154) | Martin Holst Swende | 2018-04-16 | 1 | -5/+6 |
* | rpc: set rpcRequest.service as methodNotFoundError.service value (#16163) | Janoš Guljaš | 2018-02-23 | 1 | -1/+1 |
* | rpc: fix megacheck warnings | Egon Elbre | 2017-08-08 | 1 | -23/+6 |
* | rpc: support subscriptions under custom namespaces | Bas van Kervel | 2017-04-25 | 1 | -9/+8 |
* | cmd/geth: add --config file flag (#13875) | Felix Lange | 2017-04-12 | 1 | -3/+1 |
* | rpc: honour pending requests before tearing conn down (#3814) | Péter Szilágyi | 2017-03-24 | 1 | -14/+28 |
* | all: import "context" instead of "golang.org/x/net/context" | Felix Lange | 2017-03-23 | 1 | -2/+1 |
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 1 | -7/+7 |
* | rpc: refactor subscriptions and filters | Bas van Kervel | 2016-08-17 | 1 | -6/+6 |
* | rpc: add new client, use it everywhere | Felix Lange | 2016-07-23 | 1 | -1/+1 |
* | rpc: fix bad method error for batch requests | Felix Lange | 2016-07-23 | 1 | -1/+6 |
* | rpc: remove grace period when shutting down the server | Felix Lange | 2016-07-23 | 1 | -10/+5 |
* | README, core, rpc: fix various typos | Fabio Berger | 2016-06-22 | 1 | -3/+3 |
* | cmd/geth, internal/web3ext, rpc: surface rpc module, fix shh, fix miner | Péter Szilágyi | 2016-05-11 | 1 | -2/+3 |
* | rpc: remove NotifierContextKey | Felix Lange | 2016-04-16 | 1 | -7/+4 |
* | rpc: add pub/sub support | Bas van Kervel | 2016-04-02 | 1 | -121/+107 |
* | rpc/http: improve request handling | Bas van Kervel | 2016-03-23 | 1 | -14/+46 |
* | cmd, common, node, rpc: rework naming convention to canonical one | Péter Szilágyi | 2016-02-09 | 1 | -2/+2 |
* | cmd, eth, rpc: fix some RPC issues with pending blocks | Péter Szilágyi | 2016-02-03 | 1 | -2/+0 |
* | rpc: migrated the RPC insterface to a new reflection based RPC layer | Bas van Kervel | 2016-01-26 | 1 | -0/+438 |
* | Move HTTP transport to sub package of RPC | Taylor Gerring | 2015-01-28 | 1 | -104/+0 |
* | Move GetRequestReply to EthereumApi | Taylor Gerring | 2015-01-21 | 1 | -1/+1 |
* | cleanup | Taylor Gerring | 2015-01-13 | 1 | -1/+1 |
* | Added license headers | Taylor Gerring | 2015-01-13 | 1 | -0/+16 |
* | begin conversion to rpc over http | Taylor Gerring | 2015-01-13 | 1 | -12/+33 |
* | ethpipe => xeth (eXtended ETHereum) | obscuren | 2014-10-31 | 1 | -3/+3 |
* | ethlog => logger | obscuren | 2014-10-31 | 1 | -6/+6 |
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 1 | -2/+2 |
* | WIP RPC interface | obscuren | 2014-10-21 | 1 | -0/+67 |