67 Commits (69db1c7181249a2b70fd39f8f5185166dc192815)

Author SHA1 Message Date
Gav Wood f22540f0e0 Lots of build fixes. Now minimal version builds ok. 10 years ago
subtly 49c4bba993 cleanup/prep endpoint semantics for #1558 and #1557 10 years ago
Gav Wood 405653c250 Lots of build fixes. Now minimal version builds ok. 10 years ago
subtly 7d341bd253 Improve addNode functionality when addNode is called during network startup. 10 years ago
Gav Wood a0c0991c08 Version bump. 10 years ago
Gav Wood 13232d6e04 Fixes #1509 10 years ago
subtly 55986db377 synchronous resolver 10 years ago
subtly 29f40bff0f makePeer and support setting listen IP. 10 years ago
jhuntley 6d62e3ab26 Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h and Transact.cpp. After enabling WIN32_LEAN_AND_MEAN, all the asio.h include issues, commit 20b6e24ffcab088e71092e07030a377d3135da3c, went away. 10 years ago
jhuntley 0bf7d15a57 asio.h and windows.h build comments as per request. 10 years ago
jhuntley e1e7b227df Avoid boost include order issue on windows: 10 years ago
jhuntley 4f109d29a6 Mingw cmake updates. Make sure Boost_INCLUDE_DIRS is included for each library using boost. When installing libraries, don't forget to copy DLLs, add target 'RUNTIME DESTINATION bin'. 10 years ago
Lefteris Karapetsas 3874c78d06 More style fixes 10 years ago
Lefteris Karapetsas 5f191f4f89 Indentation style fixes 10 years ago
Lefteris Karapetsas 623d640fb5 StructuredLogger becomes a global singleton class 10 years ago
Lefteris Karapetsas ba81493976 StructuredLogger propagated as a const reference 10 years ago
Lefteris Karapetsas d0c1c510bd Adding StructuredLogger class and using it in various places 10 years ago
Lefteris Karapetsas 5695d0ee25 Adding argument for structured logging and propagating it forward 10 years ago
Gav Wood 2c6b18f01b Add EVMJIT. 10 years ago
Marek Kotewicz dd0744e8a3 fixed #1022 10 years ago
Patrick Salami f1acd74f71 fixed indentation 10 years ago
Patrick Salami a253a894e7 added CLI flag to set number of mining threads 10 years ago
subtly e9538b23c8 updates for code-review 10 years ago
subtly 92f9ec8c42 import/export peers and nodes 10 years ago
subtly d7e3065f97 Remove unused code paths with confidence. Rename key/identity to alias. Inherit Peer from Node and update Host/Session to use Node::endpoint instead of previous Peer::address. 10 years ago
subtly d13f69da59 fix merge conflict 10 years ago
arkpar 23c82cccac Removed dependency on WebThreeDirect form Web3Server 10 years ago
subtly 94c09508fd Merging in new data structure for nodes from node-table. End result will be consolidation into NodeId, Node (id and endpoints), NodeEntry (as in table), and Peer (connected node as in host). Rename PeerInfo to PeerSessionInfo. Rename NodeInfo to PeerInfo. PeerSessionInfo which is information about the Peer connection and will be split/merged into Node and PeerInfo. Add node-table callbacks for Host to perform connect node if there are not enough nodes. 10 years ago
subtly da9668c0f5 Pass 2 integrating node table. Pruning and merging old node lifecycle logic with new. 10 years ago
Marek Kotewicz 1fcf85ae0a removed unnecessary miniupnpc links 10 years ago
Marek Kotewicz faf541f8ae renamed _DIR -> _DIRS && _LIBRARY -> _LIBRARIES according to cmake guidelines 10 years ago
Marek Kotewicz fb72a7ce5f fixed styling issues 10 years ago
Marek Kotewicz 48dfbaf3c9 updated cmake policies 10 years ago
Marek Kotewicz 281a9e2b22 jsonrpc option in cmakes, removed all warnings 10 years ago
Marek Kotewicz 5a874b4abb removed EthDependenciesDeprecated 10 years ago
debris f2a6a21cca whisper && webthree working on windows 10 years ago
subtly a23251e9ac network: move static system-network functions into Network class. Further simplifaction of network lifecycle. 10 years ago
Marek Kotewicz 6b5d89d559 removed automocs 10 years ago
Marek Kotewicz 5d7f374a38 leveldb downloaded locally 10 years ago
sveneh c29321d01c full project compile with crypto++ dependency 10 years ago
Marek Kotewicz 64acc3c9e6 changes populated to third 10 years ago
Gav Wood 8f769eae05 Avoid effective disconnect when ignoring data. 10 years ago
Gav Wood b0cf1e60f6 Fix #394. Still quite dirty, but correct at least. 10 years ago
Marek Kotewicz 3b9ac153a0 listening and peer count separated to QPeer2Peer 10 years ago
subtly fc14f46a63 add headers to cmake 10 years ago
Marek Kotewicz 1bb1b0fa4d ethstubserver listening and peerCount 10 years ago
Gav Wood 01eecf58b6 More network fixes. 10 years ago
Gav Wood 07c804a885 Vast P2P networking improvements, mainly for peer discovery, management 10 years ago
Christoph Jentzsch 8b1f28739d fixed merge bug 10 years ago
Christoph Jentzsch fb876453ca Restructured exceptions. Boost::exception is now used primarily. 10 years ago