| Commit message (Expand) | Author | Age | Files | Lines |
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2019-06-12 | 1 | -1/+1 |
* | rpc: add application/json-rpc as accepted content type, fixes #18293 (#18310) | Martin Holst Swende | 2018-12-14 | 1 | -7/+20 |
* | cmd/clef, signer: security fixes (#17554) | Martin Holst Swende | 2018-09-25 | 1 | -0/+6 |
* | rpc: increase maxRequestContentLength size to 512kB (#17595) | HackyMiner | 2018-09-25 | 1 | -1/+1 |
* | rpc: make HTTP RPC timeouts configurable, raise defaults (#17240) | Ryan Schneider | 2018-07-31 | 1 | -4/+52 |
* | rpc: set timeouts for http server, see #16859 | Martin Holst Swende | 2018-06-04 | 1 | -1/+6 |
* | rpc: use HTTP request context as top-level context (#16861) | Ryan Schneider | 2018-06-02 | 1 | -1/+1 |
* | rpc: golint error with context as last parameter (#16657) | kiel barry | 2018-05-03 | 1 | -1/+1 |
* | rpc: handle HTTP response error codes (#16500) | Martin Holst Swende | 2018-04-19 | 1 | -1/+13 |
* | cmd/clef, signer: initial poc of the standalone signer (#16154) | Martin Holst Swende | 2018-04-16 | 1 | -1/+6 |
* | rpc: limit chunked requests (#16343) | Felix Lange | 2018-03-26 | 1 | -1/+2 |
* | rpc: enforce the 128KB request limits on websockets too | Péter Szilágyi | 2018-03-13 | 1 | -5/+5 |
* | node, rpc: fix linter issues | Martin Holst Swende | 2018-02-12 | 1 | -1/+0 |
* | rpc: dns rebind protection (#15962) | Martin Holst Swende | 2018-02-12 | 1 | -3/+54 |
* | rpc: Support specifying HTTP client in RPC dialing (#15836) | Steven Roose | 2018-01-24 | 1 | -3/+9 |
* | rpc: allow OPTIONS requests without Content-Type (#15759) | Sorin Neacsu | 2017-12-28 | 1 | -1/+1 |
* | rpc: use method constants instead of literal strings (#15652) | Vitaly V | 2017-12-13 | 1 | -4/+4 |
* | rpc: minor cleanups to RPC PR | Péter Szilágyi | 2017-11-17 | 1 | -18/+14 |
* | rpc: disallow PUT and DELETE on HTTP (#15501) | Armani Ferrante | 2017-11-17 | 1 | -15/+28 |
* | rpc: allow dumb empty requests for AWS health checks | Péter Szilágyi | 2017-11-16 | 1 | -7/+10 |
* | rpc: check content-type for HTTP requests (#15220) | bas-vk | 2017-11-09 | 1 | -0/+11 |
* | rpc: fix closure problem in batch processing (#14688) | bloonfield | 2017-06-26 | 1 | -2/+2 |
* | rpc: disable CORS if user has not specified custom config | Bas van Kervel | 2017-05-02 | 1 | -0/+5 |
* | cmd/utils, node: remove unused solc references and improve RPC config (#14324) | bas-vk | 2017-04-13 | 1 | -8/+3 |
* | 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 |