| Commit message (Expand) | Author | Age | Files | Lines |
* | all: disable log message colors outside of geth | Felix Lange | 2017-02-27 | 1 | -1/+1 |
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 1 | -2/+1 |
* | node, p2p, internal: Add ability to remove peers via admin interface | Firescar96 | 2016-07-15 | 1 | -0/+2 |
* | node, p2p: move network config out of Server | Felix Lange | 2016-05-18 | 1 | -16/+23 |
* | p2p: improve readability of dial task scheduling code | Felix Lange | 2016-05-03 | 1 | -0/+50 |
* | all: fix go vet warnings | Felix Lange | 2016-04-15 | 1 | -1/+1 |
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -4/+4 |
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
* | p2p: fix a close race in the dial test | Péter Szilágyi | 2015-06-10 | 1 | -1/+2 |
* | p2p: new dialer, peer management without locks | Felix Lange | 2015-05-25 | 1 | -314/+270 |
* | p2p: delete Server.Broadcast | Felix Lange | 2015-05-25 | 1 | -42/+0 |
* | p2p: remove testlog | Felix Lange | 2015-05-14 | 1 | -15/+0 |
* | p2p: fix disconnect at capacity | Felix Lange | 2015-05-08 | 1 | -7/+14 |
* | p2p: increase the handshake timeout in the tests | Péter Szilágyi | 2015-05-07 | 1 | -2/+2 |
* | cmd, eth, p2p: introduce pending peer cli arg, add tests | Péter Szilágyi | 2015-05-07 | 1 | -0/+130 |
* | fixed merge issue | obscuren | 2015-05-07 | 1 | -3/+153 |
|\ |
|
| * | eth, p2p: add trusted node list beside static list | Péter Szilágyi | 2015-05-04 | 1 | -19/+17 |
| * | p2p: add static node dialing test | Péter Szilágyi | 2015-05-04 | 1 | -0/+88 |
| * | eth, p2p: rename trusted nodes to static, drop inbound extra slots | Péter Szilágyi | 2015-05-01 | 1 | -5/+7 |
| * | cmd, eth, p2p: fix review issues enumerated by Felix | Péter Szilágyi | 2015-04-30 | 1 | -1/+1 |
| * | p2p: add trust check to handshake, test privileged connectivity | Péter Szilágyi | 2015-04-30 | 1 | -3/+65 |
| * | cmd/geth, cmd/mist, cmd/utils, eth, p2p: support trusted peers | Péter Szilágyi | 2015-04-30 | 1 | -1/+1 |
* | | p2p/discover: new endpoint format | Felix Lange | 2015-04-30 | 1 | -1/+1 |
|/ |
|
* | p2p: improve disconnect signaling at handshake time | Felix Lange | 2015-04-10 | 1 | -1/+57 |
* | p2p: use package rlp to encode messages | Felix Lange | 2015-03-19 | 1 | -1/+1 |
* | p2p: msg.Payload contains list data | Felix Lange | 2015-03-04 | 1 | -1/+1 |
* | p2p: use RLPx frames for messaging | Felix Lange | 2015-03-04 | 1 | -4/+9 |
* | p2p: disable encryption handshake | Felix Lange | 2015-02-19 | 1 | -5/+7 |
* | cmd/mist, eth, javascript, p2p: use Node URLs for peer suggestions | Felix Lange | 2015-02-07 | 1 | -1/+1 |
* | p2p: fixes for actual connections | Felix Lange | 2015-02-07 | 1 | -0/+1 |
* | p2p/discover: add node URL functions, distinguish TCP/UDP ports | Felix Lange | 2015-02-07 | 1 | -2/+1 |
* | p2p: integrate p2p/discover | Felix Lange | 2015-02-06 | 1 | -37/+48 |
* | Merge | obscuren | 2015-01-06 | 1 | -1/+1 |
* | p2p: API cleanup and PoC 7 compatibility | Felix Lange | 2014-11-22 | 1 | -258/+130 |
* | p2p: disable failing Server tests for now | Felix Lange | 2014-11-22 | 1 | -0/+3 |
* | p2p: rework protocol API | Felix Lange | 2014-11-22 | 1 | -63/+141 |
* | initial commit of p2p package | zelig | 2014-10-23 | 1 | -0/+208 |