aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/http.go
Commit message (Expand)AuthorAgeFilesLines
* 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