aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #1779 from xanatos/patch-15Jeff Garzik2012-09-041-1/+0
|\ \ \ \ \ \
| * | | | | | Useless vector declarationxanatos2012-09-031-1/+0
| |/ / / / /
* / / / / / Rename CreateThread to NewThreadWladimir J. van der Laan2012-08-291-2/+2
|/ / / / /
* | | | | Special-case the last alert for alert-key-compromised caseGavin Andresen2012-08-271-0/+22
* | | | | Alert system DoS preventionGavin Andresen2012-08-261-6/+19
* | | | | Make 0-value outputs non-standardPieter Wuille2012-08-241-1/+4
* | | | | Avoid leaving return types or function attributes on their own lines.Gregory Maxwell2012-08-241-2/+1
* | | | | Do not accept orphan blocks in -loadblock modePieter Wuille2012-08-211-6/+9
* | | | | Reject block.nVersion<=1 blocks if network has upgraded to version=2Gavin Andresen2012-08-201-1/+10
* | | | | Block height in coinbase as a new block ruleGavin Andresen2012-08-201-1/+27
* | | | | Merge pull request #1641 from jgarzik/mempoolJeff Garzik2012-08-201-3/+32
|\ \ \ \ \
| * | | | | Add 'mempool' P2P command, and extend 'getdata' behaviorJeff Garzik2012-07-311-3/+32
* | | | | | Merge pull request #1678 from Diapolo/LoadExternalBlockFile_add_timerJeff Garzik2012-08-171-1/+3
|\ \ \ \ \ \
| * | | | | | log how long LoadExternalBlockFile() takes in ms (Benchmark)Philip Kaufmann2012-08-171-1/+3
* | | | | | | fix a compiler sign warning in OpenBlockFile()Philip Kaufmann2012-08-171-1/+1
|/ / / / / /
* | | | | | Merge pull request #1612 from luke-jr/opti_getblkhashGregory Maxwell2012-08-011-0/+19
|\ \ \ \ \ \
| * | | | | | Optimize JSON-RPC getblockhashLuke Dashjr2012-08-011-0/+19
* | | | | | | Merge pull request #1632 from luke-jr/spellingJeff Garzik2012-08-011-18/+18
|\ \ \ \ \ \ \
| * | | | | | | Bugfix: Correct English grammar regarding "'s"Luke Dashjr2012-08-011-3/+3
| * | | | | | | Bugfix: Fix a variety of misspellingsLuke Dashjr2012-08-011-15/+15
| | |/ / / / / | |/| | | | |
* / | | | | | Update Warning-strings to use a standard-formatPhilip Kaufmann2012-08-011-4/+4
|/ / / / / /
* | | | | | Switch testnet3's message bytes to avoid connecting to old nodes.Gregory Maxwell2012-07-261-4/+4
* | | | | | Handle should-never-happen case of orphan in mempoolGavin Andresen2012-07-261-0/+15
* | | | | | When creating new blocks, sort 'paid' area by fee-per-kbGavin Andresen2012-07-261-31/+109
* | | | | | Merge branch 'checknewblock' of git://github.com/luke-jr/bitcoinGavin Andresen2012-07-261-12/+40
|\ \ \ \ \ \
| * | | | | | Tests for CreateNewBlockLuke Dashjr2012-07-121-0/+9
| * | | | | | Merge branch 'checknewblock_0.6.0' into checknewblockLuke Dashjr2012-07-111-12/+31
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | CreateNewBlock: Check that the produced CBlock is acceptable (except for proo...Luke Dashjr2012-05-271-12/+31
| | | |/ / / | | |/| | |
* | | | | | Let the comment in GetBlockValue() reflect the uncertainty about the time int...Rune K. Svendsen2012-07-181-1/+1
* | | | | | Fix thread names after reviewGiel van Schijndel2012-07-171-1/+1
* | | | | | Give threads a recognisable name to aid in debuggingGiel van Schijndel2012-07-171-0/+3
|/ / / / /
* | | | | Warn if blockchain majority doesn't match CBlock::CURRENT_VERSIONGavin Andresen2012-07-061-0/+18
* | | | | Treat non-version-1 transactions as non-standardGavin Andresen2012-07-061-0/+3
* | | | | Merge pull request #1304 from rebroad/ShowBlockTimestampJeff Garzik2012-07-051-3/+10
|\ \ \ \ \
| * | | | | Show the timestamp for the block.R E Broadley2012-05-291-3/+10
* | | | | | CTxMemPool: eliminate redundant lock, GetHash() callJeff Garzik2012-07-041-4/+2
* | | | | | Remove duplicate GetHash() in ConnectBlockMatt Corallo2012-07-041-14/+14
* | | | | | Merge pull request #1511 from jgarzik/quieten2Jeff Garzik2012-06-271-1/+5
|\ \ \ \ \ \
| * | | | | | Quieten 'getdata' P2P message outputJeff Garzik2012-06-231-1/+5
* | | | | | | Merge pull request #1347 from rebroad/FixAlreadyAskedForPieter Wuille2012-06-271-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Should only be mapped when the getdata is done.R E Broadley2012-05-171-1/+1
* | | | | | | | Stop processing messages on full send buffer and dont disconnect.Matt Corallo2012-06-271-8/+8
* | | | | | | | Merge pull request #1174 from sipa/torhsGregory Maxwell2012-06-231-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Debug version messagesPieter Wuille2012-06-231-1/+1
* | | | | | | | | Merge pull request #1503 from gmaxwell/testnet_tweaksGregory Maxwell2012-06-231-4/+3
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Remove some rule differences which aren't needed with testnet3.Gregory Maxwell2012-06-221-4/+3
| |/ / / / / / /
* | | | | | | | Merge pull request #1458 from jgarzik/tracenetJeff Garzik2012-06-221-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Introduce -debugnet option, thereby quieting some redundant debug messagesJeff Garzik2012-06-221-1/+2
* | | | | | | | | RPC: add 'getrawmempool', listing all transaction ids in memory poolJeff Garzik2012-06-221-0/+8
| |/ / / / / / / |/| | | | | | |
* | | | | | | | print large orphan warning BEFORE deleting pvMsgGavin Andresen2012-06-191-1/+1