Age | Commit message (Expand) | Author |
2014-10-27 | MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from | jtimon |
2014-10-27 | MOVEONLY: separate CTxUndo out of core | jtimon |
2014-10-27 | MOVEONLY: Separate CTransaction and dependencies from core | jtimon |
2014-10-08 | Merge pull request #4834 | Pieter Wuille |
2014-09-26 | Use a typedef for monetary values | Mark Friedenbach |
2014-09-24 | Get rid of the dummy CCoinsViewCache constructor arg | Pieter Wuille |
2014-09-23 | Do not keep fully spent but unwritten CCoins entries cached. | Pieter Wuille |
2014-09-23 | Get rid of CCoinsView's SetCoins and SetBestBlock. | Pieter Wuille |
2014-09-23 | Use ModifyCoins instead of mutable GetCoins. | Pieter Wuille |
2014-09-16 | Merge pull request #4825 | Pieter Wuille |
2014-09-06 | Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false' | ENikS |
2014-09-03 | Combine CCoinsViewCache's HaveCoins and const GetCoins into AccessCoins. | Pieter Wuille |
2014-08-28 | add missing header end comments | Philip Kaufmann |
2014-08-26 | Make appropriate getter-routines "const" in CCoinsView. | Daniel Kraft |
2014-08-24 | Allow BatchWrite to destroy its input, reducing copying | Pieter Wuille |
2014-08-07 | CCoinsKeyHasher::operator() should return size_t | Wladimir J. van der Laan |
2014-07-14 | Use unordered_map for CCoinsViewCache with salted hash | Pieter Wuille |
2014-07-01 | typedef std::map<uint256, CCoins> to CCoinsMap | Wladimir J. van der Laan |
2013-11-30 | Add verbose boolean to getrawmempool | Gavin Andresen |
2013-11-30 | Refactor: move GetValueIn(tx) to tx.GetValueIn() | Gavin Andresen |
2013-11-10 | Move CCoins-related logic to coins.{cpp.h} | Pieter Wuille |