aboutsummaryrefslogtreecommitdiff
path: root/src/core.cpp
Commit message (Expand)AuthorAgeFilesLines
* Discover some missing includesjtimon2014-09-021-0/+2
* changed field types in some structures to equivalent unambiguous typesKamil Domanski2014-08-301-2/+2
* Move strprintf define to tinyformat.hWladimir J. van der Laan2014-08-201-1/+1
* Remove print() from core functionsWladimir J. van der Laan2014-08-201-29/+9
* Revert "Relay double-spends, subject to anti-DOS"Wladimir J. van der Laan2014-07-211-16/+0
* Fee fixesCozz Lovan2014-07-081-1/+6
* Move fee policy out of coreGavin Andresen2014-07-031-1/+1
* Relay double-spends, subject to anti-DOSTom Harding2014-06-271-0/+16
* Add CMutableTransaction and make CTransaction immutable.Pieter Wuille2014-06-211-1/+24
* Type-safe CFeeRate classGavin Andresen2014-06-061-0/+19
* remove CTransaction::IsNewerThan which is never usedKamil Domanski2014-05-201-29/+0
* Remove dummy PRIszX macros for formattingWladimir J. van der Laan2014-05-061-2/+2
* 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