index
:
go-tangerine
dependabot/npm_and_yarn/dashboard/assets/decode-uri-component-0.2.2
dependabot/npm_and_yarn/dashboard/assets/dns-packet-1.3.4
dependabot/npm_and_yarn/dashboard/assets/elliptic-6.5.3
dependabot/npm_and_yarn/dashboard/assets/elliptic-6.5.4
dependabot/npm_and_yarn/dashboard/assets/express-4.18.2
dependabot/npm_and_yarn/dashboard/assets/hosted-git-info-2.8.9
dependabot/npm_and_yarn/dashboard/assets/http-proxy-1.18.1
dependabot/npm_and_yarn/dashboard/assets/ini-1.3.7
dependabot/npm_and_yarn/dashboard/assets/loader-utils-1.4.1
dependabot/npm_and_yarn/dashboard/assets/loader-utils-1.4.2
dependabot/npm_and_yarn/dashboard/assets/lodash-4.17.15
dependabot/npm_and_yarn/dashboard/assets/lodash-4.17.19
dependabot/npm_and_yarn/dashboard/assets/lodash-4.17.20
dependabot/npm_and_yarn/dashboard/assets/lodash-4.17.21
dependabot/npm_and_yarn/dashboard/assets/macaddress-0.2.9
dependabot/npm_and_yarn/dashboard/assets/mixin-deep-1.3.2
dependabot/npm_and_yarn/dashboard/assets/path-parse-1.0.7
dependabot/npm_and_yarn/dashboard/assets/qs-6.4.1
dependabot/npm_and_yarn/dashboard/assets/set-getter-0.1.1
dependabot/npm_and_yarn/dashboard/assets/sshpk-1.16.1
dependabot/npm_and_yarn/dashboard/assets/stringstream-0.0.6
dependabot/npm_and_yarn/dashboard/assets/tar-2.2.2
dependabot/npm_and_yarn/dashboard/assets/ua-parser-js-0.7.28
dependabot/npm_and_yarn/dashboard/assets/websocket-extensions-0.1.4
dependabot/npm_and_yarn/dashboard/assets/y18n-3.2.2
jimmy-run_bp
jimmy-script
jimmy-script-more
jm-debug
jm-reset-testnet
jm-update-run-node-script
master
origin
w-ci
w-debug
w-script
Tangerine full node (https://github.com/tangerine-network/go-tangerine)
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: EIP-8 changes
Felix Lange
2016-02-19
1
-0
/
+3
*
eth, p2p, rpc/api: polish protocol info gathering
Péter Szilágyi
2015-10-28
1
-0
/
+46
*
all: fix license headers one more time
Felix Lange
2015-07-24
1
-1
/
+1
*
all: update license headers to distiguish GPL/LGPL
Felix Lange
2015-07-23
1
-4
/
+4
*
all: update license information
Felix Lange
2015-07-07
1
-0
/
+16
*
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