aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/rlpx_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* p2p: new dialer, peer management without locksFelix Lange2015-05-251-5/+239
* p2p: use package rlp to encode messagesFelix Lange2015-03-191-2/+2
* p2p: msg.Payload contains list dataFelix Lange2015-03-041-12/+2
* p2p: make RLPx frame MAC 16 bytes as defined in the specFelix Lange2015-03-041-1/+0
* p2p: encrypted and authenticated RLPx frame I/OFelix Lange2015-03-041-17/+29
* p2p: add basic RLPx frame I/OFelix Lange2015-03-041-0/+123