aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2012-11-17ConnectBlock(): fix error() format to be unsignedPhilip Kaufmann
2012-11-17ensure we use our format macros to avoid compilation warningsPhilip Kaufmann
2012-11-16Print error for coinbase-pays-too-much case of ConnectBlock failingLuke Dashjr
2012-11-12Fixes a race condition in CreateNewBlock.Gregory Maxwell
2012-09-17Apply BIP30 checks to all blocks except the two historic violations.Gregory Maxwell
2012-08-27Special-case the last alert for alert-key-compromised caseGavin Andresen
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-12Bugfix: Correct English grammar regarding "'s"Luke Dashjr
2012-08-12Bugfix: Fix a variety of misspellingsLuke Dashjr
2012-07-22Let the comment in GetBlockValue() reflect the uncertainty about the time int...Rune K. Svendsen
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-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-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-07Prevent stuck download: correct solutionPieter Wuille
2012-05-07Prevent stuck block download in large reorganisationsPieter Wuille
2012-05-06Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12...Luke Dashjr
2012-05-04Check earlier for blocks with duplicate transactions. Fixes #1167Gavin Andresen
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-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-22More debug output for failed reorganizationsPieter Wuille
2012-03-22Report number of (dis)connected blocks in reorganizationPieter Wuille
2012-03-22Use last checkpoint instead of hard-coded 140,700. Fixes #913.Gavin Andresen
2012-03-21Merge branch 'bip16_0.4.x' into 0.4.xLuke Dashjr
2012-03-20Minimal support for validating BIP16 pay-to-script-hash transactionsLuke Dashjr
2012-03-16Fix issue #848 : broken mining on testnetGavin Andresen
2012-03-13Code cleanup: use ECDSA_size() instead of fixed 10,000 byte sig buffer, and e...Gavin Andresen
2012-03-03Merge remote branch 'sipa/nooverwritetx_v0.4.0' into 0.4.xLuke Dashjr
2012-03-03Do not allow overwriting unspent transactions (BIP 30)Pieter Wuille
2012-03-02DoS fix for mapOrphanTransactionsGavin Andresen
2012-02-07Update copyrights to 2012 for files modified this yearLuke Dashjr
2012-02-02Only store transactions with missing inputs in the orphan pool.Gavin Andresen
2012-02-02Testnet difficulty calculation changes, to take effect Feb 15 2012Gavin Andresen
2011-12-20Bugfix: fForRelay should be false when deciding required fee to include in bl...Luke Dashjr
2011-12-01Orphan block fill-up-memory attack preventionGavin Andresen
2011-12-01Moved checkpoints out of main, to prep for using them to help prevent DoS att...Gavin Andresen
2011-09-17log low-level network messages only when fDebug is setNils Schneider
2011-09-07Merge branch 'unique_coinbase' of git://gitorious.org/~Luke-Jr/bitcoin/luke-j...Gavin Andresen