| Commit message (Expand) | Author | Age | Files | Lines |
* | all: import "context" instead of "golang.org/x/net/context" | Felix Lange | 2017-03-23 | 1 | -3/+3 |
* | rpc: add support for extended headers in CORS requests (#3783) | Micah Zoltu | 2017-03-16 | 1 | -0/+1 |
* | internal/debug, internal/ethapi, rpc, swarm/storage: Ran "go fmt" | Kenji Siu | 2016-11-01 | 1 | -1/+1 |
* | rpc: set CORS Max-Age to reduce preflight OPTIONS requests | Jonathan Brown | 2016-10-03 | 1 | -0/+1 |
* | rpc: add new client, use it everywhere | Felix Lange | 2016-07-23 | 1 | -65/+98 |
* | rpc: various fixes/enhancements | Bas van Kervel | 2016-04-12 | 1 | -14/+6 |
* | rpc: add pub/sub support | Bas van Kervel | 2016-04-02 | 1 | -1/+1 |
* | rpc/http: improve request handling | Bas van Kervel | 2016-03-23 | 1 | -221/+56 |
* | cmd, node, rpc: readd inproc RPC client, expose via node | Péter Szilágyi | 2016-02-09 | 1 | -1/+1 |
* | cmd, common, node, rpc: move HTTP RPC into node, drop singletone aspect | Péter Szilágyi | 2016-02-05 | 1 | -54/+7 |
* | rpc: allow RPC requests on GET too | Péter Szilágyi | 2016-02-03 | 1 | -23/+17 |
* | rpc: migrated the RPC insterface to a new reflection based RPC layer | Bas van Kervel | 2016-01-26 | 1 | -0/+368 |
* | removed old rpc structure and added new inproc api client | Bas van Kervel | 2015-06-22 | 1 | -163/+0 |
* | 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 |