aboutsummaryrefslogtreecommitdiff
path: root/src/core.cpp
AgeCommit message (Expand)Author
2014-08-20Move strprintf define to tinyformat.hWladimir J. van der Laan
2014-08-20Remove print() from core functionsWladimir J. van der Laan
2014-07-21Revert "Relay double-spends, subject to anti-DOS"Wladimir J. van der Laan
2014-07-08Fee fixesCozz Lovan
2014-07-03Move fee policy out of coreGavin Andresen
2014-06-27Relay double-spends, subject to anti-DOSTom Harding
2014-06-21Add CMutableTransaction and make CTransaction immutable.Pieter Wuille
2014-06-06Type-safe CFeeRate classGavin Andresen
2014-05-20remove CTransaction::IsNewerThan which is never usedKamil Domanski
2014-05-06Remove dummy PRIszX macros for formattingWladimir J. van der Laan
2014-02-24Get rid of C99 PRI?64 usage in source filesWladimir J. van der Laan
2014-02-09Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron
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