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