/sysutils/mcron/

='cgit logo'/> index : go-tangerine
Tangerine full node (https://github.com/tangerine-network/go-tangerine)
aboutsummaryrefslogtreecommitdiffstats
path: root/rpc
Commit message (Expand)AuthorAgeFilesLines
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-1712-14/+14
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-1212-14/+14
* rpc: Warn the user when the path name is too long for the Unix ipc endpoint (...Martin Alex Philip Dawson2019-01-031-0/+18
* rpc: add application/json-rpc as accepted content type, fixes #18293 (#18310)Martin Holst Swende2018-12-141-7/+20
* remove unrelated codeFranklin2018-11-281-1/+1
* .Franklin2018-11-201-3/+3
* rpc: fix package doc typo (#18101)Kenso Trabing2018-11-141-1/+1
* rpc: fix example typo (#18100)Kenso Trabing2018-11-141-1/+1
* ethdb, rpc: support building on js/wasm (#17709)Dmitrij Koniajev2018-10-161-0/+37
* rpc: fix client shutdown hang when Close races with Unsubscribe (#17894)Felix Lange2018-10-153-47/+102
* rpc: fix subscription corner case and speed up tests (#17874)Felix Lange2018-10-092-71/+68
* cmd/clef, signer: security fixes (#17554)Martin Holst Swende2018-09-251-0/+6
* rpc: increase maxRequestContentLength size to 512kB (#17595)HackyMiner2018-09-251-1/+1
* rpc: enable basic auth for websocket client (#17699)Peter Broadhurst2018-09-202-6/+75
* rpc: reset client write deadline after write (#17549)Gísli Kristjánsson2018-09-031-0/+1
* rpc: fix a subscription name (#17345)Jay2018-08-091-1/+1
* rpc: make HTTP RPC timeouts configurable, raise defaults (#17240)Ryan Schneider2018-07-312-6/+54
* rpc: clean up check for missing methods/subscriptions on handler (#17145)Wenbiao Zheng2018-07-241-8/+5
* rpc: fix missing parentheses in doc (#17224)cong2018-07-231-1/+1
* all: switch out defunct set library to different one (#16873)Ralph Caraveo III2018-07-163-9/+9
* rpc: fixed comment grammar issue (#17146)LeoLiao2018-07-091-1/+1
* all: library changes for swarm-network-rewrite (#16898)Elad2018-06-141-1/+1
* rpc: support returning nil pointer big.Ints (null)Péter Szilágyi2018-06-113-24/+0
* rpc: fix a comment typo (#16929)xincaosu2018-06-111-1/+1
* rpc: set timeouts for http server, see #16859Martin Holst Swende2018-06-041-1/+6
* rpc: use HTTP request context as top-level context (#16861)Ryan Schneider2018-06-021-1/+1
* rpc: golint error with context as last parameter (#16657)kiel barry2018-05-033-6/+6
* rpc: handle HTTP response error codes (#16500)Martin Holst Swende2018-04-191-1/+13
* all: fix various typos (#16533)Wuxiang2018-04-191-1/+1
* rpc: clean up IPC handler (#16524)Felix Lange2018-04-183-37/+16
* cmd/clef, signer: initial poc of the standalone signer (#16154)Martin Holst Swende2018-04-164-12/+179
* rpc: limit chunked requests (#16343)Felix Lange2018-03-261-1/+2
* rpc: enforce the 128KB request limits on websockets tooPéter Szilágyi2018-03-134-22/+66
* rpc: set rpcRequest.service as methodNotFoundError.service value (#16163)Janoš Guljaš2018-02-231-1/+1
* all: update license information (#16089)Felix Lange2018-02-141-1/+1
* 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-132-9/+9
* all: use gometalinter.v2, fix new gosimple issues (#15650)Zach2017-12-131-1/+1
* rpc: minor cleanups to RPC PRPéter Szilágyi2017-11-172-28/+38
* rpc: disallow PUT and DELETE on HTTP (#15501)Armani Ferrante2017-11-172-15/+68
* rpc: allow dumb empty requests for AWS health checksPéter Szilágyi2017-11-161-7/+10
* rpc: warn on WebSocket origin mismatch (#15451)Benoit Verkindt2017-11-101-1/+1
* rpc: check content-type for HTTP requests (#15220)bas-vk2017-11-091-0/+11
* all: gofmt -w -s (#15419)ferhat elmas2017-11-081-1/+1
* p2p: add network simulation framework (#14982)Lewis Marshall2017-09-252-50/+46
* rpc: fix megacheck warningsEgon Elbre2017-08-085-62/+24
* Merge pull request #14540 from bas-vk/whisper-apiPéter Szilágyi2017-06-261-0/+46
|\
| * whisperv5: integrate whisper and add whisper RPC simulatorBas van Kervel2017-06-151-0/+46
* | rpc: fix closure problem in batch processing (#14688)bloonfield2017-06-261-2/+2
|/
* Merge pull request #13885 from bas-vk/rpc_generic_pubsubPéter Szilágyi2017-05-036-55/+217
|\
| * rpc: support subscriptions under custom namespacesBas van Kervel2017-04-256-55/+217
* | rpc: disable CORS if user has not specified custom configBas van Kervel2017-05-021-0/+5
|/
* Merge pull request #13886 from bas-vk/rpc_blocknum_parsePéter Szilágyi2017-04-182-39/+86
|\
| * rpc: improve BlockNumber unmarshal parsingBas van Kervel2017-04-132-39/+86
* | cmd/utils, node: remove unused solc references and improve RPC config (#14324)bas-vk2017-04-133-13/+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-2318-252/+32
* rpc: add support for extended headers in CORS requests (#3783)Micah Zoltu2017-03-161-0/+1
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-236-46/+40
* rpc: send nil on subscription Err channel when Client is closedFelix Lange2017-01-261-1/+4
* all: fix ineffectual assignments and remove uses of crypto.Sha3Felix Lange2017-01-091-1/+1
* all: fix spelling errorsPéter Szilágyi2017-01-073-3/+3
* all: gofmt -w -sFelix Lange2017-01-061-4/+4
* rpc: remove HexNumber, replace all uses with hexutil typesFelix Lange2016-12-203-160/+2
* rpc: remove HexBytes, replace all uses with hexutil.BytesFelix Lange2016-12-202-52/+0
* rpc: improve error messages for invalid argumentsFelix Lange2016-12-201-31/+32
* 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: format filter ID according to spec for quantitiesBas van Kervel2016-09-012-1/+53
* internal/ethapi: add missing output fieldsFelix Lange2016-08-042-0/+52
* rpc: refactor subscriptions and filtersBas van Kervel2016-08-177-326/+200
* rpc: add context argument to EthSubscribeFelix Lange2016-08-063-33/+38
* rpc: ensure client doesn't block for slow subscribersFelix Lange2016-08-063-30/+117
* rpc: don't exceed context deadline while waiting for send lockFelix Lange2016-08-051-0/+4
* rpc: add new client, use it everywhereFelix Lange2016-07-2321-395/+1865
* rpc: fix bad method error for batch requestsFelix Lange2016-07-233-9/+15
* rpc: remove grace period when shutting down the serverFelix Lange2016-07-231-10/+5
* Godeps, rpc: switch back to package npipeFelix Lange2016-07-151-3/+3
* README, core, rpc: fix various typosFabio Berger2016-06-222-4/+4
* cmd, console: split off the console into a reusable packagePéter Szilágyi2016-05-301-7/+7
* cmd/geth, internal/web3ext, rpc: surface rpc module, fix shh, fix minerPéter Szilágyi2016-05-112-3/+4
* rpc: HTTP origin case insensitiveBas van Kervel2016-05-111-4/+4
* Merge pull request #2463 from fjl/rpc-context-keyPéter Szilágyi2016-04-193-8/+14
|\
| * rpc: remove NotifierContextKeyFelix Lange2016-04-163-8/+14
* | rpc: move web3.js extensions to internal/web3extFelix Lange2016-04-151-465/+0
|/
* all: fix go vet warningsFelix Lange2016-04-152-2/+2
* all: update license informationFelix Lange2016-04-152-0/+17
* eth, rpc: make trace configs optionalPéter Szilágyi2016-04-141-5/+5
* internal/debug: add memStats and gcStats to APIFelix Lange2016-04-131-0/+10
* eth: add chaindbProperty to debug APIFelix Lange2016-04-131-0/+6
* Merge pull request #2359 from bas-vk/rpc-optional-argsJeffrey Wilcke2016-04-1210-355/+262
|\
| * rpc: various fixes/enhancementsBas van Kervel2016-04-1210-355/+262
* | console: use transaction output formatter for eth.pendingTransactions outputBas van Kervel2016-04-061-1/+9
|/