aboutsummaryrefslogtreecommitdiffstats
path: root/net.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h ↵jhuntley2015-03-051-6/+4
| | | | and Transact.cpp. After enabling WIN32_LEAN_AND_MEAN, all the asio.h include issues, commit 20b6e24ffcab088e71092e07030a377d3135da3c, went away.
* 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
| | | | | | | http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue/16288859#16288859 Make sure boost/asio.hpp is included before windows.h.
* 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 ↵subtly2015-01-051-0/+6
| | | | inherited constructor fix for windows.
* 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 ↵subtly2014-12-241-9/+25
| | | | nodetable/testnodetables.
* 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. ↵subtly2014-12-231-17/+54
| | | | constructors and updates to datagram constructors. docs and logging. WIP tests and host/harness for NodeTable.
* 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