/net/ptpd/

link rel='vcs-git' href='https://www.csie.ntu.edu.tw/~b01902062/git/go-tangerine' title='go-tangerine Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/server.go
Commit message (Expand)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-1/+1
* rpc: clean up check for missing methods/subscriptions on handler (#17145)Wenbiao Zheng2018-07-241-8/+5
* all: switch out defunct set library to different one (#16873)Ralph Caraveo III2018-07-161-2/+2
* rpc: support returning nil pointer big.Ints (null)Péter Szilágyi2018-06-111-1/+0
* rpc: fix a comment typo (#16929)xincaosu2018-06-111-1/+1
* rpc: golint error with context as last parameter (#16657)kiel barry2018-05-031-4/+4
* cmd/clef, signer: initial poc of the standalone signer (#16154)Martin Holst Swende2018-04-161-5/+6
* rpc: set rpcRequest.service as methodNotFoundError.service value (#16163)Janoš Guljaš2018-02-231-1/+1
* rpc: fix megacheck warningsEgon Elbre2017-08-081-23/+6
* rpc: support subscriptions under custom namespacesBas van Kervel2017-04-251-9/+8
* cmd/geth: add --config file flag (#13875)Felix Lange2017-04-121-3/+1
* rpc: honour pending requests before tearing conn down (#3814)Péter Szilágyi2017-03-241-14/+28
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-231-2/+1
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-7/+7
* rpc: refactor subscriptions and filtersBas van Kervel2016-08-171-6/+6
* rpc: add new client, use it everywhereFelix Lange2016-07-231-1/+1
* rpc: fix bad method error for batch requestsFelix Lange2016-07-231-1/+6
* rpc: remove grace period when shutting down the serverFelix Lange2016-07-231-10/+5
* README, core, rpc: fix various typosFabio Berger2016-06-221-3/+3
* cmd/geth, internal/web3ext, rpc: surface rpc module, fix shh, fix minerPéter Szilágyi2016-05-111-2/+3
* rpc: remove NotifierContextKeyFelix Lange2016-04-16