Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h ↵ | jhuntley | 2015-03-05 | 1 | -17/+15 |
| | | | | 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. | jhuntley | 2015-03-05 | 1 | -0/+3 |
| | |||||
* | Avoid boost include order issue on windows: | jhuntley | 2015-03-05 | 1 | -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. | ||||
* | Fix gas limit. | Gav Wood | 2015-02-20 | 1 | -0/+2 |
| | | | | Disable whisper test until alex fixes networking. | ||||
* | update for cr. update whisper test. | subtly | 2015-02-09 | 1 | -8/+11 |
| | |||||
* | update remaining whisper tests | subtly | 2015-02-07 | 1 | -24/+24 |
| | |||||
* | update whisper topic and forwarding tests for node-discovery | subtly | 2015-02-07 | 1 | -40/+47 |
| | |||||
* | updates for code-review | subtly | 2015-02-07 | 1 | -11/+11 |
| | |||||
* | fix whispertopic test | subtly | 2015-02-05 | 1 | -10/+10 |
| | |||||
* | Merge branch 'develop' into p2p | subtly | 2015-02-05 | 1 | -0/+4 |
|\ | |||||
| * | Don't count same messages twice. | Gav Wood | 2015-02-02 | 1 | -0/+4 |
| | | |||||
* | | update whisper test for node-network | subtly | 2015-02-03 | 1 | -6/+11 |
| | | |||||
* | | Merge branch 'develop' into p2p | subtly | 2015-02-02 | 1 | -4/+190 |
|\| | | | | | | | | | Conflicts: test/whisperTopic.cpp | ||||
| * | Whisper now 100% encrypted. | Gav Wood | 2015-01-30 | 1 | -6/+6 |
| | | |||||
| * | Various fixes. | Gav Wood | 2015-01-30 | 1 | -9/+9 |
| | | |||||
| * | Dev. | Gav Wood | 2015-01-30 | 1 | -1/+1 |
| | | |||||
| * | LogFilter supports new, better, filter mechanism. | Gav Wood | 2015-01-28 | 1 | -0/+184 |
| | | | | | | | | Exposed to JS API. | ||||
| * | Fix jsTo... | Gav Wood | 2015-01-27 | 1 | -1/+1 |
| | | |||||
* | | add test-require to p2p/host | subtly | 2015-01-26 | 1 | -1/+0 |
| | | |||||
* | | fix ping-timeouts | subtly | 2015-01-26 | 1 | -9/+13 |
| | | |||||
* | | updates and fixes for code review | subtly | 2015-01-26 | 1 | -15/+13 |
| | | |||||
* | | update whisper test. move ports out of private ranges and specify ip address. | subtly | 2015-01-23 | 1 | -5/+6 |
| | | |||||
* | | Merging in new data structure for nodes from node-table. End result will be ↵ | subtly | 2015-01-11 | 1 | -1/+1 |
| | | | | | | | | 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. | ||||
* | | Pass 2 integrating node table. Pruning and merging old node lifecycle logic ↵ | subtly | 2015-01-07 | 1 | -1/+1 |
|/ | | | | | | | with new. Begin moving node identification and authentication into Host so session can be directly-constructed with NodeInfo and is not created until after authentication. Require session to be passed a valid node. | ||||
* | Beginnings of cleaning up the Executive/State code. | Gav Wood | 2014-12-12 | 1 | -2/+3 |
| | |||||
* | Fix tests. | Gav Wood | 2014-12-12 | 1 | -2/+2 |
| | |||||
* | Reduce verbosity. | Gav Wood | 2014-12-12 | 1 | -1/+2 |
| | |||||
* | Whisper test fix. | Gav Wood | 2014-12-12 | 1 | -6/+10 |
| | |||||
* | Make OOG on precompileds consistent. | Gav Wood | 2014-11-11 | 1 | -0/+84 |
Warning fix. Use high-res clock for randoms. Whisper test. |