aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
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
2012-06-23Quieten 'getdata' P2P message outputJeff Garzik
2012-06-23Debug version messagesPieter Wuille
2012-06-22Merge pull request #1458 from jgarzik/tracenetJeff Garzik
2012-06-22Introduce -debugnet option, thereby quieting some redundant debug messagesJeff Garzik
2012-06-22Remove some rule differences which aren't needed with testnet3.Gregory Maxwell
2012-06-22RPC: add 'getrawmempool', listing all transaction ids in memory poolJeff Garzik
2012-06-19print large orphan warning BEFORE deleting pvMsgGavin Andresen
2012-06-18Merge branch 'signbugs' of https://github.com/wizeman/bitcoinGavin Andresen
2012-06-14Use a 64-bit nonce in pingPieter Wuille
2012-06-12introduce a new StartShutdown() function, which starts a thread with Shutdown...Philip Kaufmann
2012-05-31Rework network config settingsPieter Wuille
2012-05-29Show the timestamp for the block.R E Broadley
2012-05-27Merge pull request #1392 from gavinandresen/testnet_resetGregory Maxwell