aboutsummaryrefslogtreecommitdiffstats
path: root/peer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve addNode functionality when addNode is called during network startup.subtly2015-04-051-1/+1
* Fix #1475subtly2015-03-311-0/+9
* makePeer and support setting listen IP.subtly2015-03-281-4/+4
* update CLI and AZ UI for replacing local-networking with explicit --listen-ipsubtly2015-03-281-3/+3
* Fix signed/unsigned mismatch.Gav Wood2015-03-231-1/+1
* Merge host and nodetable network protocol version.subtly2015-03-231-1/+1
* NodeTable constructor requires and listens to explicit IP address instead of ...subtly2015-03-231-3/+3
* codingstandardssubtly2015-03-231-1/+1
* constant for discovery protocol versionsubtly2015-03-231-1/+1
* fix for -warning in cryptopp.cpp. add mutex to host iteration of peers for co...subtly2015-03-111-0/+1
* separate packet type. add coding.subtly2015-03-061-4/+11
* import/export peers and nodessubtly2015-01-311-0/+37
* add test-require to p2p/hostsubtly2015-01-261-1/+4
* fix ping-timeoutssubtly2015-01-261-1/+1
* updates and fixes for code reviewsubtly2015-01-261-9/+7
* coding standardssubtly2015-01-171-1/+1
* cleanupsubtly2015-01-171-1/+0
* Connectivity and nodetable callbacks. Disable stale code.subtly2015-01-121-0/+23
* Merging in new data structure for nodes from node-table. End result will be c...subtly2015-01-111-8/+8
* Consolidate use of pingAll into keepAlivePeers. Add bool operators for Node a...subtly2015-01-091-1/+1
* Pass 2 integrating node table. Pruning and merging old node lifecycle logic w...subtly2015-01-071-1/+1
* Beginning of merge into AZ.Gav Wood2014-09-111-1/+1
* Project-wide reorganisation of namespaces.Gav Wood2014-09-051-2/+2
* Repot.Gav Wood2014-09-041-2/+2
* Reorganisation.Gav Wood2014-09-041-2/+2
* Allow local networking option.Gav Wood2014-09-021-1/+0
* New net is compiling.Gav Wood2014-09-021-7/+4
* Split off general network layer.Gav Wood2014-08-271-2/+2
* Fix for #246. Removed sync() to prevent race condition within dropped() and ....subtly2014-07-211-1/+1
* Split out libethcore from libethereum.Gav Wood2014-04-231-2/+2
* Repotted network stuff.Gav Wood2014-03-041-1/+1
* Replace hard-coded /tmp paths with call to boost::filesystem::temp_directory_...Tim Hughes2014-02-201-1/+2
* Work in progress on Visual Studio 2013 compile fixes. Libethereum compiles ag...Tim Hughes2014-02-191-2/+2
* Fixed the other occurrence of FoobarMuharem Hrnjadovic2014-02-161-1/+1
* Corrected license headers (Foobar -> cpp-ethereum)Muharem Hrnjadovic2014-02-161-1/+1
* Less hangy.Gav Wood2014-02-161-1/+1
* Better version strings.Gav Wood2014-02-091-1/+1
* usleep moved to std impl.Gav Wood2014-02-091-1/+3
* AlephZero renamed AlethZero and moved to cmake project.Gav Wood2014-02-071-1/+1
* GPL v2, not 3.Gav Wood2014-02-011-1/+1
* GUI & network stuff.Gav Wood2014-01-231-2/+2
* Added client API & prototypal GUI.Gav Wood2014-01-231-1/+3
* Pinging.Gav Wood2014-01-221-1/+3
* Basic P2P functionality.Gav Wood2014-01-221-59/+20
* Peer network code NYW.Gav Wood2014-01-221-0/+99