| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |