aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2012-10-01fix -Wformat warnings all over the sourcePhilip Kaufmann
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
2012-07-06Treat non-version-1 transactions as non-standardGavin Andresen
2012-07-05Merge pull request #1304 from rebroad/ShowBlockTimestampJeff Garzik
2012-07-04CTxMemPool: eliminate redundant lock, GetHash() callJeff Garzik
2012-07-04Remove duplicate GetHash() in ConnectBlockMatt Corallo
2012-06-27Merge pull request #1511 from jgarzik/quieten2Jeff Garzik
2012-06-27Merge pull request #1347 from rebroad/FixAlreadyAskedForPieter Wuille
2012-06-27Stop processing messages on full send buffer and dont disconnect.Matt Corallo
2012-06-23Merge pull request #1174 from sipa/torhsGregory Maxwell
2012-06-23Merge pull request #1503 from gmaxwell/testnet_tweaksGregory Maxwell