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-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