aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/http.go
Commit message (Expand)AuthorAgeFilesLines
* node, rpc: fix linter issuesMartin Holst Swende2018-02-121-1/+0
* rpc: dns rebind protection (#15962)Martin Holst Swende2018-02-121-3/+54
* rpc: Support specifying HTTP client in RPC dialing (#15836)Steven Roose2018-01-241-3/+9
* rpc: allow OPTIONS requests without Content-Type (#15759)Sorin Neacsu2017-12-281-1/+1
* rpc: use method constants instead of literal strings (#15652)Vitaly V2017-12-131-4/+4
* rpc: minor cleanups to RPC PRPéter Szilágyi2017-11-171-18/+14
* rpc: disallow PUT and DELETE on HTTP (#15501)Armani Ferrante2017-11-171-15/+28
* rpc: allow dumb empty requests for AWS health checksPéter Szilágyi2017-11-161-7/+10
* rpc: check content-type for HTTP requests (#15220)bas-vk2017-11-091-0/+11
* rpc: fix closure problem in batch processing (#14688)bloonfield2017-06-261-2/+2
* rpc: disable CORS if user has not specified custom configBas van Kervel2017-05-021-0/+5
* cmd/utils, node: remove unused solc references and improve RPC config (#14324)bas-vk2017-04-131-8/+3
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-231-3/+3
* rpc: add support for extended headers in CORS requests (#3783)Micah Zoltu2017-03-161-0/+1
* internal/debug, internal/ethapi, rpc, swarm/storage: Ran "go fmt"Kenji Siu2016-11-011-1/+1
* rpc: set CORS Max-Age to reduce preflight OPTIONS requestsJonathan Brown2016-10-031-0/+1
* rpc: add new client, use it everywhereFelix Lange2016-07-231-65/+98
* rpc: various fixes/enhancementsBas van Kervel2016-04-121-14/+6
* rpc: add pub/sub supportBas van Kervel2016-04-021-1/+1
* rpc/http: improve request handlingBas van Kervel2016-03-231-221/+56
* cmd, node, rpc: readd inproc RPC client, expose via nodePéter Szilágyi2016-02-091-1/+1
* cmd, common, node, rpc: move HTTP RPC into node, drop singletone aspectPéter Szilágyi2016-02-051-54/+7
* rpc: allow RPC requests on GET tooPéter Szilágyi2016-02-031-23/+17
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-261-0/+368
* removed old rpc structure and added new inproc api clientBas van Kervel2015-06-221-163/+0
* Permit multiple CORS domainsTaylor Gerring2015-05-181-1/+2
* Unreverse orderingTaylor Gerring2015-05-151-2/+1
* Omit replies for notification requestsTaylor Gerring2015-05-151-3/+22
* rpc, xeth: fix #881, gracefully handle offline whisperPéter Szilágyi2015-05-111-1/+1
* Remove old logger from RPC pkgTaylor Gerring2015-04-271-3/+2
* Don't export types/functionsBas van Kervel2015-04-191-4/+4
* Replaced channel pointer field with non pointer channelBas van Kervel2015-04-191-1/+1
* Stop accepted and alive connections (http keep-alive) when the rpc service is...Bas van Kervel2015-04-171-11/+11
* admin.stopRPC support added which stops the RPC HTTP listenerBas van Kervel2015-04-161-2/+19
* rpc: changed logging to use glogobscuren2015-04-151-2/+3
* Add settable domain to CORS handler #331Taylor Gerring2015-03-301-3/+17
* Abstract http into rpc packageTaylor Gerring2015-03-301-0/+12
* Report InvalidTypeError as -32602 to JSON RPCTaylor Gerring2015-03-291-1/+1
* Use ExtraDB for storage. Fixes #577Taylor Gerring2015-03-271-2/+2
* Make send internalTaylor Gerring2015-03-201-6/+6
* Remove extra loggerTaylor Gerring2015-03-201-2/+2
* Remove JsonWrapperTaylor Gerring2015-03-181-6/+19
* Support JSON RPC batch requestsTaylor Gerring2015-03-181-33/+52
|\
| * Add JSON RPC batch supportTaylor Gerring2015-03-181-33/+52
* | rpczelig2015-03-151-7/+7
|/
* Consolidate error type switchTaylor Gerring2015-03-131-14/+2
* Convert to proper errorsTaylor Gerring2015-03-131-5/+34
* Merge ethereum/poc-9 into accounts-integrationFelix Lange2015-03-101-1/+11
* rpc: add dataDir parameter and JSON-RPC handlerFelix Lange2015-03-101-0/+42