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.cpp
Age
Commit message (
Expand
)
Author
2015-04-20
Set nSequenceId when a block is fully linked
Suhas Daftuar
2015-04-16
Fix CheckBlockIndex for reindex.
mrbandrews
2015-03-27
Add a consistency check for the block chain data structures
Pieter Wuille
2015-03-24
Fix InvalidateBlock to add chainActive.Tip to setBlockIndexCandidates
Alex Morcos
2015-03-17
Reduce fingerprinting through timestamps in 'addr' messages.
Pieter Wuille
2015-03-12
fix InvalidateBlock to repopulate setBlockIndexCandidates
Alex Morcos
2015-03-11
fix possible block db breakage during re-index
Cory Fields
2015-03-09
Ignore getaddr messages on Outbound connections.
Ivan Pustogarov
2015-02-26
Better fingerprinting protection for non-main-chain getdatas.
Pieter Wuille
2015-02-24
Sanitize command strings before logging them.
Gregory Maxwell
2015-02-03
Increase block download timeout base from 10 to 20 minutes.
Gregory Maxwell
2015-02-03
Merge pull request #5714
Wladimir J. van der Laan
2015-02-03
Avoid storing a reference passed to SignatureChecker constructors
Pieter Wuille
2015-02-03
Use separate SignatureChecker for CMutableTransaction
Pieter Wuille
2015-02-01
BIP66 changeover logic
Pieter Wuille
2015-01-12
Introduce 10 minute block download timeout
Pieter Wuille
2015-01-07
Catch LevelDB errors during flush
Pieter Wuille
2015-01-07
Require sufficent priority for relay of free transactions
Pieter Wuille
2015-01-03
On close of splashscreen interrupt verifyDB
Thomas Zander
2014-12-23
DOS: Respect max per-peer blocks in flight limit
Adam Weiss
2014-12-23
Reject headers that build on an invalid parent
Pieter Wuille
2014-12-22
Check against MANDATORY flags prior to accepting to mempool
Peter Todd
2014-12-19
add missing CAutoFile::IsNull() check in main
Philip Kaufmann
2014-12-08
Remove txn which are invalidated by coinbase maturity during reorg
Matt Corallo
2014-12-08
Remove coinbase-dependant transactions during reorg.
Matt Corallo
2014-12-05
Merge pull request #5181
Wladimir J. van der Laan
2014-12-05
Merge pull request #5308
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-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
Delay writing block indexes in invalidate/reconsider
Pieter Wuille
2014-11-26
Add 'invalidateblock' and 'reconsiderblock' RPC commands.
Pieter Wuille
2014-11-26
Merge pull request #5158
Wladimir J. van der Laan
2014-11-26
Merge pull request #5321
Wladimir J. van der Laan
2014-11-25
Merge pull request #5241
Wladimir J. van der Laan
2014-11-24
Merge pull request #5154
Wladimir J. van der Laan
2014-11-24
Introduce separate flushing modes
Pieter Wuille
2014-11-24
Improve chainstate/blockindex disk writing policy
Pieter Wuille
2014-11-24
Merge pull request #1816
Wladimir J. van der Laan
2014-11-23
Prioritize and display -testsafemode status in UI
dexX7
2014-11-22
Check pindexBestForkBase for null
21E14
2014-11-21
Merge pull request #5170
Wladimir J. van der Laan
2014-11-20
Make PruneBlockIndexCandidates safer
Pieter Wuille
2014-11-20
Check block header before accepting it.
Daniel Kraft
2014-11-19
change nSubsidy's type from int64_t to CAmount
HarryWu
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
[next]