aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/http
Commit message (Collapse)AuthorAgeFilesLines
* Max size JSON data. Closes #418obscuren2015-03-101-0/+8
|
* Report RPC listening address in logsTaylor Gerring2015-02-281-1/+3
|
* Add flag to set RPC portTaylor Gerring2015-02-281-2/+2
|
* Remove errParseRequestTaylor Gerring2015-02-251-1/+1
|
* HTTP RPC only listen on localhostobscuren2015-02-151-1/+1
|
* #295 Allow RPC ID to be stringTaylor Gerring2015-02-111-1/+1
|
* Moved log message to detail outputobscuren2015-02-081-1/+1
|
* Merge branch 'develop' of https://github.com/tgerring/go-ethereum into ↵obscuren2015-02-061-5/+8
|\ | | | | | | | | | | | | tgerring-develop Conflicts: rpc/http/server.go
| * Update RPC message formatTaylor Gerring2015-02-041-4/+7
| |
* | Filteringobscuren2015-02-051-2/+2
|/
* further cleaned up xeth interfaceobscuren2015-01-291-2/+2
|
* moving to a better xethobscuren2015-01-291-0/+2
|
* Rename api var for clarityTaylor Gerring2015-01-281-2/+2
|
* Indicate port in startup log messageTaylor Gerring2015-01-281-1/+3
|
* Move HTTP transport to sub package of RPCTaylor Gerring2015-01-281-0/+107