aboutsummaryrefslogtreecommitdiffstats
path: root/node/node.go
Commit message (Expand)AuthorAgeFilesLines
* node, rpc: log cleanups in ipc listener function (#18124)Péter Szilágyi2018-12-101-1/+1
|\
| * .Franklin2018-11-201-1/+1
* | core: better side-chain importingMartin Holst Swende2018-11-201-1/+1
|/
* p2p/simulations: fix a deadlock and clean up adapters (#17891)Felix Lange2018-10-121-0/+12
* rpc: make HTTP RPC timeouts configurable, raise defaults (#17240)Ryan Schneider2018-07-311-3/+3
* cmd, dashboard, log: log collection and exploration (#17097)Kurkó Mihály2018-07-111-2/+2
* all: get rid of error when creating memory database (#16716)gary rong2018-05-091-1/+1
* rpc: clean up IPC handler (#16524)Felix Lange2018-04-181-12/+2
* cmd/clef, signer: initial poc of the standalone signer (#16154)Martin Holst Swende2018-04-161-80/+15
* node: fix typo hvosts -> vhosts (#16096)GuiltyMorishita2018-02-151-1/+1
* node, rpc: fix linter issuesMartin Holst Swende2018-02-121-1/+1
* rpc: dns rebind protection (#15962)Martin Holst Swende2018-02-121-15/+14
* p2p/simulations: various stability fixes (#15198)Lewis Marshall2017-12-011-13/+20
* p2p: add network simulation framework (#14982)Lewis Marshall2017-09-251-4/+15
* node: fix instance dir locking and improve error messageFelix Lange2017-08-181-24/+12
* node: Rename TrusterNodes (#14827)Chase Wright2017-07-181-1/+1
* node: fixes deadlock on Wait()Victor Farazdagi2017-04-251-0/+1
* cmd/utils, node: remove unused solc references and improve RPC config (#14324)bas-vk2017-04-131-2/+2
* cmd/geth: add --config file flag (#13875)Felix Lange2017-04-121-18/+11
* cmd/geth, node: surface geth architecture into version (#13866)Péter Szilágyi2017-04-061-1/+1
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-14/+14
* cmd/bootnode, cmd/geth, cmd/bzzd: add --netrestrictFelix Lange2016-11-231-0/+1
* cmd, mobile, node, p2p: surface the discovery V5 bootnodesPéter Szilágyi2016-11-151-15/+16
* node: add InstanceDir methodFelix Lange2016-11-111-0/+6
* p2p/discv5: added new topic discovery packageZsolt Felfoldi2016-11-091-0/+2
* node: ensure datadir can be co-inhabited by different instancesFelix Lange2016-09-161-63/+112
* cmd/utils, node: create account manager in package nodeFelix Lange2016-08-171-4/+30
* rpc: add new client, use it everywhereFelix Lange2016-07-231-4/+2
* node, p2p: move network config out of ServerFelix Lange2016-05-181-5/+3
* release, all: integrate the release service into gethPéter Szilágyi2016-05-021-2/+1
* common/versions, cmd/utils: add geth version contractGustav Simonsson2016-05-021-0/+1
* rpc: various fixes/enhancementsBas van Kervel2016-04-121-6/+14
* rpc: add pub/sub supportBas van Kervel2016-04-021-1/+1
* cmd, node, rpc: readd inproc RPC client, expose via nodePéter Szilágyi2016-02-091-1/+54
* cmd, common, node, rpc: rework naming convention to canonical onePéter Szilágyi2016-02-091-12/+12
* cmd, node, rpc: move websockets into node, break singletonPéter Szilágyi2016-02-051-13/+72
* cmd, common, node, rpc: move HTTP RPC into node, drop singletone aspectPéter Szilágyi2016-02-051-44/+138
* cmd, common, node, rpc: move IPC into the node itselfPéter Szilágyi2016-02-041-8/+92
* internal/debug: APIs for profiling and tracingFelix Lange2016-01-281-1/+2
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-261-1/+6
* core, eth, node, rpc: port the admin and debug APIPéter Szilágyi2015-12-151-3/+27
* rpc: new RPC implementation with pub/sub supportBas van Kervel2015-12-141-0/+10
* cmd, eth, node, rpc, xeth: use single-instance servicesPéter Szilágyi2015-11-271-87/+39
* cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacksPéter Szilágyi2015-11-271-31/+93
* node: customizable protocol and service stacksPéter Szilágyi2015-11-271-0/+252