aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* GPL v2, not 3.Gav Wood2014-02-015-5/+5
* Fledgling UPnP support.Gav Wood2014-02-011-0/+1
* Threads linking now.Gav Wood2014-01-311-1/+1
* Manage GetBlocks properly; should work for when > 256 blocks away.Gav Wood2014-01-311-3/+3
* added pthread to cmakeFabian Schuh2014-01-241-0/+3
* Basic client.Gav Wood2014-01-241-2/+2
* GUI & network stuff.Gav Wood2014-01-232-4/+4
* 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-223-3/+106
* State updater tested and working pretty well.Gav Wood2014-01-212-19/+30
* Working state-transition test.Gav Wood2014-01-211-2/+15
* Various fixes.Gav Wood2014-01-204-20/+32
* Fake dagger, and moves to test the state transitions.Gav Wood2014-01-201-1/+31
* Caching (on two levels!) and quite possibly working State transitionGav Wood2014-01-201-0/+2
* Repotted tests.Gav Wood2014-01-197-311/+498
* Repotted a lot of the Trie stuff.Gav Wood2014-01-191-5/+7
* Iterators in the TrieDB!Gav Wood2014-01-191-0/+6
* Merge branch 'master' of https://github.com/programmerTim/cpp-ethereum into p...Gav Wood2014-01-192-9/+194
|\
| * Tweak Dagger API to facilitate more complex mining.Tim Hughes2014-01-171-7/+8
| * Fixed assert in test/main.cpp (using a .data() from temporary string after it...Tim Hughes2014-01-171-1/+2
| * Projects, solution and fixes for Visual Studio 2013.Tim Hughes2014-01-172-3/+187
* | Iterator beginnings.Gav Wood2014-01-191-9/+2
* | TrieDB remove nodes and tests.Gav Wood2014-01-191-42/+88
* | TrieDB framework and insertion.Gav Wood2014-01-191-1/+32
|/
* More verification work; compute header ready for mining.Gav Wood2014-01-141-0/+5
* Moved to endian-neutral 256/160-bit datatypes.Gav Wood2014-01-131-2/+2
* Dagger impl fixes.Gav Wood2014-01-101-0/+10
* More work on big picture stuff.Gav Wood2014-01-091-1/+1
* Dagger algo.Gav Wood2014-01-081-0/+10
* More testing on new Trie format.Gav Wood2014-01-081-1/+12
* Move to semi-official new Trie format.Gav Wood2014-01-082-13/+32
* Removed user project files.Gav Wood2014-01-071-181/+0
* Minor changes to readme and makefiles.Gav Wood2014-01-071-1/+1
* Coding standards doc.Gav Wood2014-01-061-8/+33
* More crypto additions.Gav Wood2014-01-061-1/+1
* Signatures working.Gav Wood2014-01-061-35/+30
* crypto prototyping.Gav Wood2014-01-052-0/+50
* Fix for tests.Gav Wood2014-01-052-1/+7
* VM nearly instruction-complete.Gav Wood2014-01-042-2/+3
* Codebase cleanups - renaming files.Gav Wood2014-01-031-1/+1
* Reorganised source directory.Gav Wood2014-01-033-0/+329