| Commit message (Expand) | Author | Age | Files | Lines |
* | rpc: reset client write deadline after write (#17549) | Gísli Kristjánsson | 2018-09-03 | 1 | -0/+1 |
* | rpc: fixed comment grammar issue (#17146) | LeoLiao | 2018-07-09 | 1 | -1/+1 |
* | all: library changes for swarm-network-rewrite (#16898) | Elad | 2018-06-14 | 1 | -1/+1 |
* | rpc: clean up IPC handler (#16524) | Felix Lange | 2018-04-18 | 1 | -1/+1 |
* | cmd/clef, signer: initial poc of the standalone signer (#16154) | Martin Holst Swende | 2018-04-16 | 1 | -6/+47 |
* | p2p: add network simulation framework (#14982) | Lewis Marshall | 2017-09-25 | 1 | -50/+14 |
* | whisperv5: integrate whisper and add whisper RPC simulator | Bas van Kervel | 2017-06-15 | 1 | -0/+46 |
* | rpc: support subscriptions under custom namespaces | Bas van Kervel | 2017-04-25 | 1 | -16/+19 |
* | all: import "context" instead of "golang.org/x/net/context" | Felix Lange | 2017-03-23 | 1 | -1/+1 |
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 1 | -20/+19 |
* | rpc: send nil on subscription Err channel when Client is closed | Felix Lange | 2017-01-26 | 1 | -1/+4 |
* | rpc: add context argument to EthSubscribe | Felix Lange | 2016-08-06 | 1 | -3/+3 |
* | rpc: ensure client doesn't block for slow subscribers | Felix Lange | 2016-08-06 | 1 | -30/+62 |
* | rpc: don't exceed context deadline while waiting for send lock | Felix Lange | 2016-08-05 | 1 | -0/+4 |
* | rpc: add new client, use it everywhere | Felix Lange | 2016-07-23 | 1 | -0/+740 |