aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2012-10-20Merge pull request #1880 from sipa/threadimportJeff Garzik
2012-10-20Merge pull request #1742 from sipa/canonicalJeff Garzik
2012-10-20Move external block import to separate threadPieter Wuille
2012-10-08Merge pull request #1834 from jgarzik/kickblocksJeff Garzik
2012-10-08Revert "Send 'mempool' P2P command at the start of each P2P session"Jeff Garzik
2012-10-08Merge pull request #1833 from jgarzik/mempool-queryJeff Garzik
2012-10-01fix -Wformat warnings all over the sourcePhilip Kaufmann
2012-09-24Send 'mempool' P2P command at the start of each P2P sessionJeff Garzik
2012-09-24P2P: Do not request blocks from peers with fewer blocks than usJeff Garzik
2012-09-21Check for canonical public keys and signaturesPieter Wuille
2012-09-18When rejected TX relay due to lack of fees, log full txidJeff Garzik
2012-09-18Merge pull request #1812 from jgarzik/misc-07Jeff Garzik
2012-09-09Apply BIP30 checks to all blocks except the two historic violations.Gregory Maxwell
2012-09-09Improve debug logging, for mempool TXs that do not include sufficient feesJeff Garzik
2012-09-09Cosmetic: move CTransaction::GetMinFee out of header fileJeff Garzik
2012-09-05Merge branch 'testnet_alert' of git://github.com/gavinandresen/bitcoin-gitGavin Andresen
2012-09-05fix signed/unsigned usage in BlockFilePath()Philip Kaufmann
2012-09-04Add block file naming helper, BlockFilePath()Jeff Garzik
2012-09-04Merge pull request #1779 from xanatos/patch-15Jeff Garzik
2012-09-03Useless vector declarationxanatos
2012-08-29Rename CreateThread to NewThreadWladimir J. van der Laan
2012-08-28Refactor: move alert code from main to alert.cpp/hGavin Andresen
2012-08-27Special-case the last alert for alert-key-compromised caseGavin Andresen
2012-08-26Alert system DoS preventionGavin Andresen
2012-08-24Make 0-value outputs non-standardPieter Wuille
2012-08-24Avoid leaving return types or function attributes on their own lines.Gregory Maxwell
2012-08-21Do not accept orphan blocks in -loadblock modePieter Wuille
2012-08-20Reject block.nVersion<=1 blocks if network has upgraded to version=2Gavin Andresen
2012-08-20Block height in coinbase as a new block ruleGavin Andresen
2012-08-20Merge pull request #1641 from jgarzik/mempoolJeff Garzik
2012-08-17Merge pull request #1678 from Diapolo/LoadExternalBlockFile_add_timerJeff Garzik
2012-08-17fix a compiler sign warning in OpenBlockFile()Philip Kaufmann
2012-08-17log how long LoadExternalBlockFile() takes in ms (Benchmark)Philip Kaufmann
2012-08-01Merge pull request #1612 from luke-jr/opti_getblkhashGregory Maxwell
2012-08-01Optimize JSON-RPC getblockhashLuke Dashjr
2012-08-01Merge pull request #1632 from luke-jr/spellingJeff Garzik
2012-08-01Bugfix: Correct English grammar regarding "'s"Luke Dashjr
2012-08-01Bugfix: Fix a variety of misspellingsLuke Dashjr
2012-08-01Update Warning-strings to use a standard-formatPhilip Kaufmann
2012-07-31Add 'mempool' P2P command, and extend 'getdata' behaviorJeff Garzik
2012-07-26Switch testnet3's message bytes to avoid connecting to old nodes.Gregory Maxwell
2012-07-26Handle should-never-happen case of orphan in mempoolGavin Andresen
2012-07-26When creating new blocks, sort 'paid' area by fee-per-kbGavin Andresen
2012-07-26Merge branch 'checknewblock' of git://github.com/luke-jr/bitcoinGavin Andresen
2012-07-18Let the comment in GetBlockValue() reflect the uncertainty about the time int...Rune K. Svendsen
2012-07-17Fix thread names after reviewGiel van Schijndel
2012-07-17Give threads a recognisable name to aid in debuggingGiel van Schijndel
2012-07-12Tests for CreateNewBlockLuke Dashjr
2012-07-11Merge branch 'checknewblock_0.6.0' into checknewblockLuke Dashjr
2012-07-06Warn if blockchain majority doesn't match CBlock::CURRENT_VERSIONGavin Andresen