Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | les, light: reduce les testing stress (#17867) | gary rong | 2018-10-08 | 1 | -1/+1 |
| | |||||
* | les: changed if-else blocks to conform with golint (#16658) | GagziW | 2018-05-03 | 1 | -2/+1 |
| | |||||
* | all: gofmt -w -s (#15419) | ferhat elmas | 2017-11-08 | 1 | -1/+1 |
| | |||||
* | les: code refactoring (#14416) | Felföldi Zsolt | 2017-06-21 | 1 | -8/+2 |
| | | | | | | | | | | | | This commit does various code refactorings: - generalizes and moves the request retrieval/timeout/resend logic out of LesOdr (will be used by a subsequent PR) - reworks the peer management logic so that all services can register with peerSet to get notified about added/dropped peers (also gets rid of the ugly getAllPeers callback in requestDistributor) - moves peerSet, LesOdr, requestDistributor and retrieveManager initialization out of ProtocolManager because I believe they do not really belong there and the whole init process was ugly and ad-hoc | ||||
* | all: update license information | Felix Lange | 2017-04-14 | 1 | -1/+1 |
| | |||||
* | les: implement request distributor, fix blocking issues (#3660) | Felföldi Zsolt | 2017-03-23 | 1 | -0/+192 |
* les: implement request distributor, fix blocking issues * core: moved header validation before chain mutex lock |