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
/
peer.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
p2p: support protocol version negotiation
Péter Szilágyi
2015-06-26
1
-2
/
+9
*
p2p: improve disconnect logging
Felix Lange
2015-06-15
1
-5
/
+6
*
p2p: track write errors and prevent writes during shutdown
Felix Lange
2015-06-15
1
-25
/
+57
*
p2p: new dialer, peer management without locks
Felix Lange
2015-05-25
1
-25
/
+30
*
p2p: decrease maximum message size for devp2p to 1kB
Felix Lange
2015-05-25
1
-1
/
+1
*
p2p: delete Server.Broadcast
Felix Lange
2015-05-25
1
-14
/
+0
*
p2p: log remote reason when disconnect is requested
Felix Lange
2015-05-14
1
-2
/
+3
*
p2p: drop connections with no matching protocols
Felix Lange
2015-05-08
1
-0
/
+12
*
p2p, whisper: use glog for peer-level logging
Felix Lange
2015-05-07
1
-13
/
+8
*
p2p, p2p/discover: protocol version 4
Felix Lange
2015-04-30
1
-1
/
+1
*
p2p: added received at to peer message
obscuren
2015-04-30
1
-0
/
+1
*
p2p: fix yet another disconnect hang
Felix Lange
2015-04-13
1
-22
/
+8
*
p2p: don't mess with the socket deadline in Peer.readLoop
Felix Lange
2015-04-10
1
-1
/
+0
*
p2p: fix Peer shutdown deadlocks
Felix Lange
2015-04-10
1
-62
/
+69
*
p2p: log disconnect requests
Felix Lange
2015-03-19
1
-0
/
+1
*
p2p: use package rlp to encode messages
Felix Lange
2015-03-19
1
-3
/
+3
*
p2p: restore read/write timeouts
Felix Lange
2015-03-04
1
-1
/
+2
*
p2p: msg.Payload contains list data
Felix Lange
2015-03-04
1
-2
/
+2
*
p2p: use RLPx frames for messaging
Felix Lange
2015-03-04
1
-9
/
+12
*
p2p: enable devp2p ping
Felix Lange
2015-02-19
1
-11
/
+26
*
p2p: disable encryption handshake
Felix Lange
2015-02-19
1
-170
/
+59
*
p2p: bump devp2p protcol version to 3
Felix Lange
2015-02-13
1
-1
/
+1
*
p2p: handle disconnect before protocol handshake
Felix Lange
2015-02-13
1
-0
/
+7
*
p2p: improve read deadlines
Felix Lange
2015-02-13
1
-12
/
+2
*
p2p: fixes for actual connections
Felix Lange
2015-02-07
1
-16
/
+21
*
p2p: integrate p2p/discover
Felix Lange
2015-02-06
1
-326
/
+192
*
make crypto handshake calls package level, store privateKey on peer + tests ok
zelig
2015-02-06
1
-8
/
+19
*
apply handshake related improvements from p2p.crypto branch
zelig
2015-02-06
1
-1
/
+1
*
add temporary forced session token generation
zelig
2015-02-06
1
-0
/
+5
*
peer-level integration test for crypto handshake
zelig
2015-02-06
1
-9
/
+13
*
important fix for peer pubkey. when taken from identity, chop first format byte!
zelig
2015-02-06
1
-1
/
+1
*
first stab at integrating crypto in our p2p
zelig
2015-02-06
1
-9
/
+22
*
integrate cryptoId into peer and connection lifecycle
zelig
2015-02-06
1
-3
/
+18
*
initial hook for crypto handshake (void, off by default)
zelig
2015-02-06
1
-0
/
+26
*
p2p: move peerList back into baseProtocol
Felix Lange
2015-01-06
1
-22
/
+0
*
Merge
obscuren
2015-01-06
1
-3
/
+25
*
p2p: improve and test eofSignal
Felix Lange
2014-12-12
1
-5
/
+12
*
p2p: make Disconnect not hang for peers created with NewPeer
Felix Lange
2014-11-27
1
-0
/
+1
*
p2p: API cleanup and PoC 7 compatibility
Felix Lange
2014-11-22
1
-44
/
+432
*
p2p: rework protocol API
Felix Lange
2014-11-22
1
-23
/
+6
*
initial commit of p2p package
zelig
2014-10-23
1
-0
/
+83