Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Connectivity and nodetable callbacks. Disable stale code. | subtly | 2015-01-12 | 1 | -0/+23 |
| | |||||
* | Merging in new data structure for nodes from node-table. End result will be ↵ | subtly | 2015-01-11 | 1 | -8/+8 |
| | | | | 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. | ||||
* | Consolidate use of pingAll into keepAlivePeers. Add bool operators for Node ↵ | subtly | 2015-01-09 | 1 | -1/+1 |
| | | | | and NodeIPEndpoint population. NodeTable returns Node instead of NodeEntry (subject to change). Begin transition from NodeInfo to NodeTable Node. | ||||
* | 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. | ||||
* | Beginning of merge into AZ. | Gav Wood | 2014-09-11 | 1 | -1/+1 |
| | |||||
* | Project-wide reorganisation of namespaces. | Gav Wood | 2014-09-05 | 1 | -2/+2 |
| | |||||
* | Repot. | Gav Wood | 2014-09-04 | 1 | -2/+2 |
| | | | | No memsize increase on 0. | ||||
* | Reorganisation. | Gav Wood | 2014-09-04 | 1 | -2/+2 |
| | |||||
* | Allow local networking option. | Gav Wood | 2014-09-02 | 1 | -1/+0 |
| | |||||
* | New net is compiling. | Gav Wood | 2014-09-02 | 1 | -7/+4 |
| | |||||
* | Split off general network layer. | Gav Wood | 2014-08-27 | 1 | -2/+2 |
| | |||||
* | Fix for #246. Removed sync() to prevent race condition within dropped() and ↵ | subtly | 2014-07-21 | 1 | -1/+1 |
| | | | | . Raised maxblocks to 64. | ||||
* | Split out libethcore from libethereum. | Gav Wood | 2014-04-23 | 1 | -2/+2 |
| | |||||
* | Repotted network stuff. | Gav Wood | 2014-03-04 | 1 | -1/+1 |
| | |||||
* | Replace hard-coded /tmp paths with call to ↵ | Tim Hughes | 2014-02-20 | 1 | -1/+2 |
| | | | | boost::filesystem::temp_directory_path() | ||||
* | Work in progress on Visual Studio 2013 compile fixes. Libethereum compiles ↵ | Tim Hughes | 2014-02-19 | 1 | -2/+2 |
| | | | | again but not sorted out linking dependencies yet. | ||||
* | Fixed the other occurrence of Foobar | Muharem Hrnjadovic | 2014-02-16 | 1 | -1/+1 |
| | |||||
* | Corrected license headers (Foobar -> cpp-ethereum) | Muharem Hrnjadovic | 2014-02-16 | 1 | -1/+1 |
| | |||||
* | Less hangy. | Gav Wood | 2014-02-16 | 1 | -1/+1 |
| | |||||
* | Better version strings. | Gav Wood | 2014-02-09 | 1 | -1/+1 |
| | |||||
* | usleep moved to std impl. | Gav Wood | 2014-02-09 | 1 | -1/+3 |
| | |||||
* | AlephZero renamed AlethZero and moved to cmake project. | Gav Wood | 2014-02-07 | 1 | -1/+1 |
| | | | | Other minor changes. | ||||
* | GPL v2, not 3. | Gav Wood | 2014-02-01 | 1 | -1/+1 |
| | |||||
* | GUI & network stuff. | Gav Wood | 2014-01-23 | 1 | -2/+2 |
| | |||||
* | Added client API & prototypal GUI. | Gav Wood | 2014-01-23 | 1 | -1/+3 |
| | |||||
* | Pinging. | Gav Wood | 2014-01-22 | 1 | -1/+3 |
| | |||||
* | Basic P2P functionality. | Gav Wood | 2014-01-22 | 1 | -59/+20 |
| | |||||
* | Peer network code NYW. | Gav Wood | 2014-01-22 | 1 | -0/+99 |