Commit Graph

877 Commits (71f7988b0f6abc6db84e0ef6ec80766b946229f6)

Author SHA1 Message Date
Felix Lange 2e98631c5e
rpc: fix client shutdown hang when Close races with Unsubscribe (#17894) 6 years ago
Felix Lange 4e474c74dc
rpc: fix subscription corner case and speed up tests (#17874) 6 years ago
Martin Holst Swende d3441ebb56
cmd/clef, signer: security fixes (#17554) 6 years ago
HackyMiner b66f793443 rpc: increase maxRequestContentLength size to 512kB (#17595) 6 years ago
Peter Broadhurst c35659c6a0 rpc: enable basic auth for websocket client (#17699) 6 years ago
Gísli Kristjánsson c9a0b36a5f rpc: reset client write deadline after write (#17549) 6 years ago
Jay abbb219933 rpc: fix a subscription name (#17345) 6 years ago
Ryan Schneider 5d7e18539e rpc: make HTTP RPC timeouts configurable, raise defaults (#17240) 6 years ago
Wenbiao Zheng 68da9aa716 rpc: clean up check for missing methods/subscriptions on handler (#17145) 6 years ago
cong 8997efe31f rpc: fix missing parentheses in doc (#17224) 6 years ago
Ralph Caraveo III 5d30be412b all: switch out defunct set library to different one (#16873) 6 years ago
LeoLiao dbae1dc7b3 rpc: fixed comment grammar issue (#17146) 6 years ago
Elad 1836366ac1 all: library changes for swarm-network-rewrite (#16898) 6 years ago
Péter Szilágyi 99483e85b9
rpc: support returning nil pointer big.Ints (null) 6 years ago
xincaosu 1d666cf27e rpc: fix a comment typo (#16929) 6 years ago
Martin Holst Swende 17f80cc2e2
rpc: set timeouts for http server, see #16859 6 years ago
Ryan Schneider c8dcb9584e rpc: use HTTP request context as top-level context (#16861) 6 years ago
kiel barry 2ad511ce09 rpc: golint error with context as last parameter (#16657) 6 years ago
Martin Holst Swende 8feb31825e rpc: handle HTTP response error codes (#16500) 7 years ago
Wuxiang 8f8774cf6d all: fix various typos (#16533) 7 years ago
Felix Lange 52b046c9b6
rpc: clean up IPC handler (#16524) 7 years ago
Martin Holst Swende ec3db0f56c cmd/clef, signer: initial poc of the standalone signer (#16154) 7 years ago
Felix Lange e9b5e22ad1 rpc: limit chunked requests (#16343) 7 years ago
Péter Szilágyi 555f42cfd8
rpc: enforce the 128KB request limits on websockets too 7 years ago
Janoš Guljaš 4535247793 rpc: set rpcRequest.service as methodNotFoundError.service value (#16163) 7 years ago
Felix Lange a5c0bbb4f4
all: update license information (#16089) 7 years ago
Martin Holst Swende 6c6247a690
node, rpc: fix linter issues 7 years ago
Martin Holst Swende 589b603a9b rpc: dns rebind protection (#15962) 7 years ago
Steven Roose 952482d5e4 rpc: Support specifying HTTP client in RPC dialing (#15836) 7 years ago
Sorin Neacsu 5369a5c54d rpc: allow OPTIONS requests without Content-Type (#15759) 7 years ago
Vitaly V f258a21a63 rpc: use method constants instead of literal strings (#15652) 7 years ago
Zach 3da1bf8ca1 all: use gometalinter.v2, fix new gosimple issues (#15650) 7 years ago
Péter Szilágyi 3c6b9c5d72
rpc: minor cleanups to RPC PR 7 years ago
Armani Ferrante c5b8569707 rpc: disallow PUT and DELETE on HTTP (#15501) 7 years ago
Péter Szilágyi 4013e23312
rpc: allow dumb empty requests for AWS health checks 7 years ago
Benoit Verkindt 3ee86a57f3 rpc: warn on WebSocket origin mismatch (#15451) 7 years ago
bas-vk 4fe30bf5ad rpc: check content-type for HTTP requests (#15220) 7 years ago
ferhat elmas 9619a61024 all: gofmt -w -s (#15419) 7 years ago
Lewis Marshall 9feec51e2d p2p: add network simulation framework (#14982) 7 years ago
Egon Elbre e063d538b8 rpc: fix megacheck warnings 7 years ago
bloonfield 413dc1d265 rpc: fix closure problem in batch processing (#14688) 7 years ago
Bas van Kervel b58a501673 whisperv5: integrate whisper and add whisper RPC simulator 7 years ago
Bas van Kervel a6af56fa4d
rpc: disable CORS if user has not specified custom config 7 years ago
Bas van Kervel 37e3f561f1
rpc: support subscriptions under custom namespaces 8 years ago
Bas van Kervel 7d0ac94809
rpc: improve BlockNumber unmarshal parsing 8 years ago
bas-vk 5e29f4be93 cmd/utils, node: remove unused solc references and improve RPC config (#14324) 8 years ago
Felix Lange 30d706c35e cmd/geth: add --config file flag (#13875) 8 years ago
Péter Szilágyi 1018bf6a00 rpc: honour pending requests before tearing conn down (#3814) 8 years ago
Felix Lange c213fd1fd8 all: import "context" instead of "golang.org/x/net/context" 8 years ago
Micah Zoltu 4e4e5fca54 rpc: add support for extended headers in CORS requests (#3783) 8 years ago