aboutsummaryrefslogtreecommitdiff
path: root/src/core.cpp
AgeCommit message (Expand)Author
2014-01-23Remove redundant .c_str()sWladimir 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-15core: remove includes in .cpp, if header is already in .hPhilip Kaufmann
2013-11-10Move CCoins-related logic to coins.{cpp.h}Pieter Wuille
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-10-24Show short scriptPubKeys correctlyPeter Todd
2013-09-18Replace printf with LogPrintf / LogPrintGavin Andresen
2013-06-25Move core implementations to core.cppPieter Wuille
2013-06-05Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...Eric Lombrozo
2013-06-05Created core.h/core.cpp, added to makefiles. Started moving core structures f...Eric Lombrozo