| Commit message (Expand) | Author | Age | Files | Lines |
* | Permit multiple CORS domains | Taylor Gerring | 2015-05-18 | 1 | -1/+2 |
* | Unreverse ordering | Taylor Gerring | 2015-05-15 | 1 | -2/+1 |
* | Omit replies for notification requests | Taylor Gerring | 2015-05-15 | 1 | -3/+22 |
* | rpc, xeth: fix #881, gracefully handle offline whisper | Péter Szilágyi | 2015-05-11 | 1 | -1/+1 |
* | Remove old logger from RPC pkg | Taylor Gerring | 2015-04-27 | 1 | -3/+2 |
* | Don't export types/functions | Bas van Kervel | 2015-04-19 | 1 | -4/+4 |
* | Replaced channel pointer field with non pointer channel | Bas van Kervel | 2015-04-19 | 1 | -1/+1 |
* | Stop accepted and alive connections (http keep-alive) when the rpc service is... | Bas van Kervel | 2015-04-17 | 1 | -11/+11 |
* | admin.stopRPC support added which stops the RPC HTTP listener | Bas van Kervel | 2015-04-16 | 1 | -2/+19 |
* | rpc: changed logging to use glog | obscuren | 2015-04-15 | 1 | -2/+3 |
* | Add settable domain to CORS handler #331 | Taylor Gerring | 2015-03-30 | 1 | -3/+17 |
* | Abstract http into rpc package | Taylor Gerring | 2015-03-30 | 1 | -0/+12 |
* | Report InvalidTypeError as -32602 to JSON RPC | Taylor Gerring | 2015-03-29 | 1 | -1/+1 |
* | Use ExtraDB for storage. Fixes #577 | Taylor Gerring | 2015-03-27 | 1 | -2/+2 |
* | Make send internal | Taylor Gerring | 2015-03-20 | 1 | -6/+6 |
* | Remove extra logger | Taylor Gerring | 2015-03-20 | 1 | -2/+2 |
* | Remove JsonWrapper | Taylor Gerring | 2015-03-18 | 1 | -6/+19 |
* | Support JSON RPC batch requests | Taylor Gerring | 2015-03-18 | 1 | -33/+52 |
|\ |
|
| * | Add JSON RPC batch support | Taylor Gerring | 2015-03-18 | 1 | -33/+52 |
* | | rpc | zelig | 2015-03-15 | 1 | -7/+7 |
|/ |
|
* | Consolidate error type switch | Taylor Gerring | 2015-03-13 | 1 | -14/+2 |
* | Convert to proper errors | Taylor Gerring | 2015-03-13 | 1 | -5/+34 |
* | Merge ethereum/poc-9 into accounts-integration | Felix Lange | 2015-03-10 | 1 | -1/+11 |
* | rpc: add dataDir parameter and JSON-RPC handler | Felix Lange | 2015-03-10 | 1 | -0/+42 |