aboutsummaryrefslogtreecommitdiff
path: root/src/core.cpp
Commit message (Expand)AuthorAgeFilesLines
* MOVEONLY: core.o -> core/block.ojtimon2014-10-271-130/+0
* MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (fromjtimon2014-10-271-54/+0
* MOVEONLY: Separate CTransaction and dependencies from corejtimon2014-10-271-132/+0
* MOVEONLY: Move CFeeRate and Amount constants to amount.ojtimon2014-10-271-23/+0
* script: add a slew of includes all around and drop includes from script.hCory Fields2014-10-171-0/+2
* boost: drop boost dependency in core.cppCory Fields2014-10-151-13/+10
* Merge pull request #4926Pieter Wuille2014-10-021-8/+45
|\
| * Do merkle root and txid duplicates check simultaneouslyPieter Wuille2014-09-241-8/+45
* | Use a typedef for monetary valuesMark Friedenbach2014-09-261-6/+6
|/
* Add warning about the merkle-tree algorithm duplicate txid flawPeter Todd2014-09-201-0/+7
* Track modified size in TxMemPoolEntry so that we can correctly compute priority.Alex Morcos2014-09-081-2/+10
* 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