aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/server.go
Commit message (Expand)AuthorAgeFilesLines
* p2p: add I/O timeout for encrytion handshakeFelix Lange2015-02-131-1/+3
* p2p: fix goroutine leak for invalid peersFelix Lange2015-02-131-6/+5
* p2p/discover: map listening port using configured mechanismFelix Lange2015-02-131-2/+1
* cmd/ethereum, cmd/mist, eth, p2p: use package p2p/natFelix Lange2015-02-131-59/+11
* cmd/ethereum, cmd/mist: add flag for discovery bootstrap nodesFelix Lange2015-02-071-1/+1
* cmd/mist, eth, javascript, p2p: use Node URLs for peer suggestionsFelix Lange2015-02-071-2/+2
* p2p: fixes for actual connectionsFelix Lange2015-02-071-1/+3
* p2p/discover: add node URL functions, distinguish TCP/UDP portsFelix Lange2015-02-071-3/+4
* p2p: integrate p2p/discoverFelix Lange2015-02-061-159/+184
* Moved connection errors to DebugDetail levelobscuren2015-01-191-2/+2
* Mergeobscuren2015-01-061-1/+5
* p2p: fix call to Server.removePeer (might help with #209)Felix Lange2014-12-161-7/+2
* made mist in a compilable, workable state using the new refactored packagesobscuren2014-12-151-0/+1
* p2p: API cleanup and PoC 7 compatibilityFelix Lange2014-11-221-367/+346
* p2p: rework protocol APIFelix Lange2014-11-221-73/+77
* all: fix rename breakageFelix Lange2014-11-011-2/+2
* initial commit of p2p packagezelig2014-10-231-0/+484