aboutsummaryrefslogtreecommitdiffstats
path: root/fork.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h ↵jhuntley2015-03-051-2/+0
| | | | 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-0/+3
|
* Avoid boost include order issue on windows:jhuntley2015-03-051-1/+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.
* Split canon blockchain and basic blockchain.Gav Wood2015-02-051-1/+1
|
* Project-wide reorganisation of namespaces.Gav Wood2014-09-051-1/+2
|
* Split off general network layer.Gav Wood2014-08-271-1/+1
|
* Updates to VM tests.Gav Wood2014-05-121-0/+3
|
* Split out libethcore from libethereum.Gav Wood2014-04-231-3/+3
|
* Updated to add a simple forking testMarko Simovic2014-03-261-0/+56