aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * Remove invalid dependent orphans from memoryGavin Andresen2012-06-201-2/+12
| | | | * Further DoS prevention: Verify signatures lastGavin Andresen2012-06-201-4/+15
| | | | * Optimize orphan transaction handlingGavin Andresen2012-06-201-16/+30
| | | | * Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen2012-06-141-1/+1
| | | * | Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen2012-06-141-1/+1
| * | | | Merge branch '0.6.x' of git://gitorious.org/+bitcoin-stable-developers/bitcoi...Gavin Andresen2012-06-191-19/+40
| |\ \ \ \
| | * | | | Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-06-141-1/+1
| | |\| | |
| | | * | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-06-141-1/+1
| | | |\| |
| | | | * | Bugfix: Fix various places where Bitcoin-Qt was being shutdown improperlyPhilip Kaufmann2012-06-141-1/+1
| | * | | | Use a 64-bit nonce in pingPieter Wuille2012-06-141-1/+2
| | * | | | Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-05-221-16/+36
| | |\| | |
| | | * | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-05-221-19/+21
| | | |\| |
| | | | * | Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-05-221-21/+26
| | | | |\|
| | | | | * Correct debug.log output to show correct function the debug is coming from.R E Broadley2012-05-221-7/+7
| | | | | * Update License in File HeadersFordy2012-05-201-1/+2
| | | | | * remove 2 ugly spaces from a message stringPhilip Kaufmann2012-05-201-1/+1
| | | | | * Always check return values of TxnBegin() and TxnCommit()Jeff Garzik2012-05-181-2/+5
| | | | | * Hopefully final fix for the stuck blockchain issuePieter Wuille2012-05-171-11/+13
| | | | * | Update License in File HeadersFordy2012-05-201-1/+2
| | | | * | Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-05-071-1/+18
| | | | |\|
| | | | | * Prevent stuck download: correct solutionPieter Wuille2012-05-071-2/+14
| | | | | * Prevent stuck block download in large reorganisationsPieter Wuille2012-05-071-3/+8
| | | * | | Update License in File HeadersFordy2012-05-201-1/+2
| | | * | | Always check return values of TxnBegin() and TxnCommit()Jeff Garzik2012-05-181-3/+9
| | | * | | Prevent stuck download: correct solutionPieter Wuille2012-05-071-2/+14
| | | * | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-05-061-1/+1
| | | |\| |
| | | | * | Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-05-061-1/+1
| | | | |\|
| | | | | * Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12...Luke Dashjr2012-05-061-1/+1
| | | * | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-05-041-10/+0
| | | |\| |
| | | | * | Bugfix: Remove redundant duplicate transaction checkLuke Dashjr2012-05-041-10/+0
| | | * | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-05-041-0/+20
| | | |\| |
| | | | * | Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-05-041-0/+10
| | | | |\|
| | | | | * Check earlier for blocks with duplicate transactions. Fixes #1167Gavin Andresen2012-05-041-0/+10
| | | | * | Check earlier for blocks with duplicate transactions. Fixes #1167Gavin Andresen2012-05-041-0/+10
| | | * | | Test ScriptSigArgsExpected() for error, before accumulating return valueJeff Garzik2012-04-241-2/+9
| | | * | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-04-221-2/+13
| | | |\| |
| | | | * | Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-04-221-19/+30
| | | | |\|
| | | | | * Fix potential deadlockPieter Wuille2012-04-171-1/+1
| | | | | * Fix loop index var types, fixing many minor sign comparison warningsJeff Garzik2012-04-171-17/+17
| | | | | * AlreadyHave(): only hold lock during mapTransactions accessJeff Garzik2012-04-171-3/+7
| | | | | * Locking fix for AlreadyHave()Jeff Garzik2012-04-171-1/+8
| | | | * | Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-04-151-0/+4
| | | | |\|
| | | | | * fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]Wladimir J. van der Laan2012-04-151-0/+4
| | | | | * Do not invoke anti-DoS system for invalid BIP16 transactionsPieter Wuille2012-04-041-0/+8
| | | | * | Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-03-261-3/+9
| | | | |\|
| | | | | * More debug output for failed reorganizationsPieter Wuille2012-03-221-4/+6
| | | | | * Report number of (dis)connected blocks in reorganizationPieter Wuille2012-03-221-0/+3
| | | | | * Use last checkpoint instead of hard-coded 140,700. Fixes #913.Gavin Andresen2012-03-221-1/+2
| | | | * | Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-03-211-84/+210
| | | | |\|
| | | | | * Merge branch 'bip16_0.4.x' into 0.4.xLuke Dashjr2012-03-211-82/+202
| | | | | |\