aboutsummaryrefslogtreecommitdiff
path: root/src/core.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change sanitizingAlan Westbrook2014-04-051-6/+6
* Lets get at least dogecoind buildingAlan Westbrook2014-04-051-5/+6
* Get rid of C99 PRI?64 usage in source filesWladimir J. van der Laan2014-02-241-1/+1
* Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron2014-02-091-1/+1
* Remove redundant .c_str()sWladimir J. van der Laan2014-01-231-13/+13
* Add verbose boolean to getrawmempoolGavin Andresen2013-11-301-0/+19
* Refactor: move GetValueIn(tx) to tx.GetValueIn()Gavin Andresen2013-11-301-0/+12
* core: remove includes in .cpp, if header is already in .hPhilip Kaufmann2013-11-151-2/+0
* Move CCoins-related logic to coins.{cpp.h}Pieter Wuille2013-11-101-43/+0
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-5/+8
* Show short scriptPubKeys correctlyPeter Todd2013-10-241-2/+0
* Replace printf with LogPrintf / LogPrintGavin Andresen2013-09-181-9/+9
* Move core implementations to core.cppPieter Wuille2013-06-251-0/+294
* Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...Eric Lombrozo2013-06-051-1/+2
* Created core.h/core.cpp, added to makefiles. Started moving core structures f...Eric Lombrozo2013-06-051-0/+6