aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2015-03-27Add a consistency check for the block chain data structuresPieter Wuille
2015-03-24Fix InvalidateBlock to add chainActive.Tip to setBlockIndexCandidatesAlex Morcos
2015-03-17Reduce fingerprinting through timestamps in 'addr' messages.Pieter Wuille
2015-03-12fix InvalidateBlock to repopulate setBlockIndexCandidatesAlex Morcos
2015-03-11fix possible block db breakage during re-indexCory Fields
2015-03-09Ignore getaddr messages on Outbound connections.Ivan Pustogarov
2015-02-26Better fingerprinting protection for non-main-chain getdatas.Pieter Wuille
2015-02-24Sanitize command strings before logging them.Gregory Maxwell
2015-02-03Increase block download timeout base from 10 to 20 minutes.Gregory Maxwell
2015-02-03Merge pull request #5714Wladimir J. van der Laan
2015-02-03Avoid storing a reference passed to SignatureChecker constructorsPieter Wuille
2015-02-03Use separate SignatureChecker for CMutableTransactionPieter Wuille
2015-02-01BIP66 changeover logicPieter Wuille
2015-01-12Introduce 10 minute block download timeoutPieter Wuille
2015-01-07Catch LevelDB errors during flushPieter Wuille
2015-01-07Require sufficent priority for relay of free transactionsPieter Wuille
2015-01-03On close of splashscreen interrupt verifyDBThomas Zander
2014-12-23DOS: Respect max per-peer blocks in flight limitAdam Weiss
2014-12-23Reject headers that build on an invalid parentPieter Wuille
2014-12-22Check against MANDATORY flags prior to accepting to mempoolPeter Todd
2014-12-19add missing CAutoFile::IsNull() check in mainPhilip Kaufmann
2014-12-08Remove txn which are invalidated by coinbase maturity during reorgMatt Corallo
2014-12-08Remove coinbase-dependant transactions during reorg.Matt Corallo
2014-12-05Merge pull request #5181Wladimir J. van der Laan
2014-12-05Merge pull request #5308Wladimir J. van der Laan
2014-12-05Move CMerkleBlock and CPartialMerkleTree to their own fileMatt Corallo
2014-12-04Merge pull request #5394Wladimir J. van der Laan
2014-12-02Report script evaluation failures in log and reject messagesPieter Wuille
2014-12-02Make comments in main an init doxygen compatibleMichael Ford
2014-11-28Merge pull request #5316Wladimir J. van der Laan
2014-11-27Remove -printblock, -printblocktree, and -printblockindexPieter Wuille
2014-11-26Delay writing block indexes in invalidate/reconsiderPieter Wuille
2014-11-26Add 'invalidateblock' and 'reconsiderblock' RPC commands.Pieter Wuille
2014-11-26Merge pull request #5158Wladimir J. van der Laan
2014-11-26Merge pull request #5321Wladimir J. van der Laan
2014-11-25Merge pull request #5241Wladimir J. van der Laan
2014-11-24Merge pull request #5154Wladimir J. van der Laan
2014-11-24Introduce separate flushing modesPieter Wuille
2014-11-24Improve chainstate/blockindex disk writing policyPieter Wuille
2014-11-24Merge pull request #1816Wladimir J. van der Laan
2014-11-23Prioritize and display -testsafemode status in UIdexX7
2014-11-22Check pindexBestForkBase for null21E14
2014-11-21Merge pull request #5170Wladimir J. van der Laan
2014-11-20Make PruneBlockIndexCandidates saferPieter Wuille
2014-11-20Check block header before accepting it.Daniel Kraft
2014-11-19change nSubsidy's type from int64_t to CAmountHarryWu
2014-11-18TestBlockValidity function for CBlock proposals (used by CreateNewBlock)Luke Dashjr
2014-11-18Abstract context-dependent block checking from acceptanceLuke Dashjr
2014-11-12Merge pull request #5161Wladimir J. van der Laan
2014-11-12Reset setBlockIndexCandidates once block index db loaded21E14