index
:
dexon
cliff-log
dev-test
dexon-classic
jimmy-monkey
jm-vm-design-doc
jm-vm-entry
master
mission-merge-core
mission-tmp
release/1.0
s-lds
s-network-monitor
s-truffle
taipei
testnet
vm
vm-skymizer
vm-skymizer-wasm-cache
vm-skymizer-wasm-no-cache
wasm-vm
wip/gy-sqlvm-gas-model
wip/gy-sqlvm-runtime-benchmark
wip/gy-sqlvm-runtime-p5
wip/lantw/checker
wip/wmin0/codegen
wip/yenlin/planner
wip/yenlin/storage_index
yilan
DEXON full node (https://github.com/dexon-foundation/dexon)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
p2p
/
server.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a mutex write-lock for a write operation
obscuren
2015-02-15
1
-4
/
+4
*
p2p: ensure we don't dial ourself
Felix Lange
2015-02-13
1
-1
/
+4
*
p2p: add I/O timeout for encrytion handshake
Felix Lange
2015-02-13
1
-1
/
+3
*
p2p: fix goroutine leak for invalid peers
Felix Lange
2015-02-13
1
-6
/
+5
*
p2p/discover: map listening port using configured mechanism
Felix Lange
2015-02-13
1
-2
/
+1
*
cmd/ethereum, cmd/mist, eth, p2p: use package p2p/nat
Felix Lange
2015-02-13
1
-59
/
+11
*
cmd/ethereum, cmd/mist: add flag for discovery bootstrap nodes
Felix Lange
2015-02-07
1
-1
/
+1
*
cmd/mist, eth, javascript, p2p: use Node URLs for peer suggestions
Felix Lange
2015-02-07
1
-2
/
+2
*
p2p: fixes for actual connections
Felix Lange
2015-02-07
1
-1
/
+3
*
p2p/discover: add node URL functions, distinguish TCP/UDP ports
Felix Lange
2015-02-07
1
-3
/
+4
*
p2p: integrate p2p/discover
Felix Lange
2015-02-06
1
-159
/
+184
*
Moved connection errors to DebugDetail level
obscuren
2015-01-19
1
-2
/
+2
*
Merge
obscuren
2015-01-06
1
-1
/
+5
*
p2p: fix call to Server.removePeer (might help with #209)
Felix Lange
2014-12-16
1
-7
/
+2
*
made mist in a compilable, workable state using the new refactored packages
obscuren
2014-12-15
1
-0
/
+1
*
p2p: API cleanup and PoC 7 compatibility
Felix Lange
2014-11-22
1
-367
/
+346
*
p2p: rework protocol API
Felix Lange
2014-11-22
1
-73
/
+77
*
all: fix rename breakage
Felix Lange
2014-11-01
1
-2
/
+2
*
initial commit of p2p package
zelig
2014-10-23
1
-0
/
+484