aboutsummaryrefslogtreecommitdiffstats
path: root/net.cpp
Commit message (Expand)AuthorAgeFilesLines
* stylesubtly2015-04-171-1/+1
* test constantssubtly2015-04-171-0/+27
* update testsubtly2015-04-161-1/+1
* Merge branch 'develop' into discoveryEndpointssubtly2015-04-161-0/+27
|\
| * Merge branch 'p2p' into netFixsubtly2015-04-141-0/+33
| |\
| * | proper neighbours packet size w/testsubtly2015-04-141-0/+27
* | | Merge branch 'p2p' into discoveryEndpointssubtly2015-04-141-0/+33
|\ \ \ | | |/ | |/|
| * | test use of steady_clock for timeoutsubtly2015-04-121-0/+33
| |/
* / cleanup/prep endpoint semantics for #1558 and #1557subtly2015-04-141-5/+11
|/
* adopt node IP address from udp header when ping.ipAddress isn't publicsubtly2015-03-261-0/+34
* correct net/test for ping packetsubtly2015-03-261-2/+2
* fix test typosubtly2015-03-231-1/+1
* gracefully handle old pingnode packetsubtly2015-03-231-0/+11
* fix net/ unit tests for nodetable updatessubtly2015-03-231-0/+9
* NodeTable constructor requires and listens to explicit IP address instead of ...subtly2015-03-231-3/+3
* Exception-throwing assert.chriseth2015-03-181-0/+1
* Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h and...jhuntley2015-03-051-6/+4
* asio.h and windows.h build comments as per request.jhuntley2015-03-051-14/+16
* Avoid boost include order issue on windows:jhuntley2015-03-051-0/+1
* update packet testsubtly2015-02-071-1/+1
* updates for code-reviewsubtly2015-02-071-4/+4
* import/export peers and nodessubtly2015-01-311-1/+10
* stl sleep_for, for windowssubtly2015-01-071-1/+1
* define constructors for windowssubtly2015-01-061-1/+1
* code reviewsubtly2015-01-061-6/+6
* coding standards, h512 node id, mute warnings for clang builds. attempt inher...subtly2015-01-051-0/+6
* manually populate nodes for test rather than leveraging pingsubtly2014-12-281-5/+6
* inline << operator, mute loggingsubtly2014-12-261-7/+7
* test encoding/decoding neighbors. add MAC.subtly2014-12-261-39/+62
* memorysubtly2014-12-241-7/+36
* message signing and verification. shutdown io/thread before dealloc in nodeta...subtly2014-12-241-9/+25
* basic implementation of packetssubtly2014-12-231-6/+0
* send/receive messages (not yet interepreted)subtly2014-12-231-20/+32
* refactor constants to be determined during compile. added RLPXDatagram. const...subtly2014-12-231-17/+54
* repot.subtly2014-12-221-488/+1
* move some things for udp. added a class for kademlia.subtly2014-12-221-37/+530
* fix the fixsubtly2014-12-201-15/+1
* initialize atomics so udp messages are delivered on linux #656subtly2014-12-201-1/+1
* stashsubtly2014-12-191-0/+15
* spacingsubtly2014-12-191-2/+2
* initial interface for udp. test sending/receiving udp.subtly2014-12-181-26/+60
* udp != tcp. history-commit.subtly2014-12-171-0/+55