Age | Commit message (Expand) | Author |
2014-07-01 | typedef std::map<uint256, CCoins> to CCoinsMap | Wladimir J. van der Laan |
2014-06-23 | Refactor proof of work related functions out of main | jtimon |
2014-05-09 | Move {Get,Set}Compact from bignum to uint256 | Pieter Wuille |
2014-04-30 | use standard __func__ instead of __PRETTY_FUNCTION__ | Philip Kaufmann |
2014-02-09 | Copyright header updates s/2013/2014 on files whose last git commit was done ... | gubatron |
2014-01-23 | Remove redundant .c_str()s | Wladimir J. van der Laan |
2013-12-20 | extend std::exception logging in txdb.cpp | Philip Kaufmann |
2013-11-10 | Make CCoinsView use block hashes instead of indices | Pieter Wuille |
2013-11-10 | Cleanup code using forward declarations. | Brandon Dahler |
2013-11-08 | Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}. | Brandon Dahler |
2013-11-01 | Do not use the redundant BestInvalidWork record in the block database. | Pieter Wuille |
2013-10-20 | Merge pull request #3119 | Pieter Wuille |
2013-10-20 | Bump Year Number to 2013 | super3 |
2013-10-11 | Refactor/encapsulate chain globals into a CChain class | Pieter Wuille |
2013-09-18 | Replace printf with LogPrintf / LogPrint | Gavin Andresen |
2013-06-19 | Introduce a CChainParameters singleton class and regtest mode. | Mike Hearn |
2013-05-01 | Improve gettxoutsetinfo command | Pieter Wuille |
2013-04-03 | Clean up shutdown process | Gavin Andresen |
2013-02-22 | Merge pull request #2221 from sipa/perfo | Gavin Andresen |
2013-01-28 | Rename database directories | Pieter Wuille |
2013-01-26 | Various performance tweaks to CCoinsView | Pieter Wuille |
2013-01-18 | Add optional transaction index to databases | Pieter Wuille |
2012-11-09 | Add -reindex, to perform in-place reindexing of block chain files | Pieter Wuille |
2012-11-04 | Cache size optimizations | Pieter Wuille |
2012-10-28 | Bugfix: don't crash by trying to write unchanged best block | Pieter Wuille |
2012-10-20 | Remove BDB block database support | Pieter Wuille |