aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2012-11-14Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-11-12Fixes a race condition in CreateNewBlock.Gregory Maxwell
2012-09-17Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-09-17Apply BIP30 checks to all blocks except the two historic violations.Gregory Maxwell
2012-08-27Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-08-27Special-case the last alert for alert-key-compromised caseGavin Andresen
2012-08-27Alert system DoS preventionGavin Andresen
2012-08-26Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-08-26Reject block.nVersion<=1 blocks if network has upgraded to version=2Gavin Andresen
2012-08-26Block height in coinbase as a new block ruleGavin Andresen
2012-08-22fix a compiler sign warning in OpenBlockFile()Philip Kaufmann
2012-08-12Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-08-12Bugfix: Correct English grammar regarding "'s"Luke Dashjr
2012-08-12Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-08-12Bugfix: Fix a variety of misspellingsLuke Dashjr
2012-07-22Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-07-22Let the comment in GetBlockValue() reflect the uncertainty about the time int...Rune K. Svendsen
2012-06-20Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-06-20print large orphan warning BEFORE deleting pvMsgGavin Andresen
2012-06-20Remove invalid dependent orphans from memoryGavin Andresen
2012-06-20Further DoS prevention: Verify signatures lastGavin Andresen
2012-06-20Optimize orphan transaction handlingGavin Andresen
2012-06-14Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen
2012-06-14Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen
2012-06-14Bugfix: Fix various places where Bitcoin-Qt was being shutdown improperlyPhilip Kaufmann
2012-05-22Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-05-22Correct debug.log output to show correct function the debug is coming from.R E Broadley
2012-05-20Update License in File HeadersFordy
2012-05-20Update License in File HeadersFordy
2012-05-20remove 2 ugly spaces from a message stringPhilip Kaufmann
2012-05-18Always check return values of TxnBegin() and TxnCommit()Jeff Garzik
2012-05-17Hopefully final fix for the stuck blockchain issuePieter Wuille
2012-05-07Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-05-07Prevent stuck download: correct solutionPieter Wuille
2012-05-07Prevent stuck block download in large reorganisationsPieter Wuille
2012-05-06Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-05-06Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12...Luke Dashjr
2012-05-04Bugfix: Remove redundant duplicate transaction checkLuke Dashjr
2012-05-04Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-05-04Check earlier for blocks with duplicate transactions. Fixes #1167Gavin Andresen
2012-05-04Check earlier for blocks with duplicate transactions. Fixes #1167Gavin Andresen
2012-04-22Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-04-17Fix potential deadlockPieter Wuille
2012-04-17Fix loop index var types, fixing many minor sign comparison warningsJeff Garzik
2012-04-17AlreadyHave(): only hold lock during mapTransactions accessJeff Garzik
2012-04-17Locking fix for AlreadyHave()Jeff Garzik
2012-04-15Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-04-15fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]Wladimir J. van der Laan
2012-04-04Do not invoke anti-DoS system for invalid BIP16 transactionsPieter Wuille
2012-03-26Merge branch '0.4.x' into 0.5.0.xLuke Dashjr