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
/
main.h
Age
Commit message (
Expand
)
Author
2015-01-12
MOVEONLY: Move struct CBlockTemplate to miner.h (from main.h)
Luke Dashjr
2015-01-05
Replace GetLow64 with GetCheapHash
Wladimir J. van der Laan
2014-12-27
MOVEONLY: CBlockUndo from main.h to undo.h
jtimon
2014-12-27
Decouple CBlockUndo from CDiskBlockPos
jtimon
2014-12-27
Decouple miner.o and txmempool.o from CTxUndo
jtimon
2014-12-21
remove max orphan blocks config parameter since it is no longer functional
Jameson Lopp
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-05
Merge pull request #5181
Wladimir J. van der Laan
2014-12-05
Move CMerkleBlock and CPartialMerkleTree to their own file
Matt Corallo
2014-12-04
Merge pull request #5394
Wladimir J. van der Laan
2014-12-03
Merge pull request #5306
Wladimir J. van der Laan
2014-12-03
MOVEONLY: core/ -> primitives/
Luke Dashjr
2014-12-02
Report script evaluation failures in log and reject messages
Pieter Wuille
2014-12-02
Make comments in main an init doxygen compatible
Michael Ford
2014-11-28
Merge pull request #5316
Wladimir J. van der Laan
2014-11-27
Remove -printblock, -printblocktree, and -printblockindex
Pieter Wuille
2014-11-26
Add 'invalidateblock' and 'reconsiderblock' RPC commands.
Pieter Wuille
2014-11-24
Improve chainstate/blockindex disk writing policy
Pieter Wuille
2014-11-18
TestBlockValidity function for CBlock proposals (used by CreateNewBlock)
Luke Dashjr
2014-11-18
Abstract context-dependent block checking from acceptance
Luke Dashjr
2014-11-03
Merge pull request #5186
Wladimir J. van der Laan
2014-11-03
Merge pull request #5106
Wladimir J. van der Laan
2014-10-31
minor cleanup: include orders, end comments etc.
Philip Kaufmann
2014-10-28
Rename ProcessBlock to ProcessNewBlock to indicate change of behaviour, and d...
Luke Dashjr
2014-10-27
MOVEONLY: core.o -> core/block.o
jtimon
2014-10-27
MOVEONLY: separate CTxUndo out of core
jtimon
2014-10-27
MOVEONLY: Separate CTransaction and dependencies from core
jtimon
2014-10-27
MOVEONLY: Move CFeeRate and Amount constants to amount.o
jtimon
2014-10-22
Merge pull request #4981
Wladimir J. van der Laan
2014-10-21
Add CValidationInterface::BlockChecked notification
Luke Dashjr
2014-10-20
Rename CWalletInterface to CValidationInterface
Pieter Wuille
2014-10-17
script: add a slew of includes all around and drop includes from script.h
Cory Fields
2014-10-14
RPC additions after headers-first
Pieter Wuille
2014-10-14
Headers-first synchronization
Pieter Wuille
2014-10-06
Merge pull request #5036
Wladimir J. van der Laan
2014-10-02
Don't translate state.Abort() messages
Wladimir J. van der Laan
2014-10-02
Replace SCRIPT_VERIFY_NOCACHE by flag directly to checker
Pieter Wuille
2014-10-02
Make signature cache optional
Pieter Wuille
2014-10-01
Merge pull request #4234
Wladimir J. van der Laan
2014-09-29
Merge pull request #4796
Pieter Wuille
2014-09-26
Use a typedef for monetary values
Mark Friedenbach
2014-09-17
Merge pull request #4555
Wladimir J. van der Laan
2014-09-16
Merge pull request #4875
Pieter Wuille
2014-09-12
Remove CScriptCheck::nHashType (was always 0)
jtimon
2014-09-12
Remove unused function main:VerifySignature
jtimon
2014-09-10
Store fewer orphan tx by default, add -maxorphantx option
Gavin Andresen
2014-09-10
When reindexing check for file before trying to open (refactored)
Suhas Daftuar
2014-09-08
Move CBlockIndex, CChain and related code out of main
jtimon
2014-09-08
Decouple CChain from mapBlockIndex
jtimon
2014-09-08
Separate script/standard
jtimon
[next]