index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core.cpp
Age
Commit message (
Expand
)
Author
2014-10-17
script: add a slew of includes all around and drop includes from script.h
Cory Fields
2014-10-15
boost: drop boost dependency in core.cpp
Cory Fields
2014-10-02
Merge pull request #4926
Pieter Wuille
2014-09-26
Use a typedef for monetary values
Mark Friedenbach
2014-09-24
Do merkle root and txid duplicates check simultaneously
Pieter Wuille
2014-09-20
Add warning about the merkle-tree algorithm duplicate txid flaw
Peter Todd
2014-09-08
Track modified size in TxMemPoolEntry so that we can correctly compute priority.
Alex Morcos
2014-09-02
Discover some missing includes
jtimon
2014-08-30
changed field types in some structures to equivalent unambiguous types
Kamil Domanski
2014-08-20
Move strprintf define to tinyformat.h
Wladimir J. van der Laan
2014-08-20
Remove print() from core functions
Wladimir J. van der Laan
2014-07-21
Revert "Relay double-spends, subject to anti-DOS"
Wladimir J. van der Laan
2014-07-08
Fee fixes
Cozz Lovan
2014-07-03
Move fee policy out of core
Gavin Andresen
2014-06-27
Relay double-spends, subject to anti-DOS
Tom Harding
2014-06-21
Add CMutableTransaction and make CTransaction immutable.
Pieter Wuille
2014-06-06
Type-safe CFeeRate class
Gavin Andresen
2014-05-20
remove CTransaction::IsNewerThan which is never used
Kamil Domanski
2014-05-06
Remove dummy PRIszX macros for formatting
Wladimir J. van der Laan
2014-02-24
Get rid of C99 PRI?64 usage in source files
Wladimir J. van der Laan
2014-02-09
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-01-23
Remove redundant .c_str()s
Wladimir J. van der Laan
2013-11-30
Add verbose boolean to getrawmempool
Gavin Andresen
2013-11-30
Refactor: move GetValueIn(tx) to tx.GetValueIn()
Gavin Andresen
2013-11-15
core: remove includes in .cpp, if header is already in .h
Philip Kaufmann
2013-11-10
Move CCoins-related logic to coins.{cpp.h}
Pieter Wuille
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-10-24
Show short scriptPubKeys correctly
Peter Todd
2013-09-18
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-06-25
Move core implementations to core.cpp
Pieter Wuille
2013-06-05
Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...
Eric Lombrozo
2013-06-05
Created core.h/core.cpp, added to makefiles. Started moving core structures f...
Eric Lombrozo